So far all of my Linux gaming has been without mods, but I would like to play Grim Dawn with all of the community tools and QoL mods that make the game a great experience. Does anybody know of any good guides to get Grim Dawn and all of its mods going on Linux? Is this something that I will need to do in a sandboxed setup like Bottles?
I own GD on GOG and Steam (bought it twice to support the devs).
EDIT: I could not find a definitive guide, so I am using this post to collects instructions for the different mods into one place.
GD Stash
Grim Dawn and GD Stash setup on Linux (My Guide/How-To)
Grim Dawn and GD Stash setup on Linux (My Guide/How-To) MODS
=== Update 1-22-2023 ===
It has come to my attention that there is a small snag that I overlooked with respect to the GD Stash folders. GDS is split into 2 parts. There is the GDStash folder where the unzipped files will reside (unzipped_GDS). There is a separate GDStash folder that exists:
The folders above are where the actually GDS database is stored (GDS_DB) and where your items will reside. This presents a problem based on the partition layout and plans I’ve constructed. Because the GDS_DB resides in the user home folder, one must be very careful with backups, system transfers from PC-A to PC-B, system re-installs, and any system restores.
In Linux, I want the ability to wipe the partitions where the OS and user home are stored without fear of losing data. I also want to keep them lean so that I can make quick snap shot backups. This is why my data (documents, pictures, music, gaming_data, etc) all reside outside of the user home folder, on a separate partition, and I create folder mounting structure as described in the guide. This allows me to re-install the OS or switch distros for any reason and I never re-use an old user home folder. This also allows me to backup my data on a separate schedule outside of the routine snap shot backups of OS and user home. The GDS_DB location interferes with the above strategy, but we can work around it.
Changes to the guide…
Additional Abbreviations:
Mount Paths (must be mounted with exec flag and needs rwx permissions):
Gaming Data & Backup Folder Layout within a ‘grim_dawn’ Top Level Folder:
=== end of update ===
Greetings fellow gamers and penguins,
This my quick guide/how-to for getting Grim Dawn (steam/proton) working on Linux. It is easily adaptable to Lutris/GoG setups. I don’t have all of the paths listed in this guide for Lutris setups and I don’t have a Steam Deck yet. For those scenarios use the guide as a point of reference. Linux vets, Pros, and power users, you most likely won’t need help, but you can point others who are seeking help here.
This guide is designed around my Windows/Linux Mint dual boot setup. It comes from my learning curve while experimenting, distro hopping, accidentally breaking stuff, trying out different desktops, a whole lot of oops, and troubleshooting stuff. It may seem a bit long, look hard, and overly complicated but good, thorough, documentation and reference material is important. When one experiments, inevitably breaks stuff, and distro hops like a bunny on crack, one will need and will wish they had better organization. So, we invest in a little organization up front, establish good habits, and save time. We are here because we want to game on Linux, but Linux is also a journey. When you get the itch to try something out (and you will), your good habits will be silently paying dividends.
The Steam Library folder and Lutris/WINE game files folders are on a separate drive/partition outside of the my home folder.
Abbreviations:
My Equipment (your equipment doesn’t need to be as beefy):
My Drives/Partitions/Filesystems:
To save time use a GUI partitioning tool such as GDisks or KDE partition manager to do the partitioning work. You can learn the command line partition tools later. The Linux Mint OS, user home folder, Steam, Lutris/WINE game executables and save files are on M.2 SSDs so that I get very fast boot up speed and load times in game. The Linux boot loader files, linux file system root, and home folder are on separate partitions. This makes for easy backups, restores, and re-installs of the Linux OS without ever worrying that you Oops-nuked! your home folder with your data because of a reformat. This also keeps the Linux boot loader files away from Windows thus prevents the Windows installer from nuking it if you ever reinstall Windows. You want to:
In Gnome Disks and KDE Partition Manager you will have devices and partitions like:
Mounts are setup in ‘/etc/fstab’ and mounting happens during boot up automatically. This makes for easy access in the terminal and GUI file managers. YOU, the user, must create a few handy folders (mount paths) in the Linux file system to keep everything neat. This also separates your explicit handy work from where temp. mounts would be automatically placed by the OS. Temp mounts happen when you inserting a USB stick or DVD disk, for example.
Mount Paths (must be mounted with exec flag and needs rwx permissions):
The NTFS partitions will be mounted and owned by the Linux root user (administrator). The ‘/my_data’ and ‘/my_data/linux_gaming’ folders should be assigned to your user account and your personal group. You will need to create the ‘/my_data’ folder at the command line by using the ‘mkdir’ command. Use the change owner command ‘chown’ to change ownership assignment. Below is an example (substitute ‘ghoultek’ with your user name):
cd /
sudo mkdir /my_data
sudo chown ghoultek:ghoultek my_data
cd /my_data
mkdir linux_gaming
sudo chown ghoultek:ghoultek linux_gaming
cd linux_gaming
mkdir lutris
mkdir steam
For rwx (read, write, execute) permissions you use the change mode command ‘chmod’ at the command line. Here is an example:
cd /my_data
sudo chmod 777 linux_gaming
cd linux_gaming
chmod 777 lutris
chmod 777 steam
For mounting with exec flag I suggest using GDisks or KDE partition manager to do the work for you because your partitions will be identified by their UUID and not the /dev/device_name_and_number as described above in the drives/partitions section. It is easy to introduce typos into /etc/fstab file even if you are extra careful. I won’t go into the details of manual editing because that could be its own How-To guide. Just know that if you don’t have the linux_gaming folder mounted with the exec flag, Steam will give you an error when you go to add it to the Steam Library. When you add it to the Steam Library you have to set it as the default so all of your games will be installed there. This is done after the mount path work is done. Here is how you get it done:
Gaming Data & Backup Folder Layout within a ‘grim_dawn’ Top Level Folder:
When you do backups of all of your data (gaming & non-gaming) you have one top level folder to grab for gaming related stuff. In windows this would be on a separate drive letter from drive-C.
Folder Paths to enter into GD Stash during config:
GD Stash Launch Script To Replace The GDS Batch File (must have u+x permission to be executable):
#/bin/bash
cd /my_data/gaming_data/grim_dawn
java -Xms1024m -Xmx1024m -jar GDStash.jar
The script is just a text file. You can put an icon on the desktop, pin an icon on the taskbar, or add an icon to your dock, that points to the script for EZ access. You are pretty much done with only a very tiny amount of work at the command line and you didn’t even break a sweat.
If you run into trouble trying to adapt the concepts in this guide to your own setup, stop. Take a deep breath and think…
If you see terms in this guide that are foreign to you, just hit the google machine (ex: ‘what is ext4 linux’). You can also look up details on commands at the command line (ex: ‘man chmod’ and ‘chown --help’). Don’t be afraid to post questions in r/Grimdawn, r/linux_gaming, r/linux, the Steam forums, and the GD official forums. If you find a mistake/error in this guide please post and I will update. Good luck. You have now entered the Linux speed way. LET THE GAMES BEGIN.
For the forsaken!.. ahem… for the penguins!