ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

ProduceCashDelay

From ModEnc
Revision as of 12:07, 14 March 2016 by AlexB (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Tiberian Dawn The Covert Operations Red Alert Counterstrike Aftermath Tiberian Sun Firestorm HyperPatch Red Alert 2 Yuri's Revenge Ares Generals Zero Hour Tiberium Wars Kane's Wrath
Flag: ProduceCashDelay
File(s): Rules(md).ini
Values: Signed integers: All whole numbers from -2147483648 to 2147483647; in rare cases, only from -32768 to 32767. (Limited to: Greater than 1)
Default: 0
Applicable to: BuildingTypes


Specifies the interval in frames after which the owning player should be given ProduceCashAmount of credits. This is part of the oil derrick tech structure logic.

Cc alert.png Bugs/Side-Effects/Unexpected Limitations

Only values greater than 1 are supported, otherwise the delay timer will not work correctly and the building will not produce cash aside from the startup cash.

The delay timer will not start if ProduceCashStartup is set to 0. In this case the building will not produce cash.

There's a bug in the original implementation that caused the logic to break when the building was producing cash while attacked by a Temporal weapon. The timer would not reset, effectively jamming the building until it is captured by and recaptured from a MultiplayPassive=yes house.

See also