VektorG Posted January 30, 2020 Posted January 30, 2020 Help I can't seem to unpack any packed files which is preventing me from modifying certain species
Exanimalus Posted April 10, 2020 Posted April 10, 2020 I am trying to add support for the Protogen Race, i finished everything already the only thing are the sprites which im not very good at, any idea to make it fast and easy? or does someone have more knowledge on that part and could help me finish the sprites?
Toruuk Posted May 1, 2020 Posted May 1, 2020 https://steamcommunity.com/sharedfiles/filedetails/?id=1600522737 Would someone be willing to make a compatibility mod for the Taurikin race? I have absolutely no idea what I'm doing with any kind of code, and work too much to figure it out. Here is a resprite for the Taurikin mod. https://steamcommunity.com/sharedfiles/filedetails/?id=1678944265 Much appreciated! Also; 3
s3nderinonuderino Posted June 11, 2020 Posted June 11, 2020 trying to open a csv with the "DialogCsvToConfigConverter.exe" does not generate a .config file. instead it just shows the error terminate called after throwing an instance of 'std::invalid_argument' what():stoi has anyone found a fix for this?
RatFox Posted August 10, 2020 Posted August 10, 2020 Hello, I've been trying to add support for a custom race, however despite changing all the sprites, the character keeps using human expressions during the animations, causing brown eyebrows to appear instead of the matching color. I've tried looking around, but I can't seem to find what's causing this, normal emotes work fine, but the ones triggered during sex animations seem to just use default human ones. Does anyone know how I could fix this?
Guest Posted September 11, 2020 Posted September 11, 2020 I have a quick question, i did the steps up to the NPC type patch for the bunera race but i kept getting this error when i went to startup starbound & play as my bunera OC. Anyone know what's going on?
Jonathan1329 Posted November 3, 2020 Posted November 3, 2020 guys i need help. Im to dumb to know how to set the mod up. i want to mess with the racese later but i want to make sure it works in the first place.
Wigglebutt Posted December 16, 2020 Posted December 16, 2020 Hi there! Do you have of you have any advice on how to seek permission from Steam Workshop's mod authors when it comes to patching their modded races into SxB? I'm currently working on a patch for the Kyterrans, which fall under the guidelines of this mod: https://steamcommunity.com/sharedfiles/filedetails/?id=1103027918 The dev gives me free range to alter assets, and upload addons without consulting them, so I'm good to go for this one. But for future reference this is something I've actually been curious about. Is there any good way to go about doing it? Because you can't exactly just message someone on the workshop just like that. And approaching a dev in their mod's comment section isn't really an option when your project is 18+ xD
Ant Cant Posted January 16, 2021 Posted January 16, 2021 On 9/11/2020 at 1:37 AM, xXRuthless_VoidXx said: I have a quick question, i did the steps up to the NPC type patch for the bunera race but i kept getting this error when i went to startup starbound & play as my bunera OC. Anyone know what's going on? Open .../Starbound/storage/starbound.log and search [Error]. If you tell me the last line that is returned from this search, I may be able to help you.
Ant Cant Posted January 16, 2021 Posted January 16, 2021 In the race patch I'm making, for some reason the sex emotes do not read the body color correctly even though the colors change just fine when using emotes normally. Any ideas what is causing this? For extra clarification, the colors used in emote are white and blue. If I make a character that is black and red, the emotes show up as white and red during sex, but black and red outside of sex. Update: It only happens for the player. NPCs show the correct color.
Rixi- Posted January 22, 2021 Posted January 22, 2021 Hey, new modder here, just wanting to ask. Is there a way to give your species custom sounds? Like, I'm making my own species to submit to the workshop, but I'm also making a support mod for here as well, and I want to add my own sounds for the support.
Ant Cant Posted January 24, 2021 Posted January 24, 2021 On 1/22/2021 at 11:29 AM, SkrubzAfterDark said: Hey, new modder here, just wanting to ask. Is there a way to give your species custom sounds? Like, I'm making my own species to submit to the workshop, but I'm also making a support mod for here as well, and I want to add my own sounds for the support. @SkrubzAfterDark First off, you are gonna want to go into your species file and find the line "ouchNoises". This array should contain two items that are both file paths starting in the root folder (in this case, the folder with your metadata file) and leading to your .ogg's you use for custom sounds. The first item is the hurt sound used for males, the second is for females. Next, you want to go to ./npc/base.npctype.patch (make it if you don't already have it) and add to that file: { "op" : "add", "path" : "/scriptConfig/chatSounds/<race id>", "value" : "male" : [<any number of .ogg paths>], "female": [<any number of .ogg paths>] } That will give your race custom sounds when you talk to npcs of your race. For sexbound, you want to make in your root folder a file named sxb_plugin.moan.config.patch and write in it: [ { "op" : "add", "path" : "/moan/soundConfig/<race id>", "value" : "male" : { "interval" : [2.0,4.0], "pitch" : [1.0,1.0] "soundEffects": [<any number of .ogg paths>] }, "female" : { "interval" : [2.0,3.0], "pitch" : [1.0,1.0] "soundEffects": [<any number of .ogg paths>] } } ] This will give you custom sound effects during sex.
kanekiogava10 Posted November 22, 2021 Posted November 22, 2021 (edited) Извините, я наверное тупой, но не понимаю, что делать с этими тремя архивами и куда их закидывать .. нужно создавать для них отдельные папки или закидывать все в сам мод sexbound? First time playing starbound Edited November 22, 2021 by kanekiogava10
Sekhen Posted December 16, 2021 Posted December 16, 2021 Can someone do a Tsaiqir Race mod? or it is egisting? https://steamcommunity.com/sharedfiles/filedetails/?id=2474014342
Cyrinickloudo Posted February 2, 2022 Posted February 2, 2022 Im trying to open the Metadata file in the template folder with Notepad++ however it refuses to open and breaks notepad++. any help?
DragonFucker725 Posted April 11, 2022 Posted April 11, 2022 Does step #7 need to be done if I don't want to fuck NPCs?
Ninguna Posted August 29, 2022 Posted August 29, 2022 Hey I wanted to know how to add multiple races into the config patch file. Do I just copy/paste the same line with brackets under the previous one, then rename the species or do I have to somehow redirect it to a folder?
acl1 Posted December 27, 2022 Posted December 27, 2022 I'm working on the sylveonoid and I'm running into a weird issue. I have completed most of the sprites but whenever entering a sex node, the colors of the character get messed up. Sexbound is changing the color of the sprites, and I have ensured that the exact same colors are being used from the base mod as in my sprites, yet the colors go wrong. It seems it is trying to replicate the hair color palette. The sylveonoid species has a bodyColor section and a hairColor section, and it seems that sexbound is pulling from the hairColor section for any character color changes. Is there a way for me to fix this within the mod, rather than needing to patch the original species mod?
Madsimmer666 Posted December 31, 2022 Posted December 31, 2022 On 4/30/2020 at 8:52 PM, Toruuk said: https://steamcommunity.com/sharedfiles/filedetails/?id=1600522737 Would someone be willing to make a compatibility mod for the Taurikin race? I have absolutely no idea what I'm doing with any kind of code, and work too much to figure it out. Here is a resprite for the Taurikin mod. https://steamcommunity.com/sharedfiles/filedetails/?id=1678944265 Much appreciated! Also; I have been waiting and waiting for the Taurikin race too!!! I have tried figuring out how to patch it myself... but that is like looking at an alien language!!!
VampireOfMarkarth Posted January 3, 2023 Posted January 3, 2023 On 12/30/2022 at 11:34 PM, Madsimmer666 said: I have been waiting and waiting for the Taurikin race too!!! I have tried figuring out how to patch it myself... but that is like looking at an alien language!!! Taurikin race is like the arachne race, can't be patched without big changes to sexbound bc head positions are hardcoded so races with wider sprites can't be patched.
Madsimmer666 Posted January 8, 2023 Posted January 8, 2023 On 1/3/2023 at 6:50 AM, VampireOfMarkarth said: Taurikin race is like the arachne race, can't be patched without big changes to sexbound bc head positions are hardcoded so races with wider sprites can't be patched. That's so sad! There are a lot of races that haven't got patched. I wish I could understand all of it so I could patch them. I am a stay at home mom, so I got nothing better to do lol. But I don't understand how to patch at all.
Guest Posted November 27, 2023 Posted November 27, 2023 On 1/23/2021 at 11:27 PM, Ant Cant said: @SkrubzAfterDark First off, you are gonna want to go into your species file and find the line "ouchNoises". This array should contain two items that are both file paths starting in the root folder (in this case, the folder with your metadata file) and leading to your .ogg's you use for custom sounds. The first item is the hurt sound used for males, the second is for females. Next, you want to go to ./npc/base.npctype.patch (make it if you don't already have it) and add to that file: { "op" : "add", "path" : "/scriptConfig/chatSounds/<race id>", "value" : "male" : [<any number of .ogg paths>], "female": [<any number of .ogg paths>] } That will give your race custom sounds when you talk to npcs of your race. For sexbound, you want to make in your root folder a file named sxb_plugin.moan.config.patch and write in it: [ { "op" : "add", "path" : "/moan/soundConfig/<race id>", "value" : "male" : { "interval" : [2.0,4.0], "pitch" : [1.0,1.0] "soundEffects": [<any number of .ogg paths>] }, "female" : { "interval" : [2.0,3.0], "pitch" : [1.0,1.0] "soundEffects": [<any number of .ogg paths>] } } ] This will give you custom sound effects during sex. hey im really trying to do this but it keeps bugging on me can you help me with a more concrete example?
Guest Posted August 20, 2024 Posted August 20, 2024 (edited) Hello, I know that this page is kind of dead but could it be posible to make the More Cute And Snakely Lamians (https://steamcommunity.com/sharedfiles/filedetails/?id=2290771373 dependant of https://steamcommunity.com/workshop/filedetails/?id=779096734) compatible with sexbound, please ? Edited August 20, 2024 by ImHollowMan rewriting
Blahblahdontcare Posted August 14, 2025 Posted August 14, 2025 How do I add new races to the game at the [ ], part?
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