GameIdentifiers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 30: | Line 30: | ||
|5 | |5 | ||
|GAME_GTA_IV | |GAME_GTA_IV | ||
|- | |- | ||
|} | |} |
Latest revision as of 00:43, 14 November 2023
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 |