-
Notifications
You must be signed in to change notification settings - Fork 106
Rooms Demo
Alvydas Poškevičius edited this page Mar 20, 2017
·
6 revisions
Make a build with all the scenes, located at Barebones/Demos/RoomsDemo/Scenes/
(they will probably start with "Demo-...")
- File > Build Settings
- Drag in all the scenes
⚠️ Make sure that Demo-SelectScene is the first scene- Make a build
- Start Master Server and Spawner
- Open your build (run the "game")
- Click "Master + Spawner" button
- Click "Start Master Server"
- Click "Start Spawner"
- Starting the client
- Open another instance of your build (run the "game")
- Click "Client Scene"
- Click "Play as Guest"
- Click "Create Game Server"
- Wait for the server to be spawned
- Play the game
Basic setup:
./Build.exe -msfStartMaster -msfStartSpawner
Start spawner only:
./Build.exe -msfStartSpawner
Using a different build for game server, and limiting the number of processes than can be started:
./Build.exe -msfStartSpawner -msfExe 'D:/SomethingElse/build.exe'
-msfMaxProcesses 10