GTAG - Modding - Opcode Database - 0169
Opcode Database
0169
| Description | Sets 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) |
| Games | |
| Category | Game |
| Command Name (IV) | SET_FADING_COLOUR |
| San Andreas | |
| sascm.ini | 0169=3,set_fading_colour %1d% %2d% %3d% |
| Example | 0169: set_fading_colour 0 0 0 |
| Command Name | SET_FADING_COLOUR |
| Vice City | |
| sascm.ini | 0169=3,set_fade_color %1d% %2d% %3d% |
| Example | 0169: set_fade_color 0 0 0 |
| Command Name | SET_FADING_COLOUR |
| GTA III | |
| gtascm.ini | 0169=3,set_fade_color %1d% %2d% %3d% |
| Example | 0169: set_fade_color 0 0 0 |
| Command Name | SET_FADING_COLOUR |

