Hi, i would like to ask if it is possible to only run the game as client when executing the game, the game is used to connect to a dedicated server, so it should not start as a server. Any help would be appreciated, thanks!
Announcement
Collapse
No announcement yet.
How to run the game without the server.
Collapse
X
-
Wait, if you start your game as an .exe file, it starts a dedicated server?Hobby game developer from GermanyFollow me on Twitter!
Stuff I made:
Steam Workshop Tutorial/Wiki
Making a full working translation for your game and change it at runtime
-
Originally posted by FlameX View PostHi, i would like to ask if it is possible to only run the game as client when executing the game, the game is used to connect to a dedicated server, so it should not start as a server. Any help would be appreciated, thanks!
Comment
-
You could force your game to automatically connect to a particular server after it loads up by adding a Execute Console Command from an On Begin Play event (open <ip address of server>).
Alternatively, run your game via command line like:
C:\Program Files\Unreal Engine\4.6\Engine\Binaries\Win64\UE4Editor.exe C:\MyGame\MyGame.uproject 127.0.0.1 -game -logRule#21: Be polite, be professional, but have a plan to kill everyone you meet.
Comment
Comment