To change the height, (after extracting the package) open Skyjump.nlvm and look for the line:
private static final float maxHeight = 100.0f; // Height of Drop Tower (In Meters). 300 meters maximum. 50 meters minimum. keep in mind though, this script was written with the tower set at 100 meters, so anything below may now look as good/work
(Should be the 40th) and change the 100.0f value to the height you want the drop tower to be (must be in meters). For example, if I wanted a tower 130 meters tall, I would put 130.0f in place of the 100.0f.
To change the name of the ride (when it appears "Press E to enter Intamin Sky Jump"), look for the line: view.setLabel("Intamin Sky Jump");
(should be the 115th) and change the "Intamin Sky Jump" to the name of your choice. For example, if I wanted a tower to be called Falcon's Fury, I would put "Falcons Fury" in place of the "Intamin Sky Jump".
This is just version 1 of the tower atm, I plan to update it with working pistons, LOD's and more soon.
Nice work here! My only complaint would be making it a more realistic height... I know that were able to customize the height to whatever we want but I had a hard time with the script and I followed the instructions that were given. Anywho, this was a great flat ride that I'd love to add to some of my parks if I could just figure out the script!