From 3728fe42dfc2128fd9c6675f7967ff49ebc378a2 Mon Sep 17 00:00:00 2001 From: Asmodai Date: Tue, 24 Apr 2018 00:39:18 +0300 Subject: [PATCH] Added support of ag_i386.so --- metamod/src/game_support.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/metamod/src/game_support.cpp b/metamod/src/game_support.cpp index 1bc161a..3a5f043 100644 --- a/metamod/src/game_support.cpp +++ b/metamod/src/game_support.cpp @@ -12,6 +12,7 @@ const game_modinfo_t g_known_games[] = { // convenient db. { "action", "ahl.so", "ahl.dll", "Action Half-Life" }, // _i386.so, + director's cut [2016], updated linux binary name { "ag", "ag.so", "ag.dll", "Adrenaline Gamer" }, // .so file by OpenAG fork + { "ag", "ag_i386.so", "ag.dll", "Adrenaline Gamer" }, // .so file by OpenAG fork { "asheep", nullptr, "hl.dll", "Azure Sheep" }, // have no linux binary found! { "bdef", "server.so", "server.dll", "Base Defense" }, // placed in normal dll folder [2017] { "bg", "bg.so", "bg.dll", "The Battle Grounds" },