mirror of
https://github.com/EpicMorgGames/metamod-r-game-tests.git
synced 2025-03-04 01:25:24 +03:00
Existence
This commit is contained in:
parent
e5acbf8c4e
commit
4a5978f744
@ -29,9 +29,9 @@ const game_modinfo_t g_known_games[] = {
|
||||
{ "dmc", "dmc.so", "dmc.dll", "Deathmatch Classic" }, // ok
|
||||
{ "dod", "dod.so", "dod.dll", "Day of Defeat" }, // ok
|
||||
{ "dpb", "pb.i386.so", "pb.dll", "Digital Paintball" }, // ok
|
||||
{ "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" },
|
||||
{ "esf", "../linuxdll/hl_i386.so", "hl.dll", "Earth's Special Forces" }, // workaround for basic-linux version
|
||||
{ "esf", "hl_i386.so", "hl.dll", "Earth's Special Forces" }, // full linux version
|
||||
{ "existence", nullptr, "existence.dll", "Existence" }, // have no linux binary found!
|
||||
{ "firearms", "fa.so", "firearms.dll", "Firearms" },
|
||||
{ "frontline", "front.so", "frontline.dll", "Frontline Force" },
|
||||
{ "gangstawars", "gangsta.so", "gwars27.dll", "Gangsta Wars (Steam)" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user