Answer the question
In order to leave comments, you need to log in
How to simulate a game server?
Continuation of the topic Where are the files to deploy the game server?
Interested in how
reverse-emulation off-server
Answer the question
In order to leave comments, you need to log in
Look at existing open source projects:
Read the source code, chat with the community on the forums - you will understand what difficulties you have to face, and what it costs.
Yes, how do you imagine it? Well, this is commensurate with the task of "writing your own game." Well, that is, imagine, the server calculates the physics or damage of one player to another, how will you emulate it or forward it to a real server?
Colleague, you are looking for a normal game, which has a normal public / server available for installation and use it.
What game is that?
As mentioned above, servers can do a lot of things. Including consider physics (WoT for example). In this case, it will be difficult to do.
In general, the approach should be something like the following. First you need to look at what the client sends to the server and receives from the server. By further analyzing this data and the behavior of the client, you can understand what the server is doing. Further, based on this, you feed the logic of your server, which performs the same operations.
In the general case, it is unrealistic to do this (UPD: unrealistic, I mean not technically unrealistic, but unrealistic in terms of cost-profit). Only if the server is really very simple.
UPD: You understand that you can't just save all the questions and answers from the off server and then just look for the most appropriate answer to the request?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question