-
Notifications
You must be signed in to change notification settings - Fork 5
Create a new game from a QBJ registration file
Alejandro edited this page Jun 21, 2023
·
1 revision
You need to make a QBJ registration file before using this. Currently the only place to make these files is here, although if there's enough demand I can do a nicer UI within MODAQ.
- Click on "+ New game" in the menu at the top of the page. The New Game dialog should pop up.
- Select the From QBJ Registration pivot at the top of the dialog.
- Click "Load Roster..." and select the roster file.
- Once the rosters are loaded, pick the two teams you want to read for.
- When you pick a team, you can choose which players are starting through the "Starter" checkbox.
- Click on the "Choose file" button to load a packet
- Packets must be either a Microsoft Word document (*.docx) or a JSON file (*.json).
- Word documents are sent to a parsing service. If the service is unable to read the file, an error message will appear. If it couldn't parse the file, it will explain why and tell the user where in the packet the issue is.
- JSON files should come from parsing a Microsoft Word document with Yet Another Packet Parser.
- Packets must be either a Microsoft Word document (*.docx) or a JSON file (*.json).
- Click Start. If there are issues with the game (same teams chosen), the dialog will not close.