GameIdentifiers: Difference between revisions
Jump to navigation
Jump to search
(remove gta ug refs) |
No edit summary |
||
Line 32: | Line 32: | ||
|- | |- | ||
|GTA IV: Episodes from Liberty City | |GTA IV: Episodes from Liberty City | ||
|gta: | |gta:iv_eflc | ||
|6 | |6 | ||
|GAME_GTA_IV_EFLC | |GAME_GTA_IV_EFLC | ||
|- | |- | ||
|} | |} |
Revision as of 19:11, 10 January 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 |
GTA IV: Episodes from Liberty City | gta:iv_eflc | 6 | GAME_GTA_IV_EFLC |