From f49dd73069e3bc3d401d917fee07e8961048c59c Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 9 Sep 2021 16:43:55 +1000 Subject: Example sim - Sandbox. --- example/etc/Sandbox.shini | 19 +++++++++++++++++++ example/var/backups/Sandbox.OAR | Bin 0 -> 443803 bytes 2 files changed, 19 insertions(+) create mode 100755 example/etc/Sandbox.shini create mode 100644 example/var/backups/Sandbox.OAR 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 @@ +[Const] ; fakeVariableCozOpenSim= ; sledjchisl $* `basename $0`; exit 0 + mysim="Sandbox" + +[Region] + RegionName = "Sandbox" + RegionUUID = "7ed49d7a-6b50-4415-9991-3720e8f884d5" + Location = "100,100" + SizeX = 256 + SizeY = 256 + SizeZ = 16384 + RegionType = "Public sim" + MaxPrims = 45000 + +[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" diff --git a/example/var/backups/Sandbox.OAR b/example/var/backups/Sandbox.OAR new file mode 100644 index 0000000..c2c9d8b Binary files /dev/null and b/example/var/backups/Sandbox.OAR differ -- cgit v1.1