Hi,
since GFWL has been officially removed from Bioshock 2, the multiplayer game part can finally be started with wine - so far so good!
However, I can't move the mouse in the main menu or in any HUD which makes the game impossible to play because it cannot be controlled by keyboard (turning around within the game works though).
I already tried the following things:
-Upgrading wine from stable to the newest dev version (1.7.3)
-Tried the winecfg option to catch the mouse in fullscreen games
-Emulated desktop function in winecfg
-Overriding dinput8 to 'builtin'
None of the above worked, the cursor still won't move.
Does anybody have an idea how to fix that?
By the way, single player is working flawlessly!
Mouse cannot be moved in Bioshock 2 Multiplayer
Re: Mouse cannot be moved in Bioshock 2 Multiplayer
remove dinput8 and just use dinput, i had an issue with dinput8 with some of my games. it would override it and only allow it to scale the borders of the game.
Re: Mouse cannot be moved in Bioshock 2 Multiplayer
Thank you, but I just figured it out - the problem is the MouseWarpOverride variable.
If it's set to "force":
-The mouse cannot be moved in the main menu
-In-game, everything is fine
If it's set to "none":
-The mouse works properly in the main menu
-In-game, you can't turn around much because the mouse seems to be stuck to a certain area
So currently, I have set it to "force" and modified the UserMP.ini file so I can navigate through the main menu using the arrow keys.
If it's set to "force":
-The mouse cannot be moved in the main menu
-In-game, everything is fine
If it's set to "none":
-The mouse works properly in the main menu
-In-game, you can't turn around much because the mouse seems to be stuck to a certain area
So currently, I have set it to "force" and modified the UserMP.ini file so I can navigate through the main menu using the arrow keys.
Re: Mouse cannot be moved in Bioshock 2 Multiplayer
that is good