Advertisement
Haulien

Untitled

Apr 14th, 2011
1,220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. [quote]
  2.  
  3. I got Magicka working under Wineskin BUT it has a few issues.
  4.  
  5. (note: this is the Steam version of the game, [u][b]HAVE NOT[/b][/u] tried the non-steam versions)
  6.  
  7. [u][b]Issues[/b][/u]:
  8. - Keyboard wont work
  9. ---- I did get it working, but only once. Installing dinput8 fixed it temporarily.
  10.  
  11. - menu runs at about 12fps
  12. ---- once you are actually playing though, it runs at about 35fps.
  13.  
  14. - takes a while for it to start up in Steam.
  15. ---- not sure why this is.
  16.  
  17.  
  18.  
  19. [u][b]How-to[/b][/u]:
  20. 1. Create a new blank Wineskin wrapper using a WS7Wine1.3.17 engine.
  21.  
  22. 2. Open up the wrapper contents (right click on it --> Show Package Contents)
  23. 3. Open the Wineskin.app in there and click on advanced
  24. 4. Click on the tools tab then click on "Winetricks"
  25. 5. install the following using winetricks:
  26. -- d3dx9 (and all variations of d3dx9)
  27. -- .NET framework 3.0 (steam will try to install .NET 3.5 when you run Magicka)
  28. -- allfonts
  29. -- vcrun2005
  30. -- dinput
  31. -- dinput8
  32.  
  33. -- Steam (install inside winetricks, not from steam website, should not make a difference though)
  34.  
  35.  
  36. Once that is done,
  37.  
  38. 6. open up a new text document, name it "[i][b]font-smoothing.reg[/b][/i]" and put this into it:
  39. [code][HKEY_CURRENT_USER\Control Panel\Desktop]
  40. "FontSmoothing"="2"
  41. "FontSmoothingType"=dword:00000002
  42. "FontSmoothingGamma"=dword:00000578
  43. "FontSmoothingOrientation"=dword:00000001[/code]
  44.  
  45.  
  46. 7. Then open up "Registry Editor (regedit)" (on the tools tab, also)
  47.  
  48. 8. In regedit, click on the "Registry" Menu and click on "Import registry File"
  49.  
  50. 9. Select your file and click Open.
  51.  
  52. 10. Exit out of regedit and click on the Configuration tab.
  53.  
  54. 11. On the windows exe box, put this in there:
  55. [code]/Program Files/Steam/Steam.exe[/code]
  56.  
  57. 12. Hit test run.
  58.  
  59. 13. Let steam do its thing to update.
  60.  
  61. 14. Login to your steam account and hit the "install game" button on Magicka.
  62.  
  63. 15. let it download.
  64.  
  65. 16. after its finished, it will try and start the game. first it should try to install a few things. Just let it do its thing and continue.
  66. It will most likely crash on the first try. Keep on trying until the game runs.
  67.  
  68. 17. When the game runs, you should be good to go…
  69.  
  70.  
  71. Just one minor thing, when you go and play it again, it will still try to install its dependencies again and again. Easily fixed though.
  72.  
  73. 18. Open up RegEdit again.
  74.  
  75. 19. Now navigate to HKEY_LOCAL_MACHINE --> Software --> Valve --> Steam --> Apps --> 42910
  76.  
  77. with that open on the right window, You should see one of (or more than one) of:
  78. -- DirectX
  79. -- DotNet
  80. -- XNA
  81.  
  82. If you don't see one of those 3, this is how you add them:
  83. right click in that window on the right select New --> DWORD Value
  84. Name it to either one of the above.
  85.  
  86. Then right click and select "Modify"
  87.  
  88. Change the value data from 0 to 1 and press OK.
  89.  
  90. Do that with all 3 of them.
  91.  
  92.  
  93. Done!
  94.  
  95. Magicka should work with a few bugs now!
  96.  
  97.  
  98.  
  99.  
  100.  
  101. Need any help? questions? join us on IRC
  102.  
  103. [/quote]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement