Posted by: ajbutch123 - Thursday, May 20, 2010 1:08:31 PM
yeah... i was wondering how to make the oil rigs give off like 25k each time (like normally they give off $200)
thanks
Posted by: Annihilationzh - Thursday, May 20, 2010 1:56:00 PM
Can a mod or admin move this to the right section please?
It's in CivilianBuilding.ini and it's called TechOilDerrick.
You're looking for this:
[code] Behavior = AutoDepositUpdate ModuleTag_04
DepositTiming = 12000 ; in milliseconds
DepositAmount = 200 ; cash amount to deposit every Deposit Timings
InitialCaptureBonus = 1000 ;capture bonus only happens once
UpgradedBoost = UpgradeType:Upgrade_AmericaSupplyLines Boost:20
End[/code]
If you haven't got the INI files yet, follow this:
http://www.cnclabs.com/forums/default.aspx?g=posts&t=9305
Posted by: Drummin - Thursday, May 20, 2010 2:38:46 PM
The code posted by Annihilationzh can also be copied to Notepad and saved as map.ini inside your map folder for use as a map only change. Be sure not to save the file as a txt file.
Posted by: Annihilationzh - Thursday, May 20, 2010 3:25:28 PM
Sorry Drummin, not quite right. That would be the following:
[code]Object TechOilDerrick
ReplaceModule ModuleTag_04
Behavior = AutoDepositUpdate ModuleTag_04_Override
DepositTiming = 12000 ; in milliseconds
DepositAmount = 200 ; cash amount to deposit every Deposit Timings
InitialCaptureBonus = 1000 ;capture bonus only happens once
UpgradedBoost = UpgradeType:Upgrade_AmericaSupplyLines Boost:20
End
End
End[/code]
Note: this code is the standard code, it won't change anything unless you change the values.
Posted by: ajbutch123 - Thursday, May 20, 2010 3:51:09 PM