Clone game server?

07/27/2022 23:27 TripleDeuce#1
I'm curious if anyone can point me in the direction of how to clone a servers files for a game I play.
07/31/2022 23:06 Omdi#2
Coding a server for a game requires:
- reverse engineering the network protocol of the respective game
- implementing a server which correctly handles all requests from the client (game)

This will take a lot of time, you will be better off by just searching for existing projects.