Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Offline AdrianeMapMaker  
#1 Posted : Monday, November 18, 2019 8:21:36 AM(UTC)
AdrianeMapMaker
General
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 3/8/2016(UTC)
Posts: 1,156
Philippines

Thanks: 312 times
Was thanked: 185 time(s) in 149 post(s)
How to Change Production cost and change build time of a unit or structure in Map.ini

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:
PlayerTemplate FactionAmerica
  ProductionCostChange = AmericaCommandCenter -90% ;Reduce Cost
  ProductionCostChange = AmericaVehicleDozer  90% ;Adds Cost
  ProductionTimeChange = AmericaCommandCenter -100% ; Reduce Buildtime
  ProductionTimeChange = AmericaVehicleDozer 500% ; Add Buildtime
End

Edited by user Monday, November 18, 2019 8:22:43 AM(UTC)  | Reason: Not specified

A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb

UserPostedImage





thanks 2 users thanked AdrianeMapMaker for this useful post.
SkyMix_RMT on 11/18/2019(UTC), Commander Newgate on 12/16/2019(UTC)
Sponsor
Offline SkyMix_RMT  
#2 Posted : Monday, November 18, 2019 11:40:32 AM(UTC)
SkyMix_RMT
Major
Joined: 2/21/2015(UTC)
Posts: 386
Portugal

Thanks: 80 times
Was thanked: 132 time(s) in 96 post(s)
Amazing, I wonder what mapping legends like Beng would think of this.
Check out:

My Music (Techno/House/Experimental)

My Website (GeneralsCentral)

My Youtube Channel (Inactive)

World Builder Community Discord
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.