安装 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(越南语)
Українська(乌克兰语)
报告翻译问题






I don't mind, you can add me if you want.
I recreated the old Valve Dev Union info page on decompilers [valvedev.info]'s file archive with the same maps on my game copies and included the Unified SDK decompiler's results. Unified SDK has settings for two decompile options, Tree-Based and Face-To-Brush so I also included both.
https://drive.google.com/file/d/1fKJwTnBlwB4DNScghtdz-bOYiO8j8OEB/view?usp=sharing
Seems like it, but replacing the angle KVs is much simpler compared to fixing the decompiles that it's a non-issue once I figured this out, just needing to manually blanket edit and replace these values in each VMF one time. Unified SDK kept almost all textures and inbound geometry in the map intact which helped me a lot.
I used WinBSPC once and tried to fix it's result, but gave up on it.
BSP2MAP I never used out of principle of it being older and having been discouraged by WinBSPC , but seeing the errors it has I'd likely also give up with it as well.
HL Unified SDK Decompiler to decompile the bsps.
gldsrc2source , a no-longer-supported tool but still works that auto-converts the textures and entities' target system to HL:S texture dimensions and I/O respectively. (Not perfect, but the automation still helps)
Late reply, but I figured out the crashes surprisingly quickly - the angle keyvalues in all the entities were not being auto-converted to angles in my set of tools.
The Source Engine seems to hate angle , but Garry's Mod patched this keyvalue to work on it's branch of Source.
Because that is happening to me, and my days' worth of fixes for one map just can't work.
GMod loads the bsp fine, and that is driving me crazy why the other games I intend to map for just don't.
Decompiled GoldSrc cliffs are hell.
Can't promise anything at this time.