Skip to content

Commit

Permalink
Update 7H_GameDriver_UI.xml
Browse files Browse the repository at this point in the history
Add scaling options to UI.
  • Loading branch information
chrcoluk authored and julianxhokaxhiu committed Apr 14, 2022
1 parent ccde749 commit 1fac0f1
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions SeventhHeavenUI/Resources/7H_GameDriver_UI.xml
Original file line number Diff line number Diff line change
Expand Up @@ -291,5 +291,36 @@
<TrueSetting>show_renderer_backend = true</TrueSetting>
<FalseSetting>show_renderer_backend = false</FalseSetting>
</Setting>

<Setting xsi:type="DropDown">
<Group>Advanced</Group>
<Name>Internal Resolution Scaler</Name>
<Description>Leave this on Auto unless you know what you doing. Multiply 640x480 by following amount. Higher values need more powerful GPU</Description>
<DefaultValue>internal_resolution_scale = 0</DefaultValue>
<Option>
<Text>Auto (Highly Reccomended)</Text>
<Settings>internal_resolution_scale = 0</Settings>
</Option>
<Option>
<Text>1 (may cause artefacts)</Text>
<Settings>internal_resolution_scale = 1</Settings>
</Option>
<Option>
<Text>2</Text>
<Settings>internal_resolution_scale = 2</Settings>
</Option>
<Option>
<Text>3</Text>
<Settings>internal_resolution_scale = 3</Settings>
</Option>
<Option>
<Text>4</Text>
<Settings>internal_resolution_scale = 4</Settings>
</Option>
<Option>
<Text>5</Text>
<Settings>internal_resolution_scale = 5</Settings>
</Option>
</Setting>

</ConfigSpec>

0 comments on commit 1fac0f1

Please sign in to comment.