It appears to fail the first time, but works each subsequent time, strangely
enough. The RCON returns nothing. Hopefully it'll be fixed when I (neatly)
rewrite the networking code. As a workaround though, in form_MapChooser.vb,
replace the contents of sub Loadmaps() with:

          lstMaps.Items.Clear()
        Dim response As String = m_server.RCON.SendCommand("maps *")
        Dim maplines As String() = response.Split(Chr(10))
        If maplines(0) = "-------------" Then

            For Each map As String In maplines
                If map.IndexOf(".bsp") > -1 Then
                    Dim startindex As Integer = map.IndexOf(") ") + 1
                    Dim endindex As Integer = map.IndexOf(".bsp")
                    Dim mapname As String = map.Substring(startindex,
endindex - startindex)
                    lstMaps.Items.Add(mapname)
                End If
            Next
        Else
            loadmaps()
            Exit Sub
        End If



-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Jarno Veuger
Sent: Wednesday, 8 April 2009 5:43 PM
To: Half-Life dedicated Win32 server mailing list
Subject: Re: [hlds] BluOrb Beta - please help with assignment

Exactly the same ( http://www.neemdetijd.nl/results/Screenshot_111.jpg 
). But the list stays empty somehow.

Also, all my Source servers (6 with 3 different games) don't seem to 
like your map list thing. So it's not a TF2 only issue.

Regards,
Jarno / Ywa

Yaakov Smith wrote:
> What does the console show when BluOrb runs the command?
> It's not the "PENDING", as it looks for the name after "(fs) ".


__________ Information from ESET NOD32 Antivirus, version of virus signature
database 3993 (20090407) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com



_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds
 

__________ Information from ESET Smart Security, version of virus signature
database 4000 (20090410) __________

The message was checked by ESET Smart Security.

http://www.eset.com
 
 

__________ Information from ESET Smart Security, version of virus signature
database 4000 (20090410) __________

The message was checked by ESET Smart Security.

http://www.eset.com
 


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds

Reply via email to