Page 2 of 3

Re: What new Gamemode do you want to see?

Posted: 26 Feb 2015, 12:23
by Voyager006
I would think that a rounds-like mode which adds up the times of each map would be a good idea.

Let's say we drive on 4 maps and see who can get the fastest time overall. At first map, everyone starts at the same time. The first to finish will be the one who starts first on the next map, followed by the player who placed second. If this player finishes e.g. 15 seconds behind, then he/she will start 15 seconds after on the next map. The winner is the first to pass the finish line of the last map.

Perhaps this can be combined with a normal Time Attack race on beforehand. Essentially a pursuit race.

Re: What new Gamemode do you want to see?

Posted: 26 Feb 2015, 15:21
by Machre113
Voyager006 wrote:I would think that a rounds-like mode which adds up the times of each map would be a good idea.

Let's say we drive on 4 maps and see who can get the fastest time overall. At first map, everyone starts at the same time. The first to finish will be the one who starts first on the next map, followed by the player who placed second. If this player finishes e.g. 15 seconds behind, then he/she will start 15 seconds after on the next map. The winner is the first to pass the finish line of the last map.

Perhaps this can be combined with a normal Time Attack race on beforehand. Essentially a pursuit race.
I feel something like this would work, but not in this manner.

After all, that's just awarding the best driver, isn't it? If someone who is of greater skill is consistently first, then they'll basically have no competition, as they could keep increasing their lead over and over until no one else could possibly take first.

Unless I've misconstrued your intent.

Re: What new Gamemode do you want to see?

Posted: 26 Feb 2015, 17:25
by Demented
eyebo wrote:I also like the idea of a mode where you have to collect all the checkpoints in a map. First one to collect all CPs wins. Non-linear maps are somewhat rare in TM, and a mode that would force people to build in a less linear way might be interesting.
Have you tried Adventure Quest?
The map has 20 checkpoints and as you discover and pass through them the name of the checkpoint is shown so you can either remember them or make a checklist. Once you find them all you race back to the finish which is near the start.

Re: What new Gamemode do you want to see?

Posted: 26 Feb 2015, 22:01
by Nerpson
A gamemode where the goal is to find the more CPs could be interesting...

Re: What new Gamemode do you want to see?

Posted: 26 Feb 2015, 22:06
by TMarc
this would necessite that not all CP are passed until you reach the finish, but actually the whole validation process is based on that: start, all CP, finish.

I guess the ShootMania Platform solo mode has something for that: the crystals... the more you find, the more points you get, but you don't need all to finish the map. :thumbsup:

Re: What new Gamemode do you want to see?

Posted: 26 Feb 2015, 22:10
by Nerpson
Validating a map by passing all CPs do not prevents to not finish the map on a server. ;)

It's really simple to put in place: you win some points when passing CPs thanks to the WayPoint event in the script.

Re: What new Gamemode do you want to see?

Posted: 27 Feb 2015, 00:33
by Machre113
Nerpson wrote:Validating a map by passing all CPs do not prevents to not finish the map on a server. ;)

It's really simple to put in place: you win some points when passing CPs thanks to the WayPoint event in the script.
And even then, a map creator can hide one CP somewhere not normally accessible so that they can validate the map, but prevent a good portion of others from finding it and thus finishing.

Simple, really. :)

Re: What new Gamemode do you want to see?

Posted: 27 Feb 2015, 04:35
by N_A_N_A
Nerpson wrote:A gamemode where the goal is to find the more CPs could be interesting...
I have something like the Gate race challenges in Hover Car Racer in mind. But for TM2.

(But one issue I can forsee before I start coding is how to allocate points to different CPs based on difficulty, and making it not necessary to go through all CPs before finishing)

Re: What new Gamemode do you want to see?

Posted: 27 Feb 2015, 05:37
by Machre113
N_A_N_A wrote:(But one issue I can forsee before I start coding is how to allocate points to different CPs based on difficulty, and making it not necessary to go through all CPs before finishing)
Therein lies the problem. It's hard-coded into Trackmania that all CPs need be passed to finish a validation, and thus a race.

That doesn't mean that a race need end in multiplayer, just make sure there are enough checkpoints to keep one busy for the length of the match. :P

Re: What new Gamemode do you want to see?

Posted: 27 Feb 2015, 11:14
by mvv0105
Machre113 wrote:It's hard-coded into Trackmania that all CPs need be passed to finish a validation
But Pursuit GameMode don't use finish and CP functions ;)