cod waw

Having problems with the panel? Have questions? Post here!
Post Reply
code0x33
Posts: 19
Joined: Sat Nov 17, 2012 10:13 pm

cod waw

Post by code0x33 »

ok masher i want to be able to start this batch file with the panel

@echo off
echo codes Restart Script
:TOP
echo Starting Server
time/t/

start /wait CoDWaWmp.exe +set fs_localAppData F:\codwaw +set fs_game "mods/Frontlines" +set dedicated 2 +set net_ip 173.233.84.178 +set net_port 28960 +exec server.cfg +map_rotate +set cl_maxppf 1

echo Restarting Server!
goto TOP

any help would be great
Masher
Site Admin
Posts: 3612
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: cod waw

Post by Masher »

Executable will be this:
C:\your\full\path\to\CoDWaWmp.exe

Arguments:
+set fs_localAppData F:\codwaw +set fs_game "mods/Frontlines" +set dedicated 2 +set net_ip 173.233.84.178 +set net_port 28960 +exec server.cfg +map_rotate +set cl_maxppf 1
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.

NEW Join our Discord!
code0x33
Posts: 19
Joined: Sat Nov 17, 2012 10:13 pm

Re: cod waw

Post by code0x33 »

yes that much i know and works but the mod requires the server to restart after every map
Masher
Site Admin
Posts: 3612
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: cod waw

Post by Masher »

Turning on process monitoring will restart the server when it exits
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.

NEW Join our Discord!
Post Reply