Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 1015 Bytes

seasons.md

File metadata and controls

14 lines (12 loc) · 1015 Bytes

updating Off the Dial data for new seasons

Note

If you don't have permission to modify the files directly, create a pull-request.

adding new weapons to the site

  1. Navigate to https://github.com/offthedial/site/blob/master/src/components/weapons.js. This is where the weapon data is stored.
  2. Replace the importedWeapons variable with the new weapons data from the corresponding weapons.json file linked to in the file.
  3. Delete all non MAIN_ weapon keys.

adding new maps to the bot & overlays

  1. Navigate to https://github.com/offthedial/bot/blob/master/offthedialbot/commands/to/maplist.py#L80. This is where the maps are stored
  2. 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.
  3. For the overlays, navigate to https://github.com/cq-overlays/dashboard/blob/main/schemas/loadedData.json#L125.
  4. Do the same thing, add the new maps to the list.