Jump to content

Recommended Posts

Posted

Hello guys!

 

I am looking for some quick advise on the following topic:

 

I want to edit an MCM menu entry from a Mod, installed with NMM. I opened the Mod's esp with the CK but cant find where to edit/remove the MCM menu feature of the mod. Could you point me in that direction?

 

Thanks a lot for your time!

Posted

The entire MCM menu is scripted. There is a game start enabled quest which holds the script and any necessary property values. If you can determine which quest it is from that mod, your next step is learning how the script code works so you know exactly what you need to modify. When you get to tinkering with the script code, I suggest commenting lines out with a semi-colon (;) to start with. That way you can easily change it back if you did something wrong.

 

As far as learning MCM, this will be a good place to start: https://github.com/schlangster/skyui/wiki/MCM-Quickstart

Posted

The entire MCM menu is scripted. There is a game start enabled quest which holds the script and any necessary property values. If you can determine which quest it is from that mod, your next step is learning how the script code works so you know exactly what you need to modify. When you get to tinkering with the script code, I suggest commenting lines out with a semi-colon ( :wink: to start with. That way you can easily change it back if you did something wrong.

 

As far as learning MCM, this will be a good place to start: https://github.com/schlangster/skyui/wiki/MCM-Quickstart

Hello Ishara,

 

i did found the quest i need and deleted it from the list. After saving, it disappeared from the MCM as intended. Great! Thank you!

 

In case you wondering, the mod i edited has two menu items (2 quests) and i only need the Menu feature and functionality of one of them.

 

Thanks again. Problem solved.

Posted

Deleting it may not have been the best thing for a mid-game save. You could have gotten the quest ID name and used the console to stop the quest. With the quest stopped it would have removed itself from the menu. Had I known that was what you were talking about I would have suggested it. However, I was under the impression you wanted to remove a specific option from a mod's MCM menu.

  • Recently Browsing   0 members

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