Teiman
Joined: 03 Jun 2007 Posts: 309
|
Posted: Mon Jul 09, 2007 12:31 pm Post subject: Re: Quake1 Server |
|
|
$ screen ./nameofengine -listen 16 +map dm6
screen able to do control-A-D to let the process run forever, ./ to exec the file of the engine, listen to make it a dedicated server with 16 slots. Once your command run, you do control-A-D and close the window. The server will continue running.
I have no idea, but I gues is something like that.
For windows can be something like this:
c:\quake\ engine.exe -listen 16
On windows If you close the msdos window, you lost your server. |
|