Can you write a full example for me in ini form like say I want a particle canon from local player (me) to have the power production of 100...how do you put that in the ini file...
Originally Posted by: acidbrain
It depends on what faction you want to use, there are 5 factions that use a particle cannon(4 USA factions and Boss also but Boss is not playable by default) so you have to add the right building to the map.ini.
Go to the map you want to play, if it is an official map you have to extract the maps from the big file, you could change the big file itself but im not a big fan of that, if you dont know how to extract the maps you can find a tutorial with final big over
Here .
Create the map.iniOpen the map folder of choice and right click to create a new text file, open the file and copy/pasta the code below, i added all the USA particle cannons...
; --- Vanilla USA ---
Object AmericaParticleCannonUplink
EnergyProduction = 100
End
; --- Airforce General ---
Object Airf_AmericaParticleCannonUplink
EnergyProduction = 100
End
; --- Laser General ---
Object Lazr_AmericaParticleCannonUplink
EnergyProduction = 100
End
; --- Superweapon General ---
Object Supw_AmericaParticleCannonUplink
EnergyProduction = 100
End
When you are done right click and save file as map.ini, if you did everything right you see a file with a gear on it, you can throw away the original text file now.
Start the game and have fun...
Cheers
nowuniverse wrote: