1
0
Fork 0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra-multiplayer-dedicated/README.md

19 lines
505 B
Markdown
Raw Normal View History

2018-03-08 01:05:20 +00:00
# Citra Multiplayer Dedicated Lobby
Quickly stand up new dedicated multiplayer lobbies that will be broadcasted on Citra.
## Usage
```
sudo docker run -d \
--publish 5000:5000/udp
citraemu/citra-multiplayer-dedicated \
--room-name "Dedicated (REGION) - GAME TITLE" \
--preferred-game "GAME TITLE" \
--preferred-game-id "TITLE ID" \
--port 5000 \
--max_members 4 \
--username "CITRA ACCOUNT USERNAME"
--token "CITRA ACCOUNT TOKEN" \
--announce-url https://api.citra-emu.org/lobby
```