aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example/config/sim_skeleton/ThisSim.ini
diff options
context:
space:
mode:
Diffstat (limited to 'example/config/sim_skeleton/ThisSim.ini')
-rw-r--r--example/config/sim_skeleton/ThisSim.ini44
1 files changed, 44 insertions, 0 deletions
diff --git a/example/config/sim_skeleton/ThisSim.ini b/example/config/sim_skeleton/ThisSim.ini
new file mode 100644
index 0000000..44749bb
--- /dev/null
+++ b/example/config/sim_skeleton/ThisSim.ini
@@ -0,0 +1,44 @@
1[Const]
2 mysim="SIM_NUMBER"
3
4[Startup]
5 PIDFile = "${Paths|CachePath}/sim${Const|mysim}.pid"
6 LogFile = "${Paths|LogPath}/OpenSim_sim${Const|mysim}.log"
7 StatsLogFile = "${Paths|LogPath}/OpenSimStats_sim${Const|mysim}.log"
8 ConsoleHistoryFile = "${Paths|LogPath}/OpenSimConsoleHistory_sim${Const|mysim}.txt"
9
10[Region]
11 RegionName = "SIM_NAME"
12 RegionUUID = "SIM_UUID"
13 Location = "SIM_POS"
14 InternalPort = "SIM_INT_PORT"
15 RegionType = "private sim"
16 SizeX = SIM_SIZE
17 SizeY = SIM_SIZE
18 SizeZ = 16384
19 MaxAgents = 100
20 MaxPrims = 45000
21 PhysicalPrimMax = 640
22 NonPhysicalPrimMax = 2560
23 ClampPrimSize = False
24 MaptileStaticUUID = "00000000-0000-0000-0000-000000000000"
25 ; NonPhysicalPrimMin = 0
26 ; PhysicalPrimMin = 0
27 ; MaxPrimsPerUser = -1
28 ; LinksetPrims = 0
29 ; DefaultLanding = "<128, 128, 30>"
30 ; MaptileStaticFile = ""
31 ; ScopeID = "00000000-0000-0000-0000-000000000000"
32 ; Datastore = ""
33 ; ResolveAddress = ""
34
35[Network]
36 http_listener_port = SIM_PORT
37
38[Performance]
39 ;; Select the performance characteristics of OpenSim.
40 ; Include-Performance = "config-include/SimFast.ini"
41 Include-Performance = "config-include/SimBalanced.ini"
42 ; Include-Performance = "config-include/SimDefault.ini"
43 ; Include-Performance = "config-include/SimLean.ini"
44