aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-03-16 02:13:45 +0000
committerJustin Clark-Casey (justincc)2012-03-16 02:13:45 +0000
commit78e992dbd0bbc0b99dd01b1c6c303098d99aac55 (patch)
tree88943a352cd58b678e9420425a6212e5b3c1674b
parentRemove unnecessary "backup" command in shutdown_commands.txt (diff)
downloadopensim-SC_OLD-78e992dbd0bbc0b99dd01b1c6c303098d99aac55.zip
opensim-SC_OLD-78e992dbd0bbc0b99dd01b1c6c303098d99aac55.tar.gz
opensim-SC_OLD-78e992dbd0bbc0b99dd01b1c6c303098d99aac55.tar.bz2
opensim-SC_OLD-78e992dbd0bbc0b99dd01b1c6c303098d99aac55.tar.xz
Move startup_commands.txt.example to startup_commands.txt for consistency with the existing shutdown_commands.txt.
Add comments to both files saying what they are (files that can contain console commands to execute on sim startup/shutdown) with an example.
Diffstat (limited to '')
-rw-r--r--bin/shutdown_commands.txt1
-rw-r--r--bin/startup_commands.txt3
-rw-r--r--bin/startup_commands.txt.example4
3 files changed, 4 insertions, 4 deletions
diff --git a/bin/shutdown_commands.txt b/bin/shutdown_commands.txt
index 640c41a..4397749 100644
--- a/bin/shutdown_commands.txt
+++ b/bin/shutdown_commands.txt
@@ -1,2 +1,3 @@
1; You can place simulator console commands here to execute when the simulator is shut down 1; You can place simulator console commands here to execute when the simulator is shut down
2; e.g. show stats 2; e.g. show stats
3; Lines starting with ; are comments
diff --git a/bin/startup_commands.txt b/bin/startup_commands.txt
new file mode 100644
index 0000000..1abfa64
--- /dev/null
+++ b/bin/startup_commands.txt
@@ -0,0 +1,3 @@
1; You can place region console commands here to execute once the simulator has finished starting up
2; e.g. show stats
3; Lines start with ; are comments.
diff --git a/bin/startup_commands.txt.example b/bin/startup_commands.txt.example
deleted file mode 100644
index 3dba4b3..0000000
--- a/bin/startup_commands.txt.example
+++ /dev/null
@@ -1,4 +0,0 @@
1terrain load-tile f32 islandterrain_1024x512.raw 512 1024 1000 1000
2terrain multiply 0.1
3terrain add 5
4