ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
OreTruckRate
Jump to navigation
Jump to search
| Flag: | OreTruckRate |
| File(s): | rules(md).ini |
| Values: | Signed integers: All whole numbers from -2147483648 to 2147483647; in rare cases, only from -32768 to 32767. |
| Default: | 2 |
| Applicable to: | General |
Defines the playback rate of the collection and unloading animation sequences for Collecteur minerai, and thereby affects the execution rate of these two behaviors, because they require the sequences to fully end before continuing.
Notes
The playback rate of the Mad Tank detonation animation also uses this value, and after multiplying it by 2, uses it as the rate.
Bugs/Side-Effects/Unexpected Limitations
Obviously, you should not set a non-positive integer value not greater than one for the rate, as this would cause it to never normally end the sequence and thus never complete the related behavior, even if such a value does not cause a crash.
See Also
Starting from Tiberian Sun, this has been renamed and split into two flags:
- HarvesterDumpRate - controls unloading, with a default value of 0.016.
- HarvesterLoadRate - controls collection, with the default value inherited from OreTruckRate as 2.