Asunaya / RefinedGunz

103 stars 48 forks source link

Changing Network #17

Open Run0ver opened 7 years ago

Run0ver commented 7 years ago

I've been so inspired to register on github specifically into this project. I was wondering if you folks changed the network from "Peer 2 Peer" to "Peer 2 Server" which means every game created by x player is specifically to display "Server IP Address" only if packets been sniffed by another player trying to "DDoS" those players..

This happened multiply times on every gunz private server and original International GunZ 2003~2005. also during ijji.

So i was wondering if you folks still working on that or it's was done.. thank you

Asunaya commented 7 years ago

Server-based netcode isn't done yet, but it's more than just that: The point of it is mainly to perform hit registration on the server, so that cheats that rely on client-side hit registration (e.g. godmode) are impossible.

If you're only interested in hiding your IP by routing connections through the server, that is much simpler. Freestyle Gunz already has a /forcenat command thingy for that AFAIK, we could just add something like that.