-
Notifications
You must be signed in to change notification settings - Fork 13
/
Config.ini
37 lines (30 loc) · 893 Bytes
/
Config.ini
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
// Default configuration file for OpenSMO.
// Edit this file!
Server_Name = OpenSMO.com
Server_MOTD = |c0ff0000Welcome to OpenSMO.com! -- Please take a moment to edit Config.ini.
Server_IP = 0.0.0.0
Server_Port = 8765
Server_FPS = 120
Server_ReadTimeout = 250
Server_LogFile = Server.log
Server_HigherPriority = True
MySql_Host = hostname
MySql_User = user
MySql_Password = password
MySql_Database = database
Allow_Registration = True
Allow_Spectators = True
RTS_Enabled = True
RTS_IP = 0.0.0.0
RTS_Port = 8766
RTS_ChatLines = 20
RTS_Trusted = 127.0.0.1
Game_FullComboIsAA = True
Game_ShadowBan = True
Game_AntiCheat = False
// Below optional settings are advanced settings.
// Only change if you know your stuff around in the SMO protocol.
// Generally, these don't need to change at all. So leave them commented.
//Server_Offset = 128
//Server_Version = 128
//Server_MaxPlayers = 255