Difference between revisions of "Credits.tbl"

From FreeSpace Wiki
Jump to: navigation, search
(initial page commit)
 
m (version info)
Line 1: Line 1:
 +
Revision information.. <!-- Please update this information when page is updated -->
 +
::'''3.6.x branch:''' 2.27.2.5
 +
::'''3.7 branch:''' 2.32
 +
 +
 
Credits table is a table for defining the text dspleyed in the credits screen.
 
Credits table is a table for defining the text dspleyed in the credits screen.
  
Line 4: Line 9:
 
*Table consists of header entries followed by the list of people under that header.
 
*Table consists of header entries followed by the list of people under that header.
 
*'''Header:'''
 
*'''Header:'''
**Syntax: XSTR("'''''Header'''''", -1)
+
**Syntax: XSTR("'''''String'''''", -1), Header
 
**Example: XSTR("Lead Programmer:", -1)
 
**Example: XSTR("Lead Programmer:", -1)
 
*List of names can be added under each header (not required).
 
*List of names can be added under each header (not required).

Revision as of 10:57, 30 July 2007

Revision information..

3.6.x branch: 2.27.2.5
3.7 branch: 2.32


Credits table is a table for defining the text dspleyed in the credits screen.

Format

  • Table consists of header entries followed by the list of people under that header.
  • Header:
    • Syntax: XSTR("String", -1), Header
    • Example: XSTR("Lead Programmer:", -1)
  • List of names can be added under each header (not required).

Sample

XSTR("Lead Programmer:", -1)

Dave Baranec


XSTR("Programming:", -1)

Dave Andsager
Jeff Farris
Neil Kumar