OpenSim.exe Command Line Options
From OpenSimulator
(Difference between revisions)
(New page: To run OpenSim in somewhat customized environments it's often helpful to modify the programs behaviour via command line arguments. OpenSim knows a just a few of these as most parts of the ...) |
m |
||
| Line 1: | Line 1: | ||
| + | {{content}} | ||
| + | |||
To run OpenSim in somewhat customized environments it's often helpful to modify the programs behaviour via command line arguments. | To run OpenSim in somewhat customized environments it's often helpful to modify the programs behaviour via command line arguments. | ||
| − | OpenSim knows a just a few of these as most parts of the behaviour are controlled via an .INI-File | + | OpenSim knows a just a few of these as most parts of the behaviour are controlled via an .INI-File. |
The following command line switches are known: | The following command line switches are known: | ||
| Line 14: | Line 16: | ||
| inidirectory || | | inidirectory || | ||
|- | |- | ||
| − | | inifile || changes the name (Path) of the inifile. | + | | inifile || changes the name (Path) of the inifile. |
|- | |- | ||
| − | | inimaster || allows to read in a master config file. | + | | inimaster || allows to read in a master config file. |
|} | |} | ||
Revision as of 22:52, 20 June 2010
| This article or section contains incomplete information. Please help us by completing the content on this page. |
To run OpenSim in somewhat customized environments it's often helpful to modify the programs behaviour via command line arguments.
OpenSim knows a just a few of these as most parts of the behaviour are controlled via an .INI-File.
The following command line switches are known:
| Switch | Meaning/Behaviour |
|---|---|
| background | |
| gridmode | If =true forces OpenSim.exe to operate in grid mode. If =false forces OpenSim.exe to operate in standalone mode. If omitted defaults to OpenSim.ini setting. |
| gui | "old-style" console |
| inidirectory | |
| inifile | changes the name (Path) of the inifile. |
| inimaster | allows to read in a master config file. |