ENSL / NS

Natural Selection mod for Half-life
http://www.unknownworlds.com/ns
GNU General Public License v3.0
42 stars 12 forks source link

NS Linux mouse wheel issue #7

Open jirikivaari opened 6 years ago

jirikivaari commented 6 years ago

Mouse wheel triggers mouse4 for some reason. Hopefully this is just a HL1 linux issue ant not a memory leak etc. Need to check further.

Only happens on Linux.

ADDEDNDUM:

I also cannot use +jump in mousewheel to bunnyhop.

pierow commented 6 years ago

There's some discussion about mouse wheel issues here that might be related: https://github.com/ValveSoftware/halflife/issues/1377

jirikivaari commented 6 years ago

Thanks.

Also I cannot use mouse wheel at all for jumping. It will throttle and break the speed.

jirikivaari commented 6 years ago

This happens for hldm too so its not ns-specific. Probably related to SDL.

jirikivaari commented 6 years ago

This can be fixed by linking the libSDL2.so to SDL 2.0.8 which is in latest ubuntu 18.04.

I think we have to ship it with the binaries. Not sure how to make sure its loaded first though instead of the SDL library in half-life directory.