Jump to content

[mod] Sexbound Reborn


Recommended Posts

Posted

Just curious, how much work would it take to re-enable npc auto climaxes? ( I've no knowledge of scripting or anything, but if one wanted to have this setting on, is it possible by modifying some code, or is it just, none of that code is currently in and we have to wait for a future update for such a thing? Or whatever it is that's preventing npcs from auto climaxing? (And if its a easy thing, how do we modify that?) )

Posted (edited)
6 hours ago, MyraTheSorcerer said:

Just curious, how much work would it take to re-enable npc auto climaxes? ( I've no knowledge of scripting or anything, but if one wanted to have this setting on, is it possible by modifying some code, or is it just, none of that code is currently in and we have to wait for a future update for such a thing? Or whatever it is that's preventing npcs from auto climaxing? (And if its a easy thing, how do we modify that?) )

 

/mods/sexbound/scripts/sexbound/plugins/climax/climax.lua

function Sexbound.Actor.Climax:tryAutoClimax()

(at around line 436)

 

remove the following snippet

    if containsPlayer and playerControl then
        -- Prevent auto climax if we have a player and that player is in control (not raped as part of sexbound defeat)
        return
    end

 

 

EDIT:

If you also have Lustbound and the SBR Lustbound patch, you also have to remove the same code (slightly lower because more code) in the climax plugin's climax.lua file of the patch, as it overrides the original.

Edited by Erina Sugino
Added more instructions
Posted

i have a weird problem i heres my log i get the error [string "/scripts/sexbound/lib/sexbound/statemachine.l..."]:104: attempt to call a nil value (method 'getContainsPlayer')

 

 any help would be apperciated

 

 

starbound.log

Posted
2 hours ago, dalenmastermind said:

I've created a GitHub issue for the getContainsPlayer nil value issue, since I assume that's what you're trying to point everyone to with your link to Advanced Troubleshooting.


... oh boy you folks are going to give Erina an aneurysm...

No, in fact, what they meant to showcase by pointing to the troubleshooting section of the GitHub was to showcase how most people miss the Step 2: Getting the right mods.

The person above, @Lightning109 for example, was using the wrong version of TeratoScenes.

Same with your game apparently, you have both the old and new TeratoScenes installed, Starbound in it's great insight, prioritized the older version, as shown here;

[20:39:52.354] [Warn] Root: 
Overriding duplicate asset source '..\mods\SxB_-_TemTems_Teratoscenes' named 'sexbound_TeratophiliaScenesPack' 
with higher or equal priority source '..\mods\TeratophiliaScenes

 

You also have both EB's Terramons (and their support files) and the BTF Terraphilia support installed. They are the same mod, EB has fixed and uploaded Blake's mod. This will likely cause issues, at least regarding the Monster Girls from the mod.

Posted
6 minutes ago, Silken Emperor said:

Where do we put the patch?


If you mean the SBR Lustbound/Aphrodite's Bow patch, in the mods folder.

If you mean something else, like the wearable patches, the back slot?

Posted
1 minute ago, monkeydomonkydont said:

Okey im kinda confused on how to get sexbuck and how to get it effectively and is it also possible to use admin commands to spawn them in?


Point 1)
Yes, can be found in chests, or obtained over time during sex animations if the "passive income" module is enabled in the config of the mod.
Point 2)
Most "effective" method is the passive income module mentioned above.
Point 3)
Of course, any currency in Starbound is also an item and thus, can be spawned in. Should just be "/spawnitem sexbux <value>"

Posted (edited)

just curious... are there same sex animations? would i be able to fuck a male of another race as a male?
I've never used this mod or the original before and was thinking about it recently

Edited by knuxxxx
Posted
23 minutes ago, knuxxxx said:

just curious... are there same sex animations? would i be able to fuck a male of another race as a male?
I've never used this mod or the original before and was thinking about it recently


Male-on-male is widely supported, it's more so female-on-female that's a bit lacking at the moment.

Posted (edited)
4 hours ago, red3dred said:


Male-on-male is widely supported, it's more so female-on-female that's a bit lacking at the moment.

huh, okay
the only footage of gameplay of this mod I saw was male on female, so I had just assumed for the longest time that there was mostly male on female content

 thanks very much for letting me know ^^

Edited by knuxxxx
Posted

Small question for the folks here since I'm not having any luck with getting subgenders to function on any of my custom race characters at all- I tried tweaking around in the main config file and the subgenders files, but I'm wondering if there's something specific I need to be doing to get subgenders working properly on custom races?

Posted (edited)
29 minutes ago, ShamaraNordes said:

Small question for the folks here since I'm not having any luck with getting subgenders to function on any of my custom race characters at all- I tried tweaking around in the main config file and the subgenders files, but I'm wondering if there's something specific I need to be doing to get subgenders working properly on custom races?


A more wordy explanation would help with helping you.

Are you trying to make it so custom races always have certain sub-genders? Or remove them from certain races?
What have you tried? What are you trying to accomplish? Etc.

Edited by red3dred
Posted (edited)
2 hours ago, red3dred said:


A more wordy explanation would help with helping you.

Are you trying to make it so custom races always have certain sub-genders? Or remove them from certain races?
What have you tried? What are you trying to accomplish? Etc.

Basically, I create a character- use the item to configure Sexbound from the reborn side of things, but there's no option to change gender to futa for any race other than vanilla races, lemme see if I can pull up my config files for you.

EDIT: I fixed my issue- Now Shoggoths can become futanari, but have a bald, undetailed human model and lose any semblence to being a shoggoth - I have the Shoggoth lewd goodies compatibility addon installed and had no issues with it before the reborn rollout

Edit 2: ...I'm an absolute donkey. It was Mindflayers that were borked. Not SHoggoths. Ignore me please.

 

sexbound.config sxb_plugin.subgender.config

Edited by ShamaraNordes
Posted
10 hours ago, ShamaraNordes said:

Basically, I create a character- use the item to configure Sexbound from the reborn side of things, but there's no option to change gender to futa for any race other than vanilla races, lemme see if I can pull up my config files for you.

EDIT: I fixed my issue- Now Shoggoths can become futanari, but have a bald, undetailed human model and lose any semblence to being a shoggoth - I have the Shoggoth lewd goodies compatibility addon installed and had no issues with it before the reborn rollout

Edit 2: ...I'm an absolute donkey. It was Mindflayers that were borked. Not SHoggoths. Ignore me please.

 

sexbound.config 13.93 kB · 0 downloads sxb_plugin.subgender.config 591 B · 0 downloads


... Ih... Uh... okay, strange. Yeah, the Sexbound Shog support isn't up-to-date with the Race, specifically the Beta side of things, and the sub-races in the mod so far. We really need to get around to working on that mod more actively...

But hey, good to hear you got stuff sorted.

Posted (edited)
3 minutes ago, glnn said:

OK I am probably a idiot but i cant get the animations to go. Keep getting a dialog error can someone please help?

starbound.log 251.5 kB · 0 downloads

try without the yoru race as that fucks it up (unless you fixed it yourself) you also have all versions of the Draconis support installed ony use the one that fits the draconis you have installed

Edited by Chrimsi
Posted
1 hour ago, glnn said:

OK I am probably a idiot but i cant get the animations to go. Keep getting a dialog error can someone please help?

 

You broke your sextalk plugin config.

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...