-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
40 lines (27 loc) · 1.48 KB
/
config.xml
File metadata and controls
40 lines (27 loc) · 1.48 KB
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
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8"?>
<GameConfig>
<Window width="1080" height="720" fullscreen="no" title="El Eternauta - FING"/>
<Graphics shadowMapSize="4096" shadowOrthoSize="150.0"
shadowNear="1.0" shadowFar="400.0" shadowDistance="150.0"/>
<Debug showAxes="false" showShadowMap="false"/>
<Fog density="0.02" desaturation="0.8" color="0.15, 0.15, 0.17"/>
<Player moveSpeed="3.0" turnSpeed="10.0" radius="0.4" scale="0.01"/>
<Camera fov="60.0" near="0.1" far="500.0"
followDistance="2.2" followHeight="1.2"
shoulderOffset="2.4" lookAhead="5.0"/>
<Buildings gridSize="100" width="8.0" depth="8.0"
minHeight="15.0" maxHeight="40.0" streetWidth="12.0"
renderDistance="150.0" maxVisible="2000" textureScale="4.0"/>
<LOD switchDistance="210.0"/>
<Ground size="500.0" textureScale="0.5"/>
<Snow defaultSpeed="7.0" defaultAngle="20.0" defaultBlur="3.0"
particleCount="8000" sphereRadius="20.0" particleFallSpeed="5.0"
particleSize="0.05" windStrength="5.0"/>
<Cinematic duration="3.0" motionBlur="2.5"
introCharacterYaw="225.0" introCharacterPos="-120.0, 0.1, -120.0"/>
<FingBuilding pos="80.0, 10.0, 80.0"/>
<Light dir="0.8, 0.4, 0.3"/>
<UI introHeaderX="730.0" introHeaderY="80.0"
introBodyLeftMargin="45.0" introBodyStartY="180.0" introLineHeight="100.0"
typewriterCharDelay="0.04" typewriterLineDelay="0.5"/>
</GameConfig>