-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSC4RenderServices.ini
More file actions
41 lines (31 loc) · 1.21 KB
/
SC4RenderServices.ini
File metadata and controls
41 lines (31 loc) · 1.21 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
[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 for UV subrect support
; and clipped decal rendering. Disable this if you only want managed decal
; CRUD/persistence behavior or need to troubleshoot renderer-hook issues.
EnableTerrainDecalExperimentalRenderer=true