mirror of
https://github.com/EpicMorgGames/metamod-r-game-tests.git
synced 2025-03-04 01:25:24 +03:00
Azure Sheep
This commit is contained in:
parent
6a803a80b0
commit
b663cf0209
@ -13,16 +13,16 @@ const game_modinfo_t g_known_games[] = {
|
||||
{ "ag3", "hl.so", "hl.dll", "Adrenalinegamer 3.x" },
|
||||
{ "aghl", "ag.so", "ag.dll", "Adrenalinegamer 4.x" },
|
||||
{ "arg", "arg.so", "hl.dll", "Arg!" },
|
||||
{ "asheep", "hl.so", "hl.dll", "Azure Sheep" },
|
||||
{ "bdef", "../cl_dlls/server.so", "../cl_dlls/server.dll", "Base Defense" }, //workaround
|
||||
{ "asheep", nullptr, "hl.dll", "Azure Sheep" }, //have no linux binary found!
|
||||
{ "bdef", "../cl_dlls/server.so", "../cl_dlls/server.dll", "Base Defense" }, //workaround
|
||||
{ "bg", "bg.so", "bg.dll", "The Battle Grounds" },
|
||||
{ "bhl", nullptr, "bhl.dll", "Brutal Half-Life" }, //have no linux binary!
|
||||
{ "bhl", nullptr, "bhl.dll", "Brutal Half-Life" }, //have no linux binary!
|
||||
{ "bot", "bot.so", "bot.dll", "Bot" },
|
||||
{ "brainbread", "bb.so", "bb.dll", "Brain Bread" },
|
||||
{ "bshift", "bshift.so", "hl.dll", "Half-Life: Blue Shift" },
|
||||
{ "bumpercars", "hl.so", "hl.dll", "Bumper Cars" },
|
||||
{ "buzzybots", "bb.so", "bb.dll", "BuzzyBots" },
|
||||
{ "ckf3", nullptr, "mp.dll", "Chicken Fortress 3" }, //have no linux binary!
|
||||
{ "ckf3", nullptr, "mp.dll", "Chicken Fortress 3" }, //have no linux binary!
|
||||
{ "cs13", "cs.so", "mp.dll", "Counter-Strike 1.3" },
|
||||
{ "cstrike", "cs.so", "mp.dll", "Counter-Strike" },
|
||||
{ "csv15", "cs.so", "mp.dll", "Counter-Strike 1.5 (Steam)" },
|
||||
@ -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" },
|
||||
@ -65,7 +65,7 @@ const game_modinfo_t g_known_games[] = {
|
||||
{ "ol", "ol.so", "hl.dll", "Outlawsmod" },
|
||||
{ "ops1942", "spirit.so", "spirit.dll", "Operations 1942" },
|
||||
{ "osjb", "osjb.so", "jail.dll", "Open-Source Jailbreak" },
|
||||
{ "outbreak", nullptr, "hl.dll", "Out Break" }, //have no linux binary
|
||||
{ "outbreak", nullptr, "hl.dll", "Out Break" }, //have no linux binary
|
||||
{ "oz", "mp.so", "mp.dll", "Oz Deathmatch" },
|
||||
{ "paintball", "pb.so", "mp.dll", "Paintball" },
|
||||
{ "penemy", "pe.so", "pe.dll", "Public Enemy" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user