sorry2botheru Posted June 4, 2022 Posted June 4, 2022 (edited) Don't know if this helps but Conditional Expressions just got an update to 1.26 which improves several scripts/performance, and optimizes scripts for Powerofthree's Papyrus Extender (not required).  Thanks so much for your work on this mod!! Edited June 4, 2022 by sorry2botheru
Leoosp Posted June 5, 2022 Posted June 5, 2022 Is there a DAR Truma Animation Pack please which has been backported to LE?Â
Seath Posted June 9, 2022 Posted June 9, 2022 Any updates for the latest version of Conditional Expressions?
sirgilly Posted June 11, 2022 Posted June 11, 2022 Is there a new update in the works? It looks like conditional expressions got optimized and a bit leaner on the scripts
powersexking Posted June 13, 2022 Posted June 13, 2022 I have a question. Doesn't the follower's expression change when in estrus? I'm using OSL Aroused mod. Followers are checked in the settings, and you can set up to 5 people.
Nymra Posted June 15, 2022 Posted June 15, 2022 I found 2 issues:  1. Conditiional Expressions seem to be very slow when "stopping" after DHLP suspend event was received  2. at times conditional expressions still runs even after DHLP suspend was sent. ---> especially when saving and reloading it seems Conditional Expressions "forgets" that there was a dhlp suspend event. this should not happen.  I had no time to test this further, tho, just wondered what fucked up my expressions again ^^
Jenova23 Posted June 20, 2022 Posted June 20, 2022 (edited) I'm still getting a ton of unattached instances in my game. I really love this mod so hopefully this gets fixed. Edited June 20, 2022 by Jenova23
bevo67 Posted June 21, 2022 Posted June 21, 2022 (edited) On 6/19/2022 at 11:04 PM, Jenova23 said: I'm still getting a ton of unattached instances in my game. I really love this mod so hopefully this gets fixed. Same - I also noticed this this mod might be causing some lag with other DAR animations.. Edited June 21, 2022 by bevo67
Nymra Posted June 23, 2022 Posted June 23, 2022 (edited) sooo, yeah, the issue repeats. after save and reload Conditional Expression "forgets" DHLP was active even when no "resume" event is sent.  Also, might be connected, in the same situation I get alot of active Scripts from CondExp which leads to occasional CTDs too.   Another issue is still how debug works. the messages are spamming so fast in the upper left (verbose logs) that it is impossible to follow (they are soon completly delayed). Might be enough to just show in the upper left ONCE a message when the expression changes and to which one for how long (CondExp: Dirty applied, 12 seconds), no need for countdown or other information.  Edited June 23, 2022 by Nymra
crajjjj Posted June 23, 2022 Author Posted June 23, 2022 19 hours ago, Nymra said: sooo, yeah, the issue repeats. after save and reload Conditional Expression "forgets" DHLP was active even when no "resume" event is sent.  Also, might be connected, in the same situation I get alot of active Scripts from CondExp which leads to occasional CTDs too.   Another issue is still how debug works. the messages are spamming so fast in the upper left (verbose logs) that it is impossible to follow (they are soon completly delayed). Might be enough to just show in the upper left ONCE a message when the expression changes and to which one for how long (CondExp: Dirty applied, 12 seconds), no need for countdown or other information.  Hmm. Sounds like quest variables are not saved in cosave which I missed. I'll change dhlp flag to global var in the next version. Main change from ce 1.26 is the Combat expression refactor and is already merged. P. S. I have isp problems (typical German service) which causes delays. Sorry  Looking forward to your collaboration with pama btw.Â
sirgilly Posted June 26, 2022 Posted June 26, 2022 On 6/23/2022 at 7:34 PM, crajjjj said: Hmm. Sounds like quest variables are not saved in cosave which I missed. I'll change dhlp flag to global var in the next version. Main change from ce 1.26 is the Combat expression refactor and is already merged. P. S. I have isp problems (typical German service) which causes delays. Sorry  Looking forward to your collaboration with pama btw. I thought it was just my setup causing these script issues. They are cutting into the save. Great mod, I just hope this stability item is fixed.
sirgilly Posted June 26, 2022 Posted June 26, 2022 When the update is released will it be safe to update? I am about to start a new game and wondering if I need to hold off a couple of days for the new version to be safe.
sidfu1 Posted June 26, 2022 Posted June 26, 2022 2 hours ago, sirgilly said: When the update is released will it be safe to update? I am about to start a new game and wondering if I need to hold off a couple of days for the new version to be safe. should be fine
Nymra Posted June 27, 2022 Posted June 27, 2022 found another thing:  followers are still computed by conditional expressions even when they are far away, in another cell or even after leaving the PC service. Maybe a distance check to prevent this? Its 4 frames each in the active scripts for each follower, so this might also stack when you leave alot of former followers around?Â
crajjjj Posted June 28, 2022 Author Posted June 28, 2022 20 hours ago, Nymra said: found another thing:  followers are still computed by conditional expressions even when they are far away, in another cell or even after leaving the PC service. Maybe a distance check to prevent this? Its 4 frames each in the active scripts for each follower, so this might also stack when you leave alot of former followers around? Distance check is already there.Â
crajjjj Posted June 28, 2022 Author Posted June 28, 2022 (edited) Beta release here Changes: ce 1.26 changes merged po3 random numbers if po3 installed dhlp savegame bugfix followers mfg check on init followers inactive distance reduced  UPDATE: important bugfix - conditions were stopped because of the incorrect check   Edited July 4, 2022 by crajjjj bugfix 1
sidfu1 Posted June 28, 2022 Posted June 28, 2022 14 minutes ago, crajjjj said: Beta release here Changes: ce 1.26 changes merged po3 random numbers if po3 installed dhlp savegame bugfix followers mfg check on init followers inactive distance reduced  https://github.com/crajjjj/ConditionalExpressionsExtended/releases/tag/1.3.10.1 Conditional Expressions Extended 1.3.10 (SE) beta.zip 1.53 MB · 0 downloads was you able to figure a way to block animals from being added?
sirgilly Posted June 28, 2022 Posted June 28, 2022 50 minutes ago, crajjjj said: Beta release here Changes: ce 1.26 changes merged po3 random numbers if po3 installed dhlp savegame bugfix followers mfg check on init followers inactive distance reduced  https://github.com/crajjjj/ConditionalExpressionsExtended/releases/tag/1.3.10.1 Conditional Expressions Extended 1.3.10 (SE) beta.zip 1.53 MB · 3 downloads Hero!
crajjjj Posted June 28, 2022 Author Posted June 28, 2022 2 hours ago, sidfu1 said: was you able to figure a way to block animals from being added? Not 100% sure. Hopefully mfg is doing this check in native code and returns false if expression cannot be changed(creature). Otherwise detecting non humans is faction based and relatively complicated. Added verbose notification to test it. Hopefully will play test on the weekend. You can try it with verbose logs enabledÂ
Caithness Posted July 5, 2022 Posted July 5, 2022 (edited) I should read things closer - wondering why everything seemed to install ok, but didn't notice anything. Checked mod - affects the player - lol I play exclusively in first person, so my character could look like a house brick and it wouldn't worry me much - because I don't look at him. Follower option noted, turned on, still didn't notice much - don't tend to talk to followers much either - more all the NPCs around the place - who aren't affected. Edited July 5, 2022 by Caithness
crajjjj Posted July 5, 2022 Author Posted July 5, 2022 7 hours ago, Caithness said: I should read things closer - wondering why everything seemed to install ok, but didn't notice anything. Checked mod - affects the player - lol I play exclusively in first person, so my character could look like a house brick and it wouldn't worry me much - because I don't look at him. Follower option noted, turned on, still didn't notice much - don't tend to talk to followers much either - more all the NPCs around the place - who aren't affected. yep - no mirrors in skyrim
Nessa Posted July 7, 2022 Posted July 7, 2022 Minor thing, the Blushed When Aroused here (which is the latest version I'm aware of) will interfere with certain HDT skirts. (Other versions as well, I tested every one I could find.)  I can't think of any possible way this can even occur but there it is. ? While trying to figure it out, BWA wasn't even on my radar for suspects. Some of the HDT folks clued me in on the issue.  It doesn't even affect all skirts, only a select lucky few. ? Thought I'd leave this here in case someone runs into the issue as well. 1
Void Stack Posted July 10, 2022 Posted July 10, 2022 Is there a way to not have slave faction trigger the trauma expression? For me, at least, it doesn't fit.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now