RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

RunUO command line options

RunUO command line options

Since there is nowhere a complete list of command line options, i provide one here:

RunUO has the following command line options:
-debug
-profile
-service
-nocache (since SVN r28)
-haltonwarning (since SVN r35)

Every option can be used alone or with other options combined.

Explanation:
-debug - Starts your server in debug mode and gives detailed information where in a script the crash has exactly occured.
-profile - profiles the packets the server sent and received.
-service - This will create a file called console.log in the Logs directory where everything that appears on the console will be saved. No other use currently.
-nocache - Recompiles the scripts, even if the hash of the timestamps is identical to the stored hash
-haltonwarning - If there are warnings in your scripts like unused code, the server will print them out like error messages, so you can fix them.

To start your server in debug mode, for example, you create a shortcut the the RunUO.exe, but at the end of the line you add -debug

Edit: Hmmm, ok, i looked clother and found some things. -service now has a use (although very little) and -profile is only for packet stuff. :)
 
Top