Remove Scourge Invaders
Removes the scourge invasion that occurs after 5+ minutes on each district (level), allowing you to play through the game at your leisure
| Date uploaded | a year ago |
| Version | 1.0.0 |
| Download link | Permamiss-Remove_Scourge_Invaders-1.0.0.zip |
| Downloads | 142 |
| Dependency string | Permamiss-Remove_Scourge_Invaders-1.0.0 |
README
So you're going through each district, definitely not losing track of time from duplicating items with your friends, when suddenly the Scourge invades! You make a mad dash for the end of the district, but you were too far away and they were too quick. Dang it, there goes a good, fun run. Why do some games even punish you for taking your time?
My friends and I were tired of this happening, so that's why I made this - the first BepInEx plugin for Magicite!
What does this plugin do?
This plugin prevents the Scourge invaders from spawning. Normally, after a randomized delay of 5 minutes to 5 minutes 50 seconds, they spawn in each district (except for towns and the final district with the boss). This plugin not only prevents them from spawning, but also eliminates the spawn message and stops the music from changing. After using this plugin for a while, you'll be like, "Scourge invaders? What are those?"
Manual Setup Instructions
What you need
- Plugin Loader: BepInExPack
- Plugin: RemoveScourgeInvaders.dll (click Manual Download))
- The latest release version
Installation
- Follow the manual installation steps from the BepInExPack page
Default Magicite game folder location:
C:\Program Files (x86)\Steam\steamapps\common\Magicite - Modify the BepInEx cfg file so that it can boot without crashing
- Navigate to
[game_folder]\BepInEx\config, right-clickBepInEx.cfgand edit it - Scroll all the way to the bottom of the file until you are in the
[Preloader.Entrypoint]section - Change the
Type = Applicationline toType = MonoBehaviour- (Optional) If you would like to see a debug console, then go to the
[Logging.Console]section towards the top of the file, changeEnabled = falsetoEnabled = true
- (Optional) If you would like to see a debug console, then go to the
- Save your changes, then close the file
- Navigate to
- Load the plugin
- Move the downloaded plugin from your
Downloadsfolder to[game_folder]\BepInEx\plugins
If there is not a
pluginsfolder here, then create one yourself (right-click > New > Folder) - Move the downloaded plugin from your
- Play your newly modded game!
Open source code available at github.com/Permamiss/Magicite_RemoveScourgeInvaders