Erina Sugino Posted May 10, 2023 Author Posted May 10, 2023 1 hour ago, inventor69 said: thank you i belive this is it then and sorry for going all over the place here You have a wrong sexbound folder and a falsely installed TeratophiliaScenes mod... presumably even the wrong version of it.
inventor69 Posted May 10, 2023 Posted May 10, 2023 1 hour ago, Erina Sugino said: You have a wrong sexbound folder and a falsely installed TeratophiliaScenes mod... presumably even the wrong version of it. ah ok i always have trouble finding the right one to install i dont know what i need to add to the sexbound though and il need to figure out what i did wrong i did try to put in the up to date version but im not sure i did get rid of the sourse one after finding out that one dosent work with the pak version
_Venesis Posted May 10, 2023 Posted May 10, 2023 I wanted to try the mod out, but I ran into an issue. I tried to use Aphrodite's Bow on an NPC, but nothing happened. I then tried to interact with a placed lounge-addon, and yet again nothing happened. Here are the mods I am using. One thing that stood out to me while I looked at the log myself was, (ln 354) [19:45:26.999] [Error] [string "/scripts/sexbound/override/common.lua"]:1: attempt to index a nil value (field 'sex') Which occurred several times. And, of course the full log. starbound.log
inventor69 Posted May 10, 2023 Posted May 10, 2023 3 hours ago, inventor69 said: ah ok i always have trouble finding the right one to install i dont know what i need to add to the sexbound though and il need to figure out what i did wrong i did try to put in the up to date version but im not sure i did get rid of the sourse one after finding out that one dosent work with the pak version ok so ive been trying to figure out whats wrong but its still not working ive tried to use other versions of the mod but im not sure what i need i got the mod patches and i think i got the right mods installed so im just confused
_Venesis Posted May 10, 2023 Posted May 10, 2023 22 minutes ago, _Venesis said: I wanted to try the mod out, but I ran into an issue. I tried to use Aphrodite's Bow on an NPC, but nothing happened. I then tried to interact with a placed lounge-addon, and yet again nothing happened. Here are the mods I am using. One thing that stood out to me while I looked at the log myself was, (ln 354) [19:45:26.999] [Error] [string "/scripts/sexbound/override/common.lua"]:1: attempt to index a nil value (field 'sex') Which occurred several times. And, of course the full log. starbound.log I've found the issue, I fucked something up while looking through the config file, which is now fixed. 1
Erina Sugino Posted May 10, 2023 Author Posted May 10, 2023 33 minutes ago, inventor69 said: ok so ive been trying to figure out whats wrong but its still not working ive tried to use other versions of the mod but im not sure what i need i got the mod patches and i think i got the right mods installed so im just confused Check/get rid of every folder that shows up as "Detected unnamed asset source" in the log. For Terato Scenes, you need the version whose name starts with "SxB"
spaccamount Posted May 10, 2023 Posted May 10, 2023 (edited) so i was playing with a shit ton of mods beforehand on sexbound 5.12 this current version of reborn did not seem to work even after removing all sexbound mods and putting these in a different folder to load up with. additionally it has a bunch of fu/arcana block errors despite me not playing with those mods. theres an issue stating [Error] [string "/scripts/sexbound/lib/sexbound/statemachine.l..."]:104: attempt to call a nil value (method 'getContainsPlayer') and it occurs about 13 times a second when interacting with a sexnode and all you're doing is standing there staring at eachother. i can try removing all mods aside from reborn and aphrodites bow + patch but it seemed to just give the same error ignore this i was being dumb clearly im missing pov mod starbound.log Edited May 10, 2023 by spaccamount
HappyRiolu Posted May 10, 2023 Posted May 10, 2023 You guys remember how to enable e-style faces and cutebound into the animations? I remember you have to replace certain things but I can't remember which ones to replace.
spaccamount Posted May 10, 2023 Posted May 10, 2023 actually i may have figured it out as i've gotten something to work, will post update
Erina Sugino Posted May 10, 2023 Author Posted May 10, 2023 25 minutes ago, HappyRiolu said: You guys remember how to enable e-style faces and cutebound into the animations? I remember you have to replace certain things but I can't remember which ones to replace. Anything regarding the head should be loaded directly from the vanilla sprites, so mods altering them work in SxB too. Using different bodysprites like Cutebound will require someone to make a compat mod, remaking all SxB sprites of that race with the new style too. 1
inventor69 Posted May 10, 2023 Posted May 10, 2023 3 hours ago, Erina Sugino said: Check/get rid of every folder that shows up as "Detected unnamed asset source" in the log. For Terato Scenes, you need the version whose name starts with "SxB" first off thank you and second where would i find the unnamed assets since i cant seem to fine them in the game files and ive worked with the SxB before with no issues but i cant find what im missing now what SxB things would i need?
spaccamount Posted May 11, 2023 Posted May 11, 2023 right so it was an issue with pov mod so i after reinstalling it and reimporting everything a few times i've fixed it i have questions for genetic table do i just do "geneticTable": {"motherSpecies": {"fatherSpecies": "childSpecies"}}, or would i be doing specific races and for adding multiple races to compatible species do i just do "race a": [race b, race c], "race b": [race c, race a], "race c": [race a], or would i do "race a": [race b], [race c], "race b": [race c], [race a], "race c": [race a],
Erina Sugino Posted May 11, 2023 Author Posted May 11, 2023 (edited) 2 hours ago, spaccamount said: right so it was an issue with pov mod so i after reinstalling it and reimporting everything a few times i've fixed it i have questions for genetic table do i just do "geneticTable": {"motherSpecies": {"fatherSpecies": "childSpecies"}}, or would i be doing specific races and for adding multiple races to compatible species do i just do "race a": [race b, race c], "race b": [race c, race a], "race c": [race a], or would i do "race a": [race b], [race c], "race b": [race c], [race a], "race c": [race a], First off: That feature does not yet exist. All relevant and actually usable settings are documented in the wiki. This feature will be fully implemented with version 1.1. Other than that, obviously you have to insert actual race names. For how to go about doing that, just follow the exact template. It's a JSON object with named indexes. "geneticTable": { "motherSpecies 1": { "fatherSpecies 1": "childSpecies 1", "fatherSpecies 2": "childSpecies 2", [. . .] }, "motherSpecies 2": { [. . .] }, [. . .] } For compaitble species, it's a JSON array, so your first approch would be nearly correct. "race a": ["race b", "race c", ...], "race b": ["race d"] Always use a JSON validator to check if your syntax is correct, otherwise you might break everything and then wonder why. Edited May 11, 2023 by Erina Sugino
spaccamount Posted May 11, 2023 Posted May 11, 2023 ah so in the future "geneticTable": { "hylotl": { "human": "halfsea", "hylotl": "hylotl", }, "human": { "human": "halfsea", "hylotl": "hylotl", }, } would be a valid arguement? additionally because they're all their own races with sxb supports so if u have them better for you and yeah ofc specifying races otherwise error anyway i guess notepad++ could work i dont do much of this beside looking at example files
godlikeion Posted May 11, 2023 Posted May 11, 2023 (edited) Hey, I recently decided to update all my mods and now the game wont start. anyone have fixes? (or what is causing the problem will do) if you need to know my steam mods I will provide. (i removed the duped mod) Edited May 11, 2023 by godlikeion i put a duped mod in want to let you know i removed it so you don't think it is a problem
Erina Sugino Posted May 11, 2023 Author Posted May 11, 2023 29 minutes ago, godlikeion said: Hey, I recently decided to update all my mods and now the game wont start. anyone have fixes? (or what is causing the problem will do) if you need to know my steam mods I will provide. (i removed the duped mod) You have the wrong version of POV Redux, you didn't fix Draconis POV, and most importantly, you didn't properly (or at all as far as the game is concerned, anyway) Sexbound Reborn, resulting in the game crashing because the Lustbound and Aphrodite's Bow Patches require that to be installed. 8 hours ago, spaccamount said: ah so in the future "geneticTable": { "hylotl": { "human": "halfsea", "hylotl": "hylotl", }, "human": { "human": "halfsea", "hylotl": "hylotl", }, } would be a valid arguement? additionally because they're all their own races with sxb supports so if u have them better for you and yeah ofc specifying races otherwise error anyway i guess notepad++ could work i dont do much of this beside looking at example files Almost, but still bricking your game. That's why I said to use a JSON validator - a strict one if you can. There cannot be a , after the last entry of a list. Also, that list would most certainly not yield the results I am assuming you are trying to go for. First off, you don't need to define that "Hylotl + Hylotl = Hylotl", that's what happens anyway. Second, you are also defining that "Human + Human = Halfsea", which makes no sense.
godlikeion Posted May 12, 2023 Posted May 12, 2023 (edited) 19 hours ago, Erina Sugino said: You have the wrong version of POV Redux, you didn't fix Draconis POV, and most importantly, you didn't properly (or at all as far as the game is concerned, anyway) Sexbound Reborn, resulting in the game crashing because the Lustbound and Aphrodite's Bow Patches require that to be installed. Almost, but still bricking your game. That's why I said to use a JSON validator - a strict one if you can. There cannot be a , after the last entry of a list. Also, that list would most certainly not yield the results I am assuming you are trying to go for. First off, you don't need to define that "Hylotl + Hylotl = Hylotl", that's what happens anyway. Second, you are also defining that "Human + Human = Halfsea", which makes no sense. sorry but I'm a bit of a dumbass can you simplify it for me? also I don't know what you mean by "I didn't properly sexbound reborn" i also deleted the Draconis pov I'm too lazy to find out how to fix it Edited May 12, 2023 by godlikeion edit to mods
Erina Sugino Posted May 12, 2023 Author Posted May 12, 2023 5 hours ago, godlikeion said: sorry but I'm a bit of a dumbass can you simplify it for me? also I don't know what you mean by "I didn't properly sexbound reborn" i also deleted the Draconis pov I'm too lazy to find out how to fix it That was missing an "installed". You need POV version 4.2.0 or higher (as it clearly stated in the mod description), need to yeet everything but the "artwork" folder and "_metadata" file from the Draconis POV mod, and properly install Sexbound Reborn following the instructions in the mod description or the wiki. 1
stark_1 Posted May 12, 2023 Posted May 12, 2023 Does this mod include sexbound defeat or will I have to download it separately?
aethura Posted May 12, 2023 Posted May 12, 2023 (edited) So I hit two different instances of my character disappearing when interacting with a sex node, the sexbound UI did not show up when trying to mouse over the node. I can stop interacting with the sex node with no problems, but re-interacting with it just repeats the issue. One of them involved climbing onto a table, which I'm assuming is a sex node by default. The other instance involves teratophilia and the defeat mod. The most recent incident involving the monster occurred around 18:03 in the log. The log should also show that I have a "TestingGrounds" mod but that does nothing besides add a couple of items to the TerraMart. Although this is likely unrelated, a couple of minutes prior to hitting this issue, I got a weird incident where my character's movement were either lagging or completely off. As if my movement keys did not seem to work as intended, and I couldn't activate the sprint tech. This problem resolved itself in 10 or so seconds. Restarting the game did resolve the issue of my character not showing up. starbound.log Edited May 12, 2023 by aethura
red3dred Posted May 13, 2023 Posted May 13, 2023 3 hours ago, stark_1 said: Does this mod include sexbound defeat or will I have to download it separately? Batteries Defeat not included. 1 hour ago, aethura said: So I hit two different instances of my character disappearing when interacting with a sex node, the sexbound UI did not show up when trying to mouse over the node. I can stop interacting with the sex node with no problems, but re-interacting with it just repeats the issue. One of them involved climbing onto a table, which I'm assuming is a sex node by default. The other instance involves teratophilia and the defeat mod. The most recent incident involving the monster occurred around 18:03 in the log. The log should also show that I have a "TestingGrounds" mod but that does nothing besides add a couple of items to the TerraMart. Although this is likely unrelated, a couple of minutes prior to hitting this issue, I got a weird incident where my character's movement were either lagging or completely off. As if my movement keys did not seem to work as intended, and I couldn't activate the sprint tech. This problem resolved itself in 10 or so seconds. Restarting the game did resolve the issue of my character not showing up. I was trying to look for errors, but that is one BIG log, so it's hard to parse what data is relevant there. I am not the main dev so i know how to read all the data dumps properly, so all the debug info really clutters the actual errors in there, but i'll give it a second look, let's see here; Yeah, no, i jumped from every instance of the word "Error" and found no instance of a Sexbound error. You might've run into a common issue i've grown so used to, that i honestly forget to report it! If you just left a node, and join a node/same node again, it'll likely not register your character at all until you reload yourself, either by beaming in/out, or saving and quitting to the title screen and back. This often happens to me when leaving and entering nodes repeatedly, if you accidentally press a movement key and E in quick succession for example, and leads to my character being "broken" for Sexbound until reloaded. Though, usually, the interface still shows up even if my character is a ghost! Which is peculiar as you report the opposite. If your game is running slower, chugging/freezing, mainly on the server-side (When monsters/NPCs move slowly or in stuttering manner) then that may make this window of "Character becomes bugged" bigger, and thus trigger more often, but i wouldn't know that part unless you told me your game is running like shit, which isn't unnatural for Starbound.
aethura Posted May 13, 2023 Posted May 13, 2023 59 minutes ago, red3dred said: Batteries Defeat not included. I was trying to look for errors, but that is one BIG log, so it's hard to parse what data is relevant there. I am not the main dev so i know how to read all the data dumps properly, so all the debug info really clutters the actual errors in there, but i'll give it a second look, let's see here; Yeah, no, i jumped from every instance of the word "Error" and found no instance of a Sexbound error. You might've run into a common issue i've grown so used to, that i honestly forget to report it! If you just left a node, and join a node/same node again, it'll likely not register your character at all until you reload yourself, either by beaming in/out, or saving and quitting to the title screen and back. This often happens to me when leaving and entering nodes repeatedly, if you accidentally press a movement key and E in quick succession for example, and leads to my character being "broken" for Sexbound until reloaded. Though, usually, the interface still shows up even if my character is a ghost! Which is peculiar as you report the opposite. If your game is running slower, chugging/freezing, mainly on the server-side (When monsters/NPCs move slowly or in stuttering manner) then that may make this window of "Character becomes bugged" bigger, and thus trigger more often, but i wouldn't know that part unless you told me your game is running like shit, which isn't unnatural for Starbound. Aside from that single instance I mentioned where starbound responded to player input weird, my game runs more than fine. I don't think this was a case where I entered and left a node repeatedly, but it's possible. That definitely wasn't something I paid too much attention to. As for the log, I turned on all of the log settings a while ago under the assumption that it could only help. Not sure how well that's holding up, but yea. 1
Moon_Dew Posted May 13, 2023 Posted May 13, 2023 Are the races added in by Frackin' Universe, Elithian Races Mod, and Arcana supported by Sexbound or Sexbound Reborn?
Erina Sugino Posted May 13, 2023 Author Posted May 13, 2023 1 hour ago, Moon_Dew said: Are the races added in by Frackin' Universe, Elithian Races Mod, and Arcana supported by Sexbound or Sexbound Reborn? Sexbound itself only supports the vanilla species. For everything else someone needs to have made a compatibility patch to add all the sex related sprites. FU in terms of permissions if absolutely, 100%, off-limits and attempting to piss off Sayter will only result in him deliberately trying to make FU break Sexbound again. For the other two races I don't know, though I hear those names come up quite often which probably wouldn't be the case if there was an easy, sufficing answer for them.
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