Starbound

Starbound

387 ratings
Player Voice
3
2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
285.921 KB
21 Sep, 2021 @ 11:08am
21 Feb, 2024 @ 6:52pm
4 Change Notes ( view )

Subscribe to download
Player Voice

Description
Makes the player's status controller play chat sounds of the apropriate species & gender whenever the player speaks.


The way this mod works is by tracking the player's emote sprite and waiting for it to switch to its chatting/shouting animation.
Shouting plays the sound at a higher volume.

Currently has a limitation where the current chatting/shouting animation has to end before it can play another chat sound.


Should be natively compatible with any species mod that properly adds its chat sounds to /npcs/base.npctype


Has to be installed both serverside and clientside, if either one is missing this mod, the client will either crash or be kicked.


Addons:

Hard Requirements:
Soft Requirements:
54 Comments
Anter583  [author] 4 Jul @ 11:28pm 
Not normally, but you can take advantage of the mod's voice manipulation mechanic to set the volume to 0 on a specific character.

You will need some modding experience, but all you need to do is give the stats "antr_playerVoice_chatVolume" and "antr_playerVoice_ouchVolume" an effectiveMultiplier of 0.


Something like this in the config or as a custom item parameter of one of your worn items will do the trick:

"statusEffects" : [
{ "stat" : "antr_playerVoice_chatVolume", "effectiveMultiplier" : 0}},
{ "stat" : "antr_playerVoice_ouchVolume", "effectiveMultiplier" : 0}}
]
Orifan1 1 Jul @ 9:33am 
is there a way to disable this for a specific character?
Anter583  [author] 8 Feb @ 4:23pm 
@Cap'n Rattlebones and @Valkyronix
Not sure how I managed to forget to respond to both of you, but Valkyronix's idea is on my to do list, in the form of a list of prefab sounds, as fully manual selection is a bit of a liability.
Anter583  [author] 8 Feb @ 4:23pm 
@Nukii
I will need your game log of a session where the crash/error happens to be able to fix anything.

You can find it by going into your game files, entering the storage folder and opening a text file named starbound.log .
If you see multiple files with that exact same name, then press the button View at the top of the window and tick the File name extensions option to show the full file names.

Then, copy the file's contents into a file sharing site, like pastebin and post a link to it here.

Some extra info on the nature of the issue will be helpful, like at what screen a crash happens, what the symptoms of a script error are, etc.
Cinder 7 Feb @ 4:46am 
crashes when I try to use it with frackin universe mod
Cap'n Rattlebones 30 Oct, 2024 @ 5:18pm 
I second Valkyronix's idea (if it's possible)
Valkyronix 27 Sep, 2024 @ 8:13pm 
Would love for this to have the ability to select the voice you want manually. Would you be so kind as to add that?
Anter583  [author] 27 May, 2024 @ 9:38pm 
I'll need your game log to tell you what's wrong, use a code sharing website like pastebin.com as steam's word limit is too small.

I try to design my mods in a way that makes them low maintenance and minimizes game breaking compatibility issues, so without a log showing the issue I can't even begin figuring out what's broken.

Same goes with FU, I have stopped testing my mods with FU for several years now, but due to how I design my mods I expect them to atleast partially work, even if the balance is out of tune and mechanics/content between the 2 mods aren't syncing properly.
Hans Git the Lugar 22 May, 2024 @ 5:06pm 
Crashes [FU]. Do not install if you wish to play [FU]
Coda 5 Apr, 2024 @ 12:49pm 
I really hope to see this get finished up, this is such an awesome concept.