PGA Tour 97 INF: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "== INF == * ''' Game ''': PGA Tour 97 <br> * ''' Format Type ''': Misc <br> === Format Specifications === <div class="toccolours mw-collapsible" id="mw-custom...") |
imported>Ikskoks |
||
| Line 10: | Line 10: | ||
// INF file format | // 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 | |||
</pre> | </pre> | ||
Revision as of 21:23, 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
MultiEx BMS Script
Not written yet.
Notes and Comments
- INF files contain description for terrain objects.
Compatible Programs
- Notepad
- Notepad++