Fallout4 Install: Difference between revisions

From wikinotes
 
(2 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
Line 20: Line 20:
</syntaxhighlight>
</syntaxhighlight>


proton-GE
{{ NOTE |
<syntaxhighlight lang="yaml">
base game works with '''proton-experimental''' 2021/11.<br>
# apparently, proton-ge has better support for mods?
manually installed mods with [[overlayfs]] is not working.<br>
aura -A proton-ge-custom-bin
I've seen videos of ubuntu working with mods managed by vortex in steam-proton, maybe try managing with vortex.<br>
</syntaxhighlight>
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