-
Notifications
You must be signed in to change notification settings - Fork 16
/
local-isometric.cfg
41 lines (29 loc) · 1.82 KB
/
local-isometric.cfg
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
; Big screenshot tiles-a setting of 8 gives a 4k BMP screenshot
screenshot.tiles = 8
fog = false
; Custom graphics settings for Quasi-Isometric Camera
gpuskinning = true ; Experimental probably-non-working GPU skinning support; requires preferglsl; use at own risk
materialmgr.quality = 10 ; Quality level of shader effects (set to 10 to display all effects)
materialmgr.PARALLAX_VHQ_DIST.max = 1000 ; Maximum distance to display very high quality parallax effect. Set to 30 to enable.
; Isometric View
view.zoom.min = 650.0 ; Zoom needs to be this far because of low fov
view.zoom.max = 4600.0 ; Zoom needs to be this far because of low fov
view.zoom.default = 2500.0 ; Zoom needs to be this far because of low fov
view.zoom.speed = 4000.0 ; Zoom speed needs to be this high because of reasons
view.zoom.speed.wheel = 300.0 ; Zoom speed needs to be this high because of reasons
view.zoom.smoothness = 0.1 ; Lowered because of the extreme zoom
view.rotate.y.speed = 0.0 ; This prevents camera rotation
view.rotate.x.speed = 0.0 ; This prevents camera tilting
view.scroll.speed = 200.0 ; Increased to get a good scroll speed at these zooms
view.fov = 2.0 ; This is what gives the nearly isometric view
view.far = 5000.0 ; To make the max zoom work
view.near = 40.0 ; Near plane distance increased to prevent z-fighting
hotkey.camera.rotate.up = unused ; Disable
hotkey.camera.rotate.down = unused ; Disable
hotkey.camera.rotate.cw = unused ; Disable
hotkey.camera.rotate.ccw = unused ; Disable
hotkey.camera.rotate.wheel.cw = unused ; Disable
hotkey.camera.rotate.wheel.ccw = unused ; Disable
waterrealdepth = false ; This prevents water render glitching
; Hotkeys
hotkey.session.capture = "Alt" ; Modifier to capture instead of another action (e.g. attack)