Maniaplanet Server 2017-06-15
Moderator: NADEO
- toffe
- Posts: 782
- Joined: 15 Jun 2013, 10:57
- Manialink: maniaflash?toffe
- Location: The Netherlands
- Contact:
Re: Maniaplanet Server 2017-06-15
Thanks to the Nadeo team for this update. It seems to be very stable and runs very well. Also thanks for the new Script updates for shootmania <3
ManiaCalendar: http://maniacalendar.com / manialink
ManiaCDN: topic
PyPlanet: Python Server Controller
ManiaCDN: topic
PyPlanet: Python Server Controller

- fng_thatoneguy
- Posts: 722
- Joined: 05 Jan 2011, 18:06
- Location: That One Place
- Contact:
Re: Maniaplanet Server 2017-06-15
My updated Lagoon, Canyon, Stadium, Valley and Royal servers seem to be doing fine.
Thanks!
Thanks!


Re: Maniaplanet Server 2017-06-15
Since Thursday, several title packs were updated:
Code: Select all
SMStormSiege@nadeolabs.Title.Pack.gbx : Last-Modified: Fri, 16 Jun 2017 10:08:46 GMT
SMStormRoyal@nadeolabs.Title.Pack.gbx : Last-Modified: Fri, 16 Jun 2017 10:08:30 GMT
SMStormJoust@nadeolabs.Title.Pack.gbx : Last-Modified: Fri, 16 Jun 2017 10:08:05 GMT
Developer of XASECO for TMF/TMN ESWC & XASECO2 for TM²: see XAseco.org
Find your way around the Mania community from the TMN ESWC hub, TMF hub, TM² hub, and SM hub
Find your way around the Mania community from the TMN ESWC hub, TMF hub, TM² hub, and SM hub
Re: Maniaplanet Server 2017-06-15
They only contain updated lightmaps for the built-in maps. So if you dont use them, it's not necessary to update.
Re: Maniaplanet Server 2017-06-15
Working on a web page with info on the current map i realized that GetCurrentRanking from methods does not return the info it did in legacy mode:
GetCurrentRanking (from tmnf)
GetCurrentRanking (from tm2)
So why isn't the extended info included in scripted mode (ie timeattack) and is it possible to get info (ranking, times etc. on current map) using rpc calls?
GetCurrentRanking (from tmnf)
Code: Select all
array(1) {
[0]=>
array(9) {
["Login"]=>
string(9) "xxxxx"
["NickName"]=>
string(9) "xxxxx"
["PlayerId"]=>
int(249)
["Rank"]=>
int(1)
["BestTime"]=>
int(32560)
["BestCheckpoints"]=>
array(8) {
[0]=>
int(5740)
[1]=>
int(10640)
[2]=>
int(14380)
[3]=>
int(17350)
[4]=>
int(21980)
[5]=>
int(25530)
[6]=>
int(31830)
[7]=>
int(32560)
}
["Score"]=>
int(0)
["NbrLapsFinished"]=>
int(0)
["LadderScore"]=>
float(0)
}
}
Code: Select all
array(1) {
[0]=>
array(4) {
["Login"]=>
string(7) "xxxxx"
["NickName"]=>
string(19) "xxxxx"
["PlayerId"]=>
int(236)
["Rank"]=>
int(0)
}
}
Re: Maniaplanet Server 2017-06-15
Who is online
Users browsing this forum: No registered users and 0 guests