2
0
mirror of https://github.com/rehlds/metamod-r.git synced 2025-01-12 22:58:14 +03:00

Added support of ag_i386.so

This commit is contained in:
Asmodai 2018-04-24 00:39:18 +03:00
parent 89b29af8a5
commit 3728fe42df

View File

@ -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" },