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 Competitive Client in Python

Newbie Spellweaver
Joined
Mar 25, 2022
Messages
20
Reaction score
7
I'm recreating the client (extracting just what matters to my server) in Python. The idea is to modernize the gunz. I will keep Gunz.exe for the game only, removing all other components.

Gunz.exe will be open but waiting for the match search (my server already has a competitive system with matchmaking). Upon finding it, I focus on gunz.exe. At the end of the game, I focus on the Client in Python.

That way I have a lot more freedom to create a decent lobby (I don't have high productivity with c++).

I'm not a designer, so the client obviously isn't looking good. But it's functional and I'll be releasing it on my server soon.

 
Back
Top