gta_vc.set
Revision as of 05:20, 30 June 2015 by Spaceeinstein (talk | contribs) (Created page with "{{DISPLAYTITLE:gta_vc.set}} The '''gta_vc.set''' file is a binary file that stores the game's configuration settings for Vice City. It is located in the user files dir...")
The gta_vc.set file is a binary file that stores the game's configuration settings for Vice City. It is located in the user files directory. The game automatically generates this file with default settings if it is missing. Each time a setting has been changed within the game menu, the file changes immediately.
Format
Offset | Type | Description |
---|---|---|
0x000 | dword | Always 3 |
0x004 | 8 bytes[44] | Primary controls |
0x166 | 8 bytes[44] | Secondary controls |
0x2C6 | 8 bytes[44] | Tertiary controls |
0x586 | char[20] | "stuffmorestuffevenmo" |
0x59A | char[20] | "stuffmorestuffevenmo" |
0x5AE | char[4] | "stuf" |
0x5B2 | char[4] | "stuf" |
0x5B6 | char[1] | "s" |
0x5B7 | char[1] | "s" |
0x5B8 | char[1] | "s" |
0x5C2 | byte | Music volume (1 = lowest setting, 65 = highest setting, 49 = default setting) |
0x5C3 | byte | MP3 volume boost (0 = default setting, 1 = lowest setting, 65 = highest setting) |
0x5C5 | byte | Speaker configuration (0 = 2 speakers, 1 = headphones, 2 = more than 2 speakers) |
0x5C6 | byte | Audio hardware |
0x5C7 | byte | Dynamic Acoustic Modeling (0 = off, 1 = on) |
0x5C8 | word | Brightness (6 = lowest setting, 256 = default, 384 = highest setting) |
0x5C9 | dword | Draw distance |
0x5CE | byte | Subtitles (0 = off, 1 = on) |
0x5CF | byte | Wide screen (0 = off, 1 = on) |
0x5D0 | byte | Frame limiter (0 = off, 1 = on) |
0x6D3 | byte | Controls (0 = standard, 1 = classic) |
0x6D4 | byte | Language (0 = English, 1 = French, 2 = German, 3 = Italian, 4 = Spanish) |
0x6D5 | byte | HUD mode (0 = off, 1 = on) |
0x6D6 | byte | Radar mode (0 = map & blips, 1 = blips only, 2 = off) |