_KT_ Posted November 18, 2023 Posted November 18, 2023 "compatibleSpecies": { "glitch": ["mechineki"], "mechineki": ["glitch"] }, "geneticTable": { "mechineki": {"glitch": ["mechineki", "humanoid"]} "glitch": {"mechineki": ["mechineki", "humanoid"]} }, I don't need to add: "glitch": ["glitch", "mechineki"], ?
Erina Sugino Posted November 18, 2023 Author Posted November 18, 2023 26 minutes ago, _KT_ said: "compatibleSpecies": { "glitch": ["mechineki"], "mechineki": ["glitch"] }, "geneticTable": { "mechineki": {"glitch": ["mechineki", "humanoid"]} "glitch": {"mechineki": ["mechineki", "humanoid"]} }, I don't need to add: "glitch": ["glitch", "mechineki"], ? Same-species partners are always compatible. So Glitch are always compatible with Glitch, even without defining it anywhere. The rest of both tables looks mostly fine, but you forgot a , in the geneticTable which will break everything. 1
_KT_ Posted November 18, 2023 Posted November 18, 2023 Woah, I know what mod missing right now - variations\random in genetics, like: "human": {"dragon": [40% chance child will be "dragon", "humanoid"] or [40% chance child will be "gilten", "humanoid"] or [20% chance child will be "human", "humanoid"]}, Something like this...
_KT_ Posted November 18, 2023 Posted November 18, 2023 Ok, pregnancy working, but need halp with log, full of errors, something wrong with "arcanian" race? Thx. starbound.log
Erina Sugino Posted November 18, 2023 Author Posted November 18, 2023 7 minutes ago, _KT_ said: Ok, pregnancy working, but need halp with log, full of errors, something wrong with "arcanian" race? Thx. Caused by: (JsonParsingException) Json object contains a duplicate entry for key 'arcanian' The error message alwas tells you exactly what you broke. You have defined an entry for "arcanian" twice. Indices have to be unique in JSON.
_KT_ Posted November 18, 2023 Posted November 18, 2023 Ok, remove all edits for arcanian, now: Caused by: (JsonParsingException) Json object contains a duplicate entry for key 'kitsune' What mean unique? sxb_plugin.pregnant.config
Erina Sugino Posted November 18, 2023 Author Posted November 18, 2023 2 minutes ago, _KT_ said: Ok, remove all edits for arcanian, now: Caused by: (JsonParsingException) Json object contains a duplicate entry for key 'kitsune' What mean unique? Unique means it can only exists once. In the geneticTable you define several races many, many times. They can only have one entry, with multiple options inside. Exmaple: "slime": {"apex": ["slime", "humanoid"]}, "slime": {"fenerox": ["slime", "humanoid"]} Would be "slime": {"apex": ["slime", "humanoid"], "fenerox": ["slime", "humanoid"]} Also, since it seems that you just want slimes impregnated always giving birth to slimes, you can even do it as easy as "slime": {"all": ["slime", "humanoid"]}, 1
KL-001-A Posted November 19, 2023 Posted November 19, 2023 I can't tell if anyone asked yet, but in SxB's window, there's the "mods" tab and it lists a bunch of mods. Are those all compatible with Reborn, or is that list left in from the original SxB? Side question: is the bow the only way to start sex right now? Natural horniness is either too subtle or I'm doing something wrong, I don't think I've seen anyone horny yet. Side-side question: can we get it so the non-sex sex poses don't count towards the sex counter? My character's sex counter's like 30 now and she's never had sex yet, only standing on tables and laying in beds.
_KT_ Posted November 19, 2023 Posted November 19, 2023 * This number range determines how quickly an actor loses climax points during * the 'idleState' state. Is that mean how long npc stay without sex on SxB node?
Erina Sugino Posted November 19, 2023 Author Posted November 19, 2023 8 hours ago, KL-001-A said: I can't tell if anyone asked yet, but in SxB's window, there's the "mods" tab and it lists a bunch of mods. Are those all compatible with Reborn, or is that list left in from the original SxB? Side question: is the bow the only way to start sex right now? Natural horniness is either too subtle or I'm doing something wrong, I don't think I've seen anyone horny yet. Side-side question: can we get it so the non-sex sex poses don't count towards the sex counter? My character's sex counter's like 30 now and she's never had sex yet, only standing on tables and laying in beds. The mods tab is a relic of the past. The up-to-date-ish compatibility list can be found in the mod's description here on LL or Nexusmods, with a community-contributed list of all known mods to work in the wiki on GitHub. NPCs take 3-5 in-game days (time only counts when they are loaded in, i.e. essentially on-screen for any player) to get aroused by default. If that'S too slow for you, you can always increase the rate in the config. Currently the only thing excluded from the statistics is the birthing node. It would make sense to exclude idling from this, but this would require a bigger restructure of the whole system. Like, code restructures aside, do you count every position as "having Sex +1"? Do you count everytime you switch from idle to another position as a +1? Do you only count the first time you leave idle after entering a node as +1? And so on. 2 hours ago, _KT_ said: * This number range determines how quickly an actor loses climax points during * the 'idleState' state. Is that mean how long npc stay without sex on SxB node? No, this determines at which rate the white climax bar of the actor decreases during the idle position. The timeout for how long an NPC stays in a node at max without anything happening is hardcoded to be 5 minutes. 1
NamesAreComplicating Posted November 22, 2023 Posted November 22, 2023 Is the race compatibility list from the old Sexbound mod still accurate for Reborn? If not, it'd be nice to have some kind of list again unless there's some level of tedium that makes it not worth it.
Erina Sugino Posted November 22, 2023 Author Posted November 22, 2023 24 minutes ago, NamesAreComplicating said: Is the race compatibility list from the old Sexbound mod still accurate for Reborn? If not, it'd be nice to have some kind of list again unless there's some level of tedium that makes it not worth it. As the mod description states, most of all (if not all) of the race supports that work in general work with SBR.
Stiger Posted November 23, 2023 Posted November 23, 2023 How can I adjust how much fluid is released on climax? Liquid generation is set to TRUE in the configs, as well as climax plugin active. i've been testing in an enclosed box to try and create the liquids, but with no luck. I've adjusted both the liquids text where these don't seem to change anything: "interactions" : [ { "liquid" : 3, "liquidResult" : 30 I've also adjusted climaxprojectile.lue to change quantity but it also doesn't seem to be affecting anything. function uninit() --[[void projectile.processAction(actionOnReap : { { action = "liquid", liquid = self.spawnLiquid, quantity = 25.2 I believe I was able to get it to work in the past with regular sexbound, but it was some time ago and my memory is failing me.
Lilythedemoness Posted November 24, 2023 Posted November 24, 2023 New update nice new issues oh boy I go to enter into a sex scene. the wheel is blank no poses. my player gets cloned when i jump off the table or exit a defeat fuck. I can even fuck the clone resulting in more clones of me. Anything possible fix?
Erina Sugino Posted November 24, 2023 Author Posted November 24, 2023 3 hours ago, Stiger said: How can I adjust how much fluid is released on climax? Liquid generation is set to TRUE in the configs, as well as climax plugin active. i've been testing in an enclosed box to try and create the liquids, but with no luck. I've adjusted both the liquids text where these don't seem to change anything: "interactions" : [ { "liquid" : 3, "liquidResult" : 30 I've also adjusted climaxprojectile.lue to change quantity but it also doesn't seem to be affecting anything. function uninit() --[[void projectile.processAction(actionOnReap : { { action = "liquid", liquid = self.spawnLiquid, quantity = 25.2 I believe I was able to get it to work in the past with regular sexbound, but it was some time ago and my memory is failing me. Funnily enough, you edited every instance that has nothing to do with it. Don't even know what/where the first code snippet you edited is from, the second one even shows that it's in a chunk of commeted out (i.e. not executed) code. What you are looking for is the value set in on "onReap" event handler function set during creation of the climax projectile in the climax plugin code. 22 minutes ago, Lilythedemoness said: New update nice new issues oh boy I go to enter into a sex scene. the wheel is blank no poses. my player gets cloned when i jump off the table or exit a defeat fuck. I can even fuck the clone resulting in more clones of me. Anything possible fix? No idea. Not until you give us a log file to look at the error, that is. But hey, I'mma gonna take a very wild guess for a moment, since you said "new update". Have you removed Lustbound Base and Lustbound Base Manager after updating to SBR 1.1?
Lilythedemoness Posted November 24, 2023 Posted November 24, 2023 16 minutes ago, Erina Sugino said: Funnily enough, you edited every instance that has nothing to do with it. Don't even know what/where the first code snippet you edited is from, the second one even shows that it's in a chunk of commeted out (i.e. not executed) code. What you are looking for is the value set in on "onReap" event handler function set during creation of the climax projectile in the climax plugin code. No idea. Not until you give us a log file to look at the error, that is. But hey, I'mma gonna take a very wild guess for a moment, since you said "new update". Have you removed Lustbound Base and Lustbound Base Manager after updating to SBR 1.1? no I have not. was I supposed to?
Erina Sugino Posted November 24, 2023 Author Posted November 24, 2023 (edited) 7 minutes ago, Lilythedemoness said: no I have not. was I supposed to? Yes. Lustbound Base and Base Manager are fully integrated into SBR1.1. As is stated in the changelog and the big red warning text on the mod description. Not removing the old version will break stuff. EDIT: Oh yeah, that of course means yeeting the "Lustbound SBR Patch" too. Edited November 24, 2023 by Erina Sugino
Lilythedemoness Posted November 24, 2023 Posted November 24, 2023 5 minutes ago, Erina Sugino said: Yes. Lustbound Base and Base Manager are fully integrated into SBR1.1. As is stated in the changelog and the big red warning text on the mod description. Not removing the old version will break stuff. EDIT: Oh yeah, that of course means yeeting the "Lustbound SBR Patch" too. That's it! I had lustbound sbr patch still in the files. Thank you and happy thanksgiving is you celebrate it.
Lilythedemoness Posted November 24, 2023 Posted November 24, 2023 25 minutes ago, Erina Sugino said: Yes. Lustbound Base and Base Manager are fully integrated into SBR1.1. As is stated in the changelog and the big red warning text on the mod description. Not removing the old version will break stuff. EDIT: Oh yeah, that of course means yeeting the "Lustbound SBR Patch" too. oh one more thing how long does it take for the cum inflation to show and can we config it to show up faster?
Erina Sugino Posted November 24, 2023 Author Posted November 24, 2023 (edited) 1 hour ago, Lilythedemoness said: oh one more thing how long does it take for the cum inflation to show and can we config it to show up faster? Default rate is +0.1 per shot during climax. A value of 7.5 is needed to show the inflation. With further default settings, that should equate to on average +1 per full climax cycle, so it take 8 climaxes without break to reach. It can be configured via "inflationRate" and "inflationThreshold" in the climax plugin config. Edited November 24, 2023 by Erina Sugino
Bigbosshog Posted November 24, 2023 Posted November 24, 2023 Installed the mod just fine but noticed when making a character, none of the males have penises. Do you have to install a seperate nude mod with this? If so what's suggested?
Shade115 Posted November 25, 2023 Posted November 25, 2023 (edited) 1 hour ago, Bigbosshog said: Installed the mod just fine but noticed when making a character, none of the males have penises. Do you have to install a seperate nude mod with this? If so what's suggested? iirc, Sexbound Reborn itself only displays penises during sex (this likewise applies to females, who should be using their default naked bodies/underwear outside of scenes). I use and recommend the "Get rid of that underwear!" mod, which also applies to many mod races. Edited November 25, 2023 by Shade115 1
MyraTheSorcerer Posted November 25, 2023 Posted November 25, 2023 Honestly, I have no idea what's going on here. Missing assets for some reasons, dialogue often doesn't trigger for some reason, and whatever else is wrong with this log. I'm really not smart enough to figure out what's going on. I updated to the latest patch and everything, but some things seem quite broken to me. Any clue? I can send a followup log that details the other errors i've been getting since I fresh installed the new patch. starbound.log
Erina Sugino Posted November 25, 2023 Author Posted November 25, 2023 6 hours ago, MyraTheSorcerer said: Honestly, I have no idea what's going on here. Missing assets for some reasons, dialogue often doesn't trigger for some reason, and whatever else is wrong with this log. I'm really not smart enough to figure out what's going on. I updated to the latest patch and everything, but some things seem quite broken to me. Any clue? I can send a followup log that details the other errors i've been getting since I fresh installed the new patch. Well, scrolling just through the beginning of the log the error is pretty apparent. Have you tried editing the notification dialog file? Because that one now has a syntax error in it. Which prevents it from loading. Which crashes the pregnancy plugin as it's trying to load the notifications from it. Scrolling to the end of the log, this seems to be the only persistent error. Except for that one out of place line about the subgender module.
_KT_ Posted November 25, 2023 Posted November 25, 2023 (edited) Is it possible for a "family member" to choose a profession at birth or use a random one, like name? Edited November 25, 2023 by _KT_
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