mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-27 21:11:34 +00:00
Merge branch '8094-improve-advanced-settings-configuration-doc' into 'master'
Add rebalance soul gem values doc Closes #8094 See merge request OpenMW/openmw!4292
This commit is contained in:
commit
ec6f6e2c90
1 changed files with 17 additions and 0 deletions
|
@ -552,3 +552,20 @@ smooth animation transitions
|
||||||
Enabling this option uses smooth transitions between animations making them a lot less jarring. Also allows to load modded animation blending.
|
Enabling this option uses smooth transitions between animations making them a lot less jarring. Also allows to load modded animation blending.
|
||||||
|
|
||||||
This setting can be controlled in the Settings tab of the launcher.
|
This setting can be controlled in the Settings tab of the launcher.
|
||||||
|
|
||||||
|
rebalance soul gem values
|
||||||
|
-------------------------
|
||||||
|
|
||||||
|
:Type: boolean
|
||||||
|
:Range: True/False
|
||||||
|
:Default: False
|
||||||
|
|
||||||
|
Enabling this option drastically reduces the value of filled soul gems.
|
||||||
|
The value will depend on soul magnitude but not the size of the used
|
||||||
|
soul gem.
|
||||||
|
|
||||||
|
The new value formula is based on the Morrowind Code Patch project::
|
||||||
|
|
||||||
|
new value = 0.0001 * (soul magnitude)³ + 2 * (soul magnitude)
|
||||||
|
|
||||||
|
This setting can be controlled in the Settings tab of the launcher.
|
||||||
|
|
Loading…
Reference in a new issue