diff options
Diffstat (limited to 'example/config/sim_skeleton/ThisSim.ini')
-rw-r--r-- | example/config/sim_skeleton/ThisSim.ini | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/example/config/sim_skeleton/ThisSim.ini b/example/config/sim_skeleton/ThisSim.ini index 140cf3b..a1a209a 100644 --- a/example/config/sim_skeleton/ThisSim.ini +++ b/example/config/sim_skeleton/ThisSim.ini | |||
@@ -5,7 +5,25 @@ | |||
5 | PIDFile = "${Paths|CachePath}/sim${Const|mysim}.pid" | 5 | PIDFile = "${Paths|CachePath}/sim${Const|mysim}.pid" |
6 | LogFile = "${Paths|LogPath}/OpenSim_sim${Const|mysim}.log" | 6 | LogFile = "${Paths|LogPath}/OpenSim_sim${Const|mysim}.log" |
7 | ConsoleHistoryFile = "${Paths|LogPath}/OpenSimConsoleHistory_sim${Const|mysim}.txt" | 7 | ConsoleHistoryFile = "${Paths|LogPath}/OpenSimConsoleHistory_sim${Const|mysim}.txt" |
8 | regionload_regionsdir="../../config/sim${Const|mysim}" | 8 | |
9 | [Region] | ||
10 | RegionName = "SIM_NAME" | ||
11 | RegionUUID = "SIM_UUID" | ||
12 | Location = "SIM_POS" | ||
13 | InternalAddress = "SIM_IP" | ||
14 | InternalPort = "SIM_INT_PORT" | ||
15 | AllowAlternatePorts = False | ||
16 | ExternalHostName = "SIM_URL" | ||
17 | RegionType = "private sim" | ||
18 | SizeX = SIM_SIZE | ||
19 | SizeY = SIM_SIZE | ||
20 | SizeZ = 16384 | ||
21 | MaxAgents = 100 | ||
22 | MaxPrims = 45000 | ||
23 | PhysicalPrimMax = 640 | ||
24 | NonphysicalPrimMax = 2560 | ||
25 | ClampPrimSize = False | ||
26 | MaptileStaticUUID = "00000000-0000-0000-0000-000000000000" | ||
9 | 27 | ||
10 | [Map] | 28 | [Map] |
11 | enablePosition = true | 29 | enablePosition = true |
@@ -21,5 +39,4 @@ | |||
21 | Include-Performance = "config-include/SimBalanced.ini" | 39 | Include-Performance = "config-include/SimBalanced.ini" |
22 | ; Include-Performance = "config-include/SimDefault.ini" | 40 | ; Include-Performance = "config-include/SimDefault.ini" |
23 | ; Include-Performance = "config-include/SimLean.ini" | 41 | ; Include-Performance = "config-include/SimLean.ini" |
24 | │ 2621 mysql 20 0 4131620 483696 17640 S 0.3 2.9 8:07.82 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib/x86_64-linux-gnu/mariadb18/plugin --user=m+ | 42 | |
25 | \ No newline at end of file | ||