-
Notifications
You must be signed in to change notification settings - Fork 11
General Settings
Raulfin edited this page Jan 2, 2015
·
2 revisions
This file covers some very basic settings.
<outputLanguage>ENGLISH</outputLanguage>
--> This is the language used to generate output (weapon names, descriptinons and the like). It should
match the languageID of one of the languages defined in Languages.xml. If an output string is not available
in the chosen language, the patcher will use the default_language from Languages.xml instead. If that
fails as well, the patcher will fail - so don't enter crap.
<useMage>true</useMage>
<useThief>true</useThief>
<useWarrior>true</useWarrior>
--> These three elements tell the patcher which modules you intend to use. Values are either "true" or "false".
In this default setup, all three modules are used. Make sure to adjust this if you don't intend to use something.
<removeUnspecificStartingSpells>true</removeUnspecificStartingSpells>
--> This tells the patcher whether or not you want to start with the generic "Healing" and "Flames" spells. Again,
either "true" or "false". If "true", the spells are removed.