Distance
218 个评价
Choochoo Chase [Sprint]
   
奖励
收藏
已收藏
取消收藏
Mode: Sprint
文件大小
发表于
142.068 KB
2014 年 12 月 17 日 上午 5:25
1 项改动说明 ( 查看 )

订阅以下载
Choochoo Chase [Sprint]

描述
Based on the track of the same name from Nitronic Rush, Choochoo Chase is a track in which you have to beat a train to the finish by carefully managing your boost.

Note: May not work well in multiplayer due to specific timing with the train
4 条留言
Tesselode 2014 年 12 月 18 日 下午 7:26 
I understood some of the things you said.
Tachrayonic  [作者] 2014 年 12 月 18 日 下午 5:46 
With offsetting the spherecolliders, I didn't want to use that because the spheres didn't graphically represent that they were actally offset.

I just tested this now, and the sphere does actually offset even though it doesn't look like it has. Makes it a pain to use though.
Tachrayonic  [作者] 2014 年 12 月 18 日 下午 5:42 
I used a combination of the VirusMazeTowerFat and VirusMazeCeiling objects, which both have the InterpolateToOnTrigger set of properties (which allows them to move once when a player enters their sphere collider.

As with the timing issue, I had to make them all launch at once, but the triggering spheres are all relative making it difficult to use them, so I had to make them all trigger wight when the player spawns. Typically, the player takes longer to spawn in multiplayer mode than suingleplayer mode, and the multiplayer time can get randomly offset too making ti impossible to time it for that.

An option to sync the triggers would be to use a teleporter to get the player from ouside all the triggering spheres to inside them all, but that's not really in the spirit of Choochoo Chase.
Tesselode 2014 年 12 月 17 日 下午 5:22 
How did you make the train?