安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
The only requirement is that you're subscribed to this Script MultiLoader and have it as priority one in your addons, like you already would do for others' scripts. The multiloader will find your script if you place it in the right area, and won't differentiate between a script that's loaded from workshop or just sitting on your hard drive.
You just have to remember not to use a slot that's being used by another script addon you are subscribed to, or one will override the other.
Anyway. Once here, make a new folder called "custom_scripts" and enter it.
Then, make your script file. Pick a number that isn't being used by any other script addon you're subscribed to. There's currently 1000 to choose from, so any 3-digit number would likely do the trick. Make sure the file extension is CFG, not TXT. Don't worry, Notepad can still open a CFG file.
Finally, put your script info inside. If you don't know what to put in it right now and just want to see if you're doing this right, here's my test script:
Once your script is created and saved, open HL2. Double check that Script MultiLoader is enabled and at the top of the priority. Then open any map you want.
If everything was done right, your config should execute. If you used my code as a test, your health should read "987".
-----------
Cheers! Hope this helps someone. I'm sure there's at least a couple people out there like me who want to make code snippets that execute with any map but skip the need to make a separate workshop addon for it.