ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
Rate: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Un-DeeZire'd |
||
Line 1: | Line 1: | ||
{{ | ==On Animations== | ||
Determines the delay between | {{Flag | ||
|name={{PAGENAME}} | |||
|files={{Categ|Art(md).ini}} | |||
|values={{values|int}} | |||
|default=900 | |||
|types={{Categ|Animations}} | |||
|ts=yes | |||
|fs=yes | |||
|hp=yes | |||
|ra2=yes | |||
|yr=yes | |||
|ares=yes | |||
}} | |||
Determines the speed of this [[animation]] by specifying the amount of animation frames to play relative to 900 [[frames|time frames]]. Larger values mean faster animation. | |||
Some examples on default game speed (15 FPS): | |||
* {{f|Rate|900}} means play 15 animation frames per second. | |||
* {{f|Rate|60}} means play 1 animation frame per second. | |||
* {{f|Rate|1}} means play 1 animation frame per minute. | |||
and so on. | |||
==See Also== | |||
*[[RandomRate]] | |||
*[[Normalized]] | |||
*[[AnimRate]] | |||
==On Mission Control== | |||
{{Flag | |||
|name={{PAGENAME}} | |||
|files={{Categ|Rules(md).ini}} | |||
|values={{values|float}} | |||
|types={{Categ|Mission Control}} | |||
|ra=yes | |||
|cs=yes | |||
|am=yes | |||
|ts=yes | |||
|fs=yes | |||
|hp=yes | |||
|ra2=yes | |||
|yr=yes | |||
|ares=yes | |||
}} | |||
Specifies the delay, in minutes, between processing this mission. Larger values mean a faster game but less responsiveness from the object while it is carrying out this mission. | |||
==See Also== | |||
*[[AARate]] |
Latest revision as of 11:46, 13 February 2020
On Animations
Flag: | Rate |
File(s): | Art(md).ini |
Values: | Signed integers: All whole numbers from -2147483648 to 2147483647; in rare cases, only from -32768 to 32767. |
Default: | 900 |
Applicable to: | Animations |
Determines the speed of this animation by specifying the amount of animation frames to play relative to 900 time frames. Larger values mean faster animation.
Some examples on default game speed (15 FPS):
- Rate=900 means play 15 animation frames per second.
- Rate=60 means play 1 animation frame per second.
- Rate=1 means play 1 animation frame per minute.
and so on.
See Also
On Mission Control
Flag: | Rate |
File(s): | Rules(md).ini |
Values: | Floating point values: Any decimal number (clearer range should be added in Template:Values). |
Applicable to: | Mission Control |
Specifies the delay, in minutes, between processing this mission. Larger values mean a faster game but less responsiveness from the object while it is carrying out this mission.