Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Gunz mouse wheel dash?

Newbie Spellweaver
Joined
Sep 11, 2022
Messages
20
Reaction score
5
Sorry for using wrong English.

It doesn't work because I'm trying to use the mouse wheel dash.

( ZGameInput.cpp / ZGameInptu.h )

I've changed several things, but it still doesn't work.

Is there any way to make the event key work?

I definitely want to use the mouse wheel down dash. T_T
 
Newbie Spellweaver
Joined
Sep 11, 2022
Messages
20
Reaction score
5
video url :

As shown in the video, the mouse wheel does not work.
The masangsoft Gunz is capable of wheel-down dash input.

But the mouse wheel is not working on my server.
 
Upvote 0
Junior Spellweaver
Joined
Apr 23, 2021
Messages
106
Reaction score
15
you can modify the event key in input, but you have to take the #ifdef #end parts out of the char/game.cpp and after this you are free to edit and re-purpose the event inputs for the server client work. this is maiet's fine chaos workart, things you try to use and change, ain't open in the rest of source even if you edited the main-project header and cpp.
search up the parts you are editing, and find where else in the source it's located at. and then you may able to find out there's a defines that work as restrictables.
 
Upvote 0
Back
Top