Azure Sheep

This commit is contained in:
STAM 2017-08-05 02:36:02 +03:00 committed by GitHub
parent 6a803a80b0
commit b663cf0209

View File

@ -13,16 +13,16 @@ const game_modinfo_t g_known_games[] = {
{ "ag3", "hl.so", "hl.dll", "Adrenalinegamer 3.x" }, { "ag3", "hl.so", "hl.dll", "Adrenalinegamer 3.x" },
{ "aghl", "ag.so", "ag.dll", "Adrenalinegamer 4.x" }, { "aghl", "ag.so", "ag.dll", "Adrenalinegamer 4.x" },
{ "arg", "arg.so", "hl.dll", "Arg!" }, { "arg", "arg.so", "hl.dll", "Arg!" },
{ "asheep", "hl.so", "hl.dll", "Azure Sheep" }, { "asheep", nullptr, "hl.dll", "Azure Sheep" }, //have no linux binary found!
{ "bdef", "../cl_dlls/server.so", "../cl_dlls/server.dll", "Base Defense" }, //workaround { "bdef", "../cl_dlls/server.so", "../cl_dlls/server.dll", "Base Defense" }, //workaround
{ "bg", "bg.so", "bg.dll", "The Battle Grounds" }, { "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" }, { "bot", "bot.so", "bot.dll", "Bot" },
{ "brainbread", "bb.so", "bb.dll", "Brain Bread" }, { "brainbread", "bb.so", "bb.dll", "Brain Bread" },
{ "bshift", "bshift.so", "hl.dll", "Half-Life: Blue Shift" }, { "bshift", "bshift.so", "hl.dll", "Half-Life: Blue Shift" },
{ "bumpercars", "hl.so", "hl.dll", "Bumper Cars" }, { "bumpercars", "hl.so", "hl.dll", "Bumper Cars" },
{ "buzzybots", "bb.so", "bb.dll", "BuzzyBots" }, { "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" }, { "cs13", "cs.so", "mp.dll", "Counter-Strike 1.3" },
{ "cstrike", "cs.so", "mp.dll", "Counter-Strike" }, { "cstrike", "cs.so", "mp.dll", "Counter-Strike" },
{ "csv15", "cs.so", "mp.dll", "Counter-Strike 1.5 (Steam)" }, { "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" }, { "dod", "dod.so", "dod.dll", "Day of Defeat" },
{ "dpb", "pb.i386.so", "pb.dll", "Digital Paintball" }, { "dpb", "pb.i386.so", "pb.dll", "Digital Paintball" },
{ "dragonmodz", "hl.so", "mp.dll", "Dragon Mod Z" }, { "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)" }, { "esf", "hl.so", "hl.dll", "Earth's Special Forces (Old)" },
{ "existence", "ex.so", "existence.dll", "Existence" }, { "existence", "ex.so", "existence.dll", "Existence" },
{ "firearms", "fa.so", "firearms.dll", "Firearms" }, { "firearms", "fa.so", "firearms.dll", "Firearms" },
@ -65,7 +65,7 @@ const game_modinfo_t g_known_games[] = {
{ "ol", "ol.so", "hl.dll", "Outlawsmod" }, { "ol", "ol.so", "hl.dll", "Outlawsmod" },
{ "ops1942", "spirit.so", "spirit.dll", "Operations 1942" }, { "ops1942", "spirit.so", "spirit.dll", "Operations 1942" },
{ "osjb", "osjb.so", "jail.dll", "Open-Source Jailbreak" }, { "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" }, { "oz", "mp.so", "mp.dll", "Oz Deathmatch" },
{ "paintball", "pb.so", "mp.dll", "Paintball" }, { "paintball", "pb.so", "mp.dll", "Paintball" },
{ "penemy", "pe.so", "pe.dll", "Public Enemy" }, { "penemy", "pe.so", "pe.dll", "Public Enemy" },