question

Nikita Matusevich avatar image
Nikita Matusevich asked

​How can a client launch their game server via "Server 2.0" with custom settings?

How can a client launch their game server via "Server 2.0" with custom settings? In Legacy Multiplayer, the "Start Game"function was responsible for this. The point is that I need to somehow tell the server to load the desired map.

apisunity3dsdksunreal
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
brandon@uprootstudios.com avatar image
brandon@uprootstudios.com answered

The StartGameCommand can be used to pass in arguments, such as:

MyServer.exe -map CoolMap -log log.txt
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.