home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1999 #6 / 1999 CD 6 (Red).iso / Strategy / warzone / disk1 / data1.cab / Program_Executable_Files / script / fastplay / s-demos.vlo < prev    next >
Encoding:
Text File  |  1998-12-03  |  1.2 KB  |  41 lines

  1. /* Value File for Cam1-2S */
  2. script "s-demos.slo"
  3. run
  4. {
  5. /* General Values */
  6. player        int        0
  7.  
  8. /* Briefing Stuff */
  9. MissionBrief        INTMESSAGE        "SB1_2_MSG"
  10. endMsg        INTMESSAGE    "END"
  11.  
  12. /* Landing Zone coords for Map to follow */
  13. LZ_X1        INT        52
  14. LZ_Y1        INT        54
  15. LZ_X2        INT        54
  16. LZ_Y2        INT        56
  17.  
  18. /* Transport exit coords */
  19. exitX        int        0
  20. exitY        int        32
  21.  
  22. /* Win or lose */
  23. transporter    TEMPLATE    "Transporter"
  24. NextLev        LEVEL        "SUBDEMO"
  25. lostSnd        SOUND        "You Are Defeated.wav"            //mision failed
  26. timeLimit    INT        35999    //(60 mins)    //24000    // (40 minutes) number of seconds*10 for mission, -1 for unlimited
  27.  
  28. /* Set Structure Limits */
  29. powerGen        STRUCTURESTAT        "A0PowerGenerator"
  30. oilDerrick        STRUCTURESTAT        "A0ResourceExtractor"
  31. research        STRUCTURESTAT        "A0ResearchFacility"
  32. factory            STRUCTURESTAT        "A0LightFactory"
  33. //powerModuleHack        STRUCTURESTAT        "PowMod1"
  34. command            STRUCTURESTAT        "A0CommandCentre"
  35. numPow            INT            1        //Limit on number of Power Generator Buildings
  36. numExt            INT            200        //Limit on number of resource Extractors
  37. numFac            INT            5        //Limit on number of Factory Buildings
  38. numRes            INT            5    //1        //Limit on number of Research Facility Buildings
  39.  
  40. }
  41.