Advertisement
Guest User

Assetto Corsa Proton workaround

a guest
Apr 13th, 2019
2,370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.48 KB | None | 0 0
  1. Deps:
  2. system wide wine install (wine4.5 Staging on my side)
  3. system wide winetrics (20190310 on my side)
  4. game installed in Linux Steam client
  5.  
  6. export WINEPREFIX=~/SteamLibrary/steamapps/compatdata/244210/pfx
  7. winecfg #change to windows XP -> OK
  8. cd SteamLibrary/steamapps/common/Proton\ 4.2/dist/bin/
  9. wget 'http://download.microsoft.com/download/9/5/A/95A9616B-7A37-4AF6-BC36-D6EA96C8DAAE/dotNetFx40_Full_x86_x64.exe'
  10. ./wine ~/dotNetFx40_Full_x86_x64.exe /q && WINEPREFIX=~/.ACbottle/ wineserver -k #ignore any errors about recursive use of "something".
  11. winecfg //change to windows 7 , libraries -> add mscoree -> pick mscoree form list -> set to windows native -> click OK to close winecfg window.
  12. wget 'http://download.microsoft.com/download/9/E/6/9E63300C-0941-4B45-A0EC-0008F96DD480/NDP471-KB4033342-x86-x64-AllOS-ENU.exe'
  13. ./wine ~/NDP471-KB4033342-x86-x64-AllOS-ENU.exe /q && WINEPREFIX=~/.ACbottle/ wineserver -k
  14.  winetricks corefonts
  15. winetricks -q vcrun2008
  16. winetricks -q vcrun2010
  17. winetricks -q vcrun2012
  18. winetricks -q vcrun2013
  19. winetricks -q vcrun2015
  20. winetricks --force -q vcrun2017
  21. winetricks -q msxml3
  22. winetricks -q msxml4
  23. winetricks -q msxml6
  24. winetricks devenum
  25. winetricks d3dx11_43
  26. winetricks d3dcompiler_43
  27. winetricks d3dcompiler_47
  28. winecfg -> change to Windows Vista -> OK
  29. run the game from Linux Steam Client (this will take a while but will start)
  30.  
  31. This can be probably improved upon, but defining which of these are not needed is in it self huge task.
  32. See you on track!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement