AphroditesEye Posted December 7, 2023 Posted December 7, 2023 Don't know how much of a pain it would be to implement, but maybe the cure can have a few hours warning; and if the player doesn't top it off in that time, their morphs slowly start coming back one hour at a time, with accompanying notifications in the top left? Makes it go from "Poof! Bimbo again!" to a slow creeping back of the curse.
AphroditesEye Posted December 7, 2023 Posted December 7, 2023 Discovered a side effect to tagging the player as PassiveBimbo while Slutmarked. Causes the player to gain corruption as if they had sex with a Bimbo any time they have sex, even while Masturbating. Probably unintended; but I'd honestly keep it given Lyvelia specifies NOT TO HAVE SEX or it makes it worse, and falls victim to this herself.
s709 Posted December 7, 2023 Posted December 7, 2023 17 hours ago, jib_buttkiss said: I like the idea of that. I'll add her in 1.8. So, if I changed all my setMorph calls from NiOverride.SetMorphValue(target, "Butt",0.1) to NiOverride.SetMorphValue(target, "Butt","BoSMorphKey",0.1), then I could remove them by key? Because if so, that's probably worth doing- not as a replacement for the current system (I like the little inflate/deflate sequences when a tonic is used/wears off), but as a safeguard to trigger afterwards. Oh, yeah of course, my bad. That's what I get for posting late at night. But while I'm suggesting things you've probably already thought of, have you tried listening for the corruption gain event, ignoring the actual parameters, and just checking the corruption value global and calling your function that way? I'll implement a more proper fix in 1.8. but for now, drop this file into your Data>Scripts folder. It removes the messagebox. QF_CC_KickerQuest_082C2270.pex 2.17 kB · 1 download Thank you!
Hydra2875 Posted December 7, 2023 Posted December 7, 2023 BUG REPORT Although I said it in my private message, I'll say it again here to make sure you see it. The function of that begging for sex hourly still has problem.First time the function runs correctly,but after that the function is failed.I find a way can make it run correctly,manually.Disable the function and wait for an hour,then enable it with waiting such as 6 hours.The function will be OK,but just one time!If you want it work again,you should repeat the above. And I almost forget it,the hardcore still have problem.The description in the file ESP says HARDCORE will make the begging for sex hourly.But when I test it,there is the same problem as normal mode. Considering the shortening of two hours to one hour,and we meet the same one,maybe the program doesn't make its timer cycle.
jib_buttkiss Posted December 8, 2023 Author Posted December 8, 2023 On 12/7/2023 at 11:24 AM, Balgin said: Careful. For some reason Hormones' morphs never worked for me. At one point I installed Morphology and, because of that, this mod's morphs work. If you change the way they work I'll let you know if they stop working for me once more. 18 hours ago, Okshi91 said: It should be safe to replace every call to Get/SetMorphValue with the Get/SetBodyMorph equivalent, because Get/SetMorphValue are literally just calling Get/SetBodyMorph with a fixed modkey, and then you can remove morphs with your specific modkey and not need to worry about other mods potentially interfering. You'll still be able to keep the inflate/deflate sequences with Get/SetBodyMorph To illustrate the point, this is how SetMorphValue is defined in NiOverride.psc Function SetMorphValue(ObjectReference ref, string morphName, float value) global SetBodyMorph(ref, morphName, "RSMLegacy", value) EndFunction Ah ok, seems simple enough. When I get around to it, I'll probably post a test version here first, instead of just throwing up 1.8 and it being broken. 17 hours ago, AphroditesEye said: Don't know how much of a pain it would be to implement, but maybe the cure can have a few hours warning; and if the player doesn't top it off in that time, their morphs slowly start coming back one hour at a time, with accompanying notifications in the top left? Makes it go from "Poof! Bimbo again!" to a slow creeping back of the curse. It's an interesting idea, but given the way I've implemented it, it'd be reeeally annoying to do- I'd basically have to redo the tonic's timing system. 16 hours ago, AphroditesEye said: Discovered a side effect to tagging the player as PassiveBimbo while Slutmarked. Causes the player to gain corruption as if they had sex with a Bimbo any time they have sex, even while Masturbating. Probably unintended; but I'd honestly keep it given Lyvelia specifies NOT TO HAVE SEX or it makes it worse, and falls victim to this herself. Oh yeah. The passiveBimbo check also adds corruption to the passiveBimbo herself (because why would it matter, normally?). You're right that I I just missed that interaction. But having sex while slutmarked is meant to add corruption anyway, so all it's doing is making add a bit more than it should. Good idea on having Lyvelia warn the player though, I'll add that. 11 hours ago, OOOOOOOMEN said: Excuse, have you added a new PEX file?? I mean, yeah? Every update adds new .pex files. What specifically do you mean? 1 hour ago, Hydra2875 said: BUG REPORT Although I said it in my private message, I'll say it again here to make sure you see it. The function of that begging for sex hourly still has problem.First time the function runs correctly,but after that the function is failed.I find a way can make it run correctly,manually.Disable the function and wait for an hour,then enable it with waiting such as 6 hours.The function will be OK,but just one time!If you want it work again,you should repeat the above. And I almost forget it,the hardcore still have problem.The description in the file ESP says HARDCORE will make the begging for sex hourly.But when I test it,there is the same problem as normal mode. Considering the shortening of two hours to one hour,and we meet the same one,maybe the program doesn't make its timer cycle. I had a look, and it seems to be working fine for me? I set a debug box up in the timer, and it ticks down 1/hour, and at 0 it triggers a begging dialogue. I'm not sure why it's not working for you. But yeah, simple bug reports like this are better posted in the thread here instead of DM'ed.
Hydra2875 Posted December 8, 2023 Posted December 8, 2023 3 hours ago, OOOOOOOMEN said: That is, compared with 1.7.4 and 1.7.3, are there any new PEX files added? 别问了,我今天汉化的时候拆出来看了,能套用的文件很少。本来想偷懒,这下偷鸡不成蚀把米了。
Hydra2875 Posted December 8, 2023 Posted December 8, 2023 3 hours ago, jib_buttkiss said: Ah ok, seems simple enough. When I get around to it, I'll probably post a test version here first, instead of just throwing up 1.8 and it being broken. It's an interesting idea, but given the way I've implemented it, it'd be reeeally annoying to do- I'd basically have to redo the tonic's timing system. Oh yeah. The passiveBimbo check also adds corruption to the passiveBimbo herself (because why would it matter, normally?). You're right that I I just missed that interaction. But having sex while slutmarked is meant to add corruption anyway, so all it's doing is making add a bit more than it should. Good idea on having Lyvelia warn the player though, I'll add that. I mean, yeah? Every update adds new .pex files. What specifically do you mean? I had a look, and it seems to be working fine for me? I set a debug box up in the timer, and it ticks down 1/hour, and at 0 it triggers a begging dialogue. I'm not sure why it's not working for you. But yeah, simple bug reports like this are better posted in the thread here instead of DM'ed. I now think it may be because I mixed up the script.Since I make a chinese translation for your mod(only with the files PEX,JSON and ESP),the guy OOOOOMEN told me you updated a new version and there is only a few change,so I replaced the previous PEX file without checking it.(I was playing the WARHAMMER40000 with my friend.When he told me he needed me to translate another version,I almost wanted to kick his ass.) I will test it later after finishing my translation work. By the way,OOOOOOMEN said you are allowed us to translate your work. Thank you for your authorization. If it goes well, I will upload the translation file here.
jib_buttkiss Posted December 8, 2023 Author Posted December 8, 2023 18 minutes ago, Hydra2875 said: I now think it may be because I mixed up the script.Since I make a chinese translation for your mod(only with the files PEX,JSON and ESP),the guy OOOOOMEN told me you updated a new version and there is only a few change,so I replaced the previous PEX file without checking it.(I was playing the WARHAMMER40000 with my friend.When he told me he needed me to translate another version,I almost wanted to kick his ass.) I will test it later after finishing my translation work. By the way,OOOOOOMEN said you are allowed us to translate your work. Thank you for your authorization. If it goes well, I will upload the translation file here. Right, I see. Yeah, an update almost always has new .pex's, and definitely always has edited .pex's. Luckily for you, I kept a list of which ones were changed/new between 1.7.3 and 1.7.4: Spoiler CC_bimbofyNPCv2 bimbo player QF__ script cg 5 QF cc_hairenforcementscript cg payback QF QF_CC_StepfordTavernWhore_089AA0A8 QF_CC_WhoreOutBimbo_083276DD lyvvi part 2 quest lyvvi wait timer TIF__08AD4EB9 tif__091de338 tif__091de33a tif__091de33c tif__091de336 TIF__08B20E0D TIF__08B20E05 TIF__08B20E0F TIF__08AD4EB8 TIF__08B25F1B TIF__08B25F16 TIF__0888919C CC_FlirtToCalmSpellScript CC_FlirtToCalmQuestScript sex events script mcm script CC_BimboMorphHandler outfit control script bimbo thoughts .json Yeah, you're allowed to translate it as long as I'm credited, and it's linked to here (if possible).
TiredGamer Posted December 8, 2023 Posted December 8, 2023 5 hours ago, Hydra2875 said: BUG REPORT Although I said it in my private message, I'll say it again here to make sure you see it. The function of that begging for sex hourly still has problem.First time the function runs correctly,but after that the function is failed.I find a way can make it run correctly,manually.Disable the function and wait for an hour,then enable it with waiting such as 6 hours.The function will be OK,but just one time!If you want it work again,you should repeat the above. And I almost forget it,the hardcore still have problem.The description in the file ESP says HARDCORE will make the begging for sex hourly.But when I test it,there is the same problem as normal mode. Considering the shortening of two hours to one hour,and we meet the same one,maybe the program doesn't make its timer cycle. I have an another opinion about the forced begging/giggling dialog: The trigger of the timer. The poor bimbo gigglied, and had sex with one of her follover. And after the sex, she had forced giggling again, because the sex scene lasted an hour. Maybe better, if the cooldown timer start when the sex scene have ended. Oh, and the hardcore mode is better now, but not perfect - with mid-game update -, the carry weight restriction isn't working. And magicka is reduced to 100 - like health - instead of 50. Maybe the stamina should be reduced, after all, the "bimbo sex boost" is there for the sex scenes, isn't it? The skill reduction script only reduces skills once, but does not fix them. So, the skill loss is only temporary, the bimbo after a time turn into a "war machine" again.
Hydra2875 Posted December 8, 2023 Posted December 8, 2023 6 hours ago, jib_buttkiss said: Right, I see. Yeah, an update almost always has new .pex's, and definitely always has edited .pex's. Luckily for you, I kept a list of which ones were changed/new between 1.7.3 and 1.7.4: Reveal hidden contents CC_bimbofyNPCv2 bimbo player QF__ script cg 5 QF cc_hairenforcementscript cg payback QF QF_CC_StepfordTavernWhore_089AA0A8 QF_CC_WhoreOutBimbo_083276DD lyvvi part 2 quest lyvvi wait timer TIF__08AD4EB9 tif__091de338 tif__091de33a tif__091de33c tif__091de336 TIF__08B20E0D TIF__08B20E05 TIF__08B20E0F TIF__08AD4EB8 TIF__08B25F1B TIF__08B25F16 TIF__0888919C CC_FlirtToCalmSpellScript CC_FlirtToCalmQuestScript sex events script mcm script CC_BimboMorphHandler outfit control script bimbo thoughts .json Yeah, you're allowed to translate it as long as I'm credited, and it's linked to here (if possible). I tried it,but still can't trigger correctly.But I find something interesting:after the stage of wearing earring,each reminder appears twice.I'm sure the text of the reminders come from different files.Maybe something runs wrong in LE.And here is the translation file. BOS v1.7.4 CHS translation patch.zip
Hydra2875 Posted December 8, 2023 Posted December 8, 2023 7 hours ago, jib_buttkiss said: Right, I see. Yeah, an update almost always has new .pex's, and definitely always has edited .pex's. Luckily for you, I kept a list of which ones were changed/new between 1.7.3 and 1.7.4: Reveal hidden contents CC_bimbofyNPCv2 bimbo player QF__ script cg 5 QF cc_hairenforcementscript cg payback QF QF_CC_StepfordTavernWhore_089AA0A8 QF_CC_WhoreOutBimbo_083276DD lyvvi part 2 quest lyvvi wait timer TIF__08AD4EB9 tif__091de338 tif__091de33a tif__091de33c tif__091de336 TIF__08B20E0D TIF__08B20E05 TIF__08B20E0F TIF__08AD4EB8 TIF__08B25F1B TIF__08B25F16 TIF__0888919C CC_FlirtToCalmSpellScript CC_FlirtToCalmQuestScript sex events script mcm script CC_BimboMorphHandler outfit control script bimbo thoughts .json Yeah, you're allowed to translate it as long as I'm credited, and it's linked to here (if possible). I tried the file without any change,but it still have the same problem.I guess there are omething wrong in the file.Did you make the scripts that one for LE and another one for SE?If not,it make no sense that reminder would show twice.If you really do that,maybe the scripts run tiwce from taht time in LE version but end for only one ?That might explain why the script of begging for sex can't be re-trigger correctly and must have to end it manually.
Hydra2875 Posted December 8, 2023 Posted December 8, 2023 7 hours ago, jib_buttkiss said: Right, I see. Yeah, an update almost always has new .pex's, and definitely always has edited .pex's. Luckily for you, I kept a list of which ones were changed/new between 1.7.3 and 1.7.4: Reveal hidden contents CC_bimbofyNPCv2 bimbo player QF__ script cg 5 QF cc_hairenforcementscript cg payback QF QF_CC_StepfordTavernWhore_089AA0A8 QF_CC_WhoreOutBimbo_083276DD lyvvi part 2 quest lyvvi wait timer TIF__08AD4EB9 tif__091de338 tif__091de33a tif__091de33c tif__091de336 TIF__08B20E0D TIF__08B20E05 TIF__08B20E0F TIF__08AD4EB8 TIF__08B25F1B TIF__08B25F16 TIF__0888919C CC_FlirtToCalmSpellScript CC_FlirtToCalmQuestScript sex events script mcm script CC_BimboMorphHandler outfit control script bimbo thoughts .json Yeah, you're allowed to translate it as long as I'm credited, and it's linked to here (if possible). I tired the old version 1.5.2 and everything is OK.The reminder shows only one time.That must mean the problem is the repetition of the scripts!
Hydra2875 Posted December 8, 2023 Posted December 8, 2023 8 hours ago, jib_buttkiss said: Right, I see. Yeah, an update almost always has new .pex's, and definitely always has edited .pex's. Luckily for you, I kept a list of which ones were changed/new between 1.7.3 and 1.7.4: Reveal hidden contents CC_bimbofyNPCv2 bimbo player QF__ script cg 5 QF cc_hairenforcementscript cg payback QF QF_CC_StepfordTavernWhore_089AA0A8 QF_CC_WhoreOutBimbo_083276DD lyvvi part 2 quest lyvvi wait timer TIF__08AD4EB9 tif__091de338 tif__091de33a tif__091de33c tif__091de336 TIF__08B20E0D TIF__08B20E05 TIF__08B20E0F TIF__08AD4EB8 TIF__08B25F1B TIF__08B25F16 TIF__0888919C CC_FlirtToCalmSpellScript CC_FlirtToCalmQuestScript sex events script mcm script CC_BimboMorphHandler outfit control script bimbo thoughts .json Yeah, you're allowed to translate it as long as I'm credited, and it's linked to here (if possible). Can you give me a separate file that only contains the legendary version?If my guess is correct, then the new file will work properly.
jib_buttkiss Posted December 8, 2023 Author Posted December 8, 2023 (edited) 8 hours ago, TiredGamer said: I have an another opinion about the forced begging/giggling dialog: The trigger of the timer. The poor bimbo gigglied, and had sex with one of her follover. And after the sex, she had forced giggling again, because the sex scene lasted an hour. Maybe better, if the cooldown timer start when the sex scene have ended. Oh, and the hardcore mode is better now, but not perfect - with mid-game update -, the carry weight restriction isn't working. And magicka is reduced to 100 - like health - instead of 50. Maybe the stamina should be reduced, after all, the "bimbo sex boost" is there for the sex scenes, isn't it? The skill reduction script only reduces skills once, but does not fix them. So, the skill loss is only temporary, the bimbo after a time turn into a "war machine" again. The cooldown timer isn't directly connected to the sex trigger at all- it's just every x hours, a timer sets a global that says "bimbo chat is due", which gets unset when you trigger the sex- but the timer doesn't "see" the sex event. I could change that, but it'd be a pain in the ass. But how often are you even having sex scenes that last for a whole in-game hour? I'll have a look at the carry weight. Magic being 100 is deliberate, and I left stamina alone because that makes sense for a bimbo- she's energetic, bouncy, and always ready to go. I also think that reducing stamina is just annoying on an out-of-game level because then you can't sprint. And yeah, hardcore is a bit odd. If you disable then enable it again, or use a bimbo tonic, you'll get set back down to fully reduced. It's something that I could figure out how to fix, but it would be really fiddly (tracking and undoing skill increases as they happen) and I'm not invested enough in the hardcore feature to sort that out. 1 hour ago, Hydra2875 said: Can you give me a separate file that only contains the legendary version?If my guess is correct, then the new file will work properly. There are no scripts in the SE version, only the Legendary Version has script (except for an adjusted version of tintTools.pex, which is irrelevant here). SE is only converted textures, models, and animations. Also, you should use the Edit button for your post instead of replying several times in a row. Edited December 8, 2023 by jib_buttkiss
Hydra2875 Posted December 9, 2023 Posted December 9, 2023 (edited) 10 hours ago, jib_buttkiss said: The cooldown timer isn't directly connected to the sex trigger at all- it's just every x hours, a timer sets a global that says "bimbo chat is due", which gets unset when you trigger the sex- but the timer doesn't "see" the sex event. I could change that, but it'd be a pain in the ass. But how often are you even having sex scenes that last for a whole in-game hour? I'll have a look at the carry weight. Magic being 100 is deliberate, and I left stamina alone because that makes sense for a bimbo- she's energetic, bouncy, and always ready to go. I also think that reducing stamina is just annoying on an out-of-game level because then you can't sprint. And yeah, hardcore is a bit odd. If you disable then enable it again, or use a bimbo tonic, you'll get set back down to fully reduced. It's something that I could figure out how to fix, but it would be really fiddly (tracking and undoing skill increases as they happen) and I'm not invested enough in the hardcore feature to sort that out. There are no scripts in the SE version, only the Legendary Version has script (except for an adjusted version of tintTools.pex, which is irrelevant here). SE is only converted textures, models, and animations. Also, you should use the Edit button for your post instead of replying several times in a row. But how does this explain the problem that a reminder box appears twice?When I tested it in a new save last night,I only put my esp into the file.Then the bimbo warning appaers twice,first with the chinese text,and second with the English one.I thought maybe my translation file makes something wrong,so I use the default files in another new save with out any change,but the reminder still appears twice.OOOOOMEN told me he found the problem, too, but he didn't care much about it.For example,the warning from the file tif_073a0f97 will show twice,when you start a new save. The way I test it is that go to find someone begging for sex,end the animation when the animation begins for a while.The interval is set to 2 hours.The whole progress of sex scene lasted about 1 min in real.Then skipped several hours(or sleep for a while),and tried to re-trigger it again.If can't re-trigger it,repeat the above operation three to four times.After that it still couldn't be re-triggered.That is all. Edited December 9, 2023 by Hydra2875
crazyduck Posted December 9, 2023 Posted December 9, 2023 Strange issue with Remiel Follower, if she is bimbofied everything works, but if she use the "cure" she cannot be talked to anymore as long as the cure is active, after its gone i can talk to her again. Its not that she does not give any Topics, i do not see her name anymore if i look at her its like looking at some inactive asset with no interaction .
jib_buttkiss Posted December 9, 2023 Author Posted December 9, 2023 2 hours ago, Hydra2875 said: But how does this explain the problem that a reminder box appears twice?When I tested it in a new save last night,I only put my esp into the file.Then the bimbo warning appaers twice,first with the chinese text,and second with the English one.I thought maybe my translation file makes something wrong,so I use the default files in another new save with out any change,but the reminder still appears twice.OOOOOMEN told me he found the problem, too, but he didn't care much about it.For example,the warning from the file tif_073a0f97 will show twice,when you start a new save. The way I test it is that go to find someone begging for sex,end the animation when the animation begins for a while.The interval is set to 2 hours.The whole progress of sex scene lasted about 1 min in real.Then skipped several hours(or sleep for a while),and tried to re-trigger it again.If can't re-trigger it,repeat the above operation three to four times.After that it still couldn't be re-triggered.That is all. I don't know why you'd be having reminder boxes trigger twice, it's weird. Particularly the one in tif_073a0f97- that should play one time, and only when you select that dialogue. No idea how it could be appearing twice. That countdown timer, I don't know if you're editing the .psc files or just translating the .pex's, but if you are you can try the same debugging I did- on line 888 of QF__08303fae.psc, add a line of code debug.messagebox("bimbo forced beg dialogue due in " + CC_PlayerBimboChatCooldown.GetValue() + "hours") This will print you a message every hour, of the countdown to the beg being due. In my game, it steps down 1 hour at at time, until it hits 0 and the beg dialogue triggers. (it then keeps counting even after it's due, but that's fine). 44 minutes ago, crazyduck said: Strange issue with Remiel Follower, if she is bimbofied everything works, but if she use the "cure" she cannot be talked to anymore as long as the cure is active, after its gone i can talk to her again. Its not that she does not give any Topics, i do not see her name anymore if i look at her its like looking at some inactive asset with no interaction . Dammit, forgot about that- the tonic clears all the bimbo effects, including the noname glitch fix. I'll have 1.7.5 up in a few hours with a fix. It'll be fine to install on your current game.
Hydra2875 Posted December 9, 2023 Posted December 9, 2023 (edited) 51 minutes ago, jib_buttkiss said: I don't know why you'd be having reminder boxes trigger twice, it's weird. Particularly the one in tif_073a0f97- that should play one time, and only when you select that dialogue. No idea how it could be appearing twice. That countdown timer, I don't know if you're editing the .psc files or just translating the .pex's, but if you are you can try the same debugging I did- on line 888 of QF__08303fae.psc, add a line of code debug.messagebox("bimbo forced beg dialogue due in " + CC_PlayerBimboChatCooldown.GetValue() + "hours") This will print you a message every hour, of the countdown to the beg being due. In my game, it steps down 1 hour at at time, until it hits 0 and the beg dialogue triggers. (it then keeps counting even after it's due, but that's fine). Dammit, forgot about that- the tonic clears all the bimbo effects, including the noname glitch fix. I'll have 1.7.5 up in a few hours with a fix. It'll be fine to install on your current game. I didn’t edit the psc.Even if I use the original file download from here, there will be the same problem.You can find i only edit the message part from the following picture. The tif_073a0f97 will play twice when I start a new game in the main menu.Not when I select that dialogue.When I first enter the loading screen,the message box show up,then when the racemenu show up,it comes again.The message boxes of bimbo stage after wearing high heels would also appear twice. Jesus. Edited December 9, 2023 by Hydra2875
jib_buttkiss Posted December 9, 2023 Author Posted December 9, 2023 39 minutes ago, Hydra2875 said: I didn’t edit the psc.Even if I use the original file download from here, there will be the same problem.You can find i only edit the message part from the following picture. The tif_073a0f97 will play twice when I start a new game in the main menu.Not when I select that dialogue.When I first enter the loading screen,the message box show up,then when the racemenu show up,it comes again.The message boxes of bimbo stage after wearing high heels would also appear twice. Jesus. I don't know what to tell you, you're beyond my scope of knowledge here. You might have more luck asking other translators for help.
Hydra2875 Posted December 9, 2023 Posted December 9, 2023 18 minutes ago, jib_buttkiss said: I don't know what to tell you, you're beyond my scope of knowledge here. You might have more luck asking other translators for help. This problem has nothing to do with translation, after all, the same problem can occur in the original document. Anyway,thank you for your help. If I find out why later, I'll let you know.
jib_buttkiss Posted December 9, 2023 Author Posted December 9, 2023 Here's 1.7.5. After @crazyduck reported that the bimbo tonic breaks the noname bug's fix, I figured that that deserved a quick fix. I snuck a few other little things into 1.7.5 as well: Quote -The noname bimbo glitch's fix is no longer removed from a bimbo when her curse is suppressed by the bimbo tonic. -The passiveBimbo faction now blocks the curse on NPCs like the bimboBlocked faction. -Added a delay to the new-game info messages so that they don't step on initial game load (the name warning and SE. INV info messages). -NPCs now use the correct corruption gain value for sex with bimbos (instead of the PC's value) -Reduced corruption gain for begging for sex during Lyvelia's quest, as the player is already gaining corruption due to being a passiveBimbo during it. -Lyvelia will now explicitly warn you of the increased corruption gains you're vulnerable to during her quest. -For modders: an event is now broadcast by the player's bimbo curse on it's hourly update, so you can tag extra events onto it if you want. It's the standard curseAdvance event, but with int stage = 999 Again the other patches have had their names updated to match 1.7.5 but aren't actually any different. This one won't need a new save file, so you'll be fine to just update it.
foreveraloneguy Posted December 9, 2023 Posted December 9, 2023 Who is "Aincantar"? I can't find a reference to the character anywhere in this mod or skyrim data. Or is that supposed to be "Aicantar", Calcimo's nephew?
Ichigo3924 Posted December 9, 2023 Posted December 9, 2023 (edited) I just saw the updates and the addition of the threesome. Thank you @jib_butkiss for everything you do! Looking forward to having those threesomes! Edited December 9, 2023 by Ichigo3924 1
TiredGamer Posted December 9, 2023 Posted December 9, 2023 6 hours ago, jib_buttkiss said: I don't know why you'd be having reminder boxes trigger twice, it's weird. Particularly the one in tif_073a0f97- that should play one time, and only when you select that dialogue. No idea how it could be appearing twice. Oh yes, some boxes appeared twice for me as well. But not always. At the end of the transformation, only one message appeared again. However, some messages were too long, and cannot fit in the box, like this:
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