This repository has been archived by the owner on Oct 21, 2023. It is now read-only.
Releases: nwfistere/VSMenuModHelper
Releases · nwfistere/VSMenuModHelper
Version 1.2.0
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.
- Download VSMenuHelper.dll
- Move it into the Mods folder within the Vampire Survivors root folder.
- 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
Version 1.2.0
This is version 1.2.0 of VSMenuModHelper for the vampire survivors public beta version v1.6.106
If you're playing on the regular version of Vampire survivors, please use this download: https://github.com/nwfistere/VSMenuModHelper/releases/tag/v1.2.0
This version is exactly the same as the one linked above, just recompiled to work with the newest version of vampire survivors.
Version 1.0.0
VSMenuModHelper version 1.0.0
Note: ExampleMod.dll is not required and is only available as a resource to see how this library works.
Install
Must have vampire survivors new engine beta installed. MelonLoader must also be installed.
- Download VSMenuHelper.dll
- Move it into the Mods folder within the Vampire Survivors root folder.
- 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
Known Issues
- Tabs are also displayed in the in game options menu. Configuration of visibility to come.