Difference between revisions of "015D"

From GTAMods Wiki
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|trilogy}} '''SET_TIME_SCALE'''
+
{{OpCode
<hr />
+
| games      = {{Icon|t}}
'''Description'''
+
| command    = SET_TIME_SCALE
: Sets the speed of the game
+
| description = Sets the time scale of the game
'''Syntax'''
+
| syntax1    = 015D: set_gamespeed [''flt'']
: 015D: set_gamespeed [''flt'']
+
| p1t        = [''flt'']
'''Parameter'''
+
| p1d        = Multiplier (default 1.0)
: [''flt'']
+
}}
:: Speed multiplier (default 1.0)
 
  
This opcode sets the speed of the game and affects most movements and 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. Cheats that control game speed like <code>onspeed</code> and <code>booooooring</code> in Vice City controls the same thing.
+
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
 
[[Category:OpCodes]]
 

Latest revision as of 11:43, 15 December 2016

GTA III Vice City San Andreas SET_TIME_SCALE


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