RimWorld

RimWorld

46 betyg
Starcraft 1 Voice Chatter
2
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Mod, 1.4
Filstorlek
Lades upp
Uppdaterades
11.169 MB
16 nov, 2022 @ 19:36
17 nov, 2022 @ 1:15
3 ändringsnotiser ( visa )

Abonnera för att ladda ner
Starcraft 1 Voice Chatter

I 1 samling av R41N
R41N'S Voice Packs
4 artiklar
Beskrivning
This mod is a patch that adds Voice Actors for Ouroboros' Voice Acted Radio Chatter mod. The theme of this patch is Starcraft 1 Terran. They will be added to the random pool of Voice Actors available to colonists as well as selectable in mod options.

It contains the following labelled voice lines:
MaleRaynor
MaleMarine
MaleCivilian
MaleDuran
MaleSCV
MaleGhost
MaleGoliath
MaleFirebat
FemaleKerrigan
FemaleMedic

Major thanks to Ouroboros' for comissioning VARC and to Taranchuk creating VARC and helping me out massively with my own side project. Feel free to reach out to me asking for what VAs you want to see next!

20 kommentarer
Guts the Black Maulman 27 nov, 2023 @ 21:19 
Just a suggestion but it would make me super happy if you had some space marine voices from dawn of war 1. Maybe if I paid you? :D Just message me or something, please!
moss 26 nov, 2023 @ 11:46 
hello! i was curious if i could get some help reverse engineering adding custom voicelines! i see your template, but im just a bit lost in the process.
R41N  [skapare] 27 sep, 2023 @ 12:23 
I think I typed something up on the original mod.
JoeyTritten 27 sep, 2023 @ 6:46 
Could you make a steam guide that goes into more detail on how to make custom actors, I'm a beginner to modding this game.
Tearful_Dawg 10 dec, 2022 @ 16:14 
Thanks again, R41n! Was able to make a Duke Nukem voicepack using your template files and voicepacks as an example. It's under review but will be viewable here if you're interested: https://steamproxy.net/sharedfiles/filedetails/?id=2900206095
Emperor Lowa 24 nov, 2022 @ 19:45 
If you can could you add the protoss? Thanks for your Packs regardless!
Tearful_Dawg 23 nov, 2022 @ 18:36 
Fanastic--thank you so much, R41N! Going to dig in and hopefully contribute to what you've started! Thank you again!
R41N  [skapare] 22 nov, 2022 @ 17:13 
https://drive.google.com/drive/folders/1l-fTaA6n64PArbGFBx4x4H8ZPynTSq4i?usp=sharing
A template project file is above.
So it's all based on file names. In the project, add as many actors as you want via the
VoiceActedRadioChatterMod.voiceActors.Add("FemaleYOURNAMEHERE");
They have to start with Male or Female to be read by the game.
Build that as a .dll and place it in the Assemblies folder of your mod.
Then go into Defs/SoundDefs/ and make sure there is an .xml file named UnitResponseFemaleYOURNAMEHERE.
Use the template or copy another make sure that they all point to a folder
Sounds/UnitResponse/FemaleYOURNAMEHERE
The folder needs to be filled with the right file names pointed to in the .xml files.
R41N  [skapare] 22 nov, 2022 @ 16:39 
@Tearful_Dawg I'll upload the VS project file to a google drive tonight so anyone can get to it, along with a guide to the .xml and folder structure. You do need to remake the .dll but its very easy. Taranchak helped me set it up.
Tearful_Dawg 21 nov, 2022 @ 23:06 
Hi R41N, this is awesome. I went through the original VARC mod and hit a roadblock at the .dll part -- did you end up having to re-make the .dll to get in the custom folders? I

I'd love to be able to make packs using some of the games I have. Hoping I could use your work as a template!