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

Difference between revisions of "ProduceCashDelay"

From ModEnc
Jump to: navigation, search
m
 
Line 17: Line 17:
  
 
There's a bug in the original implementation that caused the logic to break when the building was producing cash while attacked by a {{f|Temporal|link}} weapon. The timer would not reset, effectively jamming the building until it is captured by and recaptured from a {{f|MultiplayPassive|yes}} house.
 
There's a bug in the original implementation that caused the logic to break when the building was producing cash while attacked by a {{f|Temporal|link}} weapon. The timer would not reset, effectively jamming the building until it is captured by and recaptured from a {{f|MultiplayPassive|yes}} house.
 +
==Nots==
 +
I found this tag in <b>The Second Tiberium War 2.93</b> and it worked. ;I'm not sure if it was added with another extension or not. 🤔
  
 
== See also ==
 
== See also ==
 
* [[ProduceCashStartup]]
 
* [[ProduceCashStartup]]
 
* [[ProduceCashAmount]]
 
* [[ProduceCashAmount]]

Latest revision as of 15:43, 15 August 2024

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.

Nots

I found this tag in The Second Tiberium War 2.93 and it worked. ;I'm not sure if it was added with another extension or not. 🤔

See also