Jump to content

[mod] Sexbound Tweaker (Formerly PM2PB) <Deprecated>


red3dred

Recommended Posts

Posted
5 minutes ago, terajunkie said:

sorry if this is redundant, but im having trouble getting the futas to work.  I just started starbound, and modding last night.  So im obviously new, and am sure this is user error.  i have a pre-existing save using the sexbound.pak mod.  Then i read u could enable futas, so i wanted to do that.  I downloaded and installed the src version and replaced the pak version.  The files/folders are installed to mods/sexbound.  I followed your instructions from this page, went back in game, and my human female player has no extra bits.  I tried creating a new player and in the human female preview, still no extra bits.

 

here is the section of code i edited

 

      "futanari" : {
        "enable"  : true,
        "name"    : "Futanari",
        "config"  : ["/scripts/sexbound/plugins/futanari/futanari.config"],
        "scripts" : ["/scripts/sexbound/plugins/futanari/futanari.lua"],
        "loadRequirements" : {
          "entityType" : ["npc", "player"],
          "gender"     : ["female"],
          "name"       : [],
          "species"    : ["floran","human","apex","novakid"],
          "uniqueId"   : []
        }
      },

 

cant figure out where my error is.  Thank you for creating/supporting this mod!

...  huh, odd, it all seems correct. Mind dropping a log for me to check what the game says? Should there be another version of Sexbound installed in the folder, it might be replacing the config. Anyhow, i'll await for a log if you can.
 

Posted
5 hours ago, red3dred said:

...  huh, odd, it all seems correct. Mind dropping a log for me to check what the game says? Should there be another version of Sexbound installed in the folder, it might be replacing the config. Anyhow, i'll await for a log if you can.
 

I'll get that to you tonight, after i research how to do that, lol.  thanks for quick response.  Thanks again :)

Posted
9 hours ago, terajunkie said:

here is the section of code i edited

 

      "futanari" : {
        "enable"  : true,
        "name"    : "Futanari",
        "config"  : ["/scripts/sexbound/plugins/futanari/futanari.config"],
        "scripts" : ["/scripts/sexbound/plugins/futanari/futanari.lua"],
        "loadRequirements" : {
          "entityType" : ["npc", "player"],
          "gender"     : ["female"],
          "name"       : [],
          "species"    : ["floran","human","apex","novakid"],
          "uniqueId"   : []
        }
      },

 

cant figure out where my error is.  Thank you for creating/supporting this mod!

I think you may have just forgotten to add spaces between species.

           "species"    : ["floran","human","apex","novakid"],
 should probably be like
           "species"    : ["floran", "human", "apex", "novakid"],

Even the smallest typo can just break everything or a lack of spacing.

Posted
17 hours ago, TheGroovyTemplar said:

I think you may have just forgotten to add spaces between species.

           "species"    : ["floran","human","apex","novakid"],
 should probably be like
           "species"    : ["floran", "human", "apex", "novakid"],

Even the smallest typo can just break everything or a lack of spacing.

That seems to have fixed the issue.  The extra bits are there now, but only during interactions.  Not when im out mining/exploring.  Don't know if thats intended.  Thanks!

Posted
5 hours ago, terajunkie said:

That seems to have fixed the issue.  The extra bits are there now, but only during interactions.  Not when im out mining/exploring.  Don't know if thats intended.  Thanks!

... really? That's not supposed to have fixed it lmao

And nope, much like pregnancy, in-game sprites, outside of animations are not governed by Sexbound at all, entirely up to the player to change those and add/remove genitals to their liking. There are plenty of mods for that.

Posted

Edit: Sorry, I read the previous page and see the multi-pregnancy thing is a known bug.  I'll guess I'll just enable futas and remove this mod for now.  Is there a way turn futas on without the graphic change?  I want to get others pregnant with a female avatar, but I don't want to have to give everyone dicks.

Posted
7 hours ago, sgb said:

Edit: Sorry, I read the previous page and see the multi-pregnancy thing is a known bug.  I'll guess I'll just enable futas and remove this mod for now.  Is there a way turn futas on without the graphic change?  I want to get others pregnant with a female avatar, but I don't want to have to give everyone dicks.

Nope, but that's what "female Impregnators" is for.

And the pregnancy issue isn't particularly a issue with this mod, it's the API i believe. I haven't uploaded the fixes here yet, is what i meant.

Posted
On 6/11/2020 at 4:08 PM, red3dred said:

Nope, but that's what "female Impregnators" is for.

And the pregnancy issue isn't particularly a issue with this mod, it's the API i believe. I haven't uploaded the fixes here yet, is what i meant.

Please check the Discord chat for the fixes to make this mod compatible with v3.15.

Posted

Can you give me the previous version of your mod, please, i lost her (Where is mega birth XD)? The new version does not work with the new Sexbound API (male do not get pregnant), and the notification functions and FreeForAll do not work in the new API (why is this function needed? o_O)

 

And maybe Teratophilia incompatible with new API

 

Defeat work good for me

Posted
6 hours ago, tekcirc said:

Can you give me the previous version of your mod, please, i lost her (Where is mega birth XD)? The new version does not work with the new Sexbound API (male do not get pregnant), and the notification functions and FreeForAll do not work in the new API (why is this function needed? o_O)

 

And maybe Teratophilia incompatible with new API

 

Defeat work good for me

If you're talking about Tweaker's version 3.15.2, i cannot say whether it works or not, it wasn't made by me and wasn't tested. If there are issues though, still do report them.

As for whether the functions aren't working, i can't confirm, but Terato shouldn't be incompatible yet, and it's impossible to believe that Defeat of all things is working properly. Still...

 

No log, thus didn't happen? I can't help without a log, and even if i had one, i couldn't tell you why it's not/ is working, so my bad.

  • 5 months later...
Posted

is there anyway to get futa support for the draenei race mod? as well as a basic futa skin for it?  i cant find anything that seems to work and the sexbound api mod for daenei i found makes me show up as human

Posted
24 minutes ago, LadyJade90 said:

is there anyway to get futa support for the draenei race mod? as well as a basic futa skin for it?  i cant find anything that seems to work and the sexbound api mod for daenei i found makes me show up as human

Well, this mod is outdated, but if you mean some legacy support, what exactly are you trying to do? With what base Sexbound version? Because i don't remember Draenei having updated support, and the older versions required custom sprites for futa, which was only visual.

Posted
2 hours ago, red3dred said:

Well, this mod is outdated, but if you mean some legacy support, what exactly are you trying to do? With what base Sexbound version? Because i don't remember Draenei having updated support, and the older versions required custom sprites for futa, which was only visual.

i guess im just looking for a basic sexbound and nude futa sprite option for the draenei mod. all these updates since i last played really threw my mods out the window so im trying to get a new mod setup going   i had one that did it but im having trouble finding it

  • 5 weeks later...
Posted
11 minutes ago, plekleIple said:

babySpeciesPicker is cool

It is, but i wouldn't be surprised if Locuturus puts that into the main API as a feature that is "off by default" in the future. All the other features this mod had are available in the main API right now, if you configure them so.

Posted
On 1/18/2021 at 3:11 PM, red3dred said:

It is, but i wouldn't be surprised if Locuturus puts that into the main API as a feature that is "off by default" in the future. All the other features this mod had are available in the main API right now, if you configure them so.

and we need a real hybrid baby, so we have to configure“flase” all thing except babySpeciesPicker..maybe SxB need a separate hybrid MOD or some more complex hybrid mechanism inside.

  • 3 weeks later...
  • 1 year later...
Posted
On 12/6/2018 at 11:15 PM, red3dred said:

Sexbound Tweaker (Formerly PM2PB) <Deprecated>


Sexbound Tweaker is a simple mod to allow a couple more settings to be fiddled with.

 

<Deprecated: Futa functionality is now integrated into Sexbound>


 

 

i can't download Sexbound_Tweaker_v3.15.2.zip access denied. fix it please

Posted
8 minutes ago, Asmodeus616 said:

 

 

i can't download Sexbound_Tweaker_v3.15.2.zip access denied. fix it please

You don't need to download anything, FUTA are included in the base mod now, this one is deprecated and will not receive any update

Posted
5 hours ago, Asmodeus616 said:

i can't download Sexbound_Tweaker_v3.15.2.zip access denied. fix it please


Oh, that file isn't available at all. I don't have it, i think it was made by Locuturus, and i don't even have it in my repository of mods.

The mod doesn't work with the latest version, it was kept up because older versions of Sexbound were still available for download at the time, i guess the time has come to shut down this tent huh? The old versions are gone and these "Legacy Downloads" serve no purpose anymore, at all.

 

7 hours ago, Shynasha said:

You don't need to download anything, FUTA are included in the base mod now, this one is deprecated and will not receive any update


Well, the mod did a bit more than just Futanari supports, but alas, what we lost we're not getting back for the normal API.

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