ajbutch123
15 years ago
yeah... i was wondering how to make the oil rigs give off like 25k each time (like normally they give off $200)


thanks
Sponsor
Annihilationzh
15 years ago
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:

  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

If you haven't got the INI files yet, follow this:
http://www.cnclabs.com/forums/default.aspx?g=posts&t=9305 
If you need help, post in the forum. You'll get help a lot faster than if you send me a PM.

I reject all buddy requests. I don't think 'buddy' needs to be made official. It's not like you're marrying me.
Drummin
15 years ago
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.
Annihilationzh
15 years ago
Sorry Drummin, not quite right. That would be the following:
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
Note: this code is the standard code, it won't change anything unless you change the values.
If you need help, post in the forum. You'll get help a lot faster than if you send me a PM.

I reject all buddy requests. I don't think 'buddy' needs to be made official. It's not like you're marrying me.
ajbutch123
15 years ago
thanks all 🙂