Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Analogue and Lighting toggles #56

Merged
merged 1 commit into from
Jan 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 23 additions & 5 deletions SeventhHeavenUI/Resources/7H_GameDriver_UI.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,24 @@
<TrueSetting>enable_vsync = true</TrueSetting>
<FalseSetting>enable_vsync = false</FalseSetting>
</Setting>

<Setting xsi:type="Checkbox">
<Group>Graphics</Group>
<Name>Advanced Lighting</Name>
<Description>Enable support for realtime lighting. NOTE: This feature requires a MODERN CPU. If you notice slowdows, please DISABLE this flag.</Description>
<DefaultValue>enable_lighting = false</DefaultValue>
<TrueSetting>enable_lighting = true</TrueSetting>
<FalseSetting>enable_lighting = false</FalseSetting>
</Setting>

<Setting xsi:type="Checkbox">
<Group>Graphics</Group>
<Name>Animated Textures</Name>
<Description>Enable support for high quality animated textures. NOTE: This feature requires a MODERN CPU. If you notice slowdows, please DISABLE this flag.</Description>
<DefaultValue>enable_animated_textures = false</DefaultValue>
<TrueSetting>enable_animated_textures = true</TrueSetting>
<FalseSetting>enable_animated_textures = false</FalseSetting>
</Setting>

<!-- CHEATS TAB -->
<Setting xsi:type="DropDown">
Expand Down Expand Up @@ -240,11 +258,11 @@

<Setting xsi:type="Checkbox">
<Group>Advanced</Group>
<Name>Animated Textures</Name>
<Description>Enable support for high quality animated textures. NOTE: This feature requires a MODERN CPU. If you notice slowdows, please DISABLE this flag.</Description>
<DefaultValue>enable_animated_textures = false</DefaultValue>
<TrueSetting>enable_animated_textures = true</TrueSetting>
<FalseSetting>enable_animated_textures = false</FalseSetting>
<Name>Analogue Controls</Name>
<Description>Enable support for full omni-directional anaglogue control.</Description>
<DefaultValue>enable_analogue_controls = false</DefaultValue>
<TrueSetting>enable_analogue_controls = true</TrueSetting>
<FalseSetting>enable_analogue_controls = false</FalseSetting>
</Setting>

<Setting xsi:type="Checkbox">
Expand Down