Hey all,
Does anyone have a guide on how to manually add mods to games on the Steam Deck?
I was hoping to mod Fallout 76 for some QoL mods from Nexus but I can’t seem to get them to work.

  • rivalary
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    9 months ago

    I haven’t done much for modding, but I did mod up Beat Saber recently with ModAssistant. What I did was add the ModAssistant exe file as a non-Steam game, then put this in the launch options:

    STEAM_COMPAT_DATA_PATH=“/home/[username]/.local/share/Steam/steamapps/compatdata/620980” %command%

    The 620980 is the AppID for Beat Saber; you’d have to find it for each game. What this does it run the exe file in the same prefix as the game, which is good for making sure that any changes to ini files (etc) in AppData actually get written to the right spot. It worked great, no different than on Windows.