- 3
- Posts
- 5
- Years
- Seen today
Introducing Crowd Control!
Over the past few months I've been working on integrating Scarlet/Violet with Twitch polls, and just a few days ago I finished the first version!
At its core, all it does is connect to twitch, and periodically starts a poll for what event to trigger. Once the poll concludes, that effect is applied to the game.
Have some screenshots:
![[PokeCommunity.com] Pokemon Scarlet/Violet Crowd Control [PokeCommunity.com] Pokemon Scarlet/Violet Crowd Control](https://data.pokecommunity.com/attachments/88/88524-1cac2498118fcaed95bc644b649b5e36.jpg)
![[PokeCommunity.com] Pokemon Scarlet/Violet Crowd Control [PokeCommunity.com] Pokemon Scarlet/Violet Crowd Control](https://data.pokecommunity.com/attachments/88/88525-c79ee58d098fd15b2e71056cc99a7e8f.jpg)
Installation
Downloads are available at GameBanana
Simply extract the zip for your game to the root of your SD card (requires a modded switch). Upon launching the game, a popup should appear, asking you to authorize it to create polls on your channel.
Once in-game, the polls should start automatically, after the `pollInterval` amount of seconds as specified in the config (placed in sd:/crowd_control/config.json)
Emulator support is not prioritized; It works on hardware, so it should work on emulators, but if it's broken that's not my job to fix.
CRASHES ARE EXPECTED! Hijacking the network on the Switch is something the console really doesn't like, so things are likely to crash on launch a few times (around 1/50 times from my experience). Make frequent saves. Also, some effects can overlap and really put some strain on the system, which might also result in some crashes.
If you think an effect should be active but it isn't, you can check the debug menu. Hold ZL and tap ZR to open it, then press Y to select Tools, then press A twice to open the logs menu.
Full list of effects:
Translations are available for:
Credits
Over the past few months I've been working on integrating Scarlet/Violet with Twitch polls, and just a few days ago I finished the first version!
At its core, all it does is connect to twitch, and periodically starts a poll for what event to trigger. Once the poll concludes, that effect is applied to the game.
Have some screenshots:
![[PokeCommunity.com] Pokemon Scarlet/Violet Crowd Control [PokeCommunity.com] Pokemon Scarlet/Violet Crowd Control](https://data.pokecommunity.com/attachments/88/88524-1cac2498118fcaed95bc644b649b5e36.jpg)
![[PokeCommunity.com] Pokemon Scarlet/Violet Crowd Control [PokeCommunity.com] Pokemon Scarlet/Violet Crowd Control](https://data.pokecommunity.com/attachments/88/88525-c79ee58d098fd15b2e71056cc99a7e8f.jpg)
Installation
Downloads are available at GameBanana
Simply extract the zip for your game to the root of your SD card (requires a modded switch). Upon launching the game, a popup should appear, asking you to authorize it to create polls on your channel.
Once in-game, the polls should start automatically, after the `pollInterval` amount of seconds as specified in the config (placed in sd:/crowd_control/config.json)
Emulator support is not prioritized; It works on hardware, so it should work on emulators, but if it's broken that's not my job to fix.
CRASHES ARE EXPECTED! Hijacking the network on the Switch is something the console really doesn't like, so things are likely to crash on launch a few times (around 1/50 times from my experience). Make frequent saves. Also, some effects can overlap and really put some strain on the system, which might also result in some crashes.
If you think an effect should be active but it isn't, you can check the debug menu. Hold ZL and tap ZR to open it, then press Y to select Tools, then press A twice to open the logs menu.
Full list of effects:
- 1000x Exp gain
- No exp gain
- 0% Catch rate
- 100% Catch rate
- Invert type matchups
- No more type matchups
- Random type matchups
- Apply a random filter
- STAB is bad
- Disable ride abilities
- Randomize wild pokemon
- 10x more wild pokemon
- Shiny season
- Spawn a lv.90 pokemon
- Set money to 0
- Randomize all moves
- Randomize team
- Metronome only
Translations are available for:
- English
- Spanish
Credits
- Martmists (me)
- Making the mod
- CraftyBoss
- Writing the ImGui implementation for the debug menu
- shadowninja108
- Writing the code injection framework used (exlaunch)
- ElChicoEevee
- The Spanish translations
Last edited: