Guest Posted July 17, 2014 Posted July 17, 2014 Hey Skyrimll, I am trying to remove the submit or resist message box and make it more like lovers victim where animations just trigger without any messages. I have noticed that the script file slh_qst_hormonegrowth and sdqs-naked for SD+.. Do I need to also update the esp and remove the message box script from the esp using CK or should modifying the script logic be enough? Apologies for the 'noob'ness in the question Regards, ruroken
DeepBlueFrog Posted July 17, 2014 Author Posted July 17, 2014 Hey Skyrimll, I am trying to remove the submit or resist message box and make it more like lovers victim where animations just trigger without any messages. I have noticed that the script file slh_qst_hormonegrowth and sdqs-naked for SD+.. Do I need to also update the esp and remove the message box script from the esp using CK or should modifying the script logic be enough? Apologies for the 'noob'ness in the question Regards, ruroken Updating the scripts should be enough. One word of warning though - I added those messages both for storytelling purposes and also to give the player a chance to cancel stacked SexLab animations. I don't know if that has been fixed in SexLab yet, but for a white, mods could trigger animations on top of each other, leading to a huge mess.
Guest Posted July 17, 2014 Posted July 17, 2014 Hey Skyrimll, I am trying to remove the submit or resist message box and make it more like lovers victim where animations just trigger without any messages. I have noticed that the script file slh_qst_hormonegrowth and sdqs-naked for SD+.. Do I need to also update the esp and remove the message box script from the esp using CK or should modifying the script logic be enough? Apologies for the 'noob'ness in the question Regards, ruroken Updating the scripts should be enough. One word of warning though - I added those messages both for storytelling purposes and also to give the player a chance to cancel stacked SexLab animations. I don't know if that has been fixed in SexLab yet, but for a white, mods could trigger animations on top of each other, leading to a huge mess. Thanks for the info.. Point duly noted.. Will not tamper with the scripts then.. I tried it once and got a pure virtual function call error. I messed up the pex file i think.. How do i remove the buttons from the pex file.. Removing the int buttons in the last line should be enough rite?.. Regards, ruroken
DeepBlueFrog Posted July 21, 2014 Author Posted July 21, 2014 Hey Skyrimll, I am trying to remove the submit or resist message box and make it more like lovers victim where animations just trigger without any messages. I have noticed that the script file slh_qst_hormonegrowth and sdqs-naked for SD+.. Do I need to also update the esp and remove the message box script from the esp using CK or should modifying the script logic be enough? Apologies for the 'noob'ness in the question Regards, ruroken Updating the scripts should be enough. One word of warning though - I added those messages both for storytelling purposes and also to give the player a chance to cancel stacked SexLab animations. I don't know if that has been fixed in SexLab yet, but for a white, mods could trigger animations on top of each other, leading to a huge mess. Thanks for the info.. Point duly noted.. Will not tamper with the scripts then.. I tried it once and got a pure virtual function call error. I messed up the pex file i think.. How do i remove the buttons from the pex file.. Removing the int buttons in the last line should be enough rite?.. Regards, ruroken Another issue with tampering with scripts is that you will have to keep making that change in future versions. If you really want to do it, do not remove the 'int buttons' line. Instead, set the value of the buttons variable to a default value. Something like: int buttons = 1 That will always have the same effect as clicking on 'resist'.
Guest Posted July 23, 2014 Posted July 23, 2014 Hey Skyrimll, I am trying to remove the submit or resist message box and make it more like lovers victim where animations just trigger without any messages. I have noticed that the script file slh_qst_hormonegrowth and sdqs-naked for SD+.. Do I need to also update the esp and remove the message box script from the esp using CK or should modifying the script logic be enough? Apologies for the 'noob'ness in the question Regards, ruroken Updating the scripts should be enough. One word of warning though - I added those messages both for storytelling purposes and also to give the player a chance to cancel stacked SexLab animations. I don't know if that has been fixed in SexLab yet, but for a white, mods could trigger animations on top of each other, leading to a huge mess. Thanks for the info.. Point duly noted.. Will not tamper with the scripts then.. I tried it once and got a pure virtual function call error. I messed up the pex file i think.. How do i remove the buttons from the pex file.. Removing the int buttons in the last line should be enough rite?.. Regards, ruroken Another issue with tampering with scripts is that you will have to keep making that change in future versions. If you really want to do it, do not remove the 'int buttons' line. Instead, set the value of the buttons variable to a default value. Something like: int buttons = 1 That will always have the same effect as clicking on 'resist'. Thanks for the tip!! I am not tampering with the scripts though.. Successfully removed the message box and was playing for some time when an issue arose where another mod and SLH started conflicting on which should start the animation. The game froze and I had to manually end it!! :| So sticking with your scripts.. It clearly makes sense to use a message box!! Regards, Ruroken
eatwhatever Posted July 23, 2014 Posted July 23, 2014 how I expected this mod to work with beeing female =pregnancy belly 5.4, hormone belly 3 total 8.4 size how this mod works =pregnancy belly 5.4, hormone belly 3 result 3. ???? same for breast. also i am not really understanding why butt size decreases in first place.... or any other part. mod tend to shrink the character's size in the first place.
DeepBlueFrog Posted July 23, 2014 Author Posted July 23, 2014 how I expected this mod to work with beeing female =pregnancy belly 5.4, hormone belly 3 total 8.4 size how this mod works =pregnancy belly 5.4, hormone belly 3 result 3. ???? same for breast. also i am not really understanding why butt size decreases in first place.... or any other part. mod tend to shrink the character's size in the first place. The numbers are not additive... they are both a maximum limit. =pregnancy belly 5.4, hormone belly 3 total 8.4 size This means Beeing Female has a maximum size of 5.4 for the belly and Hormones has a maximum size of 3. What should happen is Hormones should detect you are pregnant and ignore its own limit of 3 and instead, let Beeing Female use its own maximum, The initial shrink is caused by the initial value of Libido. You can set the size manually if you want it forced to a particular setting.
eatwhatever Posted July 23, 2014 Posted July 23, 2014 -sniff The numbers are not additive... they are both a maximum limit. =pregnancy belly 5.4, hormone belly 3 total 8.4 size This means Beeing Female has a maximum size of 5.4 for the belly and Hormones has a maximum size of 3. What should happen is Hormones should detect you are pregnant and ignore its own limit of 3 and instead, let Beeing Female use its own maximum, The initial shrink is caused by the initial value of Libido. You can set the size manually if you want it forced to a particular setting. despite the state of libido hormone makes character's proportion generally shrink on loading...I'll check this thing again though. and again about pregnancy mod thing it looks kind of weird since your belly shrinks during pregnancy caused by hormone, or non-pregnant belly looks even bigger then actual pregnancy. this actually makes me very stressful. just like you are looking at 9 month pregnant woman and she gone back to 3 month after having sex. weird isn't it? to me it looks like hormone chooses to "replace" the node scaling number instead of multiply or change. there should be more choice for user like , making numbers work as additive.
DeepBlueFrog Posted July 23, 2014 Author Posted July 23, 2014 -sniff The numbers are not additive... they are both a maximum limit. =pregnancy belly 5.4, hormone belly 3 total 8.4 size This means Beeing Female has a maximum size of 5.4 for the belly and Hormones has a maximum size of 3. What should happen is Hormones should detect you are pregnant and ignore its own limit of 3 and instead, let Beeing Female use its own maximum, The initial shrink is caused by the initial value of Libido. You can set the size manually if you want it forced to a particular setting. despite the state of libido hormone makes character's proportion generally shrink on loading...I'll check this thing again though. and again about pregnancy mod thing it looks kind of weird since your belly shrinks during pregnancy caused by hormone, or non-pregnant belly looks even bigger then actual pregnancy. this actually makes me very stressful. just like you are looking at 9 month pregnant woman and she gone back to 3 month after having sex. weird isn't it? to me it looks like hormone chooses to "replace" the node scaling number instead of multiply or change. there should be more choice for user like , making numbers work as additive. In general, you want to keep Hormone's max belly size low, like 1.5 or 2 at the most. Belly size changes after sex, to give a hint of having your belly full of sperm if you have a lot of sex (I know ... not very realistic, but that was a request I got and it is a fantasy thing after all). Hormones detects when you are pregnant and lets Beeing Female control pregnancy maximum size of the belly and breasts. After pregnancy is over, it returns to its own settings.
chajapa Posted July 23, 2014 Posted July 23, 2014 Is this possibly due to Hormones being loaded BEFORE Beeing Female? Like Hormones isn't aware of Beeing Female because BF is being loaded AFTER Hormones? I think I needed to have BF load first in the load order and then have Hormones load in someplace AFTER BF in order for this to work right.
DeepBlueFrog Posted July 23, 2014 Author Posted July 23, 2014 Is this possibly due to Hormones being loaded BEFORE Beeing Female? Like Hormones isn't aware of Beeing Female because BF is being loaded AFTER Hormones? I think I needed to have BF load first in the load order and then have Hormones load in someplace AFTER BF in order for this to work right. That is very likely the cause. Hormones checks if Beeing Female is available when it starts. If BF is loaded after, that test will fail.
eatwhatever Posted July 23, 2014 Posted July 23, 2014 -sniff The numbers are not additive... they are both a maximum limit. =pregnancy belly 5.4, hormone belly 3 total 8.4 size This means Beeing Female has a maximum size of 5.4 for the belly and Hormones has a maximum size of 3. What should happen is Hormones should detect you are pregnant and ignore its own limit of 3 and instead, let Beeing Female use its own maximum, The initial shrink is caused by the initial value of Libido. You can set the size manually if you want it forced to a particular setting. despite the state of libido hormone makes character's proportion generally shrink on loading...I'll check this thing again though. and again about pregnancy mod thing it looks kind of weird since your belly shrinks during pregnancy caused by hormone, or non-pregnant belly looks even bigger then actual pregnancy. this actually makes me very stressful. just like you are looking at 9 month pregnant woman and she gone back to 3 month after having sex. weird isn't it? to me it looks like hormone chooses to "replace" the node scaling number instead of multiply or change. there should be more choice for user like , making numbers work as additive. In general, you want to keep Hormone's max belly size low, like 1.5 or 2 at the most. Belly size changes after sex, to give a hint of having your belly full of sperm if you have a lot of sex (I know ... not very realistic, but that was a request I got and it is a fantasy thing after all). Hormones detects when you are pregnant and lets Beeing Female control pregnancy maximum size of the belly and breasts. After pregnancy is over, it returns to its own settings. what I mean is there is a problem after having sex with pregnancy mod. say you are at the last stage of pregnancy and your belly is enlarged. and after having sex your belly shrinks to hormone size .<<< problem. how it should be= increased/decreased belly size by hormone should also enlarge/decrease pregnancy belly or breast size, to prevent belly shrink and grow like crazy.
eatwhatever Posted July 25, 2014 Posted July 25, 2014 Do you have shape change override turned off? yes I did, actually tried both turned on and off.
eatwhatever Posted July 25, 2014 Posted July 25, 2014 the result is like this. by using racemenu I increased body proportion to , say doubled.(2) but starting hormone with libido 100 it shrinks all the proportion at starting. having sex does increases proportion, but problem is it overrides all the setting I made on racemenu. and this happens no matter what I do with shape refresh schedule. so problem here is that hormone "overwrites", not changing the default node scaling. how it should work is like enlarge or decrease from default shape, but now it works like ignoring original shape and putting scale sums of its own.
lunacat12 Posted July 27, 2014 Posted July 27, 2014 Hi, first time replying :x I am wondering if the slider and the body changing effect support other body type, since it only mention CBBE on the file name
khaleeeeeeeeeeesi Posted July 27, 2014 Posted July 27, 2014 What's the bimbo add-on for? Or is that not implemented yet?
DeepBlueFrog Posted July 27, 2014 Author Posted July 27, 2014 Hi, first time replying :x I am wondering if the slider and the body changing effect support other body type, since it only mention CBBE on the file name The changes are based on skeleton - not on body type. As long as you are using a skeleton with the right nodes, it will work with UNP, CBBE or other body shapes. What's the bimbo add-on for? Or is that not implemented yet? That was a place holder for something I have not had time to start yet. If you have a female player character, it will be a curse that will slowly turn you into a stereotypical bimbo - blonde, large chest, and not too bright (with effects on weapon handling and magic - which require strength and intelligence - and improvement in charm and speech).
khaleeeeeeeeeeesi Posted July 29, 2014 Posted July 29, 2014 Hi, first time replying :x I am wondering if the slider and the body changing effect support other body type, since it only mention CBBE on the file name The changes are based on skeleton - not on body type. As long as you are using a skeleton with the right nodes, it will work with UNP, CBBE or other body shapes. What's the bimbo add-on for? Or is that not implemented yet? That was a place holder for something I have not had time to start yet. If you have a female player character, it will be a curse that will slowly turn you into a stereotypical bimbo - blonde, large chest, and not too bright (with effects on weapon handling and magic - which require strength and intelligence - and improvement in charm and speech). I like it!
DarkAuron Posted August 9, 2014 Posted August 9, 2014 Quick question:Do i still need PapyrusUtil 1.8 or later ( http://www.loverslab...84-papyrusutil/ )- NetImmerse Override SKSE plugin If i just want to use the masturbation spell?I looked a lot around for an simple mod wich triggers masturbation, without any other stuff (puppet master f.e. has to many other things i don't ike) And ASX or AP isn't realy my taste, cause i want one wich needs sexlab framework
DeepBlueFrog Posted August 9, 2014 Author Posted August 9, 2014 Quick question: Do i still need PapyrusUtil 1.8 or later ( http://www.loverslab...84-papyrusutil/ ) - NetImmerse Override SKSE plugin If i just want to use the masturbation spell? I looked a lot around for an simple mod wich triggers masturbation, without any other stuff (puppet master f.e. has to many other things i don't ike) And ASX or AP isn't realy my taste, cause i want one wich needs sexlab framework Papyrus is already included in SexLab, so chances are you already have it. The Ni Override SKSE plugin is needed for body changes. Make sure to turn off Node Shape changes if you are not using it. I would recommend using it anyway although it may be already included in recent versions of Racemenu if you are using that too. Note that, if you just want a masturbation spell, SexLab Aroused has one also - just press and hold the N key.
omeganeep Posted August 14, 2014 Posted August 14, 2014 hey i was curious about the sex change curse thing it isnt implemented yet is it it would be cool to make a male character and wind up swapping to female if i play around with to many males >.>
Budroi Posted August 14, 2014 Posted August 14, 2014 Ok first off. I love this mod. I will never play without it. I am curious if you will attempt to make this compatible with the new mod (http://www.loverslab.com/topic/35463-fill-her-up-cum-inflation/) I have been missing cum inflation since I stopped using Procreation\Hentai pregnancy combo and started using Beeing Female exclusively. I am very thankful for all the work you have done to make this compatible with Beeing Female, PSQ and estrus chaurus. (all of which I use) ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ On a side note, Is there a way to automatically deactivate color change when transformed in PSQ. Lately Ive gotten in the habit of when i see the message "your desires are driving you" I open mcm and deactivate color change in Hormones because I know a auto PSQ transform is imminent. Then i reactivate color change when i revert form. I thought I read that it should do so but it seems that hormones keeps its update schedule while I'm transformed which causes my characters skin color transform to revert to whatever hormones updates it to. I will attempt to give a crappy example Base body color is (not actual values): R 255, G 127, B 127 hormones updates color to add some more red so after update new colors: R 255 G 115, B 115 Transformed color :R 255, G 0, B 255 hormones updates color while transformed (ignoring PSQ color): R 255 G 100, B 100 *Hormones is loaded after all other mods that affect nodes or color in my load order. **sorry if some of this is hard to follow. I am not very good at explaining the thoughts in my brain.
DeepBlueFrog Posted August 14, 2014 Author Posted August 14, 2014 Ok first off. I love this mod. I will never play without it. I am curious if you will attempt to make this compatible with the new mod (http://www.loverslab.com/topic/35463-fill-her-up-cum-inflation/) I have been missing cum inflation since I stopped using Procreation\Hentai pregnancy combo and started using Beeing Female exclusively. I am very thankful for all the work you have done to make this compatible with Beeing Female, PSQ and estrus chaurus. (all of which I use) ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ On a side note, Is there a way to automatically deactivate color change when transformed in PSQ. Lately Ive gotten in the habit of when i see the message "your desires are driving you" I open mcm and deactivate color change in Hormones because I know a auto PSQ transform is imminent. Then i reactivate color change when i revert form. I thought I read that it should do so but it seems that hormones keeps its update schedule while I'm transformed which causes my characters skin color transform to revert to whatever hormones updates it to. I will attempt to give a crappy example Base body color is (not actual values): R 255, G 127, B 127 hormones updates color to add some more red so after update new colors: R 255 G 115, B 115 Transformed color :R 255, G 0, B 255 hormones updates color while transformed (ignoring PSQ color): R 255 G 100, B 100 *Hormones is loaded after all other mods that affect nodes or color in my load order. **sorry if some of this is hard to follow. I am not very good at explaining the thoughts in my brain. I could support it if we added some messaging between the two mods using StorageUtil. Note that Hormones already includes a form of sex inflation. Oral sex will slightly increase the breasts node. Vaginal sex will increase the belly node. Anal sex will increase the butt node. Not realistic I know but the effect is subtle and works rather well. If you do not see it, play with the modifier values. After an enslavement in SD+ and a gang rape, I can assure you the effect is visible. I will add a note about the color change. I already have support for PSQ Succubus when it comes to belly change. I don't think I included the color.
Budroi Posted August 14, 2014 Posted August 14, 2014 Ok first off. I love this mod. I will never play without it. I am curious if you will attempt to make this compatible with the new mod (http://www.loverslab.com/topic/35463-fill-her-up-cum-inflation/) I have been missing cum inflation since I stopped using Procreation\Hentai pregnancy combo and started using Beeing Female exclusively. I am very thankful for all the work you have done to make this compatible with Beeing Female, PSQ and estrus chaurus. (all of which I use) ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ On a side note, Is there a way to automatically deactivate color change when transformed in PSQ. Lately Ive gotten in the habit of when i see the message "your desires are driving you" I open mcm and deactivate color change in Hormones because I know a auto PSQ transform is imminent. Then i reactivate color change when i revert form. I thought I read that it should do so but it seems that hormones keeps its update schedule while I'm transformed which causes my characters skin color transform to revert to whatever hormones updates it to. I will attempt to give a crappy example Base body color is (not actual values): R 255, G 127, B 127 hormones updates color to add some more red so after update new colors: R 255 G 115, B 115 Transformed color :R 255, G 0, B 255 hormones updates color while transformed (ignoring PSQ color): R 255 G 100, B 100 *Hormones is loaded after all other mods that affect nodes or color in my load order. **sorry if some of this is hard to follow. I am not very good at explaining the thoughts in my brain. I could support it if we added some messaging between the two mods using StorageUtil. Note that Hormones already includes a form of sex inflation. Oral sex will slightly increase the breasts node. Vaginal sex will increase the belly node. Anal sex will increase the butt node. Not realistic I know but the effect is subtle and works rather well. If you do not see it, play with the modifier values. After an enslavement in SD+ and a gang rape, I can assure you the effect is visible. I will add a note about the color change. I already have support for PSQ Succubus when it comes to belly change. I don't think I included the color. Yea, I love the options added by hormones. I'm more looking at getting the "pregnant" effect temporarily after sex with certain people\creatures.
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