PDA

View Full Version : Server startup


Rik
05-07-2004, 07:23 PM
If made a quit script so if the server quits is automatic restarts.
The script:

@echo off
:TOP
echo Starting Call of Duty Server
start /wait /min CoDMP.exe +set net_ip 217.148.174.12 +set net_port 28960 +set ui_console 1 +set dedicated 2 +exec serverconfig.cfg +exec clanserver.cfg
echo Restarting
goto TOP

If I do /rcon quit or I just klik quit, then I get a message: It seems your system changed since the last time, would you set optimal settings yes/no?

I have to click yes or no otherwise it don't start. Is there a way to pass this, or auto start with optimal settings.

gr,

Bombada
05-09-2004, 01:36 AM
We have the same script, i also look for a trick.

Rik
05-09-2004, 06:38 AM
isn't there a command like this?? set optiamal setting 1

.... :P