PGA Tour 97 INF: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 51: Line 51:
char(x) - name
char(x) - name
int - index
int - index
// texture
char(x) - "TEXTURE"
int - hole number
char(x) - texture name  // e.g. "FAIRWAY", "SAND", "ROUGH" etc.
int - texture number
char(x) - texture filepath
// object
char(x) - "OBJECT"
int - hole number
char(x) - index string // e.g. "TREE_0", "TREE_1" etc.
char(x) - texture filepath
float - height?
// nobject
char(x) - "NOBJECT"
int - hole number
char(x) - index
char(x) - texture filepath
float - height?


</pre>
</pre>

Revision as of 21:36, 29 December 2020

INF


Format Specifications

// INF file format


// primary RGB values for the texture
char(x) - "PRIMARY" command
char(x) - texture name  // e.g. "FAIRWAY", "SAND", "ROUGH" etc.
int - texture number 
int - R
int - G
int - B


// maximum scale of the RGB values for the texture
char(x) - "SHADESCALE" command
char(x) - texture name  // e.g. "FAIRWAY", "SAND", "ROUGH" etc.
int - texture number 
int - max value
int - min value


// height
char(x) - "HEIGHT"
int - hole number
float - delta feet?


// drop at tee
char(x) - "TEEDROP"
int - hole number

// horizon
char(x) - "HORIZON"
int - hole number
int - feet
int - index
char(x) - name

// terrain
char(x) - "TERRAIN"
int - hole number
int - texture number 
char(x) - name
int - index

// texture
char(x) - "TEXTURE"
int - hole number
char(x) - texture name  // e.g. "FAIRWAY", "SAND", "ROUGH" etc.
int - texture number 
char(x) - texture filepath

// object
char(x) - "OBJECT"
int - hole number
char(x) - index string // e.g. "TREE_0", "TREE_1" etc.
char(x) - texture filepath
float - height?



// nobject
char(x) - "NOBJECT"
int - hole number
char(x) - index 
char(x) - texture filepath
float - height?


MultiEx BMS Script

Not written yet.

Notes and Comments

  • INF files contain description for terrain objects.

Compatible Programs

  • Notepad
  • Notepad++