Page 1 of 5
ManiaPlanet Server 2015-02-18b
Posted: 10 Feb 2015, 19:54
by xbx
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 ....
Re: ManiaPlanet Server 2015-02-10
Posted: 10 Feb 2015, 20:13
by Eole
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.
Re: ManiaPlanet Server 2015-02-10
Posted: 10 Feb 2015, 20:37
by SSM.Speed...
salut
je monte un lobby stad² avec 15 serv
Re: ManiaPlanet Server 2015-02-10
Posted: 10 Feb 2015, 22:23
by undef.de
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?
EDIT: Ok, found them in TM2.Script.txt, so not a XmlRpc related thing.

Re: ManiaPlanet Server 2015-02-10
Posted: 10 Feb 2015, 23:09
by Xymph
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
Re: ManiaPlanet Server 2015-02-10
Posted: 11 Feb 2015, 21:11
by undef.de
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
In the 2015-02-10 version only this is returned:
The login of the dedicated server is not in the list. Feature or Bug?
Re: ManiaPlanet Server 2015-02-10
Posted: 12 Feb 2015, 11:14
by Coshank90
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!

Re: ManiaPlanet Server 2015-02-10
Posted: 12 Feb 2015, 13:05
by Eole
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.
Re: ManiaPlanet Server 2015-02-10
Posted: 12 Feb 2015, 13:19
by magnetik
I've updated the
APT repo with latest
Re: ManiaPlanet Server 2015-02-10
Posted: 13 Feb 2015, 17:28
by masine007
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