1
0
Fork 0

Update README.md

This commit is contained in:
Flame Sage 2018-09-13 00:02:36 +00:00 committed by GitHub
parent d067e4d22f
commit 277b376e94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Quickly stand up new dedicated multiplayer lobbies that will be broadcasted on C
sudo docker run -d \ sudo docker run -d \
--publish 5000:5000/udp --publish 5000:5000/udp
citraemu/citra-multiplayer-dedicated \ citraemu/citra-multiplayer-dedicated \
--room-name "Dedicated (REGION) - GAME TITLE" \ --room-name "(COUNTRY) (REGION) - GAME TITLE" \
--preferred-game "GAME TITLE" \ --preferred-game "GAME TITLE" \
--preferred-game-id "TITLE ID" \ --preferred-game-id "TITLE ID" \
--port 5000 \ --port 5000 \
@ -16,3 +16,22 @@ sudo docker run -d \
--token "CITRA ACCOUNT TOKEN" \ --token "CITRA ACCOUNT TOKEN" \
--announce-url https://api.citra-emu.org/lobby --announce-url https://api.citra-emu.org/lobby
``` ```
Room name should follow the below format.
If multiple servers are stood up, `Server 1`, `Server 2` format should be used.
```
USA East - Pokémon Omega Ruby and Alpha Sapphire - Server 1
USA East - Pokémon Omega Ruby and Alpha Sapphire - Server 2
USA East - Pokémon Sun and Moon - Server 1
USA East - Pokémon Sun and Moon - Server 2
USA East - Pokémon Ultra Sun and Ultra Moon - Server 1
USA East - Pokémon Ultra Sun and Ultra Moon - Server 2
USA East - Super Smash Bros.
USA East - Animal Crossing: New Leaf
USA East - Monster Hunter Generations
USA East - Monster Hunter XX - Server 1
USA East - Monster Hunter XX - Server 2
USA East - Zelda: Tri Force Heroes - Server 1
USA East - Zelda: Tri Force Heroes - Server 2
USA East - Fire Emblem Awakening
```