Poll

People can't see my sever on the list please help

help
2 (66.7%)
help
1 (33.3%)

Total Members Voted: 3

Author Topic: Help with sever  (Read 1406 times)

sc0pe

  • Guest
Help with sever
« on: August 03, 2007, 01: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

Cobo

  • Autococker
  • Posts: 1362
Re: Help with sever
« Reply #1 on: August 03, 2007, 01:52:30 PM »
The server looks to be running fine.
You need to forward your ports.

Eiii

  • Autococker
  • Posts: 4595
Re: Help with sever
« Reply #2 on: August 03, 2007, 01:52:57 PM »
Make sure myserver.cfg exists where you're telling the server it does.

skitzo

  • Autococker
  • Posts: 539
Re: Help with sever
« Reply #3 on: August 03, 2007, 04: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?

KiLo

  • Autococker
  • Posts: 2086
Re: Help with sever
« Reply #4 on: August 03, 2007, 05: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

Cobo

  • Autococker
  • Posts: 1362
Re: Help with sever
« Reply #5 on: August 03, 2007, 05: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 ' '