Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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.