Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MA
Posts
0
Comments
5
Joined
1 yr. ago

  • @ZeroHora @InternetUser2012

     bash  
        
    \#!/bin/bash  
    export GAME\_DATA\_DIR="/path/to/your/mods"  
    /path/to/your/game/executable  
    
      

    Make the script executable (chmod +x script\_name.sh) and use it to launch the game. You might need to adjust the script depending on the specific requirements of the mods you're using.

    open again

  • @ZeroHora @InternetUser2012 1. Use ProtonGE: If you haven't already, try using ProtonGE with Steam. It's a community-driven version of Proton that often includes the latest improvements and fixes. You can install it and set it as the compatibility tool for your games. Here's how:
    Install ProtonGE via the setup guide: https://github.com/GloriousEggroll/proton-ge-custom#installation
    In Steam, go to the game's properties, select the "Compatibility" tab, and choose ProtonGE from the list.

    open again