warzone2100/data/script/fastplay/s-demos.vlo

41 lines
1.1 KiB
Plaintext

/* Value File for Cam1-2S */
script "s-demos.slo"
run
{
/* General Values */
player int 0
/* Briefing Stuff */
MissionBrief INTMESSAGE "SB1_2_MSG"
endMsg INTMESSAGE "END"
/* Landing Zone coords for Map to follow */
LZ_X1 INT 52
LZ_Y1 INT 54
LZ_X2 INT 54
LZ_Y2 INT 56
/* Transport exit coords */
exitX int 0
exitY int 32
/* Win or lose */
transporter TEMPLATE "Transporter"
NextLev LEVEL "SUBDEMO"
lostSnd SOUND "pcv470.ogg" //mision failed
timeLimit INT 35999 //(60 mins) //24000 // (40 minutes) number of seconds*10 for mission, -1 for unlimited
/* Set Structure Limits */
powerGen STRUCTURESTAT "A0PowerGenerator"
oilDerrick STRUCTURESTAT "A0ResourceExtractor"
research STRUCTURESTAT "A0ResearchFacility"
factory STRUCTURESTAT "A0LightFactory"
//powerModuleHack STRUCTURESTAT "PowMod1"
command STRUCTURESTAT "A0CommandCentre"
numPow INT 1 //Limit on number of Power Generator Buildings
numExt INT 200 //Limit on number of resource Extractors
numFac INT 5 //Limit on number of Factory Buildings
numRes INT 5 //1 //Limit on number of Research Facility Buildings
}