Prof-Butts / Hook_XWACockpitLook

X-Wing Alliance mouse hook with support for VR head-tracking
6 stars 1 forks source link

The hook does not work in multiplayer mode #11

Open morallo opened 2 years ago

morallo commented 2 years ago

From the code comments in https://github.com/Prof-Butts/Hook_XWACockpitLook/blob/2fdd8aee22c748a1c3ad2f8e5255ab9dda97b784/cockpitlook.cpp#L1016

    // This hook "works" for MP; but unfortunately, code in XWA keeps trying to sync all the mouse
    // look parameters, so that makes MP unplayable. We won't be able to enable this hook in MP
    // until the MP networking code has been translated/fixed to allow per-player mouse look params
morallo commented 2 years ago

Since MouseLook is not used anymore (at least in Flight mode, for SteamVR), maybe it won't break anymore in MP... It needs to be tested.