mirror of
https://github.com/EpicMorgGames/metamod-r-game-tests.git
synced 2024-12-27 07:05:33 +03:00
Update game_support.cpp
This commit is contained in:
parent
a2c3fb9608
commit
77cc21f863
@ -34,7 +34,7 @@ const game_modinfo_t g_known_games[] = {
|
||||
{ "dod", "dod.so", "dod.dll", "Day of Defeat" },
|
||||
{ "dpb", "pb.i386.so", "pb.dll", "Digital Paintball" },
|
||||
{ "dragonmodz", "hl.so", "mp.dll", "Dragon Mod Z" },
|
||||
{ "esf", "../linuxdll/hl_i386.so", "hl.dll", "Earth's Special Forces (Steam)" }, //workaround
|
||||
{ "esf", "../linuxdll/hl_i386.so", "hl.dll", "Earth's Special Forces (Steam)" }, //workaround
|
||||
{ "esf", "hl.so", "hl.dll", "Earth's Special Forces (Old)" },
|
||||
{ "existence", "ex.so", "existence.dll", "Existence" },
|
||||
{ "firearms", "fa.so", "firearms.dll", "Firearms" },
|
||||
@ -98,7 +98,7 @@ const game_modinfo_t g_known_games[] = {
|
||||
{ "tod", "hl.so", "hl.dll", "Tour of Duty" },
|
||||
{ "trainhunters", "th.so", "th.dll", "Train Hunters" },
|
||||
{ "trevenge", "trevenge.so", "trevenge.dll", "The Terrorist Revenge" },
|
||||
{ "ts", "ts_i686.so", "mp.dll", "The Specialists" },
|
||||
{ "ts", "ts_i686.so", "mp.dll", "The Specialists" },
|
||||
{ "ts", "ts_i386.so", "mp.dll", "The Specialists" },
|
||||
{ "tt", "tt.so", "tt.dll", "The Trenches" },
|
||||
{ "underworld", "uw.so", "uw.dll", "Underworld Bloodline" },
|
||||
|
Loading…
Reference in New Issue
Block a user