Jump to content

[mod] Sexbound Reborn


Recommended Posts

2 hours ago, Erina Sugino said:

 

None of which support FxF interaction.

Considering your character is female, and most monsters have a 50/50 chance of spawning in either male or female, you probably encountered a female monster. As a result of which, no positions are available.

 

While yeah it might indeed be the case, old Sexbound doesn't seem to have issue with FxF animations and they seem to work somewhat fine. This creature works with old Sexbound in both variants female creature and male creature (well at least there are separate pov files for each). Sexbound Reborn only seems to work properly with male variant. The same seems to be true for other creatures, rendering about half of creatures unusable on SRB.

 

Old Sexbound FxF encounter (fingering):

 

image.png.c00bb47f2e95b51eb692c422b16e0350.png

 

and for male character (female mob):

image.png.2166997e2e3cfa94ef182acf9d3f6f28.png

 

MxF:

image.png.55e3e77105f51ad3e9e1dcdd0e90fb27.png

 

There are also animations for male variant of mob. With SRB there's a chance that there's no animations available, even for this particular mob.

Edited by Lapsio
Link to comment
9 hours ago, Lapsio said:

 

While yeah it might indeed be the case, old Sexbound doesn't seem to have issue with FxF animations and they seem to work somewhat fine. This creature works with old Sexbound in both variants female creature and male creature (well at least there are separate pov files for each). Sexbound Reborn only seems to work properly with male variant. The same seems to be true for other creatures, rendering about half of creatures unusable on SRB.

 

Old Sexbound FxF encounter (fingering):

 

and for male character (female mob):

 

MxF:

 

There are also animations for male variant of mob. With SRB there's a chance that there's no animations available, even for this particular mob.

 

POV support for monsters and Sexbound support for monsters are two different things.

Old Sexbound did not have the "issue" that no positions are available in certain situations, it had the issue that most positions that are available made 0 sense in certain situations. Old Sexbound does not have logical position filtering, allowing a female character to wildly hump nothing but air, somehow still producing wet penetration sound while talking about actual sex. This has been fixed in SBR, at the cost of sacrificing variety in certain situations until more positions are done.

 

If you want to turn off this logical filtering, there is a setting in the main "sexbound.config" file called "forceAllPositions", which restores the nonsensical availability of all positions regardless of conditions as in Old SxB.

Link to comment
10 hours ago, Erina Sugino said:

 

If you want to turn off this logical filtering, there is a setting in the main "sexbound.config" file called "forceAllPositions", which restores the nonsensical availability of all positions regardless of conditions as in Old SxB.

 

Thanks :) I'll check it out. Considering how few animations there are available for mobs I believe it would make sense if there would be fallback to "forceAllPositions" behavior (or option to enable such fallback mechanics) in case there is 0 positions available. Because tbf TerraDefeat with health restoring while character and mob are just standing still and doing noting is not much less nonsensical than having inappropriate animations XD

 

EDIT: works now

Edited by Lapsio
Link to comment
  • 2 weeks later...
2 hours ago, SergeantShadow said:

Anyway to spawn the loungeables via commands?

 

Depends on what you mean by "loungeables", but generally yes.

Just spawn in the item to place the objects via "/spawnitem <itemname> <count>"

Link to comment
13 hours ago, Erina Sugino said:

 

Depends on what you mean by "loungeables", but generally yes.

Just spawn in the item to place the objects via "/spawnitem <itemname> <count>"

Nevermind, figured it out today, thanks anyways though.

Link to comment
50 minutes ago, Jeynes said:

The game crushes if i put the Aphrodites Bow patch into the mods folder, and I dont have any mods running except the Sexbound Reborn. Any ideas how to fix it?

 

Not until you hand over the log file and a screenshot of the exact crash error message.

Link to comment
1 hour ago, wolfgundam said:

Hi im not sure if sexbound isstarbound.log the issue but i cannot recruit anyone ive done over 16 neki quest after i updated and nothing?????

 

Sexbound doesn't mess with quest generation and NPC graduation. You should probably ask the Neki author about it.

I looked at your log, but it has no relevant errors - just a million spammed errror messages about "invisiblefabric" not existing.

Link to comment
2 minutes ago, Zorakda said:

Question, what does the horny debuff do again?

 

The weak arousal effect does nothing, just informs you that you are at 50%+ arousal.

The strong arousal effect (90%+) reduces your strength by 10%, randomly reduces you movement speed by 10% for 10 seconds, and increases your fertility by 10%.

The heat effect does the same as the strong arousal effect, but (if defined for your species) also randomly plays moaning SFX.

The weak heat effect has 5% strength decrease, 5% movement speed decrease, moaning and no fertility bonus.

Link to comment
11 minutes ago, Erina Sugino said:

 

The weak arousal effect does nothing, just informs you that you are at 50%+ arousal.

The strong arousal effect (90%+) reduces your strength by 10%, randomly reduces you movement speed by 10% for 10 seconds, and increases your fertility by 10%.

The heat effect does the same as the strong arousal effect, but (if defined for your species) also randomly plays moaning SFX.

The weak heat effect has 5% strength decrease, 5% movement speed decrease, moaning and no fertility bonus.

Interesting! right now my Draconis girl is now quite pent up so there's that XD

Link to comment
2 hours ago, Erina Sugino said:

 

The weak arousal effect does nothing, just informs you that you are at 50%+ arousal.

The strong arousal effect (90%+) reduces your strength by 10%, randomly reduces you movement speed by 10% for 10 seconds, and increases your fertility by 10%.

The heat effect does the same as the strong arousal effect, but (if defined for your species) also randomly plays moaning SFX.

The weak heat effect has 5% strength decrease, 5% movement speed decrease, moaning and no fertility bonus.

Another thing I'd like to know is if one can edit how much the debuff can effect the player
along with how to apply them for the random moaning to occur

Link to comment
8 hours ago, Zorakda said:

Another thing I'd like to know is if one can edit how much the debuff can effect the player
along with how to apply them for the random moaning to occur

 

That is solely dependant on the code of the status effects. So you would need to edit them.

Changing the strengths of the effects for "weakness" and "slowness" is as simple as changing a number in that code from 0.9 to something else.

Changing the fertility increase required digging deeper and editing the associated value deep inside the pregnancy plugin's code.

Adding the moans is a big chunk of code you will find on the heat status effects - the chance of which can also be easily changed by editing a number from 0.1 to something else.

Link to comment

A friend and I have been wondering on how to apply the heat mechanic to species. We've been digging most files from the mod's folders and haven't found a conclusive answer.
If it's possible to change and add upon an already existing file, which one and where exactly is it?
Or are we supposed to add certain code lines to an already existing file? We speculate that might be the .species.patch files, but we aren't sure.

Link to comment
9 minutes ago, Spect said:

A friend and I have been wondering on how to apply the heat mechanic to species. We've been digging most files from the mod's folders and haven't found a conclusive answer.
If it's possible to change and add upon an already existing file, which one and where exactly is it?
Or are we supposed to add certain code lines to an already existing file? We speculate that might be the .species.patch files, but we aren't sure.

 

Patch the species file at "/species/<speciesname>.species"

Add "sxbUseHeat": true

Profit.

Link to comment
8 hours ago, Erina Sugino said:

 

Patch the species file at "/species/<speciesname>.species"

Add "sxbUseHeat": true

Profit.

I'm suddenly feeling dumb, how does one do this? cause I was trying to add such things for the Draconis but I have no idea how since I am going off the Draconis sexbound patch

Link to comment
16 hours ago, Zorakda said:

I'm suddenly feeling dumb, how does one do this? cause I was trying to add such things for the Draconis but I have no idea how since I am going off the Draconis sexbound patch

 

From scratch?

Create a new mod folder.

Add a _metadata file, giving the mod an ID, making it "require": ["lox_sexbound"] and any other information you want.

Add a folder "species".

In that folder, add a file "<speciesname>.species.patch" (that <> is a placeholder and to be replaced by the race's actual name)

Add [{"op":"add","path":"/sxbUseHeat","value":true}] to that patch file.

Done.

Link to comment
2 hours ago, Sakirin said:

 So I got the mod with otherstuff, but neither the wheel or my character ever appear in interactions. I've mostly checked with the Gfy platform and don't know what's going on

 

You have Lustbound installed.

Link to comment

Hey Erina. I've been playing as an Avali and I can't seem to get the dialogue for the Avali's to show up, I've messed around with "useDefaultDialog" to see if I could get it to work but to no avail. I know there is dialogue for the Avali as I've looked in config files like "defaultdoggyfull.config". If you could help me it would be greatly appreciated because it's quite anticlimactic when I'm with another Avali and the only time they talk is when I have useDefaultDialog set to true and when they start a position like me pausing and then selecting another position. 

Link to comment
13 minutes ago, Pawsniffer said:

Hey Erina. I've been playing as an Avali and I can't seem to get the dialogue for the Avali's to show up, I've messed around with "useDefaultDialog" to see if I could get it to work but to no avail. I know there is dialogue for the Avali as I've looked in config files like "defaultdoggyfull.config". If you could help me it would be greatly appreciated because it's quite anticlimactic when I'm with another Avali and the only time they talk is when I have useDefaultDialog set to true and when they start a position like me pausing and then selecting another position. 

 

SBR itself only offers dialog for vanilla races, but including dialog talking to/about modded races. That is to say, any vanilla species member (or unsupported species with "useDefaultDialog" set to true) will talk with special dialog to an Avalia partner - Avalis themselves have no dialog though. Using "useDefaultDialog" just gives Avalis basically normal human dialog (with a few special lines referencing Avali partners).

 

On another note, afaik the Avali SxB support may have added it's own dialog back in the day. In which case, that dialog would need to be updated to the new format to work, and until that is done, it might override the "useDefaultDialog" setting. As the old files will exist and be loaded - hence skipping the default dialog - but recognizes as "empty" and hence forcing silence on the Avali.

 

Assuming you have somewhat basic understanding of JSON syntax, here  sextalk converter.html is a very basic converter for old sextalk structure -> new sextalk structure, and here is a detailed wiki guide on how to properly make your own dialog.

 

If you end up properly converting Avali dialog, let me know. I apppreciate contributions.

Link to comment

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
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use