Dedimania forum

Feel free to express yourself on your favorite dedicated related tool.

You are not logged in.

#1 2018-05-18 14:22:11

??? | Nicklander
tm2:nicklander
New member
Registered: 2018-05-18
Posts: 4

Dedimania Record Conditions

Ok...so for me it's still a bit confusing what the conditions are for the dedis to be stored. As far as I know it's:

IN TMNF (using xaseco):
AT needs to be >8s
Player times >6s
No checkpoint conditions

IN TM2 (using uaseco):
AT needs to be >10s
Player times >8s
Checkpoint conditions ? 1 checkpoint ?

I've read in another thread that the minimum amount is 1 cp but the dedimania file itself says 3 cps ?!

Code:

if ($map->nb_checkpoints < 2 && $map->author != 'Nadeo') {
// check for map without actual checkpoints
aseco->console('[Dedimania] Map\'s NbCheckpoints < 2: records ignored');

It confuses me a lot because there are some tracks on my TM2 server with dedis and some without....

Last edited by tm2:nicklander (2018-05-18 14:22:51)

Offline

#2 2018-05-18 22:44:20

Xymph
xymph
Moderator
Registered: 2009-05-26
Posts: 1971
Website

Re: Dedimania Record Conditions

tm2:nicklander wrote:

Checkpoint conditions ? 1 checkpoint ?

Yes.

tm2:nicklander wrote:

I've read in another thread that the minimum amount is 1 cp but the dedimania file itself says 3 cps ?!

Code:

if (ap->nb_checkpoints < 2 && ap->author != 'Nadeo') {
// check for map without actual checkpoints
aseco->console('[Dedimania] Map\'s NbCheckpoints < 2: records ignored');

The finish is also a checkpoint, hence the minimum is 2 (not 3, it's "<" and not "<=" wink ).

Offline

#3 2018-05-19 20:24:00

??? | Nicklander
tm2:nicklander
New member
Registered: 2018-05-18
Posts: 4

Re: Dedimania Record Conditions

Thank you !
What should I do if there are no dedis saved despite the conditions being true ?
Does it make a difference what kind of cp it is ? regular/ring/wallride/.... ?

Last edited by tm2:nicklander (2018-05-19 20:24:43)

Offline

#4 2018-05-20 08:57:37

Xymph
xymph
Moderator
Registered: 2009-05-26
Posts: 1971
Website

Re: Dedimania Record Conditions

tm2:nicklander wrote:

What should I do if there are no dedis saved despite the conditions being true ?

Debug with the server controller's author.

tm2:nicklander wrote:

Does it make a difference what kind of cp it is ? regular/ring/wallride/.... ?

No.

Offline

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson