00D8

From GTAMods Wiki
Revision as of 03:13, 25 September 2010 by Spaceeinstein (talk | contribs) (created page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{{{games}}}


Description
Mission cleanup
Syntax
{{{syntax1}}}
Parameter

This opcode resets ("cleans up") multiple settings that are usually set during missions and in some threads. This helps in getting the game back to "normal" without the need to keep track of multiple settings. This opcode will only be activated if it is within a thread created by 00D7 or within a mission. It will not work elsewhere.

Vice City

  • 01EB set to 1.0 ; car density
  • 03DE set to 1.0 ; ped density
  • effect of 04C1 ; remove police roadblock
  • effect of 015A ; restore camera
  • 02A3 set to 0 ; widescreen
  • 0507 set to 0 ; white scanline
  • 04C7 set to 0 ; green scanline
  • effect of 04FA ; reset sky colors
  • effect of 01B7 ; release weather
  • 03E7 set to -1 ; flash hud
  • effect of 03E6 ; remove text box
  • 0396 set to 0 ; pause timer
  • 01B4 set to 1 ; unfrozen state
  • 052C set to 0 ; drunk visuals
  • 03FD set to 0 ; handling responsiveness
  • 0501 set to 1 ; drive by mode

San Andreas

  • 01EB set to 1.0 ; car density
  • 03DE set to 1.0 ; ped density
  • 08EA set to 1 ; gang spawn
  • 0983 set to 1
  • 099E set to 1 ; police patrols

External links