How to install and play Landwirtschafts-simulator 2025 under Linux
I got a copy of the Landwirtschafts-Simulator 2025 and was forced to play it :-).
Since I am using arch btw, I needed to find a simple way to work with it. Thanks to the heroic games launcher that did all the heavy lifting already. My steps are provided with the remark of "once tested".
# download windows files: https://eshop.giants-software.com/downloads.php
# cd into directory containing this files
sudo mkdir /mnt/dvd
sudo mount -o loop FarmingSimulator25_1_15_0_0_ESD.img /mnt/dvd
# open heroic
# open your library
# click on `add game`
# title: Landwirtschatssimulator 2025
# image: find a fitting one
# plattform: Windows
# wine-version: select proton
# click on `first execute installation` and select `/mnt/dvd/Setup.exe`
# repeat with the addons
# click on `executable file` and choose `drive_c/Program Files (X86)/Farming Simulator 2025/FarmingSimulator2025.exe`
# click on `finish`
umount /mnt/dvd