Fallout4 Install: Difference between revisions

From wikinotes
(Created page with " = Windows = <blockquote> Install and run. </blockquote><!-- Windows --> = Linux = <blockquote> Install, then fix no voices <syntaxhighlight lang="yaml"> # https://www.reddi...")
 
 
(6 intermediate revisions by the same user not shown)
Line 7: Line 7:
= Linux =
= Linux =
<blockquote>
<blockquote>
Install, then
Install, configure to use '''proton-experimental''', then


fix no voices
fix no voices
<syntaxhighlight lang="yaml">
<syntaxhighlight lang="yaml">
# https://www.reddit.com/r/linux_gaming/comments/99i4se/skyrim_on_linux_steam_play_no_voiceno_music_audio/
# https://www.reddit.com/r/linux_gaming/comments/99i4se/skyrim_on_linux_steam_play_no_voiceno_music_audio/
- install: skyrim VR in steam
- install: Fallout 4 in steam
- exec:    proton-prefix fallout -- winetricks --force xact
- exec:    protontricks 377160 xact
- exec:    proton-prefix fallout -- winecfg
- exec:    proton-prefix fallout -- winecfg
   - in Libraries, create overrides for properties
   - in Libraries, create overrides for properties
Line 19: Line 19:
     - xaudio2_7: native
     - xaudio2_7: native
</syntaxhighlight>
</syntaxhighlight>
{{ NOTE |
base game works with '''proton-experimental''' 2021/11.<br>
manually installed mods with [[overlayfs]] is not working.<br>
I've seen videos of ubuntu working with mods managed by vortex in steam-proton, maybe try managing with vortex.<br>
NOTE: proton-ge-2 won't launch game }}
</blockquote><!-- Linux -->
</blockquote><!-- Linux -->

Latest revision as of 04:33, 12 November 2021

Windows

Install and run.

Linux

Install, configure to use proton-experimental, then

fix no voices

# https://www.reddit.com/r/linux_gaming/comments/99i4se/skyrim_on_linux_steam_play_no_voiceno_music_audio/
- install: Fallout 4 in steam
- exec:    protontricks 377160 xact
- exec:    proton-prefix fallout -- winecfg
  - in Libraries, create overrides for properties
    - xaudio2_6: native
    - xaudio2_7: native

NOTE:

base game works with proton-experimental 2021/11.
manually installed mods with overlayfs is not working.
I've seen videos of ubuntu working with mods managed by vortex in steam-proton, maybe try managing with vortex.
NOTE: proton-ge-2 won't launch game