Never version with new adds: mechs, weapons and multiplayer voice communications
Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results (selected in 'Test Results' table below)
What works
installation
movies
chainging options
save/load
What does not
GLSL
game is a little slow
What was not tested
going through whole game
Additional Comments
To make the game faster (playable) you must set variables in regedit:
OffscreenRenderingMode = backbuffer (pbuffer doesn't work, fbo is crappy)
UseGLSL = disabled
You can also try if setting DirectDrawRenderer to opengl makes your game faster a little bit. You can disable VertexShaderMode. And you can try if repleacing d3d8 with the one from windows gives you some extra frames.
What I can say... it worked better in some previous wines, but I suppose when GLSL will be fixed (fixme:d3d_shader:shader_glsl_select >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from glUseProgramObjectARB) it will work a lot better.
To make the game faster (playable) you must set variables in regedit:
OffscreenRenderingMode = backbuffer (pbuffer doesn't work, fbo is crappy)
Setting
UseGLSL = disabled
makes trees disappear.