Jump to page content
English English   Polish Polish   Dutch Dutch   Russian Russian   German German   Hungarian Hungarian   Norwegian Norwegian   Swedish Swedish   Finnish Finnish   Romanian Romanian   Spanish Spanish   Portuguese Portuguese   Latvian Latvian  
Homepage
Home
Register
Login

Resources
Forum
Wiki
Servers

rssRollercoaster (rollercoaster)

Category:script
Author(s):arc
Downloads:1705
Rate:You need to be logged in to vote
Rating:3.7 (18 Votes)
Description:
This resource builds a rollercoaster based on a written path. It begins at the farm at coords 0,0,0. Simply start the resource and you are warped into a "rollercoaster" made of a chain of Vortexes that will roll along your track. You should use 1st person mode to see whats going on!

The rollercoaster track is defined in server.lua. The "path" variable contains the list of nodes which the track goes through. The format is as follows:
{ nodeX, nodeY, nodeZ, rot = rotation }
The first three values are the world coordinates of the node. The last value indicates the rotation (roll) of the track at the node (in degrees): 0 means that the track is straight up, 90 that it's rotated 90° to the left, 180 makes it upside down etc.

Note that this resource is really just a tech demo. It would need a lot of extending to be made into an actually useful rollercoaster. Feel free to download the resource, try it and change it, but please do leave credits intact....

(more)

Download latest version | Report

Version history

Version Publish Date Changes
1.0.2 2011-03-12 12:02:18 Replaced normal vector by rotation in track nodes Download
1.0.1 2011-03-10 14:25:57 Typo and more explanation in help.xml Download
1.0.0 2011-03-10 14:14:23 First public release Download