hi. I've been using some of the tools on here such as gslist and the peerchat tools for a while.
I have used the search to look for what i am trying to do but I couldn't find anything so I'm posting here.
I do some work based around thps games for ps2 and pc and people have requested that I put up some tools for viewing things on the server... I planned to run a php script to pull server listings for the specific thps games so they could see who was online without having to start up their ps2 to find noone there...
My problem is that some parameters for all of the games in the series on ps2 or pc between thps5 and thps7 went missing... They used to be there but aren't there anymore. They are still there in thps3 and thps4 games...
THPS3(thps3pc)
Code:
C:\Users\Owner\Desktop\gslist>gslist.exe -d 0 190.208.103.144 6500
Gslist 0.8.8b
by Luigi Auriemma
e-mail: aluigi@autistici.org
web:    aluigi.org
- query type: Gs \status\
- target   190.208.103.144 : 6500
                    gamename thps3pc
                    gamename thps3pc
                     gamever  1.01
                    location 1
                    hostname nazhoo0
                     mapname Airport
                    gametype Slap!
                  gametypeid 2
                  numplayers 8
                  maxplayers 8
                numobservers 0
                maxobservers 0
                  skilllevel 2
                    gamemode Open
                    password 0
                     started 1
                   timelimit 120
                   fraglimit 0
                    teamplay 1
                    player_0 &cfna&c5zho*
                    player_1 &c+GON&c)ZALO
                    player_2 pro_jose-blc
                    player_3 Tyago
                    player_4 &c+MaStEr&c(BLC
                    player_5 XsT&c-??DubStep??
                    player_6 Leandro-xRMG
                    player_7 juan-xRMG
Press any key to continue . . .
THUG2 (thps6pc)
Code:
C:\Users\Owner\Desktop\gslist>gslist.exe -d 8 200.100.38.139 5153
Gslist 0.8.8b
by Luigi Auriemma
e-mail: aluigi@autistici.org
web:    aluigi.org
- query type: Gamespy 2
- target   200.100.38.139 : 5153
                    hostname Venhaa!
                    gamemode Trick Attack
                     groupid 765
                  numplayers 2
                    hostport 5153
                     mapname LOS ANGELES
                    gametype Trick Attack
                    teamplay 0
                  numplayers 2
                  maxplayers 5
                    password 0
                numobservers 0
                maxobservers 2
                      ranked 0
                  skilllevel 2
                     started 0
                    hostmode 0
Press any key to continue . . .
As you can see the playernames are missing... Is there anyway to fix this? I do own all of the ps2 games in the series and have access to the PC versions as well if I might be able to find it through a game file.
For the serverlist thing i was working on i was using this basically...
Code:
gslist -n gamename -X \host\hostname\gametype\gamemode\mapname\numplayers\maxplayers\skilllevel\password\groupid\teamplay\numobservers\maxobservers\ranked\started\hostmode\player_0\player_1\player_2\player_3\player_4\player_5\player_6\player_7\player_8\
Any input on this could help... Thanks =)