Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Version 1.2.0

Latest
Compare
Choose a tag to compare
@nwfistere nwfistere released this 15 Aug 14:19
· 2 commits to main since this release

VSMenuModHelper version 1.2.0 - For Vampire Survivors v1.6.105

Note: ExampleMod.dll and OptionalExample.dll are not required and are available as a resource for modders to see how this library works.

Install

Must have vampire survivors new engine beta installed. MelonLoader must also be installed.

  1. Download VSMenuHelper.dll
  2. Move it into the Mods folder within the Vampire Survivors root folder.
  3. Install Mod that depends on VSMenuHelper.

Features

  • Allows you to add multiple new tabs to the option screen with an interface to get and set the values from the ui elements.
  • Supported elements
    • Tab icon
    • Tab title
    • Button
    • Slider
    • Tickbox
    • Dropdown
    • Multiple choice button

Changes from previous version

  • (Breaking Change) - This library is now a Melon. This is to prevent multiple instances of this library from conflicting as well as ease of making it an optional dependency. (See OptionalExample for reference.)
  • New Optional Example to show how you can allow your mod to work whether or not this mod is installed.

Known Issues

  • Tabs are also displayed in the in game options menu. Configuration of visibility to come.
  • Tabs will run off the screen if too many mods add tabs. #1