057E

From GTAMods Wiki
Revision as of 17:56, 30 December 2014 by Spaceeinstein (talk | contribs) (added code to change color)
Jump to navigation Jump to search

Vice City San Andreas SET_PLAYER_IS_IN_STADIUM


Description

Greys the "radar" mini-map

Syntax

057E: make_radar_grey [int]

Parameter

[int]
0 = normal, 1 = greyed

This opcode greys the "radar" mini-map on the bottom left corner of the HUD. It is usually used to cover up the mini-map without disabling it. In Vice City, it has an additional effect that indicates the player is in the Hyman Memorial Stadium by positioning the player position arrow in the pause menu map over the stadium (exactly at x: -1302.53, y: 1332.85) with all blips disabled; the mini-map is not affected by the additional changes. The color of grey is 204,204,204 in RGB or #CCCCCC in hexadecimal ().

Vice City
0 1
057E: 0 057E: 1
Pause menu map effect

For Vice City

This is supplemental code that allows you to change the color of grey for Vice City. The following code uses Sanny Builder with CLEO for Vice City in an external script (not the main one) and tested on US v1.0.

:opcode_057E_supplement
05DF: write_memory 0x4C21EC size 4 value 0@ virtual_protect 1
05DF: write_memory 0x4C21E7 size 4 value 1@ virtual_protect 1
05DF: write_memory 0x4C21E2 size 4 value 2@ virtual_protect 1
05F6: ret 0

Place this line anywhere within the external script and add in RGB values:

05F5: call_scm_func @opcode_057E_supplement inputs 3 red [int] green [int] blue [int]

Keywords

toggle, set, radar, minimap, gray, grey, stadium