From 347aa1e2a94da5d3af52f43a691f1eddcf8f6f35 Mon Sep 17 00:00:00 2001 From: STAM Date: Sat, 5 Aug 2017 03:02:32 +0300 Subject: [PATCH] Counter-Strike --- metamod/src/game_support.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/metamod/src/game_support.cpp b/metamod/src/game_support.cpp index 958da36..9545041 100644 --- a/metamod/src/game_support.cpp +++ b/metamod/src/game_support.cpp @@ -19,9 +19,9 @@ const game_modinfo_t g_known_games[] = { { "bumpercars", nullptr, "hl.dll", "Bumper Cars" }, // have no linux binary found! { "buzzybots", nullptr, "bb.dll", "BuzzyBots" }, // have no linux binary found! { "ckf3", nullptr, "mp.dll", "Chicken Fortress 3" }, // have no linux binary found!, checked all versions (latest - Alpha 4) - { "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)" }, + { "cs10", nullptr, "mp.dll", "Counter-Strike 1.0 (Steam)" }, // have no linux binary found! + { "csv15", nullptr, "mp.dll", "Counter-Strike 1.5 (Steam)" }, // have no linux binary found! + { "cstrike", "cs.so", "mp.dll", "Counter-Strike 1.6" }, { "czero", "cs.so", "mp.dll", "Counter-Strike:Condition Zero" }, { "czeror", "cz.so", "cz.dll", "Counter-Strike:Condition Zero Deleted Scenes" }, { "dcrisis", "dc.so", "dc.dll", "Desert Crisis" },