| Posted by: AdrianeMapMaker - Monday, November 18, 2019 8:21:36 AM |
|---|
| [size=7]How to Change Production cost and change build time of a unit or structure in Map.ini[/size] After several years of map coding we know that we CANT change cost and build time of unit or structure with map.ini but it turns out to be wrong - its ACTUALLY POSSIBLE to adjust it Modders in NLS team (ZH Modders) found out several unused line of parameters hidden in the game but still working and this is one of them - one of them is the unused production cost and productiontime parameters. To edit cost and build time - Just copy the code into your map.ini and adjust it on your own choice [code=plain]PlayerTemplate FactionAmerica ProductionCostChange = AmericaCommandCenter -90% ;Reduce Cost ProductionCostChange = AmericaVehicleDozer 90% ;Adds Cost ProductionTimeChange = AmericaCommandCenter -100% ; Reduce Buildtime ProductionTimeChange = AmericaVehicleDozer 500% ; Add Buildtime End[/code] |
| Posted by: SkyMix_RMT - Monday, November 18, 2019 11:40:32 AM |
|---|
| Amazing, I wonder what mapping legends like Beng would think of this. |