home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Games.EXE 1999 January
/
pcgamesexe-1999-01.iso
/
Warzone
/
data1.cab
/
Program_Executable_Files
/
WRF
/
tutstats.wrf
< prev
next >
Wrap
Text File
|
1998-10-27
|
2KB
|
62 lines
/*
* TutStats.wrf
*
* The tutorial stats and the related data file for it.
* (A very nasty hack, so Viper MG template doesn't show in tutorial)
*/
directory "stats"
file STR_RES "Names.txt"
file SWEAPON "Weapons.txt"
file SBODY "Body.txt"
file SBRAIN "Brain.txt"
file SPROP "Propulsion.txt"
file SSENSOR "Sensor.txt"
file SECM "ECM.txt"
file SREPAIR "Repair.txt"
//file SPROGRAM "Program.txt"
file SCONSTR "Construction.txt"
file SPROPTYPES "PropulsionType.txt"
//must be loaded in after propulsion types
file SPROPSND "PropulsionSounds.txt"
file STERRTABLE "TerrainTable.txt"
file SSPECABIL "SpecialAbility.txt"
file SBPIMD "BodyPropulsionIMD.txt"
//weapon sounds must be loaded in after weapons
file SWEAPSND "WeaponSounds.txt"
//load after propulsion types
file SWEAPMOD "WeaponModifier.txt"
directory "stats\tutorial"
file STEMPL "TutTemplates.txt"
file STEMPWEAP "TutAssignWeapons.txt"
directory "stats"
//file STEMPPROG "assignPrograms.txt"
file SFUNC "Functions.txt"
file SSTRUCT "Structures.txt"
file SSTRFUNC "StructureFunctions.txt"
file SSTRWEAP "StructureWeapons.txt"
file SSTRMOD "StructureModifier.txt"
file SFEAT "Features.txt"
/*messages must be read in before research */
directory "messages"
file SMSG "messages.txt"
file SMSG "ResMessages.txt"
directory "stats\research"
file RESCH "Research.txt"
file RPREREQ "PRResearch.txt"
file RCOMPRED "RedComponents.txt"
file RCOMPRES "ResultComponent.txt"
file RSTRREQ "ResearchStruct.txt"
file RSTRRED "RedStructure.txt"
file RSTRRES "ResultStructure.txt"
file RFUNC "ResearchFunctions.txt"