VERSION 2

SPAMTRAK	// Name of this drone, for cross-referencing porpoises

TRAIN

300			// Mass (tonnes)
50, 50, 25	// Centre of mass, as %age distance from front, left, bottom (woof)

smooth		// Cornering (smooth/sharp)

constant	// Speed (constant/variable) -
			// if constant, must be followed by ONE number (the speed),
			// if variable, must be followed by THREE numbers on separate lines (accel, max speed, min speed)
//	0.2		// Max accel (BRU/s/s, 1 BRU/s = 15mph approx.) 
	4.0		// Max speed (BRU/s)
//	0.2		// Min speed (BRU/s)

0			// Crushability (0 = no crushing, 0.5 average softness, 1.0 very soft, 2.0 extremely soft) - 
			// if not 0 (zero) then must be followed by three lines of 2 values

respawn		// Ability to be resurrected after twattage (respawn / norespawn)

vertical	// orientation relative to path incline: inline (car, plane), vertical (cable car)

always		// Processing - 'always' or 'distance'

// If zero between these two lines, a box based on the actor-to-bounds will be used instead

START OF BOUNDING SHAPES

6					// number of shapes

polyhedron
12					// number of points
 0, 0.00, -23.2	// 1 loco and first cars
 0, 0.00, -23.2
 0, 0.00, -23.2
 0, 0.00, -23.2
-0.4, 0.00, -22.7
-0.4, 0.86, -22.7	
 0.4, 0.86, -22.7	
 0.4, 0.00, -22.7	
-0.4, 0.00, -5	
-0.4, 0.86, -5		
 0.4, 0.86, -5		
 0.4, 0.00, -5

polyhedron
8		
-0.4, 0.00, -5		// all flatcars
-0.4, 0.24, -5		
 0.4, 0.24, -5		
 0.4, 0.00, -5
-0.4, 0.00, 21.5	// all the way to the end
-0.4, 0.24, 21.5	
 0.4, 0.24, 21.5	
 0.4, 0.00, 21.5


polyhedron
8
-0.4, 0.00, -2		// boxcar
-0.4, 0.86, -2
 0.4, 0.86, -2
 0.4, 0.00, -2
-0.4, 0.00, 0.25	// 
-0.4, 0.86, 0.25		
 0.4, 0.86, 0.25		
 0.4, 0.00, 0.25

polyhedron
8
-0.4, 0.00, 3.25	// next 2 bocars
-0.4, 0.86, 3.25		
 0.4, 0.86, 3.25		
 0.4, 0.00, 3.25
-0.4, 0.00, 7.88	// 
-0.4, 0.86, 7.88	
 0.4, 0.86, 7.88	
 0.4, 0.00, 7.88
	
polyhedron
8	
-0.4, 0.00, 13.8	// next 2 bocars
-0.4, 0.86, 13.8	
 0.4, 0.86, 13.8	
 0.4, 0.00, 13.8
-0.4, 0.00, 18.44	// 
-0.4, 0.86, 18.44	
 0.4, 0.86, 18.44	
 0.4, 0.00, 18.44

polyhedron
8
-0.4, 0.00, 21.5	//last boxcar
-0.4, 0.86, 21.5	
 0.4, 0.86, 21.5	
 0.4, 0.00, 21.5
-0.4, 0.00, 23.76	//
-0.4, 0.86, 23.76	
 0.4, 0.86, 23.76	
 0.4, 0.00, 23.76	
	
	
END OF BOUNDING SHAPES

START OF FUNKYGROOVY STUFF

	
spinnyGroove
	WHL1.ACT
	x
	dronespeed
	forward
	0.45
	
spinnyGroove
	WHL2.ACT
	x
	dronespeed
	forward
	0.45
	
spinnyGroove
	WHL3.ACT
	x
	dronespeed
	forward
	0.45
	
spinnyGroove
	WHL4.ACT
	x
	dronespeed
	forward
	0.45
	
spinnyGroove
	WHL5.ACT
	x
	dronespeed
	forward
	0.45
	
spinnyGroove
	WHL6.ACT
	x
	dronespeed
	forward
	0.45


END OF FUNKYGROOVY STUFF
