Note
If you don't have permission to modify the files directly, create a pull-request.
- Navigate to https://github.com/offthedial/site/blob/master/src/components/weapons.js. This is where the weapon data is stored.
- Replace the
importedWeapons
variable with the new weapons data from the correspondingweapons.json
file linked to in the file. - Delete all non
MAIN_
weapon keys.
- Navigate to https://github.com/offthedial/bot/blob/master/offthedialbot/commands/to/maplist.py#L80. This is where the maps are stored
- Add new maps to the list, make sure the maps follow the order listed in the corresponding
stage-ids.ts
file linked to in the file. That way it's in sync with the sendou.ink map generator. - For the overlays, navigate to https://github.com/cq-overlays/dashboard/blob/main/schemas/loadedData.json#L125.
- Do the same thing, add the new maps to the list.