Skip to content

Commit

Permalink
Huge changes
Browse files Browse the repository at this point in the history
Huge changes

- Add Wii controllers for use with RVLoader, which are just extra GCN controllers that work as a Wii Remote
- Add new spam bot RegEx
- Add new aliases for some inputs
- Add reference list for controllers
- Add reference list for run IDs
- Add feature to make overlay beep every 15 minutes like an old digital watch
- Fix bug where channel name and channel ID was being incorrectly logged as ``{{channel_id}}`` in mode change logging and vote logging because of incorrect string replacement
- Update global.json to reflect changes for the Kingdom Hearts Re-Revisit run (Run ID 10)
- And probably other stuff that I'm forgetting to mention
  • Loading branch information
WhatAboutGaming authored Aug 3, 2024
1 parent 1201b98 commit c1ba6fe
Show file tree
Hide file tree
Showing 19 changed files with 27,095 additions and 137 deletions.
124 changes: 98 additions & 26 deletions backend/backend.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion backend/chat_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
"trusted_user_userid"
],
"discord_bot_token": "discord_bot_token"
}
}
8 changes: 8 additions & 0 deletions backend/controllers_reference_list.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
gcn.json contains gcn_controller.json (Normal GCN controller to be used with Gamecube games and Wii games that have native Gamecube controller support)
gcn_rvl_sideways.json contains gcn_rvl_sideways_controller.json (This is an RVLoader controller (GCN to Wii))
gcn_vc_nes.json contains gcn_vc_nes_controller.json (GCN controller to be used with NES Wii Virtual Console games)
gcn_vc_snes.json contains gcn_vc_snes_controller.json (GCN controller to be used with Super NES Wii Virtual Console games)
n64.json contains n64_controller.json (Normal N64 controller to be used with an actual N64 console)
ps2.json contains ps2_controller.json (PS2 controller with full analog support (Uses analog sticks))
ps2_digital.json contains ps2_controller_digital.json (PS2 controller but only digital (Does not use analog sticks))
snes_controller.json does not have any associations (Because I never had any need to do stuff on actual snes because my snes is kinda unreliable)
954 changes: 954 additions & 0 deletions backend/gcn_rvl_sideways.json

Large diffs are not rendered by default.

Loading

0 comments on commit c1ba6fe

Please sign in to comment.