Advertisement
Guest User

How to get Crusader Kings II to work on Linux using Wine

a guest
Jun 25th, 2012
1,614
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. Hello guys,
  2.  
  3. This is a tutorial on how to get Crusader Kings II to work on Linux using Wine.
  4.  
  5. I've meant to write this tutorial sooner. However, when the 1.05 patch was released, CKII starts crashing during start up on Linux and I wasn't able to find out what is the cause of the problem, so I waited until I can find the solution to the problem.
  6.  
  7. Well, it turns out that since 1.05, you need another DLL override, namely wininet, to have the game starts properly.
  8.  
  9. With that problem solved, I presents to you guys the tutorial on how to get Crusader Kings II working on Linux through Wine.
  10.  
  11. I hope that this little guide of mine will be of some use to the community.
  12.  
  13. Also, if you noticed any mistake or inaccuracy in this guide, please don't hesitate to point them out to me.
  14.  
  15. Installation Instructions
  16. This guide assumed you have Steam version of Crusader Kings II.
  17.  
  18. The tools you needed to install and run Crusader Kings II on Linux are:
  19. Wine version 1.4 or later
  20. Winetricks
  21.  
  22. Please refers to your distro documentations on how to install both packages.
  23.  
  24. After you have installed Wine and Winetricks, install Steam client using the following command from the command line:
  25. $ msiexec /i SteamInstall.msi
  26. Proceeds with installation as normal.
  27.  
  28. Once Steam client is installed, launch it, login, and use the client to install Crusader Kings II just as you would have done on Windows.
  29.  
  30. After the client finished installing Crusader Kings II, use Winetricks to install the following DLL overrides:
  31. d3dx9
  32. vcrun2010
  33. wininet (Required since version 1.05 or else the game will crash during start up)
  34.  
  35. By issuing the following command in the terminal:
  36. $ winetricks d3dx9 vcrun2010 wininet
  37. Then start the game by issuing the following command from the game directory*:
  38. $ wine ck2.exe
  39. And that's it! Enjoy the game!
  40.  
  41. *The game directory is locate at (assumed that you are using the default Wine prefix):
  42. ~/.wine/drive_c/Program Files/Steam/steamapps/common/crusader kings ii/
  43. What Works
  44. Graphics, with some minor issue (see below)
  45. Sounds & Music
  46. Everything in the single player/campaign so far
  47.  
  48. In short, everything in the single player/campaign mode works. I've been playing for hours without encountering any major issues.
  49.  
  50. I haven't test multiplayer, nor Paradox Connect, or the Achievements.
  51.  
  52. Known Issues
  53. The problem with flickering terrain textures that I encountered since version 1.04 and described in this thread is still presents. Fortunately, it doesn't occur that often and doesn't seem to affect stability or game play, so I consider it to be a minor issue.
  54.  
  55. (c)zodmaner
  56. http://forum.paradoxplaza.com/forum/showthread.php?609158-tutorial-How-to-get-Crusader-Kings-II-to-work-on-Linux-using-Wine
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement