Warning: This guide contains system-level modifications. Some steps are irreversible or can render your system unbootable. Read every section fully before executing any command. Know what you are doing, or do not proceed.
| # | Section |
|---|
| winetricks -q dotnetdesktop6 | |
| #Download AMSCM from: | |
| https://www.overtake.gg/downloads/automobilista-2-content-manager.59727/ | |
| wine AMS2CM.msi (Do not forget to install CLI that you have to select in the AMS2CM installer) | |
| #Double check the path on the bellow file, this is the most important: | |
| vim /home/slemke/.wine/drive_c/Program\ Files/AMS2CM/Config.yaml | |
| Path: Z:\home\slemke\.steam\steam\steamapps\common\Automobilista 2 |
| #!/bin/bash | |
| set -e | |
| TARGET_ARCHS=("armv7" "arm64" "x86" "x86_64") | |
| CURL_VERSION="7.64.1" | |
| OPENSSL_VERSION="1.1.1b" | |
| ROOT_DIR=$(pwd) | |
| WORKER=$(getconf _NPROCESSORS_ONLN) |