1 | <?xml version='1.0' encoding='UTF-8'?><!DOCTYPE Settings PUBLIC "FIFE.SettingsFile" "Settings.dtd"> |
---|
2 | <Settings> |
---|
3 | <Module name="FIFE"> |
---|
4 | <Setting name="FullScreen" type="bool">False</Setting> |
---|
5 | <Setting name="PlaySounds" type="bool">True</Setting> |
---|
6 | <Setting name="RenderBackend" type="str">OpenGL</Setting> |
---|
7 | <Setting name="ScreenResolution" type="str">1024x768</Setting> |
---|
8 | <Setting name="BitsPerPixel" type="int">0</Setting> |
---|
9 | <Setting name="InitialVolume" type="float">5.0</Setting> |
---|
10 | <Setting name="SDLRemoveFakeAlpha" type="int">1</Setting> |
---|
11 | <Setting name="WindowTitle" type="str">PARPG Demo</Setting> |
---|
12 | <Setting name="WindowIcon" type="str">gui/icons/window_icon.png</Setting> |
---|
13 | <Setting name="Font" type="str">fonts/oldtypewriter.ttf</Setting> |
---|
14 | <Setting name="FontGlyphs" strip="0" type="str"> abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&`'*#=[]\"</Setting> |
---|
15 | <Setting name="DefaultFontSize" type="int">12</Setting> |
---|
16 | <Setting name="LogModules" type="list">controller</Setting> |
---|
17 | <Setting name="PychanDebug" type="bool">False</Setting> |
---|
18 | <Setting name="LogToPrompt" type="int">0</Setting> |
---|
19 | <Setting name="LogToFile" type="int">0</Setting> |
---|
20 | <Setting name="UsePsyco" type="bool">False</Setting> |
---|
21 | <Setting name="ProfilingOn" type="bool">False</Setting> |
---|
22 | <Setting name="ImageChunkSize" type="int">256</Setting> |
---|
23 | <Setting name="Lighting" type="int"> 0 </Setting> |
---|
24 | </Module> |
---|
25 | <Module name="PARPG"> |
---|
26 | <Setting name="SettingsVersion" type="str">2010-11-05</Setting> |
---|
27 | <Setting name="Map" type="str">Mall</Setting> |
---|
28 | <Setting name="ObjectDatabaseFile" type="str">objects/object_database.yaml</Setting> |
---|
29 | <Setting name="MapsFile" type="str">maps/maps.yaml</Setting> |
---|
30 | <Setting name="AllAgentsFile" type="str">maps/all_agents.yaml</Setting> |
---|
31 | <Setting name="AgentsDirectory" type="str">objects/</Setting> |
---|
32 | <Setting name="CursorDirectory" type="str">gui/cursors/</Setting> |
---|
33 | <Setting name="CursorDefault" type="str">gui/cursors/cursor_plain.png</Setting> |
---|
34 | <Setting name="CursorUp" type="str">gui/cursors/cursor_up.png</Setting> |
---|
35 | <Setting name="CursorRight" type="str">gui/cursors/cursor_right.png</Setting> |
---|
36 | <Setting name="CursorDown" type="str">gui/cursors/cursor_down.png</Setting> |
---|
37 | <Setting name="CursorLeft" type="str">gui/cursors/cursor_left.png</Setting> |
---|
38 | <Setting name="DialoguesDirectory" type="str">dialogue/</Setting> |
---|
39 | <Setting name="QuestsDirectory" type="str">quests/</Setting> |
---|
40 | <Setting name="PCSpeed" type="int">3</Setting> |
---|
41 | </Module> |
---|
42 | </Settings> |
---|