More actions
Ran kildar (talk | contribs) No edit summary |
|||
| Line 136: | Line 136: | ||
<pre>sh winetricks corefonts vcrun2005sp1</pre> | <pre>sh winetricks corefonts vcrun2005sp1</pre> | ||
<br> | <br> | ||
==== Modify the wine registry for EVE ==== | |||
Add the following registry keys to regedit by running the following: | |||
<pre>winetricks regedit</pre> | |||
You can copy and paste the test below into a text file and name it with a .reg extension. Then import it into the registry by using regedit's import feature. | |||
<pre>[Software\Wine\Direct3D] | |||
"DirectDrawRenderer"="opengl" | |||
"OffscreenRenderingMode"="fbo" | |||
"PixelShaderMode"="enabled" | |||
"VertexShaderMode"="hardware"</pre> | |||
= Installing EVE = | = Installing EVE = | ||