red3dred Posted November 4, 2023 Posted November 4, 2023 4 hours ago, spaccamount said: currently having a stack overflow error i havent gotten before, trying to figure out the issue. something just repeatedly saying [04:14:00.455] [Info] 0.25 [04:14:00.501] [Info] 0.25 [04:14:00.519] [Info] 0.25 [04:14:00.533] [Info] 0.25 [04:14:00.546] [Info] 0.25 [04:14:00.556] [Info] 0.25 [04:14:00.573] [Info] 0.25 every second im gonna drop the log file here but ill message again when i found whats up if i do the crew trying to attack monsters seems to just instantly crash the game as well maybe another mod issue related to mine but not this starbound.log.1 Spoiler GiC!? There's nothing particularly crashing the game, in the log at least. Nothing caused an exception so bad you get booted out of the game, unless you mean the game froze so hard it just refused to respond. GiC and FFS are two gun mods with lots of small issues and such, so i wouldn't be surprised if the constant spewing was something like "the gun graphics recoil being logged in Starbound pixels", since it's always returning 1/6th and 1/4th, which is like 1, 1.5 pixels of movement. There's also a plethora of errors regarding their weapons doing wacky things, such as asking for frame -2 billion of a sprite, or straight up not having an image associated with a thing that is supposed to have one. If you do get a log with the crash happening and getting it written down, we could take a look, but this isn't a Sexbound problem, this is a "500 mods and several big ones too" problem. The bigger your haystack, the harder to find the needle!
luciodark Posted November 4, 2023 Posted November 4, 2023 Is there a file (or part of a file) that can be easily deleted/changed on my end to enable NPCs automatically choosing a position with the player?
Erina Sugino Posted November 4, 2023 Author Posted November 4, 2023 2 hours ago, luciodark said: Is there a file (or part of a file) that can be easily deleted/changed on my end to enable NPCs automatically choosing a position with the player? You could go to `/scripts/sexbound/lib/sexbound.lua` line 357 and remove the "not self._containsPlayer" parts. Do it at your own risk if you know how to code in Lua though.
Mytologist Posted November 4, 2023 Posted November 4, 2023 Does this mod make it so only female tenants spawn when placing colony deeds? No matter what I do or add to the room the deeds only seem to spawn random naked female villagers, and I'm trying to figure out what mod is doing that.
Erina Sugino Posted November 4, 2023 Author Posted November 4, 2023 18 minutes ago, Mytologist said: Does this mod make it so only female tenants spawn when placing colony deeds? No matter what I do or add to the room the deeds only seem to spawn random naked female villagers, and I'm trying to figure out what mod is doing that. Sexbound doesn't really mess with Tenants, let alone making them naked. So I'm pretty certain this is not the cause.
luciodark Posted November 5, 2023 Posted November 5, 2023 6 hours ago, Erina Sugino said: You could go to `/scripts/sexbound/lib/sexbound.lua` line 357 and remove the "not self._containsPlayer" parts. Do it at your own risk if you know how to code in Lua though. I removed just the 'not' part of that line and it works exactly as intended, thank you for the tip.
Erina Sugino Posted November 5, 2023 Author Posted November 5, 2023 29 minutes ago, luciodark said: I removed just the 'not' part of that line and it works exactly as intended, thank you for the tip. Until two NPCs try and go at it themselves.
luciodark Posted November 5, 2023 Posted November 5, 2023 2 hours ago, Erina Sugino said: Until two NPCs try and go at it themselves. Interesting. Fixed by following original instructions.
TheJuanPieceisReal Posted November 5, 2023 Posted November 5, 2023 9 hours ago, Erina Sugino said: You could go to `/scripts/sexbound/lib/sexbound.lua` line 357 and remove the "not self._containsPlayer" parts. Do it at your own risk if you know how to code in Lua though. Only works when NPCs are forced into a sex scene, not when they go to a table or whatever else on their own
luciodark Posted November 5, 2023 Posted November 5, 2023 57 minutes ago, TheJuanPieceisReal said: Only works when NPCs are forced into a sex scene, not when they go to a table or whatever else on their own It works for me in every situation except when a scene goes from FFM -> FF, and also not with the sexpost items. Works fine with defeat and any regular node. I also got rid of the 'and' if that makes any difference.
TheJuanPieceisReal Posted November 5, 2023 Posted November 5, 2023 1 hour ago, luciodark said: It works for me in every situation except when a scene goes from FFM -> FF, and also not with the sexpost items. Works fine with defeat and any regular node. I also got rid of the 'and' if that makes any difference. I should probably look for every instance of that bit of code and get rid of it then
spaccamount Posted November 5, 2023 Posted November 5, 2023 18 hours ago, red3dred said: Reveal hidden contents GiC!? There's nothing particularly crashing the game, in the log at least. Nothing caused an exception so bad you get booted out of the game, unless you mean the game froze so hard it just refused to respond. GiC and FFS are two gun mods with lots of small issues and such, so i wouldn't be surprised if the constant spewing was something like "the gun graphics recoil being logged in Starbound pixels", since it's always returning 1/6th and 1/4th, which is like 1, 1.5 pixels of movement. There's also a plethora of errors regarding their weapons doing wacky things, such as asking for frame -2 billion of a sprite, or straight up not having an image associated with a thing that is supposed to have one. If you do get a log with the crash happening and getting it written down, we could take a look, but this isn't a Sexbound problem, this is a "500 mods and several big ones too" problem. The bigger your haystack, the harder to find the needle! yeah but tbh i been playing with a shit ton of mods all the time without issue and so far in the 30 min i put in before i said nah its too late for this and went to sleep i was able to find that it was one of my many steam mods causing the repeat info, and one of the sex mods that causes the npcs to crash the game when i have them fight i'll check gic about the info shit but i dont think its the issue since i've been playing with it for so long however could just be an update thing, the errors about it being unable to reference certain things doesnt affect gameplay as it may say if cant find a bullet sprite however i still see a bullet sprite when i shoot
red3dred Posted November 5, 2023 Posted November 5, 2023 3 hours ago, spaccamount said: yeah but tbh i been playing with a shit ton of mods all the time without issue and so far in the 30 min i put in before i said nah its too late for this and went to sleep i was able to find that it was one of my many steam mods causing the repeat info, and one of the sex mods that causes the npcs to crash the game when i have them fight i'll check gic about the info shit but i dont think its the issue since i've been playing with it for so long however could just be an update thing, the errors about it being unable to reference certain things doesnt affect gameplay as it may say if cant find a bullet sprite however i still see a bullet sprite when i shoot It's the usual behaviour of the modpack assembler to be defensive when questioned about "Why do you have 500" mods, so i get why you maybe dismissing that information, but missing frames/images are a big problem if someone is hosting a server, as they are absolutely intolerant of errors like, so if a mod pulls stuff like that it usually cannot be hosted, and that's the kind of thing that's easy to fix, and modders don't. Separate yourself from your mods and your modpack and consider for a moment that mods are made by people, and people make mistakes and can be stubborn. Well, with that out the way, what i mainly was looking for to fix and troubleshoot was the "crash" you mention, but i don't see any hint of it. The log you had sent has no mention of you being kicked back to your ship, having your game suddenly close or anything like that, which is why i ask. Granted, that was log 1, and not "log 0", so it may have missed some information, so you may have sent the wrong log file. Reminder that it's the "starbound.log" file, often shown on Windows simply as "starbound", marked as a "text file". There's nothing immediatelly wrong with your local mods either. Correct versions for PoV, Temtem's Teratoscenes, no additional unnecessary mods as Lustbound Base, Naturally Horny, etc. It looks clean, Only thing that comes to mind to ask about is Spongebound lol. I usually see a few fetish mods and i don't comment on it, anyone's free to have their thing, but i gotta ask, what is spongebound?
Mytologist Posted November 5, 2023 Posted November 5, 2023 20 hours ago, Erina Sugino said: Sexbound doesn't really mess with Tenants, let alone making them naked. So I'm pretty certain this is not the cause. Thank you, I think I found the culprit. Turns out it was the TTPP mod that added a female only tenant if you add tentacle items to the room. Whoops, my bad! 1
spaccamount Posted November 5, 2023 Posted November 5, 2023 4 hours ago, red3dred said: It's the usual behaviour of the modpack assembler to be defensive when questioned about "Why do you have 500" mods, so i get why you maybe dismissing that information, but missing frames/images are a big problem if someone is hosting a server, as they are absolutely intolerant of errors like, so if a mod pulls stuff like that it usually cannot be hosted, and that's the kind of thing that's easy to fix, and modders don't. Separate yourself from your mods and your modpack and consider for a moment that mods are made by people, and people make mistakes and can be stubborn. Well, with that out the way, what i mainly was looking for to fix and troubleshoot was the "crash" you mention, but i don't see any hint of it. The log you had sent has no mention of you being kicked back to your ship, having your game suddenly close or anything like that, which is why i ask. Granted, that was log 1, and not "log 0", so it may have missed some information, so you may have sent the wrong log file. Reminder that it's the "starbound.log" file, often shown on Windows simply as "starbound", marked as a "text file". There's nothing immediatelly wrong with your local mods either. Correct versions for PoV, Temtem's Teratoscenes, no additional unnecessary mods as Lustbound Base, Naturally Horny, etc. It looks clean, Only thing that comes to mind to ask about is Spongebound lol. I usually see a few fetish mods and i don't comment on it, anyone's free to have their thing, but i gotta ask, what is spongebound? spongebound just adds spongebob food Spongebound at Starbound Nexus - Mods and community (nexusmods.com) i was going through mods with someone they said they'd like that lol the crash to ship thing wasnt recorded in that file and me having reopened and crashed it a few times before making a new "creative mode" character to try to test it pushed it further down than i uploaded, though i thought that was the file after i scrolled through it quickly. the log 0 didnt have the crash in it when i was looking i understand i just gather whatever mods i find interest in and compile them. i do play this with others using the mods i've gathered and, those errors as much as i'd like them to be gone occasionally pop up once in a while but havent affected gameplay, when an error causes a crash i look at the log file and adjust them or the mods accordingly. something like dragonstaff pants idk what from, or failed to apply damage heat bubble from a mod i use to give monsters fall damage. i dont know what they mean and id remove them cause i dont like seeing errors in the log file but again idk. i tried making a pak file and idk that just didnt work for me so i just uploaded the bunkin support as a zip since using that still did the crew member crashing issue was caused by crew customization and putting the ranged weapon in a secondary slot, the .25 and .16 repeated in info doesnt seem to be gic, i shoot 300 shots and not see it once but the insemination decay is set at .15- .25 for me now im just looking at why sxb is spamming me with notifications whats Quote [12:32:18.670] [Error] [string "/npcs/bmain.lua"]:162: (StarException) Lua Exception caught running action node setNodeRestrictions in behavior sexboundcrewmember: (LuaException) Error code 2, [string "/scripts/actions/sexbound.lua"]:484: attempt to perform arithmetic on a nil value (field 'count') stack traceback: [string "/scripts/actions/sexbound.lua"]:484: in function <[string "/scripts/actions/sexbound.lua"]:468> supposed to mean im probably just gonna fix it by reinstalling sxb and seeing happens next im pretty certain this is the log what im referencing right now, if not then im just gonna keep messing with whatever until i see it say that in the log again however i'm also gonna restart this, im not really meaning to ask you guys about other peoples mods sorry starbound.log
Erina Sugino Posted November 5, 2023 Author Posted November 5, 2023 43 minutes ago, spaccamount said: whats Quote [12:32:18.670] [Error] [string "/npcs/bmain.lua"]:162: (StarException) Lua Exception caught running action node setNodeRestrictions in behavior sexboundcrewmember: (LuaException) Error code 2, [string "/scripts/actions/sexbound.lua"]:484: attempt to perform arithmetic on a nil value (field 'count') stack traceback: [string "/scripts/actions/sexbound.lua"]:484: in function <[string "/scripts/actions/sexbound.lua"]:468> supposed to mean im probably just gonna fix it by reinstalling sxb and seeing happens next im pretty certain this is the log what im referencing right now, if not then im just gonna keep messing with whatever until i see it say that in the log again It means I did an oopsie and forgot to reference the right table index.
_KT_ Posted November 5, 2023 Posted November 5, 2023 Why auto climax isn't working again? Do I need to enable it somehow in the configs? Thx. starbound.log
Erina Sugino Posted November 5, 2023 Author Posted November 5, 2023 37 minutes ago, _KT_ said: Why auto climax isn't working again? Do I need to enable it somehow in the configs? Thx. The config now has "enable<entityType>AutoClimax" aswell as "prioritizePlayer" to enabled/disabled auto-climax and define whethere players override this (SBR 1.0 behavior) or not (SxB behavior) respectively. Both are enabled by default, so you have to set "prioritizePlayer" to "false" if you want NPCs to auto-climax in the presence of a player. 1
_KT_ Posted November 7, 2023 Posted November 7, 2023 Another question, how change the duration of an act between NPC or speed up waste of arousal? Thx :3
Erina Sugino Posted November 7, 2023 Author Posted November 7, 2023 36 minutes ago, _KT_ said: Another question, how change the duration of an act between NPC or speed up waste of arousal? Thx :3 Climax config, "arousalPenalty". The value is percentually subtracted when an actor climaxes. Higher values means less climaxes until their arousal reaches 0 and they leave. 1
Howaboutno699 Posted November 7, 2023 Posted November 7, 2023 So Locuturus has left developing sexbound or has simply handed dev rights to you now? What's the whole story with all of this?
Erina Sugino Posted November 7, 2023 Author Posted November 7, 2023 1 minute ago, Howaboutno699 said: So Locuturus has left developing sexbound or has simply handed dev rights to you now? What's the whole story with all of this? Locuturus has abandoned development and mostly disappeared after releasing the last available verson of OG SxB two years ago. He also gave blanket permission (well, technically the license SxB is published under has given it) for anyone to fork the project and edit/update it themselves. So here I am.
Howaboutno699 Posted November 7, 2023 Posted November 7, 2023 6 minutes ago, Erina Sugino said: Locuturus has abandoned development and mostly disappeared after releasing the last available verson of OG SxB two years ago. He also gave blanket permission (well, technically the license SxB is published under has given it) for anyone to fork the project and edit/update it themselves. So here I am. Thanks
dolll Posted November 8, 2023 Posted November 8, 2023 (edited) Cumming isn't working and if so my character can't get pregnant, i first thought it was maybe my modified configs but i replaced back the original configs as is, but it's still not working. any ideas of what mods could make this happen? or maybe a specific line i should look for in the logs? i don't have a small amount of mods so it'll be hard to disable and enable the mods without corrupting the save (so i'll only do that if there's no other option) Edited November 8, 2023 by dolll
Erina Sugino Posted November 8, 2023 Author Posted November 8, 2023 27 minutes ago, dolll said: Cumming isn't working and if so my character can't get pregnant, i first thought it was maybe my modified configs but i replaced back the original configs as is, but it's still not working. any ideas of what mods could make this happen? or maybe a specific line i should look for in the logs? i don't have a small amount of mods so it'll be hard to disable and enable the mods without corrupting the save (so i'll only do that if there's no other option) https://github.com/ErinaSugino/Starbound-SBR-Mod/wiki/Mechanics-explained
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