Need help (1.5 gunz client ) doesnt show servers at login

Results 1 to 8 of 8
  1. #1
    Newbie clawgamer is offline
    MemberRank
    Apr 2011 Join Date
    6Posts

    Need help (1.5 gunz client ) doesnt show servers at login

    okay so i followed phoenix tut for making 1.5 gunz server
    i set it all up it went perfect
    i run server + client

    client works without problems
    but then when i wanna login there are no servers?

    can someone explain or help me with this?

    teamviewer if possible.

    thanks in advance :D


  2. #2
    Grand Master Chrisss is offline
    Grand MasterRank
    Feb 2012 Join Date
    Ask the Fox!Location
    1,660Posts

    Re: Need help (1.5 gunz client ) doesnt show servers at login

    make sure you have portforwarded all ports and u have the correct IP in all places!

  3. #3
    Newbie clawgamer is offline
    MemberRank
    Apr 2011 Join Date
    6Posts

    Re: Need help (1.5 gunz client ) doesnt show servers at login

    Atm im only running on localhost so like 127.0.0.1 and could you name all the places for the ip incase im missing any?

  4. #4
    Grand Master Chrisss is offline
    Grand MasterRank
    Feb 2012 Join Date
    Ask the Fox!Location
    1,660Posts

    Re: Need help (1.5 gunz client ) doesnt show servers at login

    SQL Server - dbo.serverstatus, dbo.locatorstatus. Server - Matchserver, server.ini - Locator, Loactor.ini. Client - system.xml.

    Done!

  5. #5
    Newbie clawgamer is offline
    MemberRank
    Apr 2011 Join Date
    6Posts

    Re: Need help (1.5 gunz client ) doesnt show servers at login

    mhm still aint working -.- wtf?

  6. #6
    Currently Stoned ! Ronny786 is offline
    Grand MasterRank
    Dec 2011 Join Date
    Lost WorldLocation
    984Posts

    Re: Need help (1.5 gunz client ) doesnt show servers at login

    SOurce work:

    zGameInterface.cpp (line : 1567 ) : (cope/paste the case)

    //#if defined(_DEBUG) || defined(_RELEASE)
    ShowWidget("LabelServerIP", true);
    ShowWidget("ServerAddress", true);
    ShowWidget("ServerPort", true);

    pServerList->AddServer("Your server name", "127.0.0.1", 6000, 1, 1, 1000, true);
    pServerList->SetCurrSel( 0);
    MWidget* pWidget = m_IDLResource.FindWidget("LoginID");
    if(pWidget) pWidget->SetFocus();
    /*#else
    if ( ZIsLaunchDevelop())
    {
    ShowWidget("LabelServerIP", true);
    ShowWidget("ServerAddress", true);
    ShowWidget("ServerPort", true);

    pServerList->AddServer("Your server name", "127.0.0.1", 6000, 1, 1, 1000, true);
    pServerList->SetCurrSel( -1);
    }
    #endif*/

  7. #7
    Newbie 1kingbeast1 is offline
    MemberRank
    Aug 2012 Join Date
    8Posts

    Re: Need help (1.5 gunz client ) doesnt show servers at login

    You might update your '' 127.0.0.1'' to your own ip, And make sure if you portforward you also forward your DMZ Host

  8. #8
    Newbie clawgamer is offline
    MemberRank
    Apr 2011 Join Date
    6Posts

    Re: Need help (1.5 gunz client ) doesnt show servers at login

    where do i put the stable folder? in the client files?



Advertisement