Entrar
Crear una cuenta
Ver Recientes
Buscar
Buscar solo títulos
By:
Menu
Entrar
Crear una cuenta
Ver Recientes
Buscar
Buscar solo títulos
By:
Inicio
Foros
Nuevos Mensajes
Buscar
Servidores Activos
Calculadora FOV
Campeonatos
Buscar solo títulos
By:
Inicio
Inicio
General Assetto Corsa
Guía instalación Assetto Corsa en Linux Ubuntu
YT
IG
TG
Di
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Estás usando un navegador desactualizado. Puede que no muestre este u otros sitios correctamente.
Te recomendamos actualizar o usar un
navegador alternativo
.
Responder tema
🚥 Comprar Assetto Corsa EVO 🚥
🏁 Cockpits Oferta en Amazon 🏁
🏆 Ayuda con el coste del Server desde 1€🏆
✨ Volantes PC en Amazon ✨
❗ ❗ Pedales Simracing en Amazon ❗ ❗
🏆 Ayuda con el coste del Server desde 1€🏆
Mensaje
<blockquote data-quote="Joan" data-source="post: 3020" data-attributes="member: 223"><p>Hello,</p><p></p><p>A few days ago, I read that quite a few people are playing many Steam games on Linux systems and,</p><p></p><p>taking advantage of a hard drive change, I decided to install it and try all the simracing games I have.</p><p></p><p>To save you time, this tutorial is for those who have a new hard drive or want to format, have curiosity, time, and patience.</p><p></p><p><strong>BOTH THE HARD DRIVE DATA AND THE USB DATA WILL BE ERASED IN THE PROCESS.</strong></p><p></p><p>Not all games can currently be played with Ubuntu, but the performance of those I have tested is very good.</p><p></p><p>Today I tested Assetto Corsa and Automobilista 2.</p><p></p><p>Apparently, Competizione works better than Assetto Corsa.</p><p></p><p>Below, I detail all the software used to launch CM and Assetto Corsa, with steering wheel and pedals (Moza 9 and TCLM).</p><p></p><h3>Ubuntu 24.04</h3><p>You need to prepare a bootable USB and run it (configuring the BIOS)</p><p></p><p>Log in and open terminal (Ctrl + Alt + T)</p><p></p><p></p><p>// First, update everything</p><p>sudo apt update && sudo apt upgrade -y</p><p></p><p>// We will not use snap for wine or steam</p><p>sudo dpkg --add-architecture i386</p><p>sudo apt update</p><p></p><p>// Install wine, everything</p><p></p><p>wget -nc <a href="https://dl.winehq.org/wine-builds/winehq.key" target="_blank">https://dl.winehq.org/wine-builds/winehq.key</a></p><p>sudo apt-key add winehq.key</p><p></p><p>sudo add-apt-repository 'deb <a href="https://dl.winehq.org/wine-builds/ubuntu/" target="_blank">https://dl.winehq.org/wine-builds/ubuntu/</a> focal main' // modify according to version</p><p>sudo apt update</p><p></p><p>sudo apt install --install-recommends winehq-stable wine32 winetricks -y</p><p>sudo apt install wine-stable wine-stable-i386 -y</p><p></p><p>// Check</p><p>wine --version</p><p>wine-9.0</p><p></p><p>// wine commands</p><p>wine control < shows if there are game USB devices</p><p>winecfg < you need to check and activate if it's not Windows 10 and add dwrite in libraries</p><p></p><p>// The idea is to install Steam on Ubuntu, modify it to be compatible, install GE-Proton, replace AC exe with CM.</p><p></p><p>// Install Steam</p><p>sudo apt install steam -y</p><p></p><p>// Start Steam</p><p>steam</p><p></p><p>// Log in to Steam and download the game on the same or another drive, check Steam Play on steam settings.</p><p></p><p>[ATTACH=full]1522[/ATTACH]</p><p></p><p>// Manually download Content Manager.exe</p><p>// Place it in the Assetto folder (root)</p><p></p><p>"/home/{ubuntu_user}/.steam/steam/steamapps/common/assettocorsa"</p><p></p><p>// We will make a copy of AssettoCorsa.exe > AssettoCorsa_backup.exe (for example)</p><p>// and the Content Manager exe becomes AssettoCorsa.exe</p><p></p><p>// Now download and install GE-Proton, it's a zip to unzip into a folder</p><p><a href="https://github.com/gloriouseggroll/proton-ge-custom/releases" target="_blank">https://github.com/gloriouseggroll/proton-ge-custom/releases</a> < download the zip</p><p></p><p>// Unzip into:</p><p>~/.steam/root/compatibilitytools.d < this folder does not exist, you need to create it</p><p></p><p>// It will look like this: /home/{ubuntu_user}/.steam/root/compatibilitytools.d/GE-Proton9-20/[.. files ..]</p><p></p><p>// With this, in the properties of AssettoCorsa in Steam, we can change compatibility, enable it, and select GE-Proton</p><p></p><p>// Since the exe is CM, when you start AC, CM starts</p><p></p><p>// In this command, replace {usuario_ubuntu} with your user, allows CM to log in to Steam (GUID)</p><p>ln -s "$HOME/.steam/root/config/loginusers.vdf" "/home/{ubuntu_user}/.steam/steam/steamapps/compatdata/244210/pfx/drive_c/Program Files (x86)/Steam/config/loginusers.vdf"</p><p></p><p>// Bonus to set CM fonts correctly</p><p>// Flatpak allows installing protontricks without problems, and allows installing many packages</p><p>sudo apt update</p><p>sudo apt install flatpak</p><p></p><p>sudo flatpak remote-add --if-not-exists flathub <a href="https://flathub.org/repo/flathub.flatpakrepo" target="_blank">https://flathub.org/repo/flathub.flatpakrepo</a></p><p></p><p>flatpak install flathub com.github.Matoking.protontricks</p><p></p><p>// 244210 is the app ID of Assetto Corsa, open the wine configuration specific to this app</p><p>flatpak run com.github.Matoking.protontricks 244210 winecfg < add dwrite</p><p></p><p>// Previously copy fonts package to assettocorsa</p><p>flatpak run com.github.Matoking.protontricks 244210 corefonts</p><p></p><p>// Assetto needs this .NET 4.5.2</p><p>flatpak run com.github.Matoking.protontricks 244210 --force -q dotnet452</p><p></p><p>// Tips</p><p>home/{ubuntu_user}/.steam/steam/steamapps/common/assettocorsa < folder where Assetto Corsa is installed, its contents, etc...</p><p></p><p>If you ever don't see something that should be there because you just installed it, try restarting a program or the PC.</p><p></p><p>Install Mission Center with Flatpak:</p><p></p><p>[ATTACH=full]1524[/ATTACH]</p><p></p><p>```bash</p><p>// Ubuntu to click icons to minimize window</p><p>gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'</p><p></p><p></p><p></p><p>For Discord, Telegram, Spotify, you can use the store.</p><p></p><p>To create restore points (needs to be configured):</p><p></p><h3>Sources:</h3> <ul> <li data-xf-list-type="ul"><a href="https://github.com/JacKeTUs/universal-pidff" target="_blank">GitHub - JacKeTUs/universal-pidff</a><ul> <li data-xf-list-type="ul">Contribute to JacKeTUs/universal-pidff development by creating an account on GitHub.</li> </ul></li> <li data-xf-list-type="ul"><a href="https://github.com/Lawstorant/boxflat" target="_blank">GitHub - Lawstorant/boxflat: Boxflat for Moza Racing. Control your Moza gear settings!</a><ul> <li data-xf-list-type="ul">Boxflat for Moza Racing. Control your Moza gear settings! - Lawstorant/boxflat</li> </ul></li> <li data-xf-list-type="ul"><a href="https://steamcommunity.com" target="_blank">Steam Community Discussion</a><ul> <li data-xf-list-type="ul">Running the game under Linux with Proton-GE :: Assetto Corsa General Discussions</li> <li data-xf-list-type="ul">Proton-GE 8.3 and later, combined with its updated protonfixes, seems to run Assetto Corsa just fine. With some tweaks you can also get Content Manager and CSP working. Most of the instructions spread about the Internet did not work for me, including downgrading to Proton 5.x. Note that the...</li> </ul></li> <li data-xf-list-type="ul"><a href="https://www.protondb.com/" target="_blank">ProtonDB</a><ul> <li data-xf-list-type="ul">To check available and tested games</li> </ul></li> </ul><p>Let me know if you have decided to try it,Best regards</p></blockquote><p></p>
[QUOTE="Joan, post: 3020, member: 223"] Hello, A few days ago, I read that quite a few people are playing many Steam games on Linux systems and, taking advantage of a hard drive change, I decided to install it and try all the simracing games I have. To save you time, this tutorial is for those who have a new hard drive or want to format, have curiosity, time, and patience. [B]BOTH THE HARD DRIVE DATA AND THE USB DATA WILL BE ERASED IN THE PROCESS.[/B] Not all games can currently be played with Ubuntu, but the performance of those I have tested is very good. Today I tested Assetto Corsa and Automobilista 2. Apparently, Competizione works better than Assetto Corsa. Below, I detail all the software used to launch CM and Assetto Corsa, with steering wheel and pedals (Moza 9 and TCLM). [HEADING=2]Ubuntu 24.04[/HEADING] You need to prepare a bootable USB and run it (configuring the BIOS) Log in and open terminal (Ctrl + Alt + T) // First, update everything sudo apt update && sudo apt upgrade -y // We will not use snap for wine or steam sudo dpkg --add-architecture i386 sudo apt update // Install wine, everything wget -nc [URL]https://dl.winehq.org/wine-builds/winehq.key[/URL] sudo apt-key add winehq.key sudo add-apt-repository 'deb [URL]https://dl.winehq.org/wine-builds/ubuntu/[/URL] focal main' // modify according to version sudo apt update sudo apt install --install-recommends winehq-stable wine32 winetricks -y sudo apt install wine-stable wine-stable-i386 -y // Check wine --version wine-9.0 // wine commands wine control < shows if there are game USB devices winecfg < you need to check and activate if it's not Windows 10 and add dwrite in libraries // The idea is to install Steam on Ubuntu, modify it to be compatible, install GE-Proton, replace AC exe with CM. // Install Steam sudo apt install steam -y // Start Steam steam // Log in to Steam and download the game on the same or another drive, check Steam Play on steam settings. [ATTACH type="full" alt="1731816210777.png"]1522[/ATTACH] // Manually download Content Manager.exe // Place it in the Assetto folder (root) "/home/{ubuntu_user}/.steam/steam/steamapps/common/assettocorsa" // We will make a copy of AssettoCorsa.exe > AssettoCorsa_backup.exe (for example) // and the Content Manager exe becomes AssettoCorsa.exe // Now download and install GE-Proton, it's a zip to unzip into a folder [URL]https://github.com/gloriouseggroll/proton-ge-custom/releases[/URL] < download the zip // Unzip into: ~/.steam/root/compatibilitytools.d < this folder does not exist, you need to create it // It will look like this: /home/{ubuntu_user}/.steam/root/compatibilitytools.d/GE-Proton9-20/[.. files ..] // With this, in the properties of AssettoCorsa in Steam, we can change compatibility, enable it, and select GE-Proton // Since the exe is CM, when you start AC, CM starts // In this command, replace {usuario_ubuntu} with your user, allows CM to log in to Steam (GUID) ln -s "$HOME/.steam/root/config/loginusers.vdf" "/home/{ubuntu_user}/.steam/steam/steamapps/compatdata/244210/pfx/drive_c/Program Files (x86)/Steam/config/loginusers.vdf" // Bonus to set CM fonts correctly // Flatpak allows installing protontricks without problems, and allows installing many packages sudo apt update sudo apt install flatpak sudo flatpak remote-add --if-not-exists flathub [URL]https://flathub.org/repo/flathub.flatpakrepo[/URL] flatpak install flathub com.github.Matoking.protontricks // 244210 is the app ID of Assetto Corsa, open the wine configuration specific to this app flatpak run com.github.Matoking.protontricks 244210 winecfg < add dwrite // Previously copy fonts package to assettocorsa flatpak run com.github.Matoking.protontricks 244210 corefonts // Assetto needs this .NET 4.5.2 flatpak run com.github.Matoking.protontricks 244210 --force -q dotnet452 // Tips home/{ubuntu_user}/.steam/steam/steamapps/common/assettocorsa < folder where Assetto Corsa is installed, its contents, etc... If you ever don't see something that should be there because you just installed it, try restarting a program or the PC. Install Mission Center with Flatpak: [ATTACH type="full"]1524[/ATTACH] ```bash // Ubuntu to click icons to minimize window gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize' For Discord, Telegram, Spotify, you can use the store. To create restore points (needs to be configured): [HEADING=2]Sources:[/HEADING] [LIST] [*][URL='https://github.com/JacKeTUs/universal-pidff']GitHub - JacKeTUs/universal-pidff[/URL] [LIST] [*]Contribute to JacKeTUs/universal-pidff development by creating an account on GitHub. [/LIST] [*][URL='https://github.com/Lawstorant/boxflat']GitHub - Lawstorant/boxflat: Boxflat for Moza Racing. Control your Moza gear settings![/URL] [LIST] [*]Boxflat for Moza Racing. Control your Moza gear settings! - Lawstorant/boxflat [/LIST] [*][URL='https://steamcommunity.com']Steam Community Discussion[/URL] [LIST] [*]Running the game under Linux with Proton-GE :: Assetto Corsa General Discussions [*]Proton-GE 8.3 and later, combined with its updated protonfixes, seems to run Assetto Corsa just fine. With some tweaks you can also get Content Manager and CSP working. Most of the instructions spread about the Internet did not work for me, including downgrading to Proton 5.x. Note that the... [/LIST] [*][URL='https://www.protondb.com/']ProtonDB[/URL] [LIST] [*]To check available and tested games [/LIST] [/LIST] Let me know if you have decided to try it,Best regards [/QUOTE]
Nombre de usuario
Verificación
Enviar respuesta
Inicio
Inicio
General Assetto Corsa
Guía instalación Assetto Corsa en Linux Ubuntu
Menu
Entrar
Crear una cuenta
Install the app
Install
Foros
Ver Recientes
Entrar
Crear una cuenta
Buscar
Subir