安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
Care to explain wtf that is? I would also like to know how to get this mod working as well.
Then look in scripts from the actual mod. If there is a game_sounds_manifest.txt in the actual mod, look at it and copy the missing .txt it lists (For Uncertainty Principle, the up_game_sounds.txt, or for the Strider Mountain mod, the npc_sounds_strider_mountain.txt for examples), txts cannot go into .gma files so they're left out in the conversion process, however, they are also important, as they contain the script that tells the game what sounds to play in the scenes/vcds. Paste it in the scripts folder of whatever folder you made for the mod in addons (along with whatever subdirectory itself may be in, but only with that file, don't want to overwrite anything GMod needs in its own scripts.), then extract the game_sounds_manifest.txt from GMod's garrysmod_dir.vpk script folder, paste it in the mod's folder, and whatever the mod's unique sound .txts are (Like in the examples above) copy their names and put them in the manifest: ("precache_file" (tab)(tab) "scripts/name_of_mod's _sound_script_here"). Doesn't matter where it goes, but would be good to // and make a new category, so it would be easier to sort them.
As for Citizens T-Posing, Gmod has its own npc models from HL2, which overwrite those found in the actual, mounted versions. Go into HL2's hl2_misc_dir.vpk, models folder, and extract/copy the humans folder from it. Paste it in the folder you made addons folder/models, and there you go. This is because animations in Source are held within the models themselves, and not applied externally like in every other game nowadays.
This may take a while, but I got many, seemingly busted sourcemod ports working flawlessly in GMod this way. Sometimes it isn't enough however. Some newer mods have only a .scene file without the source files that make up it included. And the only application in the entire internet which can extract those: VSIF2VCD, only works right with Portal 1's .scene. Using it on anything else leads to the .vcds resulting names being jumbled garbage. With some people's GMod load times and broken script flushing, could take weeks of trial-and-error & cross-referencing with one of Bolloxed's walkthrough which vcd is which to fix them.
Hope this helps.
Patrick.
its super easy to do though you just put it like one folder.