Jump to content

Recommended Posts

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

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

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

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...