Digital Paint Discussion Board

Paintball 2: The Game => Server Discussion => Topic started by: sc0pe on August 03, 2007, 03:49:19 PM

Title: Help with sever
Post 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
Title: Re: Help with sever
Post by: Cobo on August 03, 2007, 03:52:30 PM
The server looks to be running fine.
You need to forward your ports.
Title: Re: Help with sever
Post by: Eiii on August 03, 2007, 03:52:57 PM
Make sure myserver.cfg exists where you're telling the server it does.
Title: Re: Help with sever
Post by: skitzo on August 03, 2007, 06:19:48 PM
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?
Title: Re: Help with sever
Post by: KiLo on August 03, 2007, 07:01:01 PM
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
Title: Re: Help with sever
Post by: Cobo on August 03, 2007, 07:28:49 PM
Hm, its correct, that doesnt matter.

[15:37:51] ------- Server Initialization -------
[15:37:51] mapname: dopjump


I think parameters get split according to '+' not ' '