brapcity Posted August 14, 2025 Posted August 14, 2025 I'm trying to figure out exactly how to have multiple thrust sounds in Sexbound Reborn's* sex scenes (or, at least, one in specific). When adding sounds to immediateSound inside the twoactors[-centered].animation, it's tied to the actual frames, so I'm limited to a repeating static array of maybe two or three of the same thrust noises. If I could pick a random element out of this array that would suffice, but I'm not exactly sure how to do that in this format (JSON). As it stands now, I've replaced the moaning sounds with the sounds I want to use but it's not really what I want. I suppose this is more of a techincal question of "How do I pull a random element from a fixed-size array inside JSON", but it if I have to figure out something Lua-based that'd be fine too. Sorry if this is also a very simple question; I have a fair bit of coding experience but this is my first time dealing with Starbound modding. *I'm actually working with Pygophillia, but the difference doesn't matter here
Erina Sugino Posted August 14, 2025 Posted August 14, 2025 (edited) Not possible with vanilla Starbound. StarExtensions added an "immediateSoundPool" option to the animation file by my request for exactly this feature, don't know if that made it over into OpenStarbound too. Edited August 14, 2025 by Erina Sugino 1
brapcity Posted August 14, 2025 Author Posted August 14, 2025 I see; thank you for letting me know. I've been using OpenStarbound so I can test that later, but either way good request!
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