-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
1201b98
commit c1ba6fe
Showing
19 changed files
with
27,095 additions
and
137 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,4 +38,4 @@ | |
"trusted_user_userid" | ||
], | ||
"discord_bot_token": "discord_bot_token" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.