From 99e0191168fe963bb335b378d4477df445b26bb7 Mon Sep 17 00:00:00 2001 From: Eukara Date: Sun, 30 Dec 2018 21:28:29 +0000 Subject: [PATCH] Changed basedirs in FreeCS' config git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5376 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/config_freecs.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/engine/common/config_freecs.h b/engine/common/config_freecs.h index 87302249c..258ded462 100644 --- a/engine/common/config_freecs.h +++ b/engine/common/config_freecs.h @@ -13,12 +13,12 @@ //filesystem rebranding #define GAME_SHORTNAME "freecs" //short alphanumeric description #define GAME_FULLNAME FULLENGINENAME //full name of the game we're playing -#define GAME_BASEGAMES GAME_SHORTNAME //comma-separate list of basegame strings to use +#define GAME_BASEGAMES "logos","valve","cstrike","freecs" //comma-separate list of basegame strings to use #define GAME_PROTOCOL "FTE-FCS" //so other games won't show up in the server browser -#define GAME_DEFAULTPORT 27500 //FIXME: change me! +#define GAME_DEFAULTPORT 23000 //FIXME: change me! //#define GAME_IDENTIFYINGFILES NULL //with multiple games, this string-list gives verification that the basedir is actually valid. if null, will just be assumed correct. -//#define GAME_DOWNLOADSURL NULL //url for the package manger to update from -//#define GAME_DEFAULTCMDS NULL //a string containing the things you want to +//#define GAME_DOWNLOADSURL NULL //url for the package manger to update from +//#define GAME_DEFAULTCMDS NULL //a string containing the things you want to // All my fault -eukara #define ENGINE_ROUTING