Squirrel Stapler

Squirrel Stapler

Not enough ratings
AutoReload Mod
By No Update Team Fortress
This is a Quality of Life mod that adds AutoReload to Squirrel Stapler
   
Award
Favorite
Favorited
Unfavorite
Installation
Installing the modloader
Download the automated installer from: https://melonwiki.xyz/#/?id=automated-installation
Windows
  • Run the executable, then choose the game, or add game(.exe file) manually.
  • Install melonloader
Linux
  • Add executable privilages to the executable, either by running chmod +x [path to file] or by opening it in the file manager, open properties, privilages, check executable.
  • Run the executable
  • Choose the game, install it
  • Go to your steam library, Squirrel Stapler, properties, general, and set the launch option to: WINEDLLOVERRIDES="version=n,b" %command%
If you did everything well the game should start with the melonloader console
Downloading the mod
Download the mod from github: KillBindMod[github.com] and move it to the Mods folder in your game folder
Download the newest release (the .dll file) from GitHub[github.com]
If you did everything well you should have a menu that lets you switch this feature on and off when you open the game.

If it doesn't work comment or add me and send a DM (write a comment under my profile otherwise I will dissmiss you as a scammer)
Building it
This section is only required if you want to build it yourself, it's not needed if you just want to use the mod
Required: Visual Studio, .NET desktop development workload
Clone the GitHub repository from: https://github.com/staplerofsquirrels/AutoReloadMod
Open AutoReload\AutoReload.sln in Visual Studio
Add the BepInEx NuGet https://nuget.bepinex.dev/upload
Install the 2019.2.19 version of the UnityEngine.Modules[nuget.bepinex.dev] package
Add MelonLoader.dll to the references from MelonLoader\net35\
Add Assembly-CSharp.dll
UnityEngine.UI.dll
Unity.TextMeshPro.dll from Squirrel Stapler_Data\Managed

Build it with Ctrl + B