1########### DO NOT EDIT THIS FILE  ####################################
2########### CREATE A NEW FILE CALLED game.properties ##################
3
4
5###############################################################################
6##                           General Game Section                            ##
7###############################################################################
8
9# Name of the game to display in the title bar
10# It will also determine the name of the subfolder of $HOME-directory to store
11# configuration settings, account data, map cache and updates in.
12# If GAME_NAME is "Stendhal-CVS" the folder would be "stendhal-cvs"
13
14# BE SURE TO USE YOUR OWN NAME, OTHERWISE THE NEXT UPDATE OF EITHER GAME WILL KILL BOTH.
15GAME_NAME=Stendhal
16
17# Icon to display in the title bar
18GAME_ICON=data/gui/StendhalIcon.png
19
20# Background image of first screen
21GAME_SPLASH_BACKGROUND=data/gui/StendhalSplash.jpg
22
23
24###############################################################################
25##                              Default Server                               ##
26###############################################################################
27
28DEFAULT_SERVER=stendhalgame.org
29DEFAULT_PORT=32160
30
31
32
33###############################################################################
34##                             Automatic Updates                             ##
35###############################################################################
36
37UPDATE_ENABLE_AUTO_UPDATE=true
38UPDATE_SERVER_FOLDER=https://arianne-project.org/stendhal/updates
39UPDATE_SERVER_FOLDER_FALLBACK=http://arianne.sourceforge.net/stendhal/updates
40UPDATE_VERSION_CHECK=http://arianne.sourceforge.net/stendhal.version
41UPDATE_SIGNER_FILE_NAME=META-INF/FAIUMONI.RSA
42UPDATE_SIGNER_KEY=66AD78E9D794D0AFB2CAB7BA92F8E5EE
43UPDATE_CERTSTORE=games/stendhal/client/update/stendhal.certstore
44UPDATE_CERT_NAME=stendhal
45