Difference between revisions of "03FD"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{OpCode | games = {{Icon|3}} | command = REGISTER_4X4_ONE_TIME | description = Saves the fastest time to the Patriot Playground stat | syntax1 = 03FD: save_offr...")
 
m
 
Line 2: Line 2:
 
| games      = {{Icon|3}}
 
| games      = {{Icon|3}}
 
| command    = REGISTER_4X4_ONE_TIME
 
| command    = REGISTER_4X4_ONE_TIME
| description = Saves the fastest time to the Patriot Playground stat
+
| description = Saves the fastest time to the Patriot Playground [[List of statistics (III)|stat]]
 
| syntax1    = 03FD: save_offroad_time [''int'']
 
| syntax1    = 03FD: save_offroad_time [''int'']
 
| p1t        = [''int'']
 
| p1t        = [''int'']
Line 8: Line 8:
 
}}
 
}}
  
This opcode saves the lowest value to the "Patriot Playground in secs" [[List of statistics (III)|stat]] ([[GXT]] key <code>FEST_R1</code>). The stat will initially start with a value of 0 but it is only displayed in the stats menu when the value is greater than it. Any value can overwrite a value of 0. For every other values, only those lower than the saved value will update the stat with the new value; higher values have no effect on the stat. The value set with this opcode is saved in [[Saves (GTA 3)#Block 17: Stats|block 17 of the save file]].
+
This opcode saves the lowest value to the "Patriot Playground in secs" stat ([[GXT]] key <code>FEST_R1</code>). The stat initially starts with a value of 0 and does not appear in the stats menu until its value is greater than 0. Any value can overwrite a value of 0. For every other values, only those lower than the saved value will update the stat with the new value; higher values have no effect on the stat. The value set with this opcode is saved in [[Saves (GTA 3)#Block 17: Stats|block 17 of the save file]].
  
  

Latest revision as of 01:44, 28 November 2016

GTA III REGISTER_4X4_ONE_TIME


Description
Saves the fastest time to the Patriot Playground stat
Syntax
03FD: save_offroad_time [int]
Parameter
[int]
Integer value

This opcode saves the lowest value to the "Patriot Playground in secs" stat (GXT key FEST_R1). The stat initially starts with a value of 0 and does not appear in the stats menu until its value is greater than 0. Any value can overwrite a value of 0. For every other values, only those lower than the saved value will update the stat with the new value; higher values have no effect on the stat. The value set with this opcode is saved in block 17 of the save file.


Vice City San Andreas SET_DRUNK_INPUT_DELAY


Description
Sets the drunk input delay
Syntax
03FD: set_player [player handle] handling_responsiveness [int]
Parameter
[player handle]
The handle of the player
[int]
Input delay

This opcode affects the delay to the left and right steering while driving. The higher the value, the longer it takes for the game to respond to those key presses. The input delay is reset when a mission cleanup is processed. Oddly, pausing and unpausing the game also resets it. The original script called this opcode during "Boomshine Saigon".

Keywords

set, player, drunk, input, delay, handling, responsiveness