Difference between revisions of "015D"
Jump to navigation
Jump to search
(Created page with "{{Icon|trilogy}} '''SET_TIME_SCALE''' <hr /> '''Description''' : Sets the speed of the game '''Syntax''' : 015D: set_gamespeed [''flt''] '''Parameter''' : [''flt''] :: Speed m...") |
|||
Line 1: | Line 1: | ||
− | {{Icon| | + | {{OpCode |
− | + | | games = {{Icon|t}} | |
− | + | | command = SET_TIME_SCALE | |
− | + | | description = Sets the time scale of the game | |
− | + | | syntax1 = 015D: set_gamespeed [''flt''] | |
− | + | | p1t = [''flt''] | |
− | + | | p1d = Multiplier (default 1.0) | |
− | + | }} | |
− | |||
− | This opcode sets the | + | This opcode sets the time scale of the game, affecting most time-dependent actions within the game though not all of them. Negative values will have odd effects and can cause gameplay to be unplayable, while values greater than 4.0 do not have noticeable speed increases. Certain [[hardcoded]] events can override your set time scale, including cheats that control the time scale like <code>onspeed</code> and <code>booooooring</code> in Vice City, adrenaline effects, and snapping photos with the camera. |
== Keywords == | == Keywords == | ||
set, game, speed, gamespeed, time, scale | set, game, speed, gamespeed, time, scale | ||
− | |||
− |
Latest revision as of 11:43, 15 December 2016
- Description
- Sets the time scale of the game
- Syntax
- 015D: set_gamespeed [flt]
- Parameter
- [flt]
- Multiplier (default 1.0)
This opcode sets the time scale of the game, affecting most time-dependent actions within the game though not all of them. Negative values will have odd effects and can cause gameplay to be unplayable, while values greater than 4.0 do not have noticeable speed increases. Certain hardcoded events can override your set time scale, including cheats that control the time scale like onspeed
and booooooring
in Vice City, adrenaline effects, and snapping photos with the camera.
Keywords
set, game, speed, gamespeed, time, scale