GameIdentifiers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(remove gta ug refs) |
||
Line 25: | Line 25: | ||
|3 | |3 | ||
|GAME_GTA_SA | |GAME_GTA_SA | ||
|- | |- | ||
|GTA IV | |GTA IV |
Revision as of 10:45, 3 October 2021
Summary
Each game is identified by a small string containing the series and game abbreviation. This is used in the server configuration
The listed ID is an integer, used in both gta.game for client resource scripts, and server.game for server resource scripts.
Settings
Game Name | String Identifier | Game ID | Scripting Define |
---|---|---|---|
GTA III | gta:iii | 1 | GAME_GTA_III |
GTA Vice City | gta:vc | 2 | GAME_GTA_VC |
GTA San Andreas | gta:sa | 3 | GAME_GTA_SA |
GTA IV | gta:iv | 5 | GAME_GTA_IV |
GTA IV: Episodes from Liberty City | gta:eflc | 6 | GAME_GTA_IV_EFLC |