ArrowFX Posted September 27, 2020 Share Posted September 27, 2020 So I am trying to create two mcm menus for my mod and while one loads("SkillPointGiver_MCM"), the other doesn't and I can't for the life of me figure out why. If you have time to spare please look the screenshots over and tell me if you know why. Thanks for the help. :smile: Edit: So I fixed it by using SSEEdit to generate an SEQ file. If you find this post and have a similar problem then try creating an SEQ File, if you haven't already done that. Link to comment Share on other sites More sharing options...
dizietemblesssma Posted September 27, 2020 Share Posted September 27, 2020 Have you tested with the just the skillpoint one attached to the quest? In case it's an MCM thing of one menu per quest? diziet Link to comment Share on other sites More sharing options...
IsharaMeradin Posted September 27, 2020 Share Posted September 27, 2020 You can have only one menu per quest. If you want a second mod menu entry for your mod, you need another quest to manage it. Link to comment Share on other sites More sharing options...
ArrowFX Posted September 27, 2020 Author Share Posted September 27, 2020 You can have only one menu per quest. If you want a second mod menu entry for your mod, you need another quest to manage it. Have you tested with the just the skillpoint one attached to the quest? In case it's an MCM thing of one menu per quest? diziet Yes, I have two quests to manage it but only the quest that has the Skillpoint mcm works. the other doesn't load even though both of them have the exact same settings so both should work. Link to comment Share on other sites More sharing options...
IsharaMeradin Posted September 27, 2020 Share Posted September 27, 2020 Make sure all properties are properly filled. If not assigning page names and mod name via script, ensure those are also properly filled in the properties too. Also check your papyrus log for any errors related to your mod's MCM script(s). Link to comment Share on other sites More sharing options...
dylbill Posted September 27, 2020 Share Posted September 27, 2020 I wouldn't recommend using two MCM's for the same mod. Instead you can just use different pages in the same menu. Just my 2 cents. Link to comment Share on other sites More sharing options...
ArrowFX Posted September 27, 2020 Author Share Posted September 27, 2020 Make sure all properties are properly filled. If not assigning page names and mod name via script, ensure those are also properly filled in the properties too. Also check your papyrus log for any errors related to your mod's MCM script(s).Well as the screenshots should tell you they are all filled in. Btw sry for the late response. Link to comment Share on other sites More sharing options...
ArrowFX Posted September 27, 2020 Author Share Posted September 27, 2020 I wouldn't recommend using two MCM's for the same mod. Instead you can just use different pages in the same menu. Just my 2 cents.Usually I only use one mcm menu but my mod would currently benefit from having two. Link to comment Share on other sites More sharing options...
dylbill Posted September 28, 2020 Share Posted September 28, 2020 Your SkillPointGiver_MCM Quest has two MCM scripts on it. It should only have one. Link to comment Share on other sites More sharing options...
ArrowFX Posted September 28, 2020 Author Share Posted September 28, 2020 Your SkillPointGiver_MCM Quest has two MCM scripts on it. It should only have one.Tried it and it didn't fix it. btw, That script is for a DLL file so it only has this in it. Scriptname MCMCheatMenuScript Hidden Actor[] Function GetAllActors(string ModName, Keyword[] keywords = None) global native Link to comment Share on other sites More sharing options...
Recommended Posts