-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.cfg
41 lines (30 loc) · 1.41 KB
/
server.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Only change the IP if you're using a server with multiple network interfaces, otherwise change the port only.
endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"
# This allows players to use scripthook-based plugins such as the legacy Lambda Menu.
# Set this to 1 to allow scripthook. Do note that this does _not_ guarantee players won't be able to use external plugins.
sv_scriptHookAllowed 0
sets tags "WIP"
#sets banner_detail "https://url.to/image.png"
#sets banner_connecting "https://url.to/image.png"
# Set your server's hostname
sv_hostname "[WIP][ALL] SURVIVE THE HUNT | 20 MINS PARTY "
# Loading a server icon (96x96 PNG file)
#load_server_icon myLogo.png
# convars which can be used in scripts
#set temp_convar "hey world!"
# Uncomment this line if you do not want your server to be listed in the server browser.
# Do not edit it if you *do* want your server listed.
#sv_master1 ""
# Add system admins
add_ace group.admin command allow # allow all commands
add_principal identifier.steam:76561198143812885 group.admin # add the admin to the group - Index
add_principal identifier.steam:76561198164402376 group.admin # add the admin to the group - Owzlaa
# Hide player endpoints in external log output.
sv_endpointprivacy true
# Server player slot limit (must be between 1 and 32, unless using OneSync)
set onesync_enabled 1
sv_maxclients 32
exec serverkey.cfg
exec resources.cfg
exec survive_the_hunt.cfg