From 277b376e94efec5e9d03fa84dfeac8bb0933f70d Mon Sep 17 00:00:00 2001 From: Flame Sage Date: Thu, 13 Sep 2018 00:02:36 +0000 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a6c9599..a3b9303 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Quickly stand up new dedicated multiplayer lobbies that will be broadcasted on C sudo docker run -d \ --publish 5000:5000/udp citraemu/citra-multiplayer-dedicated \ - --room-name "Dedicated (REGION) - GAME TITLE" \ + --room-name "(COUNTRY) (REGION) - GAME TITLE" \ --preferred-game "GAME TITLE" \ --preferred-game-id "TITLE ID" \ --port 5000 \ @@ -16,3 +16,22 @@ sudo docker run -d \ --token "CITRA ACCOUNT TOKEN" \ --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 +```