Jump to content

Failure Mode Effects Analysis in Skyrim (FMEA)


Recommended Posts

Posted
7 hours ago, MysticDaedra said:

With SE, is it safe to compact formids to flag as ESL?

As far as I recall there are no FMEA formids hardcoded in the scripts. (Also most of the external forms FMEA uses are stored in JSON, although there are some hard coded as GetFormFromFile but nothing internal).

Posted
4 hours ago, Bane Master said:

As far as I recall there are no FMEA formids hardcoded in the scripts. (Also most of the external forms FMEA uses are stored in JSON, although there are some hard coded as GetFormFromFile but nothing internal).

Awesome, I've made it an ESPFE and so far everything seems to be working great! My load order is jam-packed, so anything I add at this point has to be flagged lol. Thanks!

Posted

I've translation this mod for myself, but I can't find the dialogue like "Your chest feels tight" in the Scripts files. Can you tell me where I can find it? Thanks!

Posted
2 hours ago, rickant said:

I've translation this mod for myself, but I can't find the dialogue like "Your chest feels tight" in the Scripts files. Can you tell me where I can find it? Thanks!

 

To do this you will need to edit the properties strOnEffectStart and strOnEffectFinish for any Spells using fmea_magiceffectdurationscript using the CK.

 

  • 1 month later...
Posted (edited)

Is there any way to prod this to rebuild it's mcm? I did the installation, i got a bunch of modules installed messages but the mcm is stuck at 'install' and no content on the main panel

 

thank you

 

edit: just got an enchant event, so it's working, just not the mcm

Edited by korfio
Posted
35 minutes ago, korfio said:

Is there any way to prod this to rebuild it's mcm? I did the installation, i got a bunch of modules installed messages but the mcm is stuck at 'install' and no content on the main panel

 

thank you

 

edit: just got an enchant event, so it's working, just not the mcm

Got the same error on new game. To solve the problem, you need to disable the mod, save the game, then MANDATORY clean the save from the scripts of this mod. After that, you can turn the mod back on. Following these steps, I solved this problem for myself.

Posted
On 3/19/2023 at 1:01 PM, mrghost1480 said:

Got the same error on new game. To solve the problem, you need to disable the mod, save the game, then MANDATORY clean the save from the scripts of this mod. After that, you can turn the mod back on. Following these steps, I solved this problem for myself.

 

Thank you but I don't want to break my save by removing a scripted mod and then reordering all mods after it. I have reverted to a save before I enabled it and left it off. I can provide a log when I enable it, if anyone wants to look into it. Let me know.

Posted (edited)

A nice additional feature for this mod would be if your character received one of the various devious devices or toys "or were subject to an estrus attack" whenever you broke a lock while trying to open a locked door or chest :).  Or if you stepped on one of the trap trigger plates, or broke one of the trap trip wires that are already in the game this could happen as well :D!  Just throwing out ideas.  This would add to the system more of a trap avoidance/lockpicking test as opposed to just reacting to whatever the RNG happens to do.  What do you guys think?  This mod has promise ?

Edited by SkyTem
  • 2 weeks later...
Posted

I know the Difficulty options (Slightly Inconvenient, Mildly Vexatious, Difficult, Challenging) change the duration of effects but how are they ranked?

 

Is it:

  • Short - Slightly Inconvenient
  • Normal - Mildly Vexatious
  • Long - Difficult
  • Very Long - Challenging

 

or:

  • Short - Mildly Vexatious
  • Normal - Slightly Inconvenient
  • Long - Challenging
  • Very Long - Difficult

or something else entirely?

Posted
1 hour ago, Lucci213 said:

how are they ranked?

It's

  • Very Short - Slightly Inconvenient
  • Short - Mildly Vexatious
  • Long - Difficult
  • Very Long (the original built in setting) - Challenging
Posted (edited)
On 3/19/2023 at 11:01 AM, mrghost1480 said:
On 3/19/2023 at 10:26 AM, korfio said:

Is there any way to prod this to rebuild it's mcm? I did the installation, i got a bunch of modules installed messages but the mcm is stuck at 'install' and no content on the main panel

 

thank you

 

edit: just got an enchant event, so it's working, just not the mcm

Got the same error on new game. To solve the problem,

 

This is the infamous "SkyUI "initialization failure" bug - I have optimised the FMEA MCM to reduce script load which will hopefully avoid SkyUI bugging out, so give the latest version a try.

 

What's New in Version V1.484 SE/LE (05/04/2023)

Released 

  • Optimised MCM code to reduce risk of issues due to the SkyUI MCM Initialization bug

 

Edited by Bane Master
Posted
53 minutes ago, Bane Master said:

 

This is the infamous "SkyUI "initialization failure" bug - I have optimised the FMEA MCM to reduce script load which will hopefully avoid SkyUI bugging out, so give the latest version a try.

 

What's New in Version V1.484 SE/LE (05/04/2023)

Released 16 hours ago

  • Optimised MCM code to reduce risk of issues due to the SkyUI MCM Initialization bug

 

Curiosity: Can you explain your trick a little bit, how you did that?

What's the thing that you avoid now?

? 

Posted
6 hours ago, worik said:

Curiosity: Can you explain your trick a little bit, how you did that?

What's the thing that you avoid now?

?

The MCM install routine was calling the plugin updater using:

 

((Self as Quest) as fmea_pluginmanagerscript).UpdatePlugins()

 

This method is latent. so the MCM was having to wait for several seconds for it to finish - it's now called via a ModEvent  to avoid the latency. I have made the same change in FSM although there I was able to use Startquest as the the MCM/Updater quest design is slightly different 

 

 

Posted
On 4/6/2023 at 2:53 PM, Bane Master said:

 

This is the infamous "SkyUI "initialization failure" bug - I have optimised the FMEA MCM to reduce script load which will hopefully avoid SkyUI bugging out, so give the latest version a try.

 

What's New in Version V1.484 SE/LE (05/04/2023)

Released 16 hours ago

  • Optimised MCM code to reduce risk of issues due to the SkyUI MCM Initialization bug

 

I love this mod and I didn't know I needed this until I tried it.

I just have a couple questions.

 

Is this update safe to install mid play-through?

and

Are effects like Narcosis curable via potions or do I just have to wait according to the difficulty options?

Posted
6 hours ago, manakanaki said:

Is this update safe to install mid play-through?

Yes - should be fine.

 

6 hours ago, manakanaki said:

Are effects like Narcosis curable via potions or do I just have to wait according to the difficulty options?

Do you REALLY want to read this spoiler? ?

Spoiler

They are curable

 

If you absolutely must know

Spoiler

Yes - via potions! 

 

 

  • 2 weeks later...
Posted

I get some CTDs on some events in SkyrimVR

upon looking into the crashlogs i found an old friend:
 

Spoiler

Stack Trace: 
[None].MiscUtil.ScanCellNPCs() - "<native>" Line ?
[fmea_EffectManager (77004E08)].fmea_effectmanagerscript.NPCActorScan() - "fmea_effectmanagerscript.psc" Line 0
[fmea_EffectManager (77004E08)].fmea_effectmanagerscript.TriggerLockpickingEffect() - "fmea_effectmanagerscript.psc" Line 0
[fmea_Lockpicking (77000D64)].fmea_lockpickingscript.TriggerTrap() - "fmea_lockpickingscript.psc" Line 0
[fmea_Lockpicking (77000D64)].fmea_lockpickingscript.TamperCheck() - "fmea_lockpickingscript.psc" Line 0
[fmea_Lockpicking (77000D64)].fmea_lockpickingscript.ResolveAttempt() - "fmea_lockpickingscript.psc" Line 0
[fmea_Lockpicking (77000D64)].fmea_lockpickingscript.OnMenuClose() - "fmea_lockpickingscript.psc" Line 0

            File: "FMEA Skyrim.esp"
            Flags: 0x00400008 kInitialized | kFormRetainsID
            Name: "FMEA Lockpicking Plugin"
            EditorID: "fmea_Lockpicking"
            FormID: 0x77000D64
            FormType: Quest (77)
            File: "FMEA Skyrim.esp"
            Flags: 0x00400008 kInitialized | kFormRetainsID
            Name: "FMEA Effect Manager"
            EditorID: "fmea_EffectManager"
            FormID: 0x77004E08
            FormType: Quest (77)

ScanCellNPCs is not available for skyrimVR, could you maybe implement it using my alternative code found here ?

Otherwise seems to work fine in VR :) Nice mod !

  • 3 weeks later...
Posted
On 5/19/2022 at 1:22 PM, HexBolt8 said:

That's not a very helpful comment.  It's a complaint with no detail.  If you want to help the mod author, and other players who might considering using the mod, you might explain what you saw and what you did.  What exactly is the problem that you had?  Is it random, or does it happen every time?  What steps would a player have to take to see the same problem?  What mod settings did you change to try to fix it?  What was the result?  What other things did you try to solve the problem?  Do you have other mods installed that affect butterflies and such, and did you check for a conflict?  Mods that try to change the same thing probably won't work well together. 

 

With that kind of information, the author would be much more likely to understand what was happening in your game and then be able to attempt to fix it.  Or, if it was just a misunderstanding on your part, someone could explain what you'd need to change to solve it.

 

For what it's worth, I've used this for a long time and I've had zero trouble interacting with butterflies, and if you look through the comments, I don't believe that there's another one about this kind of thing.  That suggests that problem is specific to your game and that it's something that you can fix -- if you just offer more specifics.

Took me a year to see this lol, but I did re download the mod and It appears that I did not see that option prior. Thank you for this because I would not have checked this again were it not for your comment. Kudos.

Posted
3 hours ago, ImmortalDreamer27 said:

Why not add an option to alchemy for an Estrus ooze monster attack for failed potion crafting? 

Not difficult to add - but would duplicate the Enchanting outcome. I'd prefer to add some new content if possible.

Posted
On 5/12/2023 at 9:38 AM, Bane Master said:

Not difficult to add - but would duplicate the Enchanting outcome. I'd prefer to add some new content if possible.

That's fair. What about compatibility with SL pheromones? would add something that can effect multiple activities and all it would apply are the effects of another mod. These effects could potentially be tailored too. e.g. random natural (human/creature, non-daedric) pheramones for alchemy, daedric pheramons for enchanting, mechanoids (Dwemer sphere, spider, centurion).
If I'm not mistaken, most of the heavy lifting would be done by another mod while still offering options for consequences.

Posted (edited)
On 5/12/2023 at 9:38 AM, Bane Master said:

Not difficult to add - but would duplicate the Enchanting outcome. I'd prefer to add some new content if possible.

I'd agree with Immortal actually.  There aren't enough triggers for multiple types of estrus attacks from the mods out there right now.  Another one would be welcome ?.  You could add that in addition to another new option that is new content ? ?

Edited by SkyTem
Posted

I just thought of something. I'm 98% sure it's an animation by Billyy, but it's a tentacle attack from a patch of mushrooms. an animation like that would thematically fit perfectly with the "ingredients" failure system because of the "plants and fungi" thing.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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