Update 9

A somewhat more technical entry this week - I’ve been working on intersection checks against coaster tracks to make sure that the tracks don’t collide with anything else:

This is done by creating a “virtual corridor” along the track that marks the clearance required by the coaster trains. If anything overlaps this corridor, it can’t be build. Here’s a debug view showing this corridor for a section of the track of the steel coaster (in light green lines):

The width and height of this corridor is dependent on the type of coaster you’re building, so for example for a wing coaster it would be much wider than for the steel coaster above and you’d have to make sure that there are no obstacles in the way to the sides of the track.

This method is pretty precise for ensuring that nothing clips through the tracks - for example, while you’re able to build a track over the balloon shop like this…

…you can’t go over it inverted at the same track height:

(Yes, the supports currently clip through inverted tracks, but that’s a different story)

It also allows to build quite compact coasters with near misses:

(Editor screenshot, not in-game graphics quality)

On a related note, building through wooden coaster supports is working now:

Ride Art Livestream 2

Hey all! We just put the footage from the livestream up on YouTube as a timelapse. Check it out!

Update 8

Last week was mostly spent on Kickstarter. We’ve been covered in a bunch of places and received a lot of support, so that our campaign is now at a fantastic 66% after a little over a week. Thanks everyone!

There’s a flood of mails, questions on this blog and great suggestions for us to work through - we haven’t quite replied to everyone yet, but we’ll do so one after another. By the way - there’s also a Parkitect subreddit! That should be a great place for discussing ideas and other things.

I got only back to doing some dev work over the last couple of days - got some less steep slopes for coasters working:

People now can actively look at things (other guests and coaster cars, currently):

They do this while resting or on certain rides (like the ferris wheel). Things can be differently interesting to look at for people - for example, a guest carrying a couple of balloons and wearing a crazy hat will surely turn some heads. The interactive trailer has been updated with this and a couple of bugfixes.

The public beta for Unity 4.6 has been released last week, which we’ve really been looking forward to as it adds a completely new UI system. I can’t wait to start working with it as the current placeholder UI we’ve been using is very limited. I’ve only read some documentation and briefly tinkered around with it, but so far it’s looking like it’ll be awesome for this game. I managed to quickly whip up a basic window system as a test:


Nice.

Update 7

This week we’ve obviously been pretty busy with putting the finishing touch on our Kickstarter campaign (which is going great so far thanks to all of you!) and deciding to create an interactive trailer last minute (we’re now glad we did!). But actually, we also managed to get some development done! Yes, it was a crazy week.

First of all, Garret made some shutters for shops (you might have seen them in the interactive trailer already).

They’ll go down when the shop is closed or can’t sell its goods for some reason.

I’ve made a small dev tool for defining the length of coaster cars and their offset to the following car:

On the right is the actual car, on the left an in-editor preview for the offset.

You might be wondering about the weird colors of the car on the right - that’s because some of our models have parts with a user-defined color, and that’s how these are shown in the editor. To make picking nice preselected colors easier for us I also made a small tool that renders the models with customized colors in the editor:

And, the big one - we got some work done on wooden coasters!

The tracks and supports for this coaster are the most difficult to get right, so we wanted to tackle them finally.

Here’s what we have so far:

By the way, this is the very first piece of concept art that Garret did for this game, right on the first day of joining the project:

We’ll have to see if we can get the wooden supports to look more like that, but finally having all the elements from this mockup working in the game is super exciting for us!