Difference between revisions of "00D8"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{research}} | {{research}} | ||
+ | {{TocRight}} | ||
{{Icon|trilogy}} '''MISSION_HAS_FINISHED''' | {{Icon|trilogy}} '''MISSION_HAS_FINISHED''' | ||
<hr /> | <hr /> | ||
Line 13: | Line 14: | ||
}}</onlyinclude> | }}</onlyinclude> | ||
− | == | + | == GTA III == |
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
!Effect | !Effect | ||
Line 19: | Line 20: | ||
|- | |- | ||
|force random ped type set to -1 || [[03DF]] | |force random ped type set to -1 || [[03DF]] | ||
+ | |- | ||
+ | |ped density multiplier set to 1.0 || [[03DE]] | ||
|- | |- | ||
|car density multiplier set to 1.0 || [[01EB]] | |car density multiplier set to 1.0 || [[01EB]] | ||
+ | |- | ||
+ | |wanted multiplier set to 1.0 || [[03C7]] | ||
+ | |- | ||
+ | |restore camera || [[015A]] | ||
+ | |- | ||
+ | |unload four special characters || [[0296]] | ||
+ | |- | ||
+ | |streaming set to 0 || [[03AF]] | ||
+ | |- | ||
+ | |flash hud object set to -1 || [[03E7]] | ||
+ | |- | ||
+ | |clear help box || [[03E6]] | ||
+ | |- | ||
+ | |freeze onscreen timer set to 0 || [[0396]] | ||
+ | |} | ||
+ | |||
+ | == Vice City == | ||
+ | {| class="wikitable sortable" | ||
+ | !Effect | ||
+ | !Related opcode | ||
+ | |- | ||
+ | |force random ped type set to -1 || [[03DF]] | ||
+ | |- | ||
+ | |enter car range multiplier set to 1 || [[0481]] | ||
+ | |- | ||
+ | |car density multiplier set to 1.0 || [[01EB]] | ||
+ | |- | ||
+ | |threat reaction range multiplier set to 1 || [[0482]] | ||
|- | |- | ||
|ped density multiplier set to 1.0 || [[03DE]] | |ped density multiplier set to 1.0 || [[03DE]] | ||
Line 26: | Line 57: | ||
|wanted multiplier set to 1.0 || [[03C7]] | |wanted multiplier set to 1.0 || [[03C7]] | ||
|- | |- | ||
− | |remove | + | |remove all script roadblocks || [[04C1]] |
+ | |- | ||
+ | |remove all routes || [[03AC]] | ||
|- | |- | ||
|restore camera || [[015A]] | |restore camera || [[015A]] | ||
Line 36: | Line 69: | ||
|green scanline set to 0 || [[04C7]] | |green scanline set to 0 || [[04C7]] | ||
|- | |- | ||
− | | | + | |clear extra colors || [[04FA]] |
|- | |- | ||
|clear two mission audios || [[040D]] | |clear two mission audios || [[040D]] | ||
Line 51: | Line 84: | ||
|- | |- | ||
|freeze onscreen timer set to 0 || [[0396]] | |freeze onscreen timer set to 0 || [[0396]] | ||
+ | |- | ||
+ | |remove 16 texture dictionaries || [[0391]] | ||
|- | |- | ||
|police ignore player set to 0 || [[01F7]] | |police ignore player set to 0 || [[01F7]] | ||
Line 60: | Line 95: | ||
|drunk visuals set to 0 || [[052C]] | |drunk visuals set to 0 || [[052C]] | ||
|- | |- | ||
− | | | + | |player drunkenness set to 0 || [[03FD]] |
|- | |- | ||
− | |drive by | + | |player can do drive by set to 1 || [[0501]] |
|- | |- | ||
− | |rc contact | + | |shut player up set to 0 || [[04E2]] |
+ | |- | ||
+ | |rc detonate on contact set to 0 || [[04D6]] | ||
|- | |- | ||
|rc detonation set to 0 || [[048A]] | |rc detonation set to 0 || [[048A]] | ||
|- | |- | ||
− | |riot | + | |clear taxi shortcut || [[0557]] |
+ | |- | ||
+ | |riot intensity set to 0 || [[0552]] | ||
|} | |} | ||
==San Andreas== | ==San Andreas== |
Revision as of 21:32, 7 February 2015
Description
- Mission cleanup
Syntax
- 00D8: mission_cleanup
Parameter
- none
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.
GTA III
Effect | Related opcode |
---|---|
force random ped type set to -1 | 03DF |
ped density multiplier set to 1.0 | 03DE |
car density multiplier set to 1.0 | 01EB |
wanted multiplier set to 1.0 | 03C7 |
restore camera | 015A |
unload four special characters | 0296 |
streaming set to 0 | 03AF |
flash hud object set to -1 | 03E7 |
clear help box | 03E6 |
freeze onscreen timer set to 0 | 0396 |
Vice City
Effect | Related opcode |
---|---|
force random ped type set to -1 | 03DF |
enter car range multiplier set to 1 | 0481 |
car density multiplier set to 1.0 | 01EB |
threat reaction range multiplier set to 1 | 0482 |
ped density multiplier set to 1.0 | 03DE |
wanted multiplier set to 1.0 | 03C7 |
remove all script roadblocks | 04C1 |
remove all routes | 03AC |
restore camera | 015A |
widescreen set to 0 | 02A3 |
white scanline set to 0 | 0507 |
green scanline set to 0 | 04C7 |
clear extra colors | 04FA |
clear two mission audios | 040D |
release weather | 01B7 |
unload 21 special characters | 0296 |
streaming set to 0 | 03AF |
flash hud object set to -1 | 03E7 |
clear help box | 03E6 |
freeze onscreen timer set to 0 | 0396 |
remove 16 texture dictionaries | 0391 |
police ignore player set to 0 | 01F7 |
everyone ignore player set to 0 | 03BF |
player control set to 1 | 01B4 |
drunk visuals set to 0 | 052C |
player drunkenness set to 0 | 03FD |
player can do drive by set to 1 | 0501 |
shut player up set to 0 | 04E2 |
rc detonate on contact set to 0 | 04D6 |
rc detonation set to 0 | 048A |
clear taxi shortcut | 0557 |
riot intensity set to 0 | 0552 |
San Andreas
Effect | Related opcode |
---|---|
car density set to 1.0 | 01EB |
ped density set to 1.0 | 03DE |
gang spawn set to 1 | 08EA |
unknown_gang_war set to 1 | 0983 |
police patrols set to 1 | 099E |
destroys scripted trains | 06D8 |