1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-03 21:39:41 +00:00

Return back old settings description and mention that they are moved to the in-game menu

This commit is contained in:
Petr Mikheev 2022-12-24 23:29:26 +01:00
parent 1869aeae5c
commit 1879c70d1e
2 changed files with 42 additions and 1 deletions

View file

@ -27,6 +27,37 @@ to prevent the mouse cursor from becoming unusable when the game pauses on a bre
This setting can only be configured by editing the settings configuration file. This setting can only be configured by editing the settings configuration file.
toggle sneak
------------
:Type: boolean
:Range: True/False
:Default: False
This setting causes the behavior of the sneak key (bound to Ctrl by default)
to toggle sneaking on and off rather than requiring the key to be held down while sneaking.
Players that spend significant time sneaking may find the character easier to control with this option enabled.
**This setting is removed from settings.cfg.**
Can be configured in game in the settings menu.
always run
----------
:Type: boolean
:Range: True/False
:Default: False
If this setting is true, the character is running by default, otherwise the character is walking by default.
The shift key will temporarily invert this setting, and the caps lock key will invert this setting while it's "locked".
This setting is updated every time you exit the game,
based on whether the caps lock key was on or off at the time you exited.
**This setting is removed from settings.cfg.**
This setting can be toggled in game by pressing the CapsLock key or in the settings menu.
camera sensitivity camera sensitivity
------------------ ------------------

View file

@ -63,6 +63,16 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="0">
<widget class="QLabel" name="deprecatedToggleSneakLabel">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;This setting causes the behavior of the sneak key (bound to Ctrl by default) to toggle sneaking on and off rather than requiring the key to be held down while sneaking. Players that spend significant time sneaking may find the character easier to control with this option enabled. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>&lt;s&gt;Toggle sneak&lt;/s&gt; (moved to the in-game menu)</string>
</property>
</widget>
</item>
<item row="5" column="0"> <item row="5" column="0">
<widget class="QCheckBox" name="permanentBarterDispositionChangeCheckBox"> <widget class="QCheckBox" name="permanentBarterDispositionChangeCheckBox">
<property name="toolTip"> <property name="toolTip">
@ -73,7 +83,7 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="0"> <item row="6" column="0">
<widget class="QCheckBox" name="stealingFromKnockedOutCheckBox"> <widget class="QCheckBox" name="stealingFromKnockedOutCheckBox">
<property name="toolTip"> <property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Make stealing items from NPCs that were knocked down possible during combat.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Make stealing items from NPCs that were knocked down possible during combat.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>