-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.txt
54 lines (54 loc) · 1.82 KB
/
setup.txt
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
camera.control : "Auto"
debug.SDL_Image.enable : "true"
debug.developerMode.enable : "true"
debug.grabMouse : "false"
debug.hideMouse : "true"
debug.mesh.renderHeightMap : "false"
debug.mesh.renderNormals : "false"
game.difficulty : "Normal"
graphic.anisotropy.enable : "false"
graphic.anisotropy.levels : "1.000000"
graphic.antialiasing : "1"
graphic.background.enable : "true"
graphic.colourBuffer.bitDepth : "24"
graphic.depthBuffer.bitDepth : "24"
graphic.dithering.enable : "true"
graphic.fog.enable : "true"
graphic.framesPerSecond.max : "30"
graphic.fullscreen : "false"
graphic.gouraudShading.enable : "true"
graphic.overlay.enable : "true"
graphic.perspectiveCorrection.enable : "true"
graphic.reflections.enable : "true"
graphic.reflections.particleReflections.enable : "true"
graphic.resolution.horizontal : "1920"
graphic.resolution.vertical : "1080"
graphic.shadows.enable : "true"
graphic.shadows.highQuality.enable : "true"
graphic.simultaneousDynamicLights.max : "32"
graphic.simultaneousParticles.max : "768"
graphic.specularHighlights.enable : "true"
graphic.textureFilter.magFilter : "linear"
graphic.textureFilter.minFilter : "linear"
graphic.textureFilter.mipMapFilter : "linear"
graphic.textureFiltering : "trilinear 2"
graphic.twoLayerWater.enable : "true"
hud.displayFramesPerSecond : "true"
hud.displayGameTime : "true"
hud.displayStatusBars : "true"
hud.feedback : "Textual"
hud.messageDuration : "200"
hud.messages.enable : "true"
hud.simultaneousMessages.max : "6"
network.enable : "false"
network.hostName : "Egoboo host"
network.lagTolerance : "10"
network.playerName : "Egoboo player"
sound.channel.count : "32"
sound.effects.enable : "true"
sound.effects.volume : "90"
sound.footfallEffects.enable : "true"
sound.highQuality.enable : "true"
sound.music.enable : "true"
sound.music.volume : "70"
sound.outputBuffer.size : "4096"