Skip to content

NeighborGameModding/SNBloodlust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

W.I.P.

The menu is still deep work-in-progress, and there are no public pre-releases available yet.

Bloodlust

An Open-Source Mod Menu for the game called SN

Bloodlust

Installation Guide

  1. Use the SNBypass Installation Guide to propely install MelonLoader and SNBypass (2 required dependencies)
  2. Download the latest version of Bloodlust
  3. Go to your game's root folder and open the Mods folder
  4. Place the Bloodlust.dll from step 2 in the Mods folder
  5. Run the game

Need help?

You can ask for support in our Discord Server

Uninstallation Guide

Refer to the Uninstallation Guide from SNBypass

State

The mod is still in a very early stage of development and may contain bugs or missing features.

Suggest Your Ideas

You're always welcome to suggest your own ideas! You can do so either in our Discord Server, or if you have a Github account, you can create an issue in the Issues Tab.
Before making any suggestions, make sure that your idea hasn't been suggested before!

Contribution

Do you have any experience with C# and Unity modding? You can always contribute by forking the repository and creating your own pull requests! Any help is appreciated!
Before contributing, make sure to read our project structure rules to keep the project maintainable and easy to understand!

  1. Do not use obfuscated names outside of Deobfuscator.cs. To rename obfuscated types, use global usings. To use obfuscated instance methods/properties/fields, create extension methods in the DeobfuscatorExtensions class. To use obfuscated static methods/properties/fields, use/create a nested class in the StaticDeobfuscator class and create a static wrapper method inside of it.
  2. Ensure that your code is fast. Try not to use loops too often. Instead, you can look for ways around, for examble by using Harmony Patches.
  3. Keep the amount of object allocations to a minimum. Creating too many objects in a short period of time might cause lag spikes due to garbage collection.
  4. All referenced assemblies must be added to the References Folder

About

An Open-Source Mod Menu for the game called SN

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages