Digital Paint Discussion Board
Paintball 2: The Game => Server Discussion => Topic started by: sc0pe on August 03, 2007, 03:49:19 PM
-
[********] Date: 2007-08-03
[15:37:50] Winsock Initialized
[15:37:50] ====== Paintball II Initialized ======
[15:37:50] couldn't exec configs/cinfigs/myserver.cfg
[15:37:50] -------------------------
[15:37:50] 49 CMDlist entrys found.
[15:37:50] -------------------------
[15:37:50] ==== PB2 InitGame ====
[15:37:50] autojoin on, normal
[15:37:50] === Rotation Init ===
[15:37:51] 14 maps added to rotation.
[15:37:51] Global login enabled.
[15:37:51] ------- Server Initialization -------
[15:37:51] mapname: dopjump
[15:37:51] ==== PB2 InitMatch ====
[15:37:51] bad GAMETYPE, unsupported - 4 not in 1
[15:37:51] == Map Loaded: dopjump ==
[15:37:51] === Paintball DM ===
[15:37:51] 0 entities inhibited
[15:37:51] 0 teams with 0 entities
[15:37:51] ACE: No node file found, creating new one...done.
[15:37:51] Round started...
[15:37:51] -------------------------------------
This is what i have in short cut
C:\Games\Paintball2\paintball2.exe +set dedicated 1 +set public 1 +exec cinfigs/myserver.cfg+map dopjump
-
The server looks to be running fine.
You need to forward your ports.
-
Make sure myserver.cfg exists where you're telling the server it does.
-
C:\Games\Paintball2\paintball2.exe +set dedicated 1 +set public 1 +exec cinfigs/myserver.cfg+map dopjump
uumm u spelled configs wrong XD could that be the problem?
-
C:\Games\Paintball2\paintball2.exe +set dedicated 1 +set public 1 +exec cinfigs/myserver.cfg+map dopjump
The above is wrong.
Revised (put this in the shortcut): C:\Games\Paintball2\paintball2.exe +set dedicated 1 +set public 1 +exec myserver.cfg +map dopjump
-
Hm, its correct, that doesnt matter.
[15:37:51] ------- Server Initialization -------
[15:37:51] mapname: dopjump
I think parameters get split according to '+' not ' '