安装 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 use a dedicated gameserver from NFO because IMHO its cheap enough to avoid the headache of setting up a server yourself.
WHAT YOU NEED:
---Access to a GMod gameserver's filesystem.
---GMad (too lazy to link but its a well known tool for extracting workshop .gma packages into raw folders to be added to a server)
First subscribe to all the stuff you want on your server (there are 9 maps that work out of the box)
Next make a new Collection in the workshop and add all the maps you want and anything else)
You’ll have to go through the whole steam api deal, that comes into play later.
Now take each workshop item in your collection, and add it to your "FastDL"
(make a lua file called workshop.lua and put it in garrysmod/lua/autorun/server Each line should have
resource.AddWorkshop("insert workshop item id here")
next you will find the .gma files for each map you want to add, and use GMad to extract them. Put the contents into garrysmod/maps
Slender automatically adds the maps it recognizes so all thats left is to get the gamemode onto the server
extract the stop_it_slender_gameode.gma (its called something different, but its the main Stop It Slender! thing this discussion thread is based on obviously) and convert it with GMad
Put the files where they belong on the server, you should be getting the hang of it by now.
now change the gamemode in your autorun.cfg or whatever and BOOM! slender server.
Its not rocket science, but there isn’t much documentation on this stuff so anyone who needs help feel free to message or add me for support. Ill try, no promises
My dedicated server starts like this...
-game garrysmod +gamemode stopitslender +maxplayers 16 +map slender_forest +host_workshop_collection 1186243767
That's it. No extracting files necessary. You can even use that collection if you want, but you'll be running whatever maps and mods I run on mine. :)