Remy's Ratatouille Adventure Simulator

A trackless dark-ride simulation of Disney's Remy's Ratatouille Adventure, rebuilt in Blender from real ride blueprints and POV footage.

Tools

  • Blender
  • Python
  • Git & Azure Repos

Scope

  • Vehicle design & rigging
  • Scene building
  • Vehicle animation & pathing

Links

Building the ride

Using this blueprint of the ride, I modeled the layout in Blender. I built the ride vehicles starting from this model, rigged them for rotation and tilt control, and created the vehicle paths by studying ride POV videos.

The full ride layout with every vehicle running its path.

Animating to the real ride

By syncing ride POV videos to my Blender sequence, I keyframed the vehicles to move along their paths at the same pace as the real ride — including each vehicle's tilt and rotation, using the videos as reference.

Vehicle motion matched against ride POV footage.

Extracting engineering data

With the ride animated, this Python script fetches every vehicle's path-distance data along with the armature's rotation data — the numbers you would actually need to build the ride from an engineering standpoint.

Python script for exporting vehicle data

The output appears as follows:

We can visualize this data by filtering and graphing. This graph shows each vehicle's offset and distance through their paths across time.

Graph of vehicle path offsets over time