-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSC4RenderServices.ini
More file actions
48 lines (36 loc) · 1.48 KB
/
Copy pathSC4RenderServices.ini
File metadata and controls
48 lines (36 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
41
42
43
44
45
46
47
48
[SC4RenderServices]
; Logging verbosity.
; Valid values: trace, debug, info, warn, error, critical, off
LogLevel=info
; Write logs to file. Set to false for MSVC debug output only.
LogToFile=true
; ImGui base font size in pixels. Valid range: 8.0 - 32.0
FontSize=13.0
; Custom .ttf font file path (relative to DLL folder).
; Leave empty to use the built-in ProggyVector font.
FontFile=
; Font oversampling level (1-3). Higher = crisper text, more memory.
FontOversample=2
; ImGui color theme. Valid values: dark, light, classic
Theme=dark
; Enable ImGui keyboard navigation.
KeyboardNav=true
; Global UI scale factor. Valid range: 0.5 - 3.0
UIScale=1.0
; Show a built-in status panel and the Dear ImGui demo window on startup.
; Useful for verifying that the service installed correctly.
ShowDemoPanel=false
; Enable or disable individual services.
EnableImGuiService=true
EnableS3DCameraService=true
EnableDrawService=true
EnableTerrainDecalService=true
; Enables the custom terrain decal renderer path used to improve vanilla
; terrain decal rendering with UV subrect support, clipping, and depth offsets.
EnableCustomTerrainDecalRenderer=true
; Default depth offset applied to custom-rendered terrain decals.
; Vanilla terrain decals use 2. Shadows use 3. Valid range: 0 - 64.
TerrainDecalCustomDefaultDepthOffset=2
; Opacity scale for the post-shadow terrain decal recovery redraw.
; Lower values blend more softly with shadows. Valid range: 0.0 - 1.0.
TerrainDecalShadowRecoveryOpacityScale=0.25