I’m working on a game which is intended to support SP and MP when it is done. Essentially it is a roguelike to be played alone or with friends.
As such, I have built it with a lot of logic being done on the server (replication: Run on server). I am now about to send out my first pre-alpha build to a small group of testers. The build only has one character enabled, so SP is the only way to play it.
Now to the question: Can I circumvent the need to also send a server build for the testers to run on their machine? Even if it is SP only, a lot of the logic is still expecting a dedicated server to exist. I want the client to essentially pretend to be the server, but can’t figure out how I’d go about doing that - if at all possible.