边缘世界 RimWorld

边缘世界 RimWorld

45 个评价
Starcraft 1 Voice Chatter
2
   
奖励
收藏
已收藏
取消收藏
Mod, 1.4
文件大小
发表于
更新日期
11.169 MB
2022 年 11 月 16 日 下午 7:36
2022 年 11 月 17 日 上午 1:15
3 项改动说明 ( 查看 )

订阅以下载
Starcraft 1 Voice Chatter

在 R41N 的 1 个合集中
R41N'S Voice Packs
4 件物品
描述
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 条留言
Guts the Black Maulman 2023 年 11 月 27 日 下午 9: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 2023 年 11 月 26 日 上午 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  [作者] 2023 年 9 月 27 日 下午 12:23 
I think I typed something up on the original mod.
JoeyTritten 2023 年 9 月 27 日 上午 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 2022 年 12 月 10 日 下午 4: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://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2900206095
Emperor Lowa 2022 年 11 月 24 日 下午 7:45 
If you can could you add the protoss? Thanks for your Packs regardless!
Tearful_Dawg 2022 年 11 月 23 日 下午 6:36 
Fanastic--thank you so much, R41N! Going to dig in and hopefully contribute to what you've started! Thank you again!
R41N  [作者] 2022 年 11 月 22 日 下午 5: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  [作者] 2022 年 11 月 22 日 下午 4: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 2022 年 11 月 21 日 下午 11: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!