Starbound
Ocen: 396
Player Voice
3
2
   
Przyznaj nagrodę
Ulubione
Ulubione
Usuń z ulubionych
Rozmiar pliku
Zamieszczono
Zaktualizowano
285.921 KB
21 września 2021 o 11:08
21 lutego 2024 o 18:52
Listy zmian: 4 ( zobacz )

Zasubskrybuj, aby pobrać
Player Voice

Opis
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:
Komentarzy: 54
Anter583  [autor] 4 lipca o 23:28 
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 lipca o 9:33 
is there a way to disable this for a specific character?
Anter583  [autor] 8 lutego o 16:23 
@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  [autor] 8 lutego o 16:23 
@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.
Prushdi 7 lutego o 4:46 
crashes when I try to use it with frackin universe mod
Cap'n Rattlebones 30 października 2024 o 17:18 
I second Valkyronix's idea (if it's possible)
Valkyronix 27 września 2024 o 20:13 
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  [autor] 27 maja 2024 o 21:38 
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 maja 2024 o 17:06 
Crashes [FU]. Do not install if you wish to play [FU]
Coda 5 kwietnia 2024 o 12:49 
I really hope to see this get finished up, this is such an awesome concept.