ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
StartStandFrame
Jump to navigation
Jump to search
| Flag: | StartStandFrame |
| File(s): | art(md).ini |
| Values: | Signed integers: All whole numbers from -2147483648 to 2147483647; in rare cases, only from -32768 to 32767. |
| Applicable to: | VehicleTypes |
Specifies the starting frame index of this unit's standing animation sequence. Only applies to SHP-based units.
Notes
If StandingFrames=0, then based on the values of StartWalkFrame and WalkFrames, the first frame of the sequence used when moving in that direction is selected as the Standing frame, while the playback rate of the frame sequence is changed from WalkRate to the value set by IdleRate.
Bugs/Side-Effects/Unexpected Limitations
This is only used when IdleRate=0. If IdleRate is not 0, then the Walk frame sequence used when moving is always used, and it continues to play and cycle.