summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-11-11 13:41:26 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-11-11 13:41:26 +0000
commitd2bf248c7623324dc6a133b1e5eb0e71235d883a (patch)
tree37c4afeca8f57a74ab392b728509e6c32405f4dc /data
parent2e7a4d66bd9ce5077b7a0062aff856d669e05b97 (diff)
downloadmana-client-d2bf248c7623324dc6a133b1e5eb0e71235d883a.tar.gz
mana-client-d2bf248c7623324dc6a133b1e5eb0e71235d883a.tar.bz2
mana-client-d2bf248c7623324dc6a133b1e5eb0e71235d883a.tar.xz
mana-client-d2bf248c7623324dc6a133b1e5eb0e71235d883a.zip
Moved some hardcoded strings and filenames to an external configuration file.
Diffstat (limited to 'data')
-rw-r--r--data/branding.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/data/branding.xml b/data/branding.xml
new file mode 100644
index 00000000..c07d0c56
--- /dev/null
+++ b/data/branding.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+
+<!--
+Branding information
+
+All values in here are the default values which are hardcoded into the TMW client.
+So it would make no difference for the official version when this file is missing. It is
+basically an example for developers of tmw forks to help them writing a branding.xml
+for their forks.
+-->
+
+<configuration>
+ <option name="appName" value="The Mana World"/>
+ <option name="appShort" value="tmw"/>
+ <option name="appIcon" value="icons/tmw.png"/>
+ <option name="loginWallpaper" value="graphics/images/login_wallpaper.png"/>
+ <option name="loginMusic" value="The Mana World - Hurnscald.ogg"/>
+ <option name="defaultServer" value="server.themanaworld.org"/>
+ <option name="defaultPort" value="9601"/>
+ <option name="defaultUpdateHost" value="http://updates.themanaworld.org"/>
+
+</configuration>