-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings-dist.xml
35 lines (32 loc) · 1.75 KB
/
settings-dist.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version='1.0' encoding='UTF-8'?>
<Settings>
<Module name="FIFE">
<Setting name="FullScreen" type="bool"> False </Setting>
<Setting name="PlaySounds" type="bool"> True </Setting>
<Setting name="RenderBackend" type="str"> OpenGL </Setting>
<Setting name="ScreenResolution" type="str">1024x768</Setting>
<Setting name="BitsPerPixel" type="int"> 0 </Setting>
<Setting name="InitialVolume" type="float"> 5.0 </Setting>
<Setting name="SDLRemoveFakeAlpha" type="int"> 1 </Setting>
<Setting name="WindowTitle" type="str"> FIFE - Zombies WTF </Setting>
<Setting name="WindowIcon" type="str"> gui/icons/boy.png </Setting>
<Setting name="Font" type="str"> fonts/FreeSans.ttf </Setting>
<Setting name="FontGlyphs" strip="0" type="str"> abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&`'*#=[]\"</Setting>
<Setting name="DefaultFontSize" type="int"> 16 </Setting>
<Setting name="LogModules" type="list"> controller </Setting>
<Setting name="PychanDebug" type="bool"> False </Setting>
<Setting name="LogToPrompt" type="int"> 1 </Setting>
<Setting name="UsePsyco" type="bool"> False </Setting>
<Setting name="ProfilingOn" type="bool"> False </Setting>
<Setting name="LogToFile" type="int"> 0 </Setting>
<Setting name="Lighting" type="int"> 2 </Setting>
</Module>
<Module name="rio">
<Setting name="MapFile" type="str"> maps/forest.xml </Setting>
<Setting name="CoordinateLayerName" type="str"> TechdemoMapTileLayer </Setting>
<Setting name="QuadTreeLayerName" type="str"> </Setting>
<Setting name="TestCameraPlacement" type="int"> 0 </Setting>
<Setting name="TestRotationLayerName" type="str"> TechdemoMapTileLayer </Setting>
<Setting name="TestAgentSpeed" type="float"> 0.5 </Setting>
</Module>
</Settings>