97 lines
3.4 KiB
Plaintext
97 lines
3.4 KiB
Plaintext
|
//
|
||
|
// variable value file for skirmish games.
|
||
|
//
|
||
|
|
||
|
script "skirmish.slo"
|
||
|
run
|
||
|
{
|
||
|
|
||
|
endMsg INTMESSAGE "END"
|
||
|
winMsg INTMESSAGE "WIN"
|
||
|
|
||
|
//structures
|
||
|
command STRUCTURESTAT "A0CommandCentre"
|
||
|
factory STRUCTURESTAT "A0LightFactory"
|
||
|
wall STRUCTURESTAT "A0HardcreteMk1Wall"
|
||
|
cornerWall STRUCTURESTAT "A0HardcreteMk1CWall"
|
||
|
oilDerrick STRUCTURESTAT "A0ResourceExtractor"
|
||
|
powerGen STRUCTURESTAT "A0PowerGenerator"
|
||
|
research STRUCTURESTAT "A0ResearchFacility"
|
||
|
commandrelay STRUCTURESTAT "A0ComDroidControl"
|
||
|
cybfac STRUCTURESTAT "A0CyborgFactory"
|
||
|
vtolfac STRUCTURESTAT "A0VTolFactory1"
|
||
|
|
||
|
// Technologies (same as skirmishAIx.vlo)
|
||
|
numCleanTech int 4 // do x for clean
|
||
|
numBaseTech int 19 // do x for base
|
||
|
numDefTech int 40 // do x for defensive
|
||
|
|
||
|
// JIM/KEITH KEEP YOUR FILTHY MITS OFF THESE..
|
||
|
defTech[0] RESEARCHSTAT "R-Vehicle-Prop-Wheels"
|
||
|
defTech[1] RESEARCHSTAT "R-Sys-Spade1Mk1"
|
||
|
defTech[2] RESEARCHSTAT "R-Vehicle-Body01"
|
||
|
defTech[3] RESEARCHSTAT "R-Comp-SynapticLink"
|
||
|
|
||
|
defTech[4] RESEARCHSTAT "R-Wpn-MG1Mk1"
|
||
|
defTech[5] RESEARCHSTAT "R-Defense-HardcreteWall"
|
||
|
defTech[6] RESEARCHSTAT "R-Vehicle-Prop-Wheels"
|
||
|
defTech[7] RESEARCHSTAT "R-Sys-Spade1Mk1"
|
||
|
defTech[8] RESEARCHSTAT "R-Struc-Factory-Cyborg"
|
||
|
defTech[9] RESEARCHSTAT "R-Cyborg-Wpn-MG"
|
||
|
defTech[10] RESEARCHSTAT "R-Defense-Pillbox01"
|
||
|
defTech[11] RESEARCHSTAT "R-Defense-Tower01"
|
||
|
defTech[12] RESEARCHSTAT "R-Vehicle-Body01"
|
||
|
defTech[13] RESEARCHSTAT "R-Sys-Engineering01"
|
||
|
defTech[14] RESEARCHSTAT "R-Struc-CommandRelay"
|
||
|
defTech[15] RESEARCHSTAT "R-Vehicle-Prop-Halftracks"
|
||
|
defTech[16] RESEARCHSTAT "R-Comp-CommandTurret01"
|
||
|
defTech[17] RESEARCHSTAT "R-Sys-Sensor-Turret01"
|
||
|
defTech[18] RESEARCHSTAT "R-Wpn-Flamer01Mk1"
|
||
|
|
||
|
defTech[19] RESEARCHSTAT "R-Vehicle-Body05"
|
||
|
defTech[20] RESEARCHSTAT "R-Struc-Research-Module"
|
||
|
defTech[21] RESEARCHSTAT "R-Struc-PowerModuleMk1"
|
||
|
defTech[22] RESEARCHSTAT "R-Struc-Factory-Module"
|
||
|
defTech[23] RESEARCHSTAT "R-Struc-RepairFacility"
|
||
|
defTech[24] RESEARCHSTAT "R-Sys-MobileRepairTurret01"
|
||
|
defTech[25] RESEARCHSTAT "R-Vehicle-Engine01"
|
||
|
defTech[26] RESEARCHSTAT "R-Vehicle-Prop-Tracks"
|
||
|
defTech[27] RESEARCHSTAT "R-Cyborg-Wpn-Cannon"
|
||
|
defTech[28] RESEARCHSTAT "R-Cyborg-Wpn-Flamer"
|
||
|
defTech[29] RESEARCHSTAT "R-Wpn-MG3Mk1"
|
||
|
defTech[30] RESEARCHSTAT "R-Wpn-Cannon1Mk1"
|
||
|
defTech[31] RESEARCHSTAT "R-Wpn-Mortar01Lt"
|
||
|
defTech[32] RESEARCHSTAT "R-Defense-Pillbox05"
|
||
|
defTech[33] RESEARCHSTAT "R-Defense-TankTrap01"
|
||
|
defTech[34] RESEARCHSTAT "R-Defense-WallTower02"
|
||
|
defTech[35] RESEARCHSTAT "R-Sys-Sensor-Tower01"
|
||
|
defTech[36] RESEARCHSTAT "R-Defense-Pillbox04"
|
||
|
defTech[37] RESEARCHSTAT "R-Wpn-MG2Mk1"
|
||
|
defTech[38] RESEARCHSTAT "R-Wpn-Rocket05-MiniPod"
|
||
|
defTech[39] RESEARCHSTAT "R-Wpn-MG-Damage01"
|
||
|
defTech[40] RESEARCHSTAT "R-Wpn-Rocket-Damage01"
|
||
|
defTech[41] RESEARCHSTAT "R-Defense-WallTower01"
|
||
|
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////
|
||
|
// Available Research Topics.
|
||
|
// Maximum of TEN topics, see alexl for more.
|
||
|
|
||
|
numCleanRes int 3 // do x for clean
|
||
|
numBaseRes int 0 // do x for base
|
||
|
numDefRes int 0 // do x for defensive
|
||
|
|
||
|
defRes[0] RESEARCHSTAT "R-Sys-Sensor-Turret01"
|
||
|
defRes[1] RESEARCHSTAT "R-Wpn-MG1Mk1"
|
||
|
//defRes[2] RESEARCHSTAT "R-Struc-Factory-Cyborg"
|
||
|
defRes[2] RESEARCHSTAT "R-Sys-Engineering01"
|
||
|
//defRes[3] RESEARCHSTAT "R-Comp-SynapticLink"
|
||
|
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////
|
||
|
// Other Guff.
|
||
|
|
||
|
/* Base Under Attack */
|
||
|
attackSnd1 SOUND "pcv337.ogg"
|
||
|
}
|