blob: a1a209a966f56d3ff5cc3703dc96c2562129b30d (
plain)
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
|
[Const]
mysim="SIM_NUMBER"
[Startup]
PIDFile = "${Paths|CachePath}/sim${Const|mysim}.pid"
LogFile = "${Paths|LogPath}/OpenSim_sim${Const|mysim}.log"
ConsoleHistoryFile = "${Paths|LogPath}/OpenSimConsoleHistory_sim${Const|mysim}.txt"
[Region]
RegionName = "SIM_NAME"
RegionUUID = "SIM_UUID"
Location = "SIM_POS"
InternalAddress = "SIM_IP"
InternalPort = "SIM_INT_PORT"
AllowAlternatePorts = False
ExternalHostName = "SIM_URL"
RegionType = "private sim"
SizeX = SIM_SIZE
SizeY = SIM_SIZE
SizeZ = 16384
MaxAgents = 100
MaxPrims = 45000
PhysicalPrimMax = 640
NonphysicalPrimMax = 2560
ClampPrimSize = False
MaptileStaticUUID = "00000000-0000-0000-0000-000000000000"
[Map]
enablePosition = true
; Only texture prims that have a diagonal size greater than this number.
TexturePrimSize = 1
[Network]
http_listener_port = SIM_PORT
[Performance]
;; Select the performance characteristirs of OpenSim.
; Include-Performance = "config-include/SimFast.ini"
Include-Performance = "config-include/SimBalanced.ini"
; Include-Performance = "config-include/SimDefault.ini"
; Include-Performance = "config-include/SimLean.ini"
|