From 41b6602a775fb0a2a36d60c554364ff8e5efdbce Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Sun, 2 Feb 2014 22:16:01 -0800 Subject: Add "--no-objects" parameter to 'load oar'. --- OpenSim/Region/Application/OpenSim.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenSim/Region/Application') diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index a609b77..77b9440 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs @@ -268,6 +268,7 @@ namespace OpenSim m_console.Commands.AddCommand("Archiving", false, "load oar", "load oar [--merge] [--skip-assets]" + " [--force-terrain] [--force-parcels]" + + " [--no-objects]" + " [--rotation degrees] [--rotation-center \"\"]" + " [--displacement \"\"]" + " []", @@ -279,6 +280,7 @@ namespace OpenSim + "--force-parcels forces the loading of parcels from the oar (undoes suppression done by --merge)" + Environment.NewLine + "--rotation specified rotation to be applied to the oar. Specified in degrees." + Environment.NewLine + "--rotation-center Location (relative to original OAR) to apply rotation. Default is <128,128,0>" + Environment.NewLine + + "--no-objects suppresses the addition of any objects (good for loading only the terrain)" + Environment.NewLine + "The path can be either a filesystem location or a URI." + " If this is not given then the command looks for an OAR named region.oar in the current directory.", LoadOar); -- cgit v1.1