Skip to main content

Time attack - Minigame

With this script you can create a Time attack minigame in dverso with leaderboard supports

Make the bounding box big enough

While binding bounding box make sure to make them fairly big enough to let the entire player comfortably fit inside and make some error tolerance. Too strict bounding boxes will result in very low tolerance checkpoints and your race quality will decrease.

Connect all checkpoints

Make sure to connect all checkpoints in a sequence, if you miss any checkpoint the script will not work.

Checkpoints should be only BOX

Make sure to make all checkpoints as box. You will find them into Basic->Box

Script bindings

Start

The start bounding box

Checkpoint1

Key checkpoint that will be evaluated for the correctness of the score, breaking the checkpoint sequence will result in an invalid score

Checkpoint2

Key checkpoint that will be evaluated for the correctness of the score, breaking the checkpoint sequence will result in an invalid score

Checkpoint3

Key checkpoint that will be evaluated for the correctness of the score, breaking the checkpoint sequence will result in an invalid score

Checkpoint4

Key checkpoint that will be evaluated for the correctness of the score, breaking the checkpoint sequence will result in an invalid score

Checkpoint5

Key checkpoint that will be evaluated for the correctness of the score, breaking the checkpoint sequence will result in an invalid score

Checkpoint6

Key checkpoint that will be evaluated for the correctness of the score, breaking the checkpoint sequence will result in an invalid score

Checkpoint7

Key checkpoint that will be evaluated for the correctness of the score, breaking the checkpoint sequence will result in an invalid score

Checkpoint8

Key checkpoint that will be evaluated for the correctness of the score, breaking the checkpoint sequence will result in an invalid score

Checkpoint9

Key checkpoint that will be evaluated for the correctness of the score, breaking the checkpoint sequence will result in an invalid score

Checkpoint10

Key checkpoint that will be evaluated for the correctness of the score, breaking the checkpoint sequence will result in an invalid score

End

The end bounding box. Only after passing inside all 10 checkpoint the score will be uploaded to servers.

Video tutorial