diff options
Getting rid of -hypergrid=true on the command line. This config now goes inside OpenSim.ini in the Startup section. This makes the HG compatible with -background, and prepares the way for further work on HG-related config vars. Might help with mantis #3527.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 01a1572..550162a 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -22,6 +22,9 @@ | |||
22 | ; Set this to true if you are connecting your OpenSimulator regions to a grid | 22 | ; Set this to true if you are connecting your OpenSimulator regions to a grid |
23 | ; Set this to false if you are running OpenSimulator in standalone mode | 23 | ; Set this to false if you are running OpenSimulator in standalone mode |
24 | gridmode = false | 24 | gridmode = false |
25 | |||
26 | ; Set this to true if you want this OpenSimulator to run the Hypergrid functionality | ||
27 | hypergrid = false | ||
25 | 28 | ||
26 | startup_console_commands_file = "startup_commands.txt" | 29 | startup_console_commands_file = "startup_commands.txt" |
27 | shutdown_console_commands_file = "shutdown_commands.txt" | 30 | shutdown_console_commands_file = "shutdown_commands.txt" |