aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example/config/sim_skeleton/ThisSim.ini
blob: 5c11ef0e62edb8f7943e38e21d926b3a09f70dd9 (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
[Const]
    mysim="SIM_NUMBER"

[Startup]
    PIDFile = "${Paths|CachePath}/sim${Const|mysim}.pid"
    LogFile = "${Paths|LogPath}/OpenSim_sim${Const|mysim}.log"
    StatsLogFile = "${Paths|LogPath}/OpenSimStats_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"

[Network]
    http_listener_port = SIM_PORT

[Performance]
    ;; Select the performance characteristics 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"