-
Notifications
You must be signed in to change notification settings - Fork 10
/
tnfFOnlineServer.cfg
81 lines (60 loc) · 2.1 KB
/
tnfFOnlineServer.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
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
# Window name
WindowName = TLJ Server
# Position of server window
# 0, 0 - center of monitor
PositionX = 0
PositionY = 0
# GUI size modifier
GUISize = 0
# Listening port
Port = 4000
# Admin panel listening port
# 0 to disable
AdminPanelPort = 0
# Sleep time after every game cycle, time in milliseconds
GameSleep = 10
# World saving, time in minutes
WorldSaveTime = 2
# Save management
# 0 - data writing directly to disk, without thread buffering
# 1 - data writing to another thread, than to disk; also automaticly deleting old world saves
WorldSaveManager = 1
# Count of logic threads
# If zero than system allows as many concurrently running threads as there are processors in the system
LogicThreadCount = 1
# If zero then operating system automatically manage threads between cores, else affinity thread per core
LogicThreadSetAffinity = True
# Concurrent execution of scripts on multithreaded logic
ScriptConcurrentExecution = False
# Count of network threads
# If zero than system allows as many concurrently running threads as there are processors in the system
NetWorkThread = 0
# Memory monitoring
# 0 - disable, 1 - simple monitoring, 2 - deepest monitoring, 3 - more deepest monitoring
MemoryDebugLevel = 2
# Logging to file or text box
Logging = True
# Logging to OutputDebugString (Windows)
LoggingDebugOutput = False
# Adding time in milliseconds to log output
LoggingTime = True
# Adding thread name to log output
LoggingThread = False
# Profiler data collection mode
# 0 - disabled, 1 - save to file, 2 - display in server, 3 - both
ProfilerMode = 0
# Interval for call stack sampling, in ms
ProfilerSampleInterval = 50
# Detailed call stacks information
# 0 - disabled, 1 - only current cycle stack ( for dumps ), 2 - current and previous cycle call stacks
DetailedCallStackInfo = 3
# Type all supported languages, 0 is default language if matches not found
# Length of all languages must be 4 letter
Language_0 = engl
# Keys for accesses
# Aviable four access mode: client (default on login), tester, moder, admin
Access_client = 000
Access_tester =
Access_moder =
Access_admin = 111
AccessNames_admin =