Posted by: kdr351 - Tuesday, February 20, 2007 3:06:12 PM
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

Posted by: CommieDog - Tuesday, February 20, 2007 9:05:26 PM
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:[code]Object ChinaNuclearMissileLauncher Buildable = No End[/code]

Posted by: kdr351 - Saturday, February 24, 2007 9:55:43 AM
thx commiedog, i copied someones that they already made and imported it into my scripts and edited it from there. thx again