Insprill / Insprill/dv-multiplayer

Dedicated server

Open
#28 4 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C#
Stars
45
Forks
39
PR merge metrics
No merged PRs in 30d

Description

Dedicated server support can be implemented by making use of [SteamCMD](https://developer.valvesoftware.com/wiki/SteamCMD). Once the game is installed on the host of choice, it can be started with the `-batchmode` and `-nographics` flags. This will prevent the game from trying to load a graphical environment. We can then check the arguments for one of our own, being which save to load, and from what user. If that argument is present, and the user and save are valid, we can automatically load into the session, which will then be ready for players to join.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.