Fallout4 Install: Difference between revisions

From wikinotes
 
Line 20: Line 20:
</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 }}


'''unconfirmed'''


seen videos with mods by downloading and using proton-GE alongside vortex.
<syntaxhighlight lang="yaml">
# apparently, proton-ge has better support for mods?
aura -A proton-ge-custom-bin
</syntaxhighlight>
</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