You are viewing a potentially older version of this package. View all versions.
Permamiss-Remove_Scourge_Invaders-1.1.0 icon

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.1.0
Download link Permamiss-Remove_Scourge_Invaders-1.1.0.zip
Downloads 105
Dependency string Permamiss-Remove_Scourge_Invaders-1.1.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

  1. Follow the manual installation steps from the BepInExPack page

    Default Magicite game folder location:
    C:\Program Files (x86)\Steam\steamapps\common\Magicite

  2. Modify the BepInEx cfg file so that it can boot without crashing
    1. Navigate to [game_folder]\BepInEx\config, right-click BepInEx.cfg and edit it
    2. Scroll all the way to the bottom of the file until you are in the [Preloader.Entrypoint] section
    3. Change the Type = Application line to Type = MonoBehaviour
      • (Optional) If you would like to see a debug console, then go to the [Logging.Console] section towards the top of the file, change Enabled = false to Enabled = true
    4. Save your changes, then close the file
  3. Load the plugin
    1. Move the downloaded plugin from your Downloads folder to [game_folder]\BepInEx\plugins

    If there is not a plugins folder here, then create one yourself (right-click > New > Folder)

  4. Play your newly modded game!
    Open source code available at github.com/Permamiss/Magicite_RemoveScourgeInvaders