Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - nicel

Pages: [1]
1
Server Discussion / Re: Problem with game password
« on: November 22, 2007, 08:14:56 AM »
Forget about 's' :)
Monitor see pass.
Thanks for help.

2
Server Discussion / Re: Problem with game password
« on: November 22, 2007, 07:17:30 AM »
I'd add set needpass "1" to server.cfg and nothing :/

For simple. I have this config in Q2 v3.20 and everything is fine with monitor:
Quote
set deathmatch "1"
set dmflags "16"
set timelimit "30"
set fraglimit "100"
set allow_download "1"
set allow_download_players "0"
set allow_download_models "1"
set allow_download_sounds "1"
set allow_download_maps "1"
set password "pass"
set rcon_password "rcon"
set spectator_password ""
set maxspectators "0"
set flood_waitdelay "10"
set flood_persecond "4"
set flood_msgs "4"
set sv_gravity "800"
set public "0"
set sv_noreload "0"
set sv_enforcetime "0"
set paused "0"
set coop "0"
set zombietime "2"
set timeout "125"
set logfile "0"
set log_stats "0"
set fixedtime "0"
set msg "1"
set filterban "1"
set rate "25000"
set sv_allow_map "1"
set allow_download_maps "1"
set allow_download_sounds "1"
set allow_download_models "0"
set allow_download_players "0"
set allow_download "1"
set dmflags "1072"
set deathmatch "1"
set ud_time "3"


3
Server Discussion / Re: Problem with game password
« on: November 22, 2007, 06:12:33 AM »
In server.cfg ? Or in my game monitor ?

I have game monitor for this game from Q2.
Little bit of code:

Quote
        // get the info strings from server info stream
        $srv_rules['hostname']    = $this->getvalue('hostname',   $this->g_info);
        $srv_rules['gametype']    = $this->getvalue('gamename',   $this->g_info);
        $srv_rules['version']     = $this->getvalue('version',    $this->g_info);
        $srv_rules['mapname']     = $this->getvalue('mapname',    $this->g_info);
        $srv_rules['needpass']    = $this->getvalue('needpass',   $this->g_info);
        $srv_rules['maxplayers']  = $this->getvalue('maxclients', $this->g_info);

Next:

Quote
  if ($srv_rules['needpass'] == 1)
        {
            $srv_rules['pass'] .= $sets['pass'];
        }
        if ($srv_rules['needpass'] == 0)
        {
            $srv_rules['pass'] .= 'Nie';
        }

4
Server Discussion / Re: Problem with game password
« on: November 21, 2007, 02:27:58 PM »
Then server have pass but game monitor doesn't see this pass ?
I have game hosting in Poland.
I have public and private slots and monitor for checking that somebody turn off pass at private server. Monitor always say that server is without pass. Can I something do with this ?


5
Server Discussion / Problem with game password
« on: November 21, 2007, 05:26:07 AM »
Hello,

I have some problem with server this game on linux.

On my server.cfg I have:
set public "0"  // set to 0 if you don't want this on the public server list
set password "qwe123" // Password required to connect

Albo with start command I'd add +set public "0" .
Server is without pass :/ HLSW always said that server is without pass.
What I must do to have game pass ?

Thanks for help.

Pages: [1]