ParaWorld Command Line Argument
The following are all supported command line argument
- The Core Engine supported command line
| single="true" |
whether only one instance of the game is allowed. |
| fullscreen="true" |
whether start as fullscreen or windowed mode |
| d3d="false" |
whether start without graphics |
| bootstrapper="config/bootstrapper.xml" |
which bootstrapper file to use at startup |
- The ParaWorld application supported command line
| Param |
Default value |
Description |
| single="true" |
"false" |
whether only one instance of the game is allowed. |
| fullscreen="true" |
"false" |
whether start as fullscreen or windowed mode |
| d3d="false" |
"true" |
whether start without graphics |
| bootstrapper |
"config/bootstrapper.xml" |
which bootstrapper file to use at startup |
| local |
config/local.ini |
IP and port |
| IP |
0 |
IP, this will override settings in local.ini |
| port |
60001 |
Center port, must be odd number, since the Receptor port is (Center port-1), value must be in the range 7000,61000 |
| username |
|
User name of the host game server |
| password |
|
Password of the host game server |
| domain |
|
Main application domain name |
| chatdomain |
|
Jabber chat server domain name. It can also be “localhost” if the developer deploys chat ejabberd server on the local computer. |
| defaultworld |
NULL |
The default game world to host, if the space server sync failed. This happens when the DNS is down or the game server does not have HTTP access to the domain server. |
| RestartOnCreateNum? |
|
When the server has broadcasted this number of objects, the server will be automatically restarted; this is usually the setting for testing public server. |
| lang |
|
“enUS” or "zhCN”, language locale to use. If not set, the default will be used. |
Topic revision: r1 - 2008-10-23 - 14:04:43 -
LiXizhi