mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
Changed basedirs in FreeCS' config
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5376 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
f416201c66
commit
99e0191168
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue