-
Notifications
You must be signed in to change notification settings - Fork 36
Dedicated Server Instructions
tpan496 edited this page Apr 5, 2021
·
2 revisions
You don't need to add anything extra! Just make sure you set gamemode
to horde
.
As you might already know there are two ways of setting up custom configs:
- Client UI. To use this on a dedicated server, you need to put
horde_default_item_config = 0
horde_default_enemy_config = 0
In autoexec.cfg
. Then you can edit stuff in your shop. A quick way to setup the config is just to put your item.txt
or enemy.txt
into your server's data
folder.
- Lua Scripting.
-- These two don't matter
-- horde_default_item_config = 0
-- horde_default_enemy_config = 0
horde_external_lua_config "custom-config"