diff options
Diffstat (limited to 'example')
-rwxr-xr-x | example/etc/Sandbox.shini | 19 | ||||
-rw-r--r-- | example/var/backups/Sandbox.OAR | bin | 0 -> 443803 bytes |
2 files changed, 19 insertions, 0 deletions
diff --git a/example/etc/Sandbox.shini b/example/etc/Sandbox.shini new file mode 100755 index 0000000..d356923 --- /dev/null +++ b/example/etc/Sandbox.shini | |||
@@ -0,0 +1,19 @@ | |||
1 | [Const] ; fakeVariableCozOpenSim= ; sledjchisl $* `basename $0`; exit 0 | ||
2 | mysim="Sandbox" | ||
3 | |||
4 | [Region] | ||
5 | RegionName = "Sandbox" | ||
6 | RegionUUID = "7ed49d7a-6b50-4415-9991-3720e8f884d5" | ||
7 | Location = "100,100" | ||
8 | SizeX = 256 | ||
9 | SizeY = 256 | ||
10 | SizeZ = 16384 | ||
11 | RegionType = "Public sim" | ||
12 | MaxPrims = 45000 | ||
13 | |||
14 | [Performance] | ||
15 | ;; Select the performance characteristics of OpenSim. | ||
16 | ; Include-Performance = "config-include/SimFast.ini" | ||
17 | Include-Performance = "config-include/SimBalanced.ini" | ||
18 | ; Include-Performance = "config-include/SimDefault.ini" | ||
19 | ; Include-Performance = "config-include/SimLean.ini" | ||
diff --git a/example/var/backups/Sandbox.OAR b/example/var/backups/Sandbox.OAR new file mode 100644 index 0000000..c2c9d8b --- /dev/null +++ b/example/var/backups/Sandbox.OAR | |||
Binary files differ | |||