how do you delete a database?

Just open up the map.txt file and copy/paste a line from your RMSrvScript.ini for the maps you want to have it load (it's probably best to not have every single one open unless you happen to have 1GB of RAM on a dedicated machine, even that's pushing onto the page file with your OS)

example:
svMapServer.exe -TestServer -m 137
Sleep=100

will load Uni with the TestSever option.
 
I keep seeing references to this:

-TestServer

inlcuded in the lines .. my script file has at the top:

Base=C:\<servername>

then below it:

svMapServer.exe -m <Map#>

and seems to work fine ..

Is there a significance in including -TestServer ... for some reason ..


Tx
 
Back