Page 3 of 3

Re: [Beta3RC2] ManiaPlanet 2 Beta3 Server 2013-02-11

Posted: 12 Feb 2013, 12:08
by R4PH1
i give up..

i tried:

Code: Select all

$this->client->query('ChatSendServerMessage', $this->formatColors($this->client->query('GetApiVersion')));

$this->client->query('SetApiVersion', '2012-06-19');
$this->client->query('ChatSendServerMessage', 'apiset');

$this->client->query('ChatSendServerMessage', $this->formatColors($this->client->query('GetApiVersion')));
in xaseco run(), in Aseco() no effect at all, in the ingame chat where it should print there is just nothing " ".

and also it has no effect on the end of the map..

Re: [Beta3RC2] ManiaPlanet 2 Beta3 Server 2013-02-11

Posted: 12 Feb 2013, 13:37
by killer606
Should we update the servers for Royal or are the 09_02 fine too?

Re: [Beta3RC2] ManiaPlanet 2 Beta3 Server 2013-02-11

Posted: 12 Feb 2013, 13:50
by Xymph
R4PH1 wrote:i tried:

Code: Select all

$this->client->query('ChatSendServerMessage', $this->formatColors($this->client->query('GetApiVersion')));

$this->client->query('SetApiVersion', '2012-06-19');
$this->client->query('ChatSendServerMessage', 'apiset');

$this->client->query('ChatSendServerMessage', $this->formatColors($this->client->query('GetApiVersion')));
in xaseco run(), in Aseco() no effect at all, in the ingame chat where it should print there is just nothing " ".
1. XAseco2 doesn't support anything but the default (oldest) API version. When you change it, most callbacks won't work anymore. Use the RPC utilities to familiarize yourself with API versions, methods and callbacks, instead of hacking around in X2. ;)

2. There is no method GetApiVersion in any API version. Use GetVersion, which returns a struct (with the 'ApiVersion' member) instead of a string.

3. You don't need to call $this->formatColors around a plain text string that doesn't include XAseco2 formatting tags.

Re: [Beta3RC2] ManiaPlanet 2 Beta3 Server 2013-02-11

Posted: 12 Feb 2013, 15:52
by MuNgLo
Custom votes still broken

Code: Select all

 -> DedicatedApi\Xmlrpc\Exception with code -1000
    Already waiting for a vote.
TheCastle is still hardcoded to be used from pack or something. To have updated version u need to use other filename.

Huge problem now. Even thou I launch servers in beta2 mode it was running in beta3 mode. Have you removed the beta2 or what??
Rolled back and used the previous version and it all worked fine.
I would like to be able to use latest serverversion thou. :(

Re: [Beta3RC2] ManiaPlanet 2 Beta3 Server 2013-02-11

Posted: 12 Feb 2013, 16:09
by R1KSK1
Hylis,

Thank you for your comment - Please understand I appreciate the amount of time coders spend on "getting things right" and I do not doubt anyone's commitment @ nadeo.

I also do see these improvements that you are creating (which is great) but let us also not forget that the product is going through a stage of transitional disruption for this to happen. This means that for server admins and players it causes issues in reliability of servers (when actually it is nothing to do with unstable servers - it is these transitions).

I think we all appreciate updates and free add on's :clap: :clap: - the question is - at what cost? :shock:

The answer to this question is stability and reliability (which is obviously temporary) - but what can nadeo learn and improve from this? :thumbsup:

An apology to the TM2 community would not be a bad thing and would show "Respect" :thumbsup: - you could also point out these positive improvements :thumbsup: - as I think we all appreciate what you are trying to do. 8-) It is just hurting our LOVED GAME very often. :roll:

Thanks

Rikski

Re: [Beta3RC2] ManiaPlanet 2 Beta3 Server 2013-02-11

Posted: 12 Feb 2013, 17:29
by MuNgLo
Can I get a quick yes/no plz

Is it possible to run Elite-beta2 with the new server?

It's a really important question for those that play cups and so on.

Re: [Beta3RC2] ManiaPlanet 2 Beta3 Server 2013-02-11

Posted: 12 Feb 2013, 19:20
by xbx
MuNgLo wrote:Can I get a quick yes/no plz

Is it possible to run Elite-beta2 with the new server?

It's a really important question for those that play cups and so on.
yes.

Re: [Beta3RC2] ManiaPlanet 2 Beta3 Server 2013-02-11

Posted: 12 Feb 2013, 19:31
by MuNgLo
wasn't working for me. dl'ing next version now.