| Posted by: SUPER-G - Thursday, June 7, 2012 7:25:42 PM |
|---|
| i am trying to make a chinese propaganda center have the uranium shells and nuclear tank upgrade available, but how? |
| Posted by: acidbrain - Friday, June 8, 2012 2:18:51 AM |
|---|
| You can use a script in WB for that. [code] *** IF *** True. *** THEN *** Command button: 'blablabla' is added to all objects of type 'ChinaPropagandaCenter' in slot number 3 (1-12). [/code] I took slot 3, pick an empty slot, check CommandSet.ini for available slots. |
| Posted by: Lithium - Saturday, June 9, 2012 8:04:12 PM |
|---|
| You can create a map.ini file for this map. Make a new file with notepad, rename it to "map.ini" (where .ini replaced the .txt extension) and copy this code in the file [code] CommandSet ChinaPropagandaCenterCommandSet 1 = Command_UpgradeChinaNationalism 2 = Command_UpgradeChinaUraniumShells 3 = Command_UpgradeChinaSubliminalMessaging 4 = Command_UpgradeChinaNuclearTanks 10 = Command_UpgradeChinaMines 12 = Command_Sell End [/code] Save the file in the same folder of the map, and you're done [smile] |
| Posted by: SUPER-G - Friday, July 6, 2012 7:16:37 PM |
|---|
| yeah it worked! thanks guys! |