Jump to content

[mod] Sexbound


Locuturus

Recommended Posts

Posted
On 2/7/2023 at 1:34 PM, red3dred said:


Ah, it says here, in code vomit, that sxb_futanari.plugin.config be busted.

[12:58:41.593] [Error] Exception caught loading asset: /sxb_plugin.futanari.config, 
(AssetException) Could not read JSON asset /sxb_plugin.futanari.config
Caused by: 
(JsonParsingException) Cannot parse json file: /sxb_plugin.futanari.config
Caused by: 
(JsonParsingException) Error parsing json: unexpected character in word at 50:25


Other than that, i see a bunch of errors related to old characters with FU items and effects failing to load, classic.  Not much else.

Any Idea what might cause it to "break"? I dont think redownloading the mod will help me there, but maybe you have an idea.

Posted
1 hour ago, DarkLoo said:

Any Idea what might cause it to "break"? I dont think redownloading the mod will help me there, but maybe you have an idea.


It says there, unexpected symbol at line 50, ~character 25.

Posted
4 hours ago, red3dred said:


It says there, unexpected symbol at line 50, ~character 25.

 

That should be this:

 

   * A list of applicable actor genders and sxbSubGenders.
   * Adding 'female' to the list will change every female to be a futa-girl.
   */
  "appliesToGenders": [],

 

The "appliesToGenders" should be the line with the error. Sounds like someone improperly altered their config file. Easy fix.

Posted

Anybody know what's up with my sexbound? Whenever I try to get into an interaction, my player character doesn't dissapear so it can enter the interaction unobstructed. Instead, I see two of me. one sitting, and one fucking. I hope it's not something big like a mod incompatibility. Here's my current sexbound mod list.

image_2023-02-10_174417615.png

Posted
3 hours ago, ArkaneGamer2k said:

Anybody know what's up with my sexbound? Whenever I try to get into an interaction, my player character doesn't dissapear so it can enter the interaction unobstructed. Instead, I see two of me. one sitting, and one fucking. I hope it's not something big like a mod incompatibility. Here's my current sexbound mod list.

image_2023-02-10_174417615.png

 

Starbecue has been known to cause this.

Posted (edited)
4 hours ago, Erina Sugino said:

 

Starbecue has been known to cause this.

 

AFAIK it isn't Starbecue but one of its dependencies, though its been a while and I forget which one, but you can leave it out and everything works fine.

 

Edit: Just checked, pretty sure it's the Monster Core mods that are recommended but not required by Starbecue.

Edited by smurf123smurf
Forgot stuff
Posted

Hi. I heard about the most recent update to Sexbound messing up cuntboys. I just wanted to check, does the apple item from the Aphrodite's Bow quest work in place of the hormone patch? If not, is there any other way to be a c-boy?

 

Also, should the option in the futanari config be like this to enable cuntboys?

 

"onlyFemaleActorsCanBeFutanari": false,

Posted

Sexbound in it's current state does not support cuntboys. Installing Lustbound would fix that, however the current version of sexbound also breaks Lustbound. So unless you are willing to manually debug sexbound and alter code on your end, there are not cuntboys sadly.

Posted
11 hours ago, Erina Sugino said:

Sexbound in it's current state does not support cuntboys. Installing Lustbound would fix that, however the current version of sexbound also breaks Lustbound. So unless you are willing to manually debug sexbound and alter code on your end, there are not cuntboys sadly.

Weird, everything works just fine with my sexbound-lustbound setup, and I haven't fucked with the code regarding any of that.

Posted
14 minutes ago, ShylokVakarian said:

Weird, everything works just fine with my sexbound-lustbound setup, and I haven't fucked with the code regarding any of that.


Sexbound works with Lustbound because at one point, a merge was attempted. But it also means that some parts/aspects of Lustbound are purposefully disabled.


The issue: Sexbound has Lustbound in it's "includes" list. This means that Lustbound loads before Sexbound, and thus, cannot patch into Sexbound. Thus the changes made to enable Cuntboys, milking machines, etc. are all likely to not work.

The solution: Either edit Sexbound's Metadata file and remove the Lustbound entry, or mix both into one with a lot of luck and prayers.

Posted
31 minutes ago, red3dred said:


Sexbound works with Lustbound because at one point, a merge was attempted. But it also means that some parts/aspects of Lustbound are purposefully disabled.


The issue: Sexbound has Lustbound in it's "includes" list. This means that Lustbound loads before Sexbound, and thus, cannot patch into Sexbound. Thus the changes made to enable Cuntboys, milking machines, etc. are all likely to not work.

The solution: Either edit Sexbound's Metadata file and remove the Lustbound entry, or mix both into one with a lot of luck and prayers.

 

How do I do that? Do I just remove "lustbound_base" from the include section? 

From 

"includes":["QuickbarMini","StardustLib","lustbound_base"]}

to

"includes":["QuickbarMini","StardustLib"]}

?

 

Posted
6 minutes ago, Frith Prey said:

 

How do I do that? Do I just remove "lustbound_base" from the include section? 

From 

"includes":["QuickbarMini","StardustLib","lustbound_base"]}

to

"includes":["QuickbarMini","StardustLib"]}

?

 

 

Yes, in general that is what you have to do.

However, as I had to work with Lustbounds code a short while back, it seemed to me that even for the current version of sexbound, Lustbound's code is a fair bit outdated at parts. So It is possible that other stuff behaves weird then.

Posted
9 minutes ago, Frith Prey said:

 

How do I do that? Do I just remove "lustbound_base" from the include section? 

From 

"includes":["QuickbarMini","StardustLib","lustbound_base"]}

to

"includes":["QuickbarMini","StardustLib"]}

?

 

 

I just did that and it seems to work.

Thank you so much!

Posted (edited)
On 2/10/2023 at 7:45 AM, smurf123smurf said:

 

That should be this:

 

   * A list of applicable actor genders and sxbSubGenders.
   * Adding 'female' to the list will change every female to be a futa-girl.
   */
  "appliesToGenders": [],

 

The "appliesToGenders" should be the line with the error. Sounds like someone improperly altered their config file. Easy fix.

.... I dont see the Problem tho? I mean, dont I have to add "Female" into the brackets if I want the option to be activated?

Thanks <-

Edit; Thats what it looks like in my Futa Config:

  * Adding 'female' to the list will change every female to be a futa-girl.
   */
  "appliesToGenders": [female],
Edit 2; I did now delete the "female" inside the bracket, now using the apple of discord (AphroditesBow) turns my char into futa as intendet. 

Edited by DarkLoo
Posted
9 hours ago, red3dred said:


Sexbound works with Lustbound because at one point, a merge was attempted. But it also means that some parts/aspects of Lustbound are purposefully disabled.


The issue: Sexbound has Lustbound in it's "includes" list. This means that Lustbound loads before Sexbound, and thus, cannot patch into Sexbound. Thus the changes made to enable Cuntboys, milking machines, etc. are all likely to not work.

The solution: Either edit Sexbound's Metadata file and remove the Lustbound entry, or mix both into one with a lot of luck and prayers.

Yes, and cuntboys and milking machines seem to work just fine for me without this change, and I have no idea why.

 

Ah, yes, the two moods of programmers: "This doesn't work; I have no idea why" and "This works; I have no idea why".

Posted
10 minutes ago, DarkLoo said:

.... I dont see the Problem tho? I mean, dont I have to add "Female" into the brackets if I want the option to be activated?

 

Edit; Thats what it looks like in my Futa Config:

 

  * Adding 'female' to the list will change every female to be a futa-girl.
   */
  "appliesToGenders": [female],
 


Data treatment: [female] is a variable inside of a table. If you have no idea what that means, it's fine. Neither does the code.
A variable is a named value, that could be anything. Except in this case, female means literally nothing to the mod.
While, "female" on the other hand, is a "string", a order of characters that together, form a word, phrase or other similar texts. That is a value of gender that is accepted.

So, without extra explanations, basically, the mod can read it between the quotations just fine, which is why it's mentioned in the commented section as such. It does not comprehend words on it's own.
 

9 minutes ago, ShylokVakarian said:

Yes, and cuntboys and milking machines seem to work just fine for me without this change, and I have no idea why.

 

Ah, yes, the two moods of programmers: "This doesn't work; I have no idea why" and "This works; I have no idea why".


Honestly you might just be running a slightly older version, a previously fixed version without knowing, or even a different version of Lustbound. There are a crapton of possible variables in this small question of "Does Lustbound with current Sexbound" that i can't answer for you =V

I can, however, say that: If, as in, these statements are all true, IF;

  • You are running the latest Sexbound available on this website;
  • You are running the "Updooted" Lustbound found on Lustbound's Thread;
  • You haven't changed any files among those mods, or externally;

Then i've tested this, and Sexbound works fine, Futas do too, the hormone patch works for females, but not for males. Cuntboys are essentially "Unobtainable". Hormone Patch, Apple of Discord, EB's Lustful Whips, etc. All tested on NPCs and also while using the Go Fuck Yourself platform, none made Cuntboys work.

Posted
2 minutes ago, red3dred said:


Data treatment: [female] is a variable inside of a table. If you have no idea what that means, it's fine. Neither does the code.
A variable is a named value, that could be anything. Except in this case, female means literally nothing to the mod.
While, "female" on the other hand, is a "string", a order of characters that together, form a word, phrase or other similar texts. That is a value of gender that is accepted.

So, without extra explanations, basically, the mod can read it between the quotations just fine, which is why it's mentioned in the commented section as such. It does not comprehend words on it's own.
platform, none made Cuntboys work.

Thanks. Clears thinks up for me. ♥

Posted (edited)
16 minutes ago, red3dred said:

Honestly you might just be running a slightly older version, a previously fixed version without knowing, or even a different version of Lustbound. There are a crapton of possible variables in this small question of "Does Lustbound with current Sexbound" that i can't answer for you =V

I can, however, say that: If, as in, these statements are all true, IF;

  • You are running the latest Sexbound available on this website;
  • You are running the "Updooted" Lustbound found on Lustbound's Thread;
  • You haven't changed any files among those mods, or externally;

Then i've tested this, and Sexbound works fine, Futas do too, the hormone patch works for females, but not for males. Cuntboys are essentially "Unobtainable". Hormone Patch, Apple of Discord, EB's Lustful Whips, etc. All tested on NPCs and also while using the Go Fuck Yourself platform, none made Cuntboys work.

Weird, because I AM running the latest Sexbound and Lustbound, and I've only made config changes.

 

It is a massive fucking mystery.

 

I even checked the metadata file, and it has lustbound_base in the includes, so apparently Windows 7 is magic?

 

EDIT; Do y'all have the futanari plugin enabled?  I know it sounds dumb, but it's off by default, so just had to check.

Edited by ShylokVakarian
  • 2 weeks later...
Posted (edited)
5 hours ago, FilthyWeaboo said:

Is there a way to disable stripping during animations, or at least toggle the parts that are stripped?


All animations in Sexbound are custom made, as such, "keeping clothes on" during animations requires the clothes have animations made specifically for them, for each one.

As nobody has made the large task of supporting all Starbound's ~200 legs and shirts (Hats are automatically supported since they don't move), there is no way to keep the clothes on unless you make the animations yourself.

 

5 hours ago, herpesschmerpes said:

Am I doing something wrong or are there really just 8 positions?


In Sexbound, yes. There are only 8 positions, of which, 2 are reused versions of another position. The mod has always desperately needed artists to make more content, and as much as i'm trying to contribute, i'm only one pair of idle hands =V
 

Spoiler

But yeah, there are more positions planned, gender specific ones too, but not for the default Sexbound API. Hopefully more in the future, but the problem lies in the fact that, for every new position added, race supports will need the same amount of added animations, otherwise the modded races will go invisible during sex. So to avoid dumping a impossible load of animations on artists and modders, most of which aren't around anymore, going crazy on the numbers is not a good idea.

 

Edited by red3dred
Fixing muh typos.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...