Erina Sugino Posted May 29, 2024 Author Posted May 29, 2024 16 minutes ago, xeenix said: Oh yeah makes sense, here it is. You have 2 versions of TeratophiliaScenes, with the older one overriding the newer one. You have NaturallyHorny. You also have 3 folders that aren't mods but still loaded - "KawaiiStuff+", "AsepriteSources" and "back2".
xeenix Posted May 29, 2024 Posted May 29, 2024 Ok thanks for the quick responses and yeah it works! Sorry for the trouble, probably was naturallyhorny causing the problem. Reading issue I guess.
Nanosentinel Posted May 31, 2024 Posted May 31, 2024 (edited) On 5/24/2024 at 5:15 AM, Erina Sugino said: 1. I'll need to look into that. What "food" are we talking about here? I apologize for the long answer. Job. Looks like I was a little wrong in my observations. Heat is canceled not by the rage buff, but by the mech deployment. Or something close to it. Because other buffs (vanilla) not related to the mod also disappear. Sorry for misleading. On 5/24/2024 at 5:15 AM, Erina Sugino said: That is by design. I can consider linking these two, but they are both balanced vastly different. Ovulation triggers much more often than heat. It's sad to hear this, the immersion will be deeper with this, imho. However, I solved this problem. At least for myself. Now one more question. In the old Loc's mod, it was possible to change the type of NPC being born from a crew member to a simple villager through changes in the script. Is it possible to do this trick again? Naked useless crew members are downright annoying)) Edited May 31, 2024 by Nanosentinel Typos
Erina Sugino Posted May 31, 2024 Author Posted May 31, 2024 2 hours ago, Nanosentinel said: I apologize for the long answer. Job. Looks like I was a little wrong in my observations. Heat is canceled not by the rage buff, but by the mech deployment. Or something close to it. Because other buffs (vanilla) not related to the mod also disappear. Sorry for misleading. It's sad to hear this, the immersion will be deeper with this, imho. However, I solved this problem. At least for myself. Now one more question. In the old Loc's mod, it was possible to change the type of NPC being born from a crew member to a simple villager through changes in the script. Is it possible to do this trick again? Naked useless crew members are downright annoying)) Babies always spawn as "crewmembersexbound", which is the "family member" type NPC that you can instantly recruit as crewmember, as long as a player is evolved in making it. You can just change that in the code the same as you have done it before in the old mod.
Anonogon Posted June 1, 2024 Posted June 1, 2024 Can someone provide me with a proper line to insert into a species patch to make them use heat? I tried myself but I couldn't wrap my head around it.
Seberious Posted June 1, 2024 Posted June 1, 2024 On 5/24/2024 at 12:57 PM, Ivera said: Yippee, it works! Thanks for the assistance. Last thing of note, Avali head sprites seem to disappear for one frame post-climax. Know what's up with that? Can you share it? The modification for heat use and your icon (it's really cute) for avali I mean. I'm avali player (and enjoyer) too and your modification would be cool addition to the whole avali sxb stuff.
Erina Sugino Posted June 1, 2024 Author Posted June 1, 2024 8 hours ago, Anonogon said: Can someone provide me with a proper line to insert into a species patch to make them use heat? I tried myself but I couldn't wrap my head around it. Just the line for inside the patch? {"op":"add","path":"/sxbUseHeat","value":true}
_KT_ Posted June 1, 2024 Posted June 1, 2024 48 minutes ago, Erina Sugino said: Just the line for inside the patch? Better complete example patch file. Me too.
Erina Sugino Posted June 1, 2024 Author Posted June 1, 2024 1 hour ago, _KT_ said: Better complete example patch file. Me too. [{"op":"add","path":"/sxbUseHeat","value":true}]
Anonogon Posted June 2, 2024 Posted June 2, 2024 (edited) I hate to bother you again, but I *thought* I knew where to put it for Kemono, but since the last time I tried, I forgot where the actual species.patch file is... Does this patch file in SBR_1.2_h1\species work? kemono.species.patch Edited June 2, 2024 by Anonogon
Anonogon Posted June 2, 2024 Posted June 2, 2024 (edited) Unrelated question, what are the negative effects related to horny/pent up/in heat? Or are they just cosmetic? Edited June 2, 2024 by Anonogon
Erina Sugino Posted June 2, 2024 Author Posted June 2, 2024 16 minutes ago, Anonogon said: I hate to bother you again, but I *thought* I knew where to put it for Kemono, but since the last time I tried, I forgot where the actual species.patch file is... Does this patch file in SBR_1.2_h1\species work? Putting it into SBR files will most likely not work. SBR loads at priority -69, most Steam Workshop mods at 0. Means, your patch literally does nothing as the file you try to patch does not yet exist in the load order. 13 minutes ago, Anonogon said: Unrelated question, what are the negative effects related to horny/pent up/in heat? Or are they just cosmetic? Light arousal is cosmetic, heavy arousal is -10% attack, -10% movement speed randomly for 10 second, +10% fertility. Heat buff is heavy arousal buff + random moaning. Light heat buff is half heat without fertility. Making this configurable is currently being investigated.
Anonogon Posted June 2, 2024 Posted June 2, 2024 5 hours ago, Erina Sugino said: Putting it into SBR files will most likely not work. SBR loads at priority -69, most Steam Workshop mods at 0. Means, your patch literally does nothing as the file you try to patch does not yet exist in the load order. I've put the .patch with script into its own .pak with a very late load priority, but I have yet to see any sign of it working. How long does it take for heat to show up, and is heat a separate mechanic to arousal? (Is it an add-on to arousal and not an override?)
frostmoon123 Posted June 2, 2024 Posted June 2, 2024 (edited) How do I import the pregnancy appearance of the YORU race and KEMONO race? Edited June 2, 2024 by frostmoon123
Erina Sugino Posted June 2, 2024 Author Posted June 2, 2024 4 hours ago, Anonogon said: I've put the .patch with script into its own .pak with a very late load priority, but I have yet to see any sign of it working. How long does it take for heat to show up, and is heat a separate mechanic to arousal? (Is it an add-on to arousal and not an override?) It takes 10-30 in-game days per heat-cycle. Heat overrides arousal, so while heat is enabled you will not get any normal arousal debuffs. Guess that's your earliest sign it works, as arousal takes 3-7 in-game days to max out, which means at the latest after 4 you should be getting the 50% arousal effect if heat is not enabled. 58 minutes ago, frostmoon123 said: How do I import the pregnancy appearance of the YORU race and KEMONO race? Elaborate. There is nothing to import.
Somnafance Posted June 2, 2024 Posted June 2, 2024 Trying to figure out how to add the "In Heat" effect to Neki but I'm bad at tech stuff, any pointers?
Somnafance Posted June 2, 2024 Posted June 2, 2024 5 minutes ago, Somnafance said: Trying to figure out how to add the "In Heat" effect to Neki but I'm bad at tech stuff, any pointers? Despite the 'sxbUsesHeat' option being true they still use the default 'Horny' and 'Pent up' unless it's a third stage thing and I'm just impatient
Somnafance Posted June 2, 2024 Posted June 2, 2024 50 minutes ago, Somnafance said: Despite the 'sxbUsesHeat' option being true they still use the default 'Horny' and 'Pent up' unless it's a third stage thing and I'm just impatient Using the source version if that helps
Erina Sugino Posted June 2, 2024 Author Posted June 2, 2024 1 hour ago, Somnafance said: Despite the 'sxbUsesHeat' option being true they still use the default 'Horny' and 'Pent up' unless it's a third stage thing and I'm just impatient It's "sxbUseHeat". Not Uses.
frostmoon123 Posted June 2, 2024 Posted June 2, 2024 I hope to see the pregnant belly during TORU race pregnancy, I don't know how to add it
Erina Sugino Posted June 2, 2024 Author Posted June 2, 2024 19 minutes ago, frostmoon123 said: I hope to see the pregnant belly during TORU race pregnancy, I don't know how to add it It's just two sprites per actor, "groin_pregnant.png" and "groin_genpreg.png" in the assets for a species under "/artwork/humanoid/actor<X>/<species>"
frostmoon123 Posted June 2, 2024 Posted June 2, 2024 18 minutes ago, Erina Sugino said: 每个演员只有两个精灵,“groin_pregnant.png”和“groin_genpreg.png”,位于“/artwork/humanoid/actor<X>/<species>”下某个物种的资产中 What I mean is that I got pregnant in the game, but it didn't show my pregnant belly.......
Erina Sugino Posted June 2, 2024 Author Posted June 2, 2024 (edited) 4 minutes ago, frostmoon123 said: What I mean is that I got pregnant in the game, but it didn't show my pregnant belly....... Wait a couple in-game days. Pregnancies take time to visibly develop. You don't just explode in real life too. EDIT: Also, pregnancy sprites only show during sex. Currently, there is no reliable way to achieve the same effect outside of sexnodes. Edited June 2, 2024 by Erina Sugino
frostmoon123 Posted June 2, 2024 Posted June 2, 2024 (edited) 我觉得我等得太久了,甚至生完孩子后我都没看到它 Edited June 2, 2024 by frostmoon123
frostmoon123 Posted June 2, 2024 Posted June 2, 2024 I waited for about 5 minutes, but there was no pregnancy sprites
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