Update wastes icon/config
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5268 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
b7784f41d9
commit
34029c2434
2 changed files with 2 additions and 2 deletions
Binary file not shown.
Before Width: | Height: | Size: 137 KiB After Width: | Height: | Size: 104 KiB |
|
@ -7,7 +7,7 @@
|
|||
#define DISTRIBUTION "VTW"
|
||||
#define DISTRIBUTIONLONG "Vera Visions"
|
||||
#define FULLENGINENAME "The Wastes"
|
||||
#define ENGINEWEBSITE "http://www.vera-visions.com/"
|
||||
#define ENGINEWEBSITE "https://www.vera-visions.com/"
|
||||
#define BRANDING_ICON "wastes.ico"
|
||||
|
||||
//filesystem rebranding
|
||||
|
@ -15,7 +15,7 @@
|
|||
#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_PROTOCOL "FTE-Wastes" //so other games won't show up in the server browser
|
||||
#define GAME_DEFAULTPORT 27500 //FIXME: change me!
|
||||
#define GAME_DEFAULTPORT 23000
|
||||
//#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
|
||||
|
|
Loading…
Reference in a new issue