Maniaplanet Server 2017-06-15

Moderator: NADEO

User avatar
toffe
Posts: 782
Joined: 15 Jun 2013, 10:57
Location: The Netherlands
Contact:

Re: Maniaplanet Server 2017-06-15

Post by toffe »

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
User avatar
fng_thatoneguy
Posts: 722
Joined: 05 Jan 2011, 18:06
Location: That One Place
Contact:

Re: Maniaplanet Server 2017-06-15

Post by fng_thatoneguy »

My updated Lagoon, Canyon, Stadium, Valley and Royal servers seem to be doing fine.

Thanks! :thumbsup:
Image
User avatar
Xymph
Posts: 1399
Joined: 15 Jun 2010, 20:35
Contact:

Re: Maniaplanet Server 2017-06-15

Post by Xymph »

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
User avatar
Eole
Nadeo
Nadeo
Posts: 1265
Joined: 26 Apr 2011, 21:08

Re: Maniaplanet Server 2017-06-15

Post by Eole »

They only contain updated lightmaps for the built-in maps. So if you dont use them, it's not necessary to update.
Contribute to the ManiaPlanet documentation on GitHub
A question about ManiaScript? Ask it here!
soehest
Posts: 9
Joined: 06 Apr 2011, 11:20

Re: Maniaplanet Server 2017-06-15

Post by soehest »

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)

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)
  }
}
GetCurrentRanking (from tm2)

Code: Select all

array(1) {
  [0]=>
  array(4) {
    ["Login"]=>
    string(7) "xxxxx"
    ["NickName"]=>
    string(19) "xxxxx"
    ["PlayerId"]=>
    int(236)
    ["Rank"]=>
    int(0)
  }
}
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?
User avatar
Eole
Nadeo
Nadeo
Posts: 1265
Joined: 26 Apr 2011, 21:08

Re: Maniaplanet Server 2017-06-15

Post by Eole »

soehest wrote: 22 Jun 2017, 09:37 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?
You need to use the TriggerModeScriptEventArray method to get info from the scripted modes.
You can check this and this for more info.
Contribute to the ManiaPlanet documentation on GitHub
A question about ManiaScript? Ask it here!
Post Reply

Return to “Dedicated Server”

Who is online

Users browsing this forum: No registered users and 0 guests