ManiaPlanet Server 2015-02-18b

Moderator: NADEO

User avatar
xbx
Nadeo
Nadeo
Posts: 1290
Joined: 14 Jun 2010, 17:35

ManiaPlanet Server 2015-02-18b

Post by xbx » 10 Feb 2015, 19:54

Good evening !

Here is a new server update:
http://files.maniaplanet.com/ManiaPlane ... 02-18b.zip

(changes since previous version;
http://files.maniaplanet.com/ManiaPlane ... _delta.zip )


Main changes:
  • TM: Added support for matchmaking / lobbies
  • TM: Added a new team mode "Chase"
  • SM: new Battle mode variant
2015-02-18: update with fixes to the scripts and the exe for lobby problems.
2015-02-18b: ooops! got the wrong TM/Chase.script.txt ....

User avatar
Eole
Nadeo
Nadeo
Posts: 1265
Joined: 26 Apr 2011, 21:08

Re: ManiaPlanet Server 2015-02-10

Post by Eole » 10 Feb 2015, 20:13

Changelog for the scripts :

Code: Select all

### Modes

#### Matchmaking
* The matchmaking now works with Trackmania.

#### Trackmania/Chase
* New game mode.

#### Trackmania/Cup
* Matchmaking compatibility.

#### Trackmania/Team
* Matchmaking compatibility.

#### Shootmania/Battle
* Fix : don't increase the attack countdown when the disadvantaged clan capture several poles at the same time during the overtime.
* Hide some of the settings to the players.
* Gladiator mode : reload one armor on hit.

#### Librairies

#### VoteMap
* Animations on the vote map UI. [see](https://forum.maniaplanet.com/viewtopic.php?p=236199#p236199)

#### Trackmania/TM2
* New functions to get information about the clan of the players.
* New EndRace() function with an additional argument to display or not the scores table.
* New EndRaceAll() function to end the race of all the players at once.

#### Trackmania/UI
* Fix : hide the small scores table during the podium sequence.
Contribute to the ManiaPlanet documentation on GitHub
A question about ManiaScript? Ask it here!

User avatar
SSM.Speed...
Posts: 309
Joined: 21 Jul 2012, 21:21
Contact:

Re: ManiaPlanet Server 2015-02-10

Post by SSM.Speed... » 10 Feb 2015, 20:37

salut

je monte un lobby stad² avec 15 serv
Image
createur de server depuis 2005 nadeo 1>tmnf 2>tmc et 4>Stad² 15>storm 43> server matchmaking pour un total de 65 server 24/24 createur du FanClub SSM

User avatar
undef.de
Posts: 2094
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: ManiaPlanet Server 2015-02-10

Post by undef.de » 10 Feb 2015, 22:23

Eole wrote:Changelog for the scripts :

Code: Select all

#### Trackmania/TM2
* New functions to get information about the clan of the players.
* New EndRace() function with an additional argument to display or not the scores table.
* New EndRaceAll() function to end the race of all the players at once.
I guess the docs at http://doc.maniaplanet.com/dedicated-se ... ripts.html will be updated later? 8-)

EDIT: Ok, found them in TM2.Script.txt, so not a XmlRpc related thing. :lol:
Developer of UASECO, a controller with support of the Modescript Gamemodes for TM².
Visit the official website for more: UASECO.org


Developer of various plugins for XAseco/XAseco2 and MPAseco, visit my lab: www.undef.name

You like what I do? Then award a ManiaStar.

User avatar
Xymph
Posts: 1426
Joined: 15 Jun 2010, 20:35
Contact:

Re: ManiaPlanet Server 2015-02-10

Post by Xymph » 10 Feb 2015, 23:09

xbx wrote:(changes since previous version;
http://files.maniaplanet.com/ManiaPlane ... _delta.zip )
The new files since 2014-11-24b are:

./UserData/Scripts/Libs/Nadeo/MatchmakingCommon.Script.txt
./UserData/Scripts/Libs/Nadeo/MatchmakingLobby.Script.txt
./UserData/Scripts/Libs/Nadeo/MatchmakingMatch.Script.txt
./UserData/Scripts/Modes/TrackMania/Chase.Script.txt
./UserData/Scripts/Modes/TrackMania/ModeMatchmaking.Script.txt

And the changed files:

./ManiaPlanetServer
./ManiaPlanetServer.exe
./UserData/Scripts/Libs/Nadeo/ShootMania/WaitingQueue.Script.txt
./UserData/Scripts/Libs/Nadeo/TrackMania/TM2.Script.txt
./UserData/Scripts/Libs/Nadeo/TrackMania/UI.Script.txt
./UserData/Scripts/Libs/Nadeo/TrackMania/WarmUp.Script.txt
./UserData/Scripts/Libs/Nadeo/VoteMap.Script.txt
./UserData/Scripts/Modes/ShootMania/Battle.Script.txt
./UserData/Scripts/Modes/TrackMania/Cup.Script.txt
./UserData/Scripts/Modes/TrackMania/ModeBase.Script.txt
./UserData/Scripts/Modes/TrackMania/RoundsBase.Script.txt
./UserData/Scripts/Modes/TrackMania/Team.Script.txt
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
undef.de
Posts: 2094
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: ManiaPlanet Server 2015-02-10

Post by undef.de » 11 Feb 2015, 21:11

It seems that in Maniascript the object Players has been changed.

In the 2014-11-24 version this piece of code:

Code: Select all

foreach (Player in Players) {
	log(Player.Login);
}
returns

Code: Select all

labs_undef
undef.de
In the 2015-02-10 version only this is returned:

Code: Select all

undef.de
The login of the dedicated server is not in the list. Feature or Bug?
Developer of UASECO, a controller with support of the Modescript Gamemodes for TM².
Visit the official website for more: UASECO.org


Developer of various plugins for XAseco/XAseco2 and MPAseco, visit my lab: www.undef.name

You like what I do? Then award a ManiaStar.

Coshank90
Posts: 65
Joined: 10 Sep 2013, 15:03

Re: ManiaPlanet Server 2015-02-10

Post by Coshank90 » 12 Feb 2015, 11:14

Did this update fix the problem with cup mode not giving out LP if you played with warmup? If not, it might be time to fix that! :yes:

User avatar
Eole
Nadeo
Nadeo
Posts: 1265
Joined: 26 Apr 2011, 21:08

Re: ManiaPlanet Server 2015-02-10

Post by Eole » 12 Feb 2015, 13:05

undef.de wrote:The login of the dedicated server is not in the list. Feature or Bug?
Feature. The server can't be considered as a player and it was only the case in Trackmania. Now the Players variable in SM and TM behave the same: only players logins.
Contribute to the ManiaPlanet documentation on GitHub
A question about ManiaScript? Ask it here!

User avatar
magnetik
Nadeo
Nadeo
Posts: 1678
Joined: 01 Feb 2012, 19:13
Location: Bordeaux
Contact:

Re: ManiaPlanet Server 2015-02-10

Post by magnetik » 12 Feb 2015, 13:19

I've updated the APT repo with latest
ManiaPlanet technical documentation portal (Dedicated, ManiaLink, ManiaScript, Titles...) -- contribute!

masine007
Posts: 2
Joined: 13 Feb 2015, 17:15

Re: ManiaPlanet Server 2015-02-10

Post by masine007 » 13 Feb 2015, 17:28

hi,

can you please update the "ManiaPlanetBetaServer_latest.zip" file

currently this file was ManiaPlanet Server 2014-11-24b

we need this to automatic update


thank you

Post Reply

Return to “Dedicated Server”

Who is online

Users browsing this forum: No registered users and 0 guests