安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






It depends.
Some custom campaigns don't have the aforementioned "game_sounds_manifest" file. Honestly, it was my first time trying to debug code.
I mean, that's why I kinda said that it's up to the player to fix it themselves.
I had a suspicion that the publisher (ie you) can't add that fix.
It's better to make the guide publicly known.
Go into the scripts folder and find "game_sounds_manifest".
Look for this line of code:
"precache_file" "scripts/game_sounds.txt"
"precache_file" "scripts/game_sounds_ui.txt"
"precache_file" "scripts/game_sounds_player.txt"
Add this line of code to it.
"precache_file" "scripts/sounds/lua.txt"
"precache_file" "scripts/sounds/phx.txt"
Boom. Problem solved.
That IS a way to do it, but I noticed that it completely bombs all weapon sounds.
I'm gonna see if I can find a way to fix that.
There's actually a way to fix the voicelines for custom maps. It's rather simple actually, you should actually pin this.
What you need to do is download the ORIGINAL GAME FILE from Moddb, and extract the ZIP file.
After that, you have the game folder; all you need is the "scenes", "sound", and "script" folder. Put the main game folder in the addons file in the Gmod addons folder.
C:\Program Files (x86)\Steam\steamapps\common\GarrysMod\garrysmod\addons
The three folders should NOT be by themselves. They need to be in the main folder when you put them into the addons folder; example being "Joutomaa", "The Citizen Returns", etc.