Skyrim VR: Difference between revisions

From wikinotes
No edit summary
Line 1: Line 1:
Several additional details in [[skyrim]].
Several additional details in [[skyrim]].


= Install =
= Install =
Line 14: Line 15:
</syntaxhighlight>
</syntaxhighlight>
</blockquote><!-- Install -->
</blockquote><!-- Install -->
= Configuration =
<blockquote>
== Resolution/Refresh Rate ==
<syntaxhighlight lang="yaml">
- configure from steamvr settings
</source>
</blockquote><!-- Configuration -->

Revision as of 18:43, 24 April 2022

Several additional details in skyrim.


Install

fix no voices

# https://www.reddit.com/r/linux_gaming/comments/99i4se/skyrim_on_linux_steam_play_no_voiceno_music_audio/
- install: skyrim VR in steam
- exec:    proton-prefix skyrim -- winetricks --force xact
- exec:    proton-prefix skyrim -- winecfg
  - in Libraries, create overrides for properties
    - xaudio2_6: native
    - xaudio2_7: native

Configuration

Resolution/Refresh Rate

<syntaxhighlight lang="yaml"> - configure from steamvr settings </source>