

You are subscribed to a mod that uses a standalone version of Mod Config Menu, which will cause a conflict.You have subscribed to the "Pure" version and you subscribed to a different version at the same time, which will cause a conflict.Note that the "Pure" version of Mod Config Menu will not work properly if: AddText(MOD_NAME, "Info ", function() return "Version ".

AddText(MOD_NAME, "Info ", function() return MOD_NAME end) Local MOD_NAME = "My Mod " local VERSION = "1.0.0 " local function setupMyModConfigMenuSettings() Rather, simply check to see if the global variable of ModConfigMenu exists, with something along the lines of: In order to use Mod Config Menu Pure inside of your mod, do not use the require or dofile or pcall or loadfile functions. If you have other mods installed, they may add additional menus. The "a" button can be used to select an item.īy default, there will be two sub-menus installed: "General" and "Mod Config Menu".Both control sticks can be used to move around.(This controller binding is customizable from the "Mod Config Menu" sub-menu.) By default, you can open the menu by pressing down the right control stick (i.e.Esc, backspace, or Q can be used to go back.E, space, or enter can be used to select an item.Use the arrow keys or WASD keys to move around.(This keyboard binding is customizable from the "Mod Config Menu" sub-menu.) F10 will also always open the menu, which cannot be changed. By default, you can open the menu by pressing L.If you are a player of Isaac mods, then using Mod Config Menu should be straightforward. For this reason, it is called the "Pure" version.Īs of vanilla patch v1.7.9b, other version of Mod Config Menu will not work anymore, like Mod Config Menu Continued, so it is recommended to use this version instead. This is a forked version of Mod Config Menu by Zamiel that removes all of the hacks that override internal Lua functionality, which causes problems with other things in the Isaac ecosystem. You can find this library on the Steam Workshop.Ĭredit goes to piber20 for originally creating this library and Chifilly for updating it for Repentance. Mod Config Menu Pure is a library for The Binding of Isaac: Repentance that allows other mods to have a settings menu.
