-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
113 lines (90 loc) · 2.64 KB
/
Copy path.env.example
File metadata and controls
113 lines (90 loc) · 2.64 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
#
# Server information
#
ServerInfo__HostName=[CTF] Red vs Blue | Capture the Flag
ServerInfo__LanguageText=English
ServerInfo__GameModeText=Red vs Blue [v10] [CTF]
ServerInfo__MapName=RC_Battlefield
ServerInfo__WebUrl=https://github.com/DevD4v3/Capture-The-Flag
#
# Gameplay
#
# Specifies the weapon catalog used by the server.
# Valid values: Walking, Run, Mixed, RifleOnly, War, Heavy.
WeaponCatalog__Type=Walking
# Expressed in seconds.
FlagCarrier__PauseTime=30
FlagCarrier__ShowOnRadarMap=true
# Expressed in seconds.
FlagAutoReturn__Delay=120
# Expressed in minutes.
CommandCooldowns__Health=3
CommandCooldowns__Armour=3
CommandCooldowns__Coins=3
TopPlayers__RequiredTotalKills=150
TopPlayers__RequiredMaxKillingSpree=10
AntiCBug__Disabled=false
#
# Server owner
#
ServerOwner__Name=DevD4v3
# Specifies the secret key used to authenticate the server owner.
ServerOwner__SecretKey=
#
# Database
#
MariaDB__Server=mariadb
MariaDB__Port=3306
MariaDB__Database=gamemode
MariaDB__UserName=root
MariaDB__Password=123456789
SQLite__DataSource=gamemode.db
# Specifies the database provider used by the server.
# Valid values: InMemory, MariaDB, SQLite.
DatabaseProvider=InMemory
#
# Audio
#
ClassSelection__IntroAudioUrl=https://od.lk/s/Nl8yMDg4MTc0NDBf/intro-cs.mp3
Headshot__AudioUrl=https://od.lk/s/Nl8yMTE2ODQ3MTVf/headshot.mp3
#
# Team sounds
#
# Alpha team sounds
RedFlagDroppedUrl=https://od.lk/s/Nl8yMDg4MTc0MzNf/red_flag_dropped.mp3
RedFlagReturnedUrl=https://od.lk/s/Nl8yMDg4MTc0MzRf/red_flag_returned.mp3
RedFlagTakenUrl=https://od.lk/s/Nl8yMDg4MTc0MzVf/red_flag_taken.mp3
RedTeamScoresUrl=https://od.lk/s/Nl8yMDg4MTc0MzZf/red_team_scores.mp3
# Beta team sounds
BlueFlagDroppedUrl=https://od.lk/s/Nl8yMDg4MTc0Mjlf/blue_flag_dropped.mp3
BlueFlagReturnedUrl=https://od.lk/s/Nl8yMDg4MTc0MzBf/blue_flag_returned.mp3
BlueFlagTakenUrl=https://od.lk/s/Nl8yMDg4MTc0MzFf/blue_flag_taken.mp3
BlueTeamScoresUrl=https://od.lk/s/Nl8yMDg4MTc0MzJf/blue_team_scores.mp3
#
# open.mp
#
# The password used to lock the server.
ServerPassword=
# The password used to administrate the server and use the remote console (rcon).
RconPassword=343433%%$%%
# Maximum number of players allowed on the server.
MaxPlayers=30
# Enables lag compensation.
LagCompMode=1
# Maximum number of ACK packets accepted from a client per second.
# Increase this value if players are disconnected while loading large maps.
AcksLimit=5000
#
# Docker
#
# Port exposed by the container.
Port=7777
# Server time zone.
TZ=America/Bogota
# Maximum memory available to the Docker container.
MemoryLimit=254m
#
# Discord integration
#
# Optional. Discord webhook URL used to send server notifications.
DISCORD_WEBHOOK_URL=