kdr351
  • kdr351
  • 51.5% (Neutral)
  • Private Topic Starter
19 years ago
hello, can anyone tell me how to make infantry only in map?
i dont know how to remove war factorys,air fields and so on
any help is appreciated
Sponsor
CommieDog
19 years ago
You need to import the code from all the buildings you want to be unbuildable into a map.ini file (create it in your map directory if it doesn't already exist). Then you can delete all of the code for each building (leaving just the header declaring the object name and its corresonding End statement) and then add Buildable=No as new code for the object. The end result should look something like this:
Object ChinaNuclearMissileLauncher
  Buildable = No
End

UserPostedImage 
CommieDog: Because someone has to do your dirty work for you
kdr351
  • kdr351
  • 51.5% (Neutral)
  • Private Topic Starter
19 years ago
thx commiedog, i copied someones that they already made and imported it into my scripts and edited it from there. thx again