Left 4 Dead 2

Left 4 Dead 2

67 ratings
【Blue Archive 】爱丽丝日语语音包替换比尔 || Arisu Japanese voice package replaces Bill
   
Award
Favorite
Favorited
Unfavorite
Survivors: Survivors, Bill
Game Content: Sounds
File Size
Posted
368.267 MB
Apr 7 @ 5:23am
1 Change Note ( view )

Subscribe to download
【Blue Archive 】爱丽丝日语语音包替换比尔 || Arisu Japanese voice package replaces Bill

Description
碧蓝档案四人小队日语语音包
比尔-爱丽丝、佐伊-优香、路易斯-玛丽、弗朗西斯-圣园未花
更改了四个人互相之间的称呼,优化了说话习惯。

使用GPT-SoVITS v2和多个其他AI综合制作,全部语音文件人工校验过。

如何安装
1.订阅后等待下载完成
2.游戏中安装完成后退出。浏览本地文件-left4dead2-addons-workshop
3.用GCFScape打开vpk文件 将全部文件解压到 求生之路2根目录
4.将addoninfo.txt文件的后缀名改成bat 运行后自动安装语音包.
5.进入游戏,打开控制台,输入“snd_rebuildaudiocache”,等待进度条结束
6.输入“quit ”退出游戏。重新进入游戏即可
注意:
批处理脚本为按语音文件名称自动替换脚本。

————————————————————————————————————————————————————

Blue Archive Four Person Team Japanese Voice Pack
Bill - Arisu (天童(てんどう) アリス), Zoe - Yūka(早瀬(はやせ) ユウカ), Louis - Marī(伊落(いおち) マリー), Francis - Misono Mika (聖園(みその) ミカ)
Changed the way four people addressed each other and optimized their speaking habits.

Produced using GPT SoVITS v2 and multiple other AI systems, all voice files have been manually verified.
Due to the large amount of voice, it cannot be uploaded at once, so it is divided into two packages for uploading.

How to install
1. Wait for the download to complete after subscribing
2. Exit the game after installation is complete. Browse local file - left4dead2-addons workshop
3. Use GCFScape to open the vpk file and extract all files to the 2 root directories of Survival Road
4. Change the extension of the addoninfo. txt file to 'bat' to automatically install the voice pack after running
5. Enter the game, open the console, enter "snd_rebuildaudiocache", and wait for the progress bar to end
6. Enter "quit" to exit the game. Just re-enter the game
be careful:
Batch processing scripts automatically replace scripts by voice file name.

————————————————————————————————————————————————————
GCFScape 下载地址 https://www.gcfscape.com/

其他:如果在游戏中听到语音中出现非常轻微的电音,这是游戏的音频缓存不足导致的,
在游戏的启动项增加以下参数:-snd_max_voices 128 -snd_mix_async 1 -snd_mixahead 0.15 -snd_async_fullyasync 0
Other: If you hear very faint electronic sounds in the voice during the game, it is caused by insufficient audio cache in the game.
Add the following parameters to the game's startup option:- snd_max_voices 128 -snd_mix_async 1 -snd_mixahead 0.15 -snd_async_fullyasync 0
15 Comments
伊蕾娜  [author] Aug 26 @ 12:02am 
@最能朴昌这一块 我简介里写的很清楚,可以用内置的bat批处理脚本快速安装,也可以自己替换文件
少羽n'b Aug 25 @ 9:11am 
不是直接放到根目录吗,还是说也要把原本比尔的语音文件替换掉?
伊蕾娜  [author] Aug 25 @ 1:57am 
@最能朴昌这一块 你是怎么安装MOD的?如果没有替换文件,确实只会说一半,因为原版的语音文件只有这么长,多处的部分不会播放,需要替换文件才可以完整播放语音
少羽n'b Aug 24 @ 2:19pm 
有时候语音包说话只说一半,是什么问题?
伊蕾娜  [author] Aug 22 @ 2:29am 
@Lesbianka + Steam的下载问题,可以去第三方网站下载MOD,或者重启Steam
Lesbianka + Aug 22 @ 1:17am 
为什么没有VPK文件,只有JPG图片呢
伊蕾娜  [author] May 18 @ 11:48am 
@SHMUP 我已经改进完了代码了,并增加了备份功能,如果需要,联系我获取新版脚本,之后会随着新语音包一起发布,老的语音包就不更新里面的脚本了。
伊蕾娜  [author] May 18 @ 6:53am 
@SHMUP 考虑到有极少部分人的电脑运行脚本可能出错,过一段时间我发布一个更好的版本吧,顺便开始制作新的中文语音包。
伊蕾娜  [author] May 18 @ 6:31am 
@SHMUP 这个是由于不同版本Windows路径拼接引起的错误,我的电脑是Windows11企业版,并没有出现这个问题,你可以右键批处理脚本点击编辑,然后把代码中的
if exist "%script_dir%%game_root%\" (
改为
if exist "%script_dir%%game_root%" (

else if exist "%script_dir%\%required_dirs%\"
改为
else if exist "%script_dir%\%required_dirs%"

else if exist "%script_dir%..\%game_root%\"
改为
else if exist "%script_dir%..\%game_root%"

去掉路径拼接代码这三个地方末尾的反斜杠,这可能会解决问题
广角镜盖欧卡 May 18 @ 6:05am 
win11系统下将sound文件夹和bat文件解压到游戏根目录后执行bat文件出错,在输出脚本位置后提示\Steam\steamapps\common\Left was unexpected at this time. 将游戏根目录文件夹名中的空格删除后问题仍然存在,修改后的报错为\Steam\steamapps\common\Left4Dead2\left4dead2\ was unexpected at this time.