PGA Tour 97 INF: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 22: | Line 22: | ||
// maximum scale of the RGB values for the texture | // maximum scale of the RGB values for the texture | ||
char(x) - "SHADESCALE" command | 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 | |||
</pre> | </pre> | ||
Revision as of 21:30, 29 December 2020
INF
- Game : PGA Tour 97
- Format Type : Misc
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
MultiEx BMS Script
Not written yet.
Notes and Comments
- INF files contain description for terrain objects.
Compatible Programs
- Notepad
- Notepad++