Easy to install, just download latest for your system
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 0.1.5
fixed issue with search bar not working after closing the mod menu once
Version 0.1.4
Added a search bar in case your mods get piled up, getting it ready for when I allow editing settings from mods in the mod menu
Added a button while paused in the shelter
Version 0.1.3
Fixed the right panel that displays the mod's information so that it doesn't change size depending on what's inside of it
Fixed the ModMenuAPI, so that it links properly, no more "ModMenuAPI.ModMenuAPI", just call it once, and link to your description
Version 0.1.2
Added the ability for other mod makers to add pictures to the mod menu if they so choose
Version 0.1.1
Removed RickRoll from download, it now links here
Made it so that the download button darkens, how cool!
Added ModMenuAPI into ModMenu that can be accessed by modmakers, currently only adds descriptions, trying to figure out images, if at all possible, might have to have it link to nexus?
Adds an in-game Mod Menu that displays all currently installed mods in one convenient location. Easily view mod names, versions, authors, directly from within the game. Perfect for keeping track of your modded setup, troubleshooting, or just exploring what you've installed.
Features:
Lists all loaded mods with detailed info
Compatibility: Works with MelonLoader-based mods.
Todo:
Add in images in Mod Menu possibly from Nexus
A way to add images with URL links to reduce mod file size, image adds another 238kbs to the file size (and I don't like that)
Format to look nicer
Mod Settings Menu
A way to use Nexus' API to check for updates on current mods, but I have no way to test this without other mods existing on this platform (Scrapped for now)
For Mod Makers: If you want to add a description into the Mod Menu, I have added a way to do so, just remember to add the ModMenu.dll as a reference so that you can use the ModMenuAPI when building
public override void OnInitializeMelon() { ModMenu.ModMenuAPI.RegisterDescription("Mod Name", "Description Example"); }
Don't worry about if it gives an error if Mod Menu isn't installed, it shouldn't? cause issues for the overall end user.
The end result will give you something similar to this
For pictures you'll want to nest a 640x640 logo.jpg into an assets folder like this