diff options
author | Melanie Thielker | 2016-12-22 18:23:04 +0000 |
---|---|---|
committer | Melanie Thielker | 2016-12-22 18:23:04 +0000 |
commit | 0ae2b5ac8134230fd5f1bcd668647afb5b345baf (patch) | |
tree | 50c3eb9c697ed86a5a2729e0a4cccb7324bd92c3 /bin | |
parent | Merge branch 'master' of opensimulator.org:/var/git/opensim (diff) | |
download | opensim-SC-0ae2b5ac8134230fd5f1bcd668647afb5b345baf.zip opensim-SC-0ae2b5ac8134230fd5f1bcd668647afb5b345baf.tar.gz opensim-SC-0ae2b5ac8134230fd5f1bcd668647afb5b345baf.tar.bz2 opensim-SC-0ae2b5ac8134230fd5f1bcd668647afb5b345baf.tar.xz |
Allow the use of modular configs with Robust as we already can with OpenSim
Diffstat (limited to '')
-rw-r--r-- | bin/Robust.HG.ini.example | 2 | ||||
-rw-r--r-- | bin/Robust.ini.example | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index b4e426a..20c0804 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -58,7 +58,7 @@ | |||
58 | ; Modular configurations | 58 | ; Modular configurations |
59 | ; Set path to directory for modular ini files... | 59 | ; Set path to directory for modular ini files... |
60 | ; The Robust.exe process must have R/W access to the location | 60 | ; The Robust.exe process must have R/W access to the location |
61 | ConfigDirectory = "." | 61 | ConfigDirectory = "robust-include" |
62 | 62 | ||
63 | ; Console commands can be saved to a file, so the command history persists after a restart. (default is true) | 63 | ; Console commands can be saved to a file, so the command history persists after a restart. (default is true) |
64 | ConsoleHistoryFileEnabled = true | 64 | ConsoleHistoryFileEnabled = true |
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 7c9f6da..d33178c 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -50,7 +50,7 @@ | |||
50 | ; Modular configurations | 50 | ; Modular configurations |
51 | ; Set path to directory for modular ini files... | 51 | ; Set path to directory for modular ini files... |
52 | ; The Robust.exe process must have R/W access to the location | 52 | ; The Robust.exe process must have R/W access to the location |
53 | ConfigDirectory = "." | 53 | ConfigDirectory = "robust-include" |
54 | 54 | ||
55 | ; Console commands can be saved to a file, so the command history persists after a restart. (default is true) | 55 | ; Console commands can be saved to a file, so the command history persists after a restart. (default is true) |
56 | ConsoleHistoryFileEnabled = true | 56 | ConsoleHistoryFileEnabled = true |