Jump to content

Failure Mode Effects Analysis in Skyrim (FMEA)


Recommended Posts

Posted
17 minutes ago, ImmortalDreamer27 said:

I like the idea of this mod but I had to stop using it because I was unable to interact with butterflies, dragonflies, and small fish.

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.

Posted
On 5/19/2022 at 6:38 PM, ImmortalDreamer27 said:

I like the idea of this mod but I had to stop using it because I was unable to interact with butterflies, dragonflies, and small fish.

Check the MCM. There's a default option that disallows harvesting bugs and such unless you know one of their effects.  If this is news to you, then toggling that option will most likely fix this issue.

  • 2 weeks later...
Posted

request/suggestion for future:

 

tentacle corruption flag. current default of ingredients is 95 for normal effects and 4 for estrus. when estrus triggers from harvesting, config is updated to -1 non estrus, +1 estrus. so config after first time would be 94 and 5. and so on. could apply to all the FMEA categories.

Posted
On 6/3/2022 at 7:58 PM, ck2modfan said:

entacle corruption flag.

Sorry - not sure what you are requesting - can you elaborate a bit more please? 

Posted
28 minutes ago, Bane Master said:

Sorry - not sure what you are requesting - can you elaborate a bit more please? 

using harvesting as an example. when harvest failure occurs that triggers an estrus attack, asking for the configuration to be automatically changed to increase the likelihood that it will happen again - simulating a type of corruption. when i start, i use the default values of contact probability of 95 and estrus probability of 4. after the first failure, i go and change configuration to 94 and 5 respectively. would like to see if the configuration could be automatically updated after the failure so don't have to so manually and break immersion. 

 

after several hours of gameplay, contact failure is down to 60 and estrus is up to 39 which makes failure even more dangerous (or biased toward estrus). and so on. 

 

i'll do the same for mining failure as well. i'll increase the estrus chance by 1 and reduce all other chances by 1.

 

it adds a little weight and consequence to failure. (as an aside i will do the same thing for devious enchanted chests... another great mod!)

 

 

 

 

Posted
15 minutes ago, ck2modfan said:

using harvesting as an example

Thanks - I get it now ?

 

I think to add this,  I would need to see support for the idea from a reasonable number of users - so, if anyone else would like to see this feature added please like this post

Posted

From my point of view you should learn from mistakes or failures. So the chance for another failure should be rather lowered than increased. Furthermore that would not interfere with the acceptance factor.

With an increased failure rate you can be fairly sure that you will fail at a certain stage. Would you do anything if you knew about an almost inevitable punishment for the following attempts? Given that you are not an utter masochist …

Posted
6 hours ago, Veldon said:

you should learn from mistakes or failures.

That is pretty much how things work atm - as you gain skill (or succeed in non-skill areas like harvesting) your failure risk decreases.

  • 1 month later...
Posted (edited)

Suggestions for new alchemy features:

 

A configurable risk factor for the number of effects the potion has.  A 1-effect potion would reduce risk by this amount, 2-effect potions would unaffected, and the risk for potions with 3 or more effects would increase by the amount times the number of effects above 2.  This offers incentive for novices to focus on easy beginner potions, while reducing the likelihood of getting lucky with a 4-effect potion.  Do you risk trying for a valuable multi-effect potion, little novice, or do you play it safe?

 

Mostly for roleplay, a configurable bonus or penalty for poisons and non-poisons.  An assassin might have a rare gift for poisons but never be much good at beneficial potions, even with long experience.  The reverse would be true for a healer.

Edited by HexBolt8
Posted
9 hours ago, HexBolt8 said:

Suggestions for new alchemy features:

 

A configurable risk factor for the number of effects the potion has.  A 1-effect potion would reduce risk by this amount, 2-effect potions would unaffected, and the risk for potions with 3 or more effects would increase by the amount times the number of effects above 2.  This offers incentive for novices to focus on easy beginner potions, while reducing the likelihood of getting lucky with a 4-effect potion.  Do you risk trying for a valuable multi-effect potion, little novice, or do you play it safe?

 

Mostly for roleplay, a configurable bonus or penalty for poisons and non-poisons.  An assassin might have a rare gift for poisons but never be much good at beneficial potions, even with long experience.  The reverse would be true for a healer.

Intresting ideas! I'll take a look at how they might be implemented - with AE it appears some other stuff might be possible too but I'm working on a releasing a new mod in the next few weeks so FMEA is in a queue! 

Posted
7 hours ago, Bane Master said:

I'll take a look at how they might be implemented

If it helps, I'd hacked in the first suggestion to try in my game.

 

Spoiler

It's one new line in EvaluateAlchemy(), plus adding fEffectsRisk to the risks being summed for the fFailRisk calculation.  The hard-coded factor of course would have to come from an MCM setting.

 

    float fEffectsRisk = (LastPotionAdded.GetNumEffects() - 2) * 20.0; hard-coded factor for now

 

Posted

A couple of times after poisoning during the harvesting of plants and rape, management did not fully return. That is, the character runs and communicates, but... as in the old Fallout - without turning the map. And most importantly, saving the game is blocked. That is, the scene has not been completed.

FMEA Skyrim V1.481 SE RU.7z

Posted (edited)
12 hours ago, vjnmrf said:

A couple of times after poisoning during the harvesting of plants and rape, management did not fully return. That is, the character runs and communicates, but... as in the old Fallout - without turning the map. And most importantly, saving the game is blocked. That is, the scene has not been completed.

 

I have not seen this reported before.

 

There are no scenes in FMEA so I suspect it is linked to your Sexlab/Animation setup, FMEA only uses standard SL calls.

 

I did not build the RU version you have posted and so cannot say if it has been altered in any way.

Edited by Bane Master
Posted

For Alchemy, is the "Minimum Failure Chance" option bugged?

I have it set to 1.0% so that there's always a risk to crafting potions, but everytime I fail (Potion spoiled) I consistently trigger one of the harsher punishments (Unstable/Noxious/Magicka/Explosion)

 

Also, how does "Formulation Experience" work?

Is it based on ingredients? Does order matter i.e. [Bliserwort + Wheat] is the same as [Wheat + Blisterwort] ?

Is it based on Potion Effects / Potion Name? Like as long as the output is named [Restore Health] I will get Formulation Experience Modifier for it, regardless of what Ingredients I use?

 

Playing on SE, btw

Posted (edited)
9 hours ago, Lucci213 said:

For Alchemy, is the "Minimum Failure Chance" option bugged?

I will take a look at the code to check - I have a sneaking suspicion I designed it that way as the chance of a critical failure would otherwise be vanishingly small - I thought of  it as the chance  that the Alchemist got overconfident and sloppy...

 

Formulation experience is  based on Potion Name - using the ingredients would be nice, but it's another level of complexity, I might take a look at it in the future as I have some ideas for FMEA once I have released my current project

Edited by Bane Master
  • 4 weeks later...
Posted

The immersion of feeling unskilled at stuff hits with this. 'Splodin' potions and discharging enchantment benches, love it. Had a question though, been using this for ages, but never tried mining, did today and was wondering if there are any mining mods that play nice with this? I'd take this over the mining mods, but I'm curious if there are any.

Posted
32 minutes ago, TheDethToad said:

are any mining mods that play nice with this?

Gems In All Mines (available on Nexus for LE & SE) removes gems from ore veins and places mineable geodes that yield gems inside mines.  Say goodbye to getting diamonds by plinking away at iron ore deposits.  If you choose to mine ore, it's because you want the metal, not to get rich quick by finding gems everywhere.  However, if you venture into mines, you'll find those geodes.  Works well with this mod.

Posted
13 hours ago, HexBolt8 said:

Gems In All Mines (available on Nexus for LE & SE) removes gems from ore veins and places mineable geodes that yield gems inside mines.  Say goodbye to getting diamonds by plinking away at iron ore deposits.  If you choose to mine ore, it's because you want the metal, not to get rich quick by finding gems everywhere.  However, if you venture into mines, you'll find those geodes.  Works well with this mod.

I'll definitely check that out. Was hoping for something more like Advanced Mining though. If something similar isn't possible I'll just go without and stick with the Gems In All Mines. 

  • 2 months later...
Posted (edited)

What's New in Version V1.482 SE/LE (04/11/2022)

Released 

  • Eating Ingredients to discover effects can now be disabled/enabled in the MCM
  • When eating ingredients is disabled the 'Experimenter' Perk decreases the chance of failure when researching new potions from unknown effects
  • Toys & Love can now be selected instead of Sexlab for FMEA Love Scenes via the MCM
  • Added a potion complexity factor to Alchemy failure risk
  • Fixed an error in the Alchemy risk calculations
Edited by Bane Master
Posted

I remember reading about this mod ages ago, and thinking 'ok neat, looks well done, but why would I ever use this' and after countless hours of adding and removing mods and seeing this updated I had time to rethink my stance, this is genius, will actually fit in perfectly for my modlist. I wish there was a smithing part to this mod, probably the thing I'd be most interested about... I just have to limit myself to not use smithing to avoid trivialazing rest of my setup. Either way cool stuff, good job, wish there were more mods with similar philosophy (though I get why there aren't).

Posted
8 hours ago, TheDethToad said:

Um, anyone else try the update on a fresh save and the mcm never gets past the Install page?

 

5 hours ago, Jtaygang said:

Yep it throws notifications for detecting stuff and then never activates the mod and only shows a blank page on mcm

In my testing it's installing fine on a new game - can either/both of you let me have a log of when you install please

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...