FurLuver Posted January 9, 2024 Posted January 9, 2024 2 minutes ago, Erina Sugino said: Toggling POV layers Okay thank you! Also oneee more thing, how is cum inflation supposed to work? Cause I'm not sure if it's working correctly for me or not
Erina Sugino Posted January 9, 2024 Author Posted January 9, 2024 1 hour ago, PowerFurr said: Okay thank you! Also oneee more thing, how is cum inflation supposed to work? Cause I'm not sure if it's working correctly for me or not You cum enough into the same person, they display the pregnant belly sprite. +0.1 per burst during climax. >7.5 displays the belly. Changing to a position without vaginal penetration makes it drip out.
FurLuver Posted January 9, 2024 Posted January 9, 2024 Just now, Erina Sugino said: You cum enough into the same person, they display the pregnant belly sprite. +0.1 per burst during climax. >7.5 displays the belly. Changing to a position without vaginal penetration makes it drip out. Is it supposed to still drip out if you leave the node?
Erina Sugino Posted January 9, 2024 Author Posted January 9, 2024 9 hours ago, PowerFurr said: Is it supposed to still drip out if you leave the node? If you yourself leave the node, no data is retained - you are essentially empty immediately. If someone else leaves the node, it will automatically switch back to idle which clearly classifies as "not vaginal penetration" and therefor drips. 1
wolfgundam Posted January 9, 2024 Posted January 9, 2024 Can anyone Tell me a good Sex bound Reborn with Frakin Universe build or at lest give a list of mods to avoid i really want to try to run both pls and thank you.
Erina Sugino Posted January 9, 2024 Author Posted January 9, 2024 39 minutes ago, wolfgundam said: Can anyone Tell me a good Sex bound Reborn with Frakin Universe build or at lest give a list of mods to avoid i really want to try to run both pls and thank you. Just run both. It should work. You can't fuck any FU NPCs but that should be about it. If FU itself breaks your Starbound though, that's another story and not our problem.
blueboy13 Posted January 12, 2024 Posted January 12, 2024 i dunno if i should ask here or just in the general forum for starbound, but i'd like some help troubleshooting the genetics table in the pregnancy config file. to make a long story short, i'm trying to get my female felin character knocked up by a globaura and, in turn, make a slime person. for some reason, the slime race addon for sexbound has 3 types of slime person: slimeperson/slimenpc/slimenpchuman. i spawned all 3 types as a crewmember (/spawnnpc [slimerace] crewmember 1), all of them seemed the same. i figured it shouldn't matter which type is born from that "experiment" so i put "felin": {"globaura": ["slimeperson", "humanoid"], and tried to do the stuff with the things. i don't know if the pregnancy has a 50% chance of being the same race as mom or dad or if it's set, but the only result i got was globaura. hell, i might just be an idiot. i'm not a coder or modder, i don't know what i'm fucking doing. i don't know if the slime race and/or globaura addon is exclusive to regular sexbound or not. i figured i'd put this here because starting up starbound is beginning to take at least 3 minutes, so fine tuning this stuff myself would take ages. i'll also include the config file itself as both a .config and a .txt because i don't know how that stuff works either. bababooey.txt sxb_plugin.pregnant.config
Erina Sugino Posted January 12, 2024 Author Posted January 12, 2024 43 minutes ago, blueboy13 said: i dunno if i should ask here or just in the general forum for starbound, but i'd like some help troubleshooting the genetics table in the pregnancy config file. to make a long story short, i'm trying to get my female felin character knocked up by a globaura and, in turn, make a slime person. for some reason, the slime race addon for sexbound has 3 types of slime person: slimeperson/slimenpc/slimenpchuman. i spawned all 3 types as a crewmember (/spawnnpc [slimerace] crewmember 1), all of them seemed the same. i figured it shouldn't matter which type is born from that "experiment" so i put "felin": {"globaura": ["slimeperson", "humanoid"], and tried to do the stuff with the things. i don't know if the pregnancy has a 50% chance of being the same race as mom or dad or if it's set, but the only result i got was globaura. hell, i might just be an idiot. i'm not a coder or modder, i don't know what i'm fucking doing. i don't know if the slime race and/or globaura addon is exclusive to regular sexbound or not. i figured i'd put this here because starting up starbound is beginning to take at least 3 minutes, so fine tuning this stuff myself would take ages. i'll also include the config file itself as both a .config and a .txt because i don't know how that stuff works either. So, you're saying the pregnancy still works but always results in a baby of the "globaura" race? If so, that's interesting because the config you handed me will trigger a big ol' "JSON parsing error", making the entire config file not load, unavailable to Starbound and the pregnancy module should crash. Unless I actually got it that resistent with default fallbacks that it still works. Anyway, here is one golden rule about JSON objects when it comes to Starbound: Keys can only exist once. In the genetic table, however, you have defined "apex" as a key for "motherSpecies" 6 times. (Same for all other species.) On top of that, you created a syntax error by having a "," after the last entry inside the list, and yet another syntax error by forgetting the closing "}" after every entry. But that shouldn't be necessary in the first place, as you as stated chose the wrong approach to data structuring to begin with. To define multiple combinations for the same mother species, the structure looks like this: "geneticTable": { "<motherSpecies>": { "<fatherSpecies1>": ["<childSpecies1>", "childSpeciesType1"], "<fatherSpecies2>": ["<childSpecies2>", "childSpeciesType2"], . . . }, . . . } The same (albeit slightly different structure due to list vs. object) applies to the "pregnancyType" table; the structure to define multiple entries here goes as follows: "pregnancyTable": { "<motherSpecies>": { "<fatherSpecies1>": "<pregnancyType1>", "<fatherSpecies2>": "<pregnancyType2>", . . . }, . . . } Also also, keep in mind that no pregnancy type besides "baby" (which does not need to be defined as it's the default) exists in Sexbound Reborn, and I don't know of any mod that adds one yet. So filling out that list is currently pointless.
blueboy13 Posted January 12, 2024 Posted January 12, 2024 (edited) THANK YOU. again, i am completely clueless when it comes to programming in any capacity so i would never have figured this out on my own. weird how the pregnancies still work though if it's apparently not supposed to. just to double check and make sure i'm not a complete imbecile, would these examples work as intended? "geneticTable": { "<motherSpecies>": { "<globaura>": ["<slimeperson>", "humanoid"], "<tentacrawler>": ["<fragmentedruin>", "humanoid"], . . . }, . . . } "pregnancyTable": { "<motherSpecies>": { "<globaura>": "<baby>", "<tentacrawler>": "<baby>", . . . }, . . . } left the mother variable unchanged because i intend to add every playable race (i am deranged) Edited January 12, 2024 by blueboy13
Erina Sugino Posted January 12, 2024 Author Posted January 12, 2024 22 minutes ago, blueboy13 said: THANK YOU. again, i am completely clueless when it comes to programming in any capacity so i would never have figured this out on my own. weird how the pregnancies still work though if it's apparently not supposed to. just to double check and make sure i'm not a complete imbecile, would these examples work as intended? "geneticTable": { "<motherSpecies>": { "<globaura>": ["<slimeperson>", "humanoid"], "<tentacrawler>": ["<fragmentedruin>", "humanoid"], . . . }, . . . } "pregnancyTable": { "<motherSpecies>": { "<globaura>": "<baby>", "<tentacrawler>": "<baby>", . . . }, . . . } left the mother variable unchanged because i intend to add every playable race (i am deranged) The <> are there to denote placeholders. So no, "<globaura>" would not work as a species with the name "<globaura>" does not exist xD
blueboy13 Posted January 12, 2024 Posted January 12, 2024 4 minutes ago, Erina Sugino said: The <> are there to denote placeholders. So no, "<globaura>" would not work as a species with the name "<globaura>" does not exist xD sorry! i'm a very literal person lol alright, so to TRIPLE check: "geneticTable": { "<motherSpecies>": { "globaura": ["slimeperson", "humanoid"], "tentacrawler": ["fragmentedruin", "humanoid"], . . . }, . . . }
blueboy13 Posted January 12, 2024 Posted January 12, 2024 okay. i think i (potentially) fixed it if i'm not stupid, leaving the (potentially) fixed file here if anyone wants to give me a second opinion bababooey.txt
HurrycaneTiger Posted January 17, 2024 Posted January 17, 2024 I'm having trouble getting to Lustia, I just downloaded SxBReborn a bit ago and was using the original so I don't know if anything changed since but, I know you would get the ticket from buying it from the sex toy presentoir, but the issue I'm having is I don't have the recipe for the presentoir, only the Lewd Toys Vendor and the ATC Vending Machine. I tried giving myself the item and the ticket to lustia via commands and starcheat but it'd just crash my save and make me revert back to a save.
Salomon_69 Posted January 17, 2024 Posted January 17, 2024 Do you have a list of steam mods that conflict with this?
Erina Sugino Posted January 17, 2024 Author Posted January 17, 2024 11 hours ago, HurrycaneTiger said: I'm having trouble getting to Lustia, I just downloaded SxBReborn a bit ago and was using the original so I don't know if anything changed since but, I know you would get the ticket from buying it from the sex toy presentoir, but the issue I'm having is I don't have the recipe for the presentoir, only the Lewd Toys Vendor and the ATC Vending Machine. I tried giving myself the item and the ticket to lustia via commands and starcheat but it'd just crash my save and make me revert back to a save. Alot changed since the Original Sexbound. My biggest bet would be that you have alot of old mods installed that are now included, like Lustbound Base itself for example. So I recommend reading the mod description's "Compatible Mods" section, as well as the warning for mods you should certainly not use. Alternatively you can also read the Troubleshooting Guide to see what else might be a problem. Otherwise, I'll need a log file. 2 hours ago, Salomão69 said: Do you have a list of steam mods that conflict with this? Not really, no. Generally most non-sexbound mods should work unless these mods themselves were developed in a way that break everything. Only thing I know of from the past is "NPC drop gear" making problems, but afaik that should have been fixed by now, Otherwise, generally NPC overhaul mods can cause issues by overriding NPC behavior in a destructive manner, but I can't give names from the top of my head.
shikafax Posted January 18, 2024 Posted January 18, 2024 (edited) I installed the mod update... but now the animation icons don't appear! As if that wasn't enough, when I end the relationship... here's what happens! What can I do? I'll also leave the .log attached! Thank you! starbound.log Edited January 18, 2024 by shikafax 1
HurrycaneTiger Posted January 18, 2024 Posted January 18, 2024 7 hours ago, Erina Sugino said: Alot changed since the Original Sexbound. My biggest bet would be that you have alot of old mods installed that are now included, like Lustbound Base itself for example. So I recommend reading the mod description's "Compatible Mods" section, as well as the warning for mods you should certainly not use. Alternatively you can also read the Troubleshooting Guide to see what else might be a problem. Otherwise, I'll need a log file. Not really, no. Generally most non-sexbound mods should work unless these mods themselves were developed in a way that break everything. Only thing I know of from the past is "NPC drop gear" making problems, but afaik that should have been fixed by now, Otherwise, generally NPC overhaul mods can cause issues by overriding NPC behavior in a destructive manner, but I can't give names from the top of my head. I went through and updated my mods list when I got Sexbound Reborn and believe I got rid of all conflicting mods. I did also go through the troubleshoot guide and it didnt help me either. Heres my log file and my non-steam mods list. starbound.log
Erina Sugino Posted January 18, 2024 Author Posted January 18, 2024 1 hour ago, shikafax said: I installed the mod update... but now the animation icons don't appear! As if that wasn't enough, when I end the relationship... here's what happens! What can I do? I'll also leave the .log attached! Thank you! Your log doesn't contain any gameplay, atleast nothing that errors - even though your screenshots confirm the opposite. So I can only assume things. You have SBR 1.1 installed, but also Lustbound Base and the SBR Lustbound Patch. Both are not needed anymore since 1.1 and having old Lustbound installed usually causes errors, so this is my bet. 5 minutes ago, HurrycaneTiger said: I went through and updated my mods list when I got Sexbound Reborn and believe I got rid of all conflicting mods. I did also go through the troubleshoot guide and it didnt help me either. Heres my log file and my non-steam mods list. Well, there we have the problem. You have both Sexbound Reborn and OG Sexbound installed, whereas OG Sexbound overrides SBR. In other words, you don't even have Lustbound installed, for as far as the game is concerned. 1
HurrycaneTiger Posted January 18, 2024 Posted January 18, 2024 6 minutes ago, Erina Sugino said: Your log doesn't contain any gameplay, atleast nothing that errors - even though your screenshots confirm the opposite. So I can only assume things. You have SBR 1.1 installed, but also Lustbound Base and the SBR Lustbound Patch. Both are not needed anymore since 1.1 and having old Lustbound installed usually causes errors, so this is my bet. Well, there we have the problem. You have both Sexbound Reborn and OG Sexbound installed, whereas OG Sexbound overrides SBR. In other words, you don't even have Lustbound installed, for as far as the game is concerned. After I thought I checked everything I was bound to miss something so obvious, now I feel dumb lmao thank you for your help though! I think I was looking for OG Sexbound as a folder like how I have SBR instead of a pak file, thats probably why I missed it lmao.
shikafax Posted January 18, 2024 Posted January 18, 2024 11 hours ago, Erina Sugino said: Your log doesn't contain any gameplay, atleast nothing that errors - even though your screenshots confirm the opposite. So I can only assume things. You have SBR 1.1 installed, but also Lustbound Base and the SBR Lustbound Patch. Both are not needed anymore since 1.1 and having old Lustbound installed usually causes errors, so this is my bet. Well, there we have the problem. You have both Sexbound Reborn and OG Sexbound installed, whereas OG Sexbound overrides SBR. In other words, you don't even have Lustbound installed, for as far as the game is concerned. Ok, first I started the game "as is" to have a more defined log "attached"; Then I deleted Lustubound + Patch... and here is the result! It seems to be working again! But some positions are missing or am I wrong? When in doubt, I also uploaded the "working" log, I need to re-read the changelog carefully! Ty for the awesome support! P.S. On the cam, the one on the second screen, is everything OK? or do I need to download some updates for the modded race? starbound.log starboundwrk.log
doctorpotato Posted January 18, 2024 Posted January 18, 2024 should I uninstall Lustbound_Teratophilia_Patcher and Lustbound_base_Manager?
Erina Sugino Posted January 18, 2024 Author Posted January 18, 2024 (edited) 1 hour ago, shikafax said: Ok, first I started the game "as is" to have a more defined log "attached"; Then I deleted Lustubound + Patch... and here is the result! It seems to be working again! But some positions are missing or am I wrong? When in doubt, I also uploaded the "working" log, I need to re-read the changelog carefully! Ty for the awesome support! P.S. On the cam, the one on the second screen, is everything OK? or do I need to download some updates for the modded race? That not all positions show up in the position wheel is intended. One of the changes of SBR is that positions are only available when they make sense. And 7/8 Positions require a dick/means to penetrate to make sense, so in your FxF case only "facesitting" is available. As for the POV window - no, that is most definitely broken. I can't tell you what or why though. It seems like the species of the weird furry-human hybrid in yellow doesn't exist (no idea what species that even is supposed to be) and hence aren't loaded - but POV should only display anything in the first place if both actors have artwork. So unless you have a POV mod for that race that adds empty placeholder images, this shouldn't be possible. 50 minutes ago, doctorpotato said: should I uninstall Lustbound_Teratophilia_Patcher and Lustbound_base_Manager? Lustbound Base Manager is fully included in SBR 1.1+ and needs to be removed. The Lustbound Teratophilia Patcher should only add shop items regarding Teratophilia into Lustia, so it should be fine. Edited January 18, 2024 by Erina Sugino Forgot second answer 1
doctorpotato Posted January 20, 2024 Posted January 20, 2024 (edited) I would like to change all the npc's that visit Lustia to my modded race. cant seem to find the file that governs it. Edited January 20, 2024 by doctorpotato
Erina Sugino Posted January 20, 2024 Author Posted January 20, 2024 3 minutes ago, doctorpotato said: I would like to change all the npc's that visit Lustia to my modded race. cant seem to find the file that governs it. As far as I know that would require editing the dungeon file and altering the data of the spawners in there.
doctorpotato Posted January 20, 2024 Posted January 20, 2024 Ok so poking around, this "setting" seems much deeper than gave it. the more I look the more it seems if I could change that, it would change every npc spawner in the game to that. In any event, I gave it a poke. thanks for the quick reply
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