-
Notifications
You must be signed in to change notification settings - Fork 51
Deploy Xonotic game sever in a Cloud via CB Tumblebug
Seokho Son edited this page May 27, 2024
·
2 revisions
What is Xonotic. https://xonotic.org/
./create-all.sh -n shson2 -f ../testSet01.env
./deploy-fps-game.sh -n shson2 -f ../testSet01.env
shson@dev:~/go/src/github.com/cloud-barista/cb-tumblebug/src/testclient/scripts/sequentialFullTest$ ./deploy-fps-game.sh -n shson2 -f ../testSet01.env
####################################################################
## Deploy-Xonotic-FPS-Game-to-mcis
####################################################################
MASTERIP: 13.213.58.171
Installing Xonotic to MCIS...
...
[DATE: 22/12/2021 03:50:48] [ElapsedTime: 100s (1m:40s)] [Command: ./deploy-fps-game.sh all 1 shson2 ../testSet01.env]
[MCIS Xonotic: complete] Access to
13.213.58.171:26000
To access the game server,
-
download Xonotic game client : https://dl.unvanquished.net/share/xonotic/release/xonotic-0.8.6.zip
-
execute xonotic.exe
-
select Multiplayer Game
-
input Address for the dedicated server with port number (ex: 13.213.58.171:26000)
-
enjoy the game with your friends !!
- Params can be configured: serverName, serverPort, numBot
Example.
wget https://raw.githubusercontent.com/cloud-barista/cb-tumblebug/main/scripts/usecases/xonotic/startServer.sh;
chmod +x ~/startServer.sh;
sudo ~/startServer.sh cloud-barista-VM01 30000
- Design
- Features & Usage
- Install & Start Guide
- User Interface
- Developer Guide
- Test Reports