From 1d9a82929d3acfb650058eee288fe230734c7459 Mon Sep 17 00:00:00 2001 From: Glax Date: Sun, 5 Oct 2025 23:16:53 +0000 Subject: [PATCH] Assetto corsa --- content/docs/games/assetto-corsa/_index.md | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 content/docs/games/assetto-corsa/_index.md diff --git a/content/docs/games/assetto-corsa/_index.md b/content/docs/games/assetto-corsa/_index.md new file mode 100644 index 0000000..bc0b0b9 --- /dev/null +++ b/content/docs/games/assetto-corsa/_index.md @@ -0,0 +1,28 @@ +--- +title: Assetto Corsa +weight: 50 +--- + +# Assetto Corsa + +[Assetto Corsa](https://store.steampowered.com/app/244210/Assetto_Corsa/) runs with [Proton](https://www.protondb.com/app/244210). + +## Content Manager + +The most commonly used method to load custom content is [Content Manager](https://assettocorsa.club/content-manager.html). + +Download the executable and place it in `~/.steam/steam/steamapps/common/assettocorsa/` as `Content Manager Safe.exe`. + +In Steam, create the following launch-option: +``` +'~/.steam/steam/steamapps/common/Proton - Experimental/proton' waitforexitandrun '~/.steam/steam/steamapps/common/assettocorsa/Content Manager Safe.exe'; echo %command% +``` +Optionally replace `~/.steam/steam/steamapps/common/Proton - Experimental/proton` with the path to another Proton executable. + +### Content + +All custom content is located in `~/.steam/steam/steamapps/common/assettocorsa/content/`. + +#### Settings/Further Reading + +[raptyyy's AC VR Guide](https://raptyyy.github.io/vr-guide/#/README) \ No newline at end of file