Rixi- Posted May 14, 2022 Posted May 14, 2022 View File [SxB] Majin Support Mod Majin Races can be horny too! This is the Majin Race mod I've haven't touched in over roughly a year or two, only recently have I gone back into working on the mod once again. Link to the Majin race mod: [ CLICK HERE ] I'll also update the mod if I add stuff to the Majin Race. I do plan on adding some sexy Majin styled furniture. Until then, enjoy! Submitter GlaceSpace Submitted 05/14/2022 Category Starbound 3
Ant Cant Posted May 15, 2022 Posted May 15, 2022 (edited) Quote I don't know how to add sounds to the Majins to make them moan, if you know how, let me know and I'll update the mod! in sfx/sexbound, there will be two folders: moans and orgasms. For organization sake, it is recommended to put your .ogg sound files in those. Next, in the same folder as your metadata, make a file named sxb_plugin.moan.config.patch and make it look something like this: Spoiler [ { "op" : "add", "path" : "/moan/soundConfig/<race>", "value" : { "male": { "interval": [2.0, 3.0], "pitch": [1.0, 1.1], "soundEffects": [ "/sfx/sxb/malemoan01.ogg", "/sfx/sxb/malemoan02.ogg", "/sfx/sxb/malemoan03.ogg" ] }, "female": { "interval": [2.0, 3.0], "pitch": [1.0, 1.1], "soundEffects": [ "/sfx/sexbound/moans/apex/apexmoanfemale01.ogg", "/sfx/sexbound/moans/apex/apexmoanfemale02.ogg", "/sfx/sexbound/moans/apex/apexmoanfemale03.ogg" ] } } }, { "op" : "add", "path" : "/orgasm/soundConfig/<race>", "value" : { "male": { "interval": [2.0, 3.0], "pitch": [1.0, 1.1], "soundEffects": [ "/sfx/sxb/maleorg0.ogg" ] }, "female": { "interval": [2.0, 3.0], "pitch": [1.0, 1.1], "soundEffects": [ "/sfx/sexbound/orgasms/glitch/glitchorgasmfemale01.ogg", "/sfx/sexbound/orgasms/glitch/glitchorgasmfemale02.ogg", "/sfx/sexbound/orgasms/glitch/glitchorgasmfemale03.ogg" ] } } } ] Edited May 15, 2022 by Ant Cant
red3dred Posted May 15, 2022 Posted May 15, 2022 6 minutes ago, Ant Cant said: in sfx/sexbound, there will be two folders: moans and orgasms. For organization sake, it is recommended to put your .ogg sound files in those. Next, in the same folder as your metadata, make a file named sxb_plugin.moan.config.patch and make it look something like this: Reveal hidden contents [ { "op" : "add", "path" : "/moan/soundConfig/<race>", "value" : { "male": { "interval": [2.0, 3.0], "pitch": [1.0, 1.1], "soundEffects": [ "/sfx/sxb/malemoan01.ogg", "/sfx/sxb/malemoan02.ogg", "/sfx/sxb/malemoan03.ogg" ] }, "female": { "interval": [2.0, 3.0], "pitch": [1.0, 1.1], "soundEffects": [ "/sfx/sexbound/moans/apex/apexmoanfemale01.ogg", "/sfx/sexbound/moans/apex/apexmoanfemale02.ogg", "/sfx/sexbound/moans/apex/apexmoanfemale03.ogg" ] } } }, { "op" : "add", "path" : "/orgasm/soundConfig/<race>", "value" : { "male": { "interval": [2.0, 3.0], "pitch": [1.0, 1.1], "soundEffects": [ "/sfx/sxb/maleorg0.ogg" ] }, "female": { "interval": [2.0, 3.0], "pitch": [1.0, 1.1], "soundEffects": [ "/sfx/sexbound/orgasms/glitch/glitchorgasmfemale01.ogg", "/sfx/sexbound/orgasms/glitch/glitchorgasmfemale02.ogg", "/sfx/sexbound/orgasms/glitch/glitchorgasmfemale03.ogg" ] } } } ] That may work, but Sexbound defaults to using the species patch, IIRC. For reference, take a glimpse in the Sexbound API files, under the species folder, and "human.species.patch". It's essentially the same patch as above, but applied to the species file instead, Spoiler [ { "op": "add", "path": "/genders/0/sxbMoanInterval", "value": [2.0, 4.0] }, { "op": "add", "path": "/genders/1/sxbMoanInterval", "value": [2.0, 3.0] }, { "op": "add", "path": "/genders/0/sxbOrgasmInterval", "value": [2.0, 4.0] }, { "op": "add", "path": "/genders/1/sxbOrgasmInterval", "value": [2.0, 3.0] }, { "op": "add", "path": "/genders/0/sxbMoanPitch", "value": [1.0, 1.0] }, { "op": "add", "path": "/genders/1/sxbMoanPitch", "value": [1.0, 1.0] }, { "op": "add", "path": "/genders/0/sxbOrgasmPitch", "value": [1.0, 1.0] }, { "op": "add", "path": "/genders/1/sxbOrgasmPitch", "value": [1.0, 1.0] }, { "op": "add", "path": "/genders/0/sxbMoanSounds", "value": [] }, { "op": "add", "path": "/genders/1/sxbMoanSounds", "value": [ "/sfx/sexbound/moans/human/humanmoanfemale01.ogg", "/sfx/sexbound/moans/human/humanmoanfemale02.ogg", "/sfx/sexbound/moans/human/humanmoanfemale03.ogg", "/sfx/sexbound/moans/human/humanmoanfemale04.ogg", "/sfx/sexbound/moans/human/humanmoanfemale05.ogg", "/sfx/sexbound/moans/human/humanmoanfemale06.ogg", "/sfx/sexbound/moans/human/humanmoanfemale07.ogg", "/sfx/sexbound/moans/human/humanmoanfemale08.ogg", "/sfx/sexbound/moans/human/humanmoanfemale09.ogg", "/sfx/sexbound/moans/human/humanmoanfemale10.ogg", "/sfx/sexbound/moans/human/humanmoanfemale11.ogg", "/sfx/sexbound/moans/human/humanmoanfemale12.ogg", "/sfx/sexbound/moans/human/humanmoanfemale13.ogg", "/sfx/sexbound/moans/human/humanmoanfemale14.ogg", "/sfx/sexbound/moans/human/humanmoanfemale15.ogg" ] }, { "op": "add", "path": "/genders/0/sxbOrgasmSounds", "value": [] }, { "op": "add", "path": "/genders/1/sxbOrgasmSounds", "value": [ "/sfx/sexbound/orgasms/human/humanorgasmfemale01.ogg", "/sfx/sexbound/orgasms/human/humanorgasmfemale02.ogg", "/sfx/sexbound/orgasms/human/humanorgasmfemale03.ogg" ] }, { "op": "add", "path": "/genders/0/sxbShowNipples", "value": false }, { "op": "add", "path": "/genders/1/sxbShowNipples", "value": true }, --// This part of the patch adds nipple colors to the body colors. { "op": "add", "path": "/bodyColor/0/d35eae", "value": "684e3b" }, { "op": "add", "path": "/bodyColor/1/d35eae", "value": "836249" }, { "op": "add", "path": "/bodyColor/2/d35eae", "value": "c86c59" }, { "op": "add", "path": "/bodyColor/3/d35eae", "value": "92703f" }, { "op": "add", "path": "/bodyColor/4/d35eae", "value": "cf8a7c" }, { "op": "add", "path": "/bodyColor/5/d35eae", "value": "e08061" }, { "op": "add", "path": "/bodyColor/6/d35eae", "value": "ff9d81" }, { "op": "add", "path": "/bodyColor/7/d35eae", "value": "f69aa2" }, { "op": "add", "path": "/bodyColor/8/d35eae", "value": "f9a8a9" }, { "op": "add", "path": "/bodyColor/9/d35eae", "value": "f7a7d3" } ]
Rixi- Posted May 15, 2022 Author Posted May 15, 2022 (edited) 5 hours ago, Ant Cant said: in sfx/sexbound, there will be two folders: moans and orgasms. For organization sake, it is recommended to put your .ogg sound files in those. Next, in the same folder as your metadata, make a file named sxb_plugin.moan.config.patch and make it look something like this: Reveal hidden contents [ { "op" : "add", "path" : "/moan/soundConfig/<race>", "value" : { "male": { "interval": [2.0, 3.0], "pitch": [1.0, 1.1], "soundEffects": [ "/sfx/sxb/malemoan01.ogg", "/sfx/sxb/malemoan02.ogg", "/sfx/sxb/malemoan03.ogg" ] }, "female": { "interval": [2.0, 3.0], "pitch": [1.0, 1.1], "soundEffects": [ "/sfx/sexbound/moans/apex/apexmoanfemale01.ogg", "/sfx/sexbound/moans/apex/apexmoanfemale02.ogg", "/sfx/sexbound/moans/apex/apexmoanfemale03.ogg" ] } } }, { "op" : "add", "path" : "/orgasm/soundConfig/<race>", "value" : { "male": { "interval": [2.0, 3.0], "pitch": [1.0, 1.1], "soundEffects": [ "/sfx/sxb/maleorg0.ogg" ] }, "female": { "interval": [2.0, 3.0], "pitch": [1.0, 1.1], "soundEffects": [ "/sfx/sexbound/orgasms/glitch/glitchorgasmfemale01.ogg", "/sfx/sexbound/orgasms/glitch/glitchorgasmfemale02.ogg", "/sfx/sexbound/orgasms/glitch/glitchorgasmfemale03.ogg" ] } } } ] Appreciated, I'll take a look into it, and see if I can get it to work. I plan on trying to get some more original sounds to work for the race, but right now kinda using the default humans for now. 4 hours ago, red3dred said: That may work, but Sexbound defaults to using the species patch, IIRC. For reference, take a glimpse in the Sexbound API files, under the species folder, and "human.species.patch". It's essentially the same patch as above, but applied to the species file instead, Reveal hidden contents [ { "op": "add", "path": "/genders/0/sxbMoanInterval", "value": [2.0, 4.0] }, { "op": "add", "path": "/genders/1/sxbMoanInterval", "value": [2.0, 3.0] }, { "op": "add", "path": "/genders/0/sxbOrgasmInterval", "value": [2.0, 4.0] }, { "op": "add", "path": "/genders/1/sxbOrgasmInterval", "value": [2.0, 3.0] }, { "op": "add", "path": "/genders/0/sxbMoanPitch", "value": [1.0, 1.0] }, { "op": "add", "path": "/genders/1/sxbMoanPitch", "value": [1.0, 1.0] }, { "op": "add", "path": "/genders/0/sxbOrgasmPitch", "value": [1.0, 1.0] }, { "op": "add", "path": "/genders/1/sxbOrgasmPitch", "value": [1.0, 1.0] }, { "op": "add", "path": "/genders/0/sxbMoanSounds", "value": [] }, { "op": "add", "path": "/genders/1/sxbMoanSounds", "value": [ "/sfx/sexbound/moans/human/humanmoanfemale01.ogg", "/sfx/sexbound/moans/human/humanmoanfemale02.ogg", "/sfx/sexbound/moans/human/humanmoanfemale03.ogg", "/sfx/sexbound/moans/human/humanmoanfemale04.ogg", "/sfx/sexbound/moans/human/humanmoanfemale05.ogg", "/sfx/sexbound/moans/human/humanmoanfemale06.ogg", "/sfx/sexbound/moans/human/humanmoanfemale07.ogg", "/sfx/sexbound/moans/human/humanmoanfemale08.ogg", "/sfx/sexbound/moans/human/humanmoanfemale09.ogg", "/sfx/sexbound/moans/human/humanmoanfemale10.ogg", "/sfx/sexbound/moans/human/humanmoanfemale11.ogg", "/sfx/sexbound/moans/human/humanmoanfemale12.ogg", "/sfx/sexbound/moans/human/humanmoanfemale13.ogg", "/sfx/sexbound/moans/human/humanmoanfemale14.ogg", "/sfx/sexbound/moans/human/humanmoanfemale15.ogg" ] }, { "op": "add", "path": "/genders/0/sxbOrgasmSounds", "value": [] }, { "op": "add", "path": "/genders/1/sxbOrgasmSounds", "value": [ "/sfx/sexbound/orgasms/human/humanorgasmfemale01.ogg", "/sfx/sexbound/orgasms/human/humanorgasmfemale02.ogg", "/sfx/sexbound/orgasms/human/humanorgasmfemale03.ogg" ] }, { "op": "add", "path": "/genders/0/sxbShowNipples", "value": false }, { "op": "add", "path": "/genders/1/sxbShowNipples", "value": true }, --// This part of the patch adds nipple colors to the body colors. { "op": "add", "path": "/bodyColor/0/d35eae", "value": "684e3b" }, { "op": "add", "path": "/bodyColor/1/d35eae", "value": "836249" }, { "op": "add", "path": "/bodyColor/2/d35eae", "value": "c86c59" }, { "op": "add", "path": "/bodyColor/3/d35eae", "value": "92703f" }, { "op": "add", "path": "/bodyColor/4/d35eae", "value": "cf8a7c" }, { "op": "add", "path": "/bodyColor/5/d35eae", "value": "e08061" }, { "op": "add", "path": "/bodyColor/6/d35eae", "value": "ff9d81" }, { "op": "add", "path": "/bodyColor/7/d35eae", "value": "f69aa2" }, { "op": "add", "path": "/bodyColor/8/d35eae", "value": "f9a8a9" }, { "op": "add", "path": "/bodyColor/9/d35eae", "value": "f7a7d3" } ] Noted. Gonna try it out and see if it works anyways! Edited May 15, 2022 by GlaceSpace 1
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