Opensim ini
From OpenSimulator
(Difference between revisions)
(→This is to describe the various switches in file OpenSim.ini) |
(changed table according to Justin's suggestion) |
||
Line 7: | Line 7: | ||
! scope="col" | Section | ! scope="col" | Section | ||
! scope="col" | Switch | ! scope="col" | Switch | ||
− | ! scope="col" | since | + | ! scope="col" | used since (version) |
− | + | ||
− | + | ||
− | + | ||
! scope="col" | Value(s) | ! scope="col" | Value(s) | ||
+ | ! scope="col" | Default Value | ||
! scope="col" | Description | ! scope="col" | Description | ||
|- | |- | ||
| [Startup] | | [Startup] | ||
| timer_Script | | timer_Script | ||
− | | | + | | 0.6.9 |
− | + | ||
− | + | ||
− | + | ||
| Script name | | Script name | ||
+ | | "" | ||
| the script, that should run every 20 minutes automatically (i. e. timer_script = "backup.txt"). This script must be located in the bin directory | | the script, that should run every 20 minutes automatically (i. e. timer_script = "backup.txt"). This script must be located in the bin directory | ||
|- | |- | ||
| [Network] | | [Network] | ||
| Port | | Port | ||
− | | | + | | pre 0.6.9 |
− | + | ||
− | + | ||
− | + | ||
| Number (i.e. 9000) | | Number (i.e. 9000) | ||
+ | | 9000 | ||
| tells the client, on which TCP port to listen. If Region is connected to a Grid, this Port is used for the Region-Simulation | | tells the client, on which TCP port to listen. If Region is connected to a Grid, this Port is used for the Region-Simulation | ||
|} | |} |
Revision as of 02:29, 12 July 2011
Parameters of OpenSim.ini
This is to describe the various switches in file OpenSim.ini
Section | Switch | used since (version) | Value(s) | Default Value | Description |
---|---|---|---|---|---|
[Startup] | timer_Script | 0.6.9 | Script name | "" | the script, that should run every 20 minutes automatically (i. e. timer_script = "backup.txt"). This script must be located in the bin directory |
[Network] | Port | pre 0.6.9 | Number (i.e. 9000) | 9000 | tells the client, on which TCP port to listen. If Region is connected to a Grid, this Port is used for the Region-Simulation |
Table has to be filled with all parameters! Please keep in mind, that the most actual usage of the parameters is described within the version related OpenSim.ini within the bin folder. The list above should more describe the effect, a setting has on the simulation. It would be nice, if someone helps filling the table.