Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 0169

Opcode Database

0169

DescriptionSets the RGB colour of the fade command. In GTA III and Vice City, using the integer value 2 for every parameter will result in the screen fading to a texture. In San Andreas, this combination of parameters still has an effect, however the feature is not fully implemented.
Parameters (v2)1) Red (0 to 255) (INT)
2) Green (0 to 255) (INT)
3) Blue (0 to 255) (INT)
Gamessa vc iii
CategoryGame
Command Name (IV)SET_FADING_COLOUR
San Andreas
sascm.ini0169=3,set_fading_colour %1d% %2d% %3d%
Example0169: set_fading_colour 0 0 0
Command NameSET_FADING_COLOUR
Vice City
sascm.ini0169=3,set_fade_color %1d% %2d% %3d%
Example0169: set_fade_color 0 0 0
Command NameSET_FADING_COLOUR
GTA III
gtascm.ini0169=3,set_fade_color %1d% %2d% %3d%
Example0169: set_fade_color 0 0 0
Command NameSET_FADING_COLOUR

<< 0168

016A >>