Board index Roller Coaster Games NoLimits Coaster 2 NoLimits Coaster 2 Tutorials and Templates NoLimits Coaster 2 Seed/Flat Ride/3D Files/Designs

NoLimits Coaster 2 Seed/Flat Ride/3D Files/Designs

A place for NoLimits Coaster 2 Tutorials, Seeds, Flat Rides, 3D Files and Designs.

Metazoanhaddock User avatar
Moderator
Moderator

Posts: 1758
Points on hand: 3,282.00 Points
Bank: 52,337.00 Points
Location: Seattle, Washington
So a few of us staff members have been talking amongst ourselves, and we've come up with an idea for a new useful tool for both experienced builders and new users alike on the site. The idea in question is the idea to host NoLimits 2 "seed", 3ds packs, and flat ride files. These files would be small and consist of things such as a generic lift hills based on manufacturer/coaster type or realistic transfer track areas, 3d theming packs, as well as any flat ride that someone has created for use in the community.

This thread will catalog any such "seeds", 3d packs, and flat rides, and provide links to where they can be downloaded. But what we need now, is your help as a community. Any contributions are appreciated and are sure to help out new designers (we've ALL been there).

To contribute the the database, simply post a link to your file along with a brief description (for labeling purposes of course) and it should be cataloged and added to the list within a day or so.

We're hoping we can work together as a community to help better this site as a resource for NoLimits designers of all types.

Thank you all, it's truly appreciated.

-Staff

#1
Batman: The Ride
Recreation of the Batman clones, free for all to use in their own parks, credit MUST be given for this track if it is used in a park that is released. Made by TallonD83, with input from Dapalm, Blase Rhine, and support and track shaping help from Blase Rhine. Enjoy!
Download Link: http://www.coastercrazy.com/exchange/detail.php?track_id=20823
-by TallonD83

#2
Nitro Starter Kit
This is essentially a "starter kit" for a Nitro recreation. It includes accurate colors, accurate car textures, accurate station music, and the station, transfer, and storage tracks. Feel free to use it (or any part of it) as the starting point for your Nitro recreation! Please give credit for use of the car textures (those purple highlights were a PAIN to get right!), for anything else it's not necessary.
Download Link:
Nitro.nl2pkg
(4.88 MiB) Downloaded 1081 times

-by Dusso Janladde

#3
Park Add-On Pack
This is more of an "add on" pack for No Limits 2. The file contains several different kinds of benches for any park, a trashcan, a concrete ground texture, as well as the entrance sign for TallonD93's Batman: The Ride.
Directions: Download the file and extract the package. Then use anything in the package for your amazing creations!
Credits:
TallonD93- Batman: The Ride/ Cartextures
TheCodeMaster- Rocks/Environment
Nseven- Foliage
Download Link: https://www.dropbox.com/s/wiev9tfjy8hks ... l2pkg?dl=0
*If you use any of the models, All I ask is you give me credit for the benches, trashcan, ground texture, and the Batman sign.
If there are any issues please let me know!
Enjoy!
-by Blase Rhine

#4
Sky-Wheel Triple Ferris Wheel
The Sky-Wheel Triple Ferris Wheel comes with the ride itself as well as smaller assets to add to it, like a fence, platform planters, and a text object. I think the most interesting aspect of it is an object that I created a text object where you name the object in the Editor and upon loading the Simulator, a script will calculate what letters to display in Play Mode.
Download Link: http://www.coastercrazy.com/20824/Sky-W ... ersion-112
-by maverick34jjv

#5
Mondial Windseeker Flat Ride
A Mondial Windseeker (primarily based on the ones at Canada's Wonderland, Carowinds, Cedar Point and Kings Island) for you guys to use as a background object/flat ride in your parks.
Thanks to Magu78 for letting me use his seat model in this.
The ride has now been updated to be both ride-able and re-colourable.
Download Link: http://www.coastercrazy.com/20307/Mondi ... -Flat-Ride
-by Projektion

#6
S&S Screamin' Swing Flat Ride
An S&S Screaming Swing for you guys to use as a background object/flat ride in your parks.
The ride has now been updated to be both ride-able and re-colourable
Download Link: http://www.coastercrazy.com/20229/SS-Sc ... -Flat-Ride
-by Projektion

#7
S&S Sky Swat Flat Ride
A new flat ride that I've been working on, the S&S Sky Swat. This one is based on the (only) one at Thorpe Park, Slammer
This flat ride comes pre-packaged with the music and announcements that play during Slammer's Real Life operation, if you want to turn these off, Open SkySwat.nlvm and find the line:

private int music = 1; //Change this value to turn the music on or off (1 = 0n, 0 = off)

(should be the 11th line of code)
And change the 1 value to a 0.
This ride is also ride-able, just walk up to it and push E and you will get in
Download Link: http://www.coastercrazy.com/20644/SS-Sky-Swat-Flat-Ride
-by Projektion

#8
Intamin Sky Jump
An Intamin Sky Jump based on the one found at Busch Gardens Tampa ("Falcon's Fury")
This ride is ride-able, recolourable and the height can be set to what ever you want.
To recolour, follow this tutorial:
http://imgur.com/a/QiNo2
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 not look as good/work
(Should be the 40th line of code)
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 line of code)
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".
Download Link: http://www.coastercrazy.com/20538/Intamin-Sky-Jump
-by Projektion

#9
Intamin Drop Of Doom
A recreation of the Drop of Doom rides found on Superman at SFMM and Kingda Ka at SFGAdv that you can use in your parks to spruce them up a bit.
This ride can be configured to whatever height you want it to be. To change the height, (after extracting the package) open Zumanjaro.nlvm and look for the line:

private static final float maxHeight = 50.0f; // Height of Drop Tower (In Meters). 200 meters maximum. 50 meters minimum otherwise script crashes.

(Should be the 21st line of code)
and change the 50.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 50.0f.
The ride features an automated flashing on ride camera, working restraints and is ride-able.
Thanks to Magu for allowing me to use his seat model.
I've uploaded a new revision that allows the ride to be recoloured. To recolour, follow this tutorial:
http://imgur.com/a/QiNo2
Download Link: http://www.coastercrazy.com/20369/Intamin-Drop-Of-Doom
-by Projektion

#10
Rocks By Coaster Mind
The newest update of the rock set by Coaster Mind
If you use it, please give credit to Coaster Mind
Trees: Nseven
Download Link: https://www.dropbox.com/s/pyq2012o243et ... 1.zip?dl=0
-by Coaster Mind

#11
Pinfari Mini Mighty MM29
Here's a recreation of a Pinfari Mini Mighty MM29 that JAMMYD778 made a while back. Made mainly just for a filler type ride you can plonk down anywhere, one of the smoothest Pinfari's (and he's sure you'll agree). He's not asking for credit if you use it (but it would be nice).
Download Link: http://www.coastercrazy.com/20607/Pinfa ... D-Coasters
-by JAMMYD778

#12
Chain Link Fence Version 2
A simple chain link fence with various heights, lengths and angles for use in your parks.
Download Link: http://www.coastercrazy.com/21087/Mking ... ink-Fences
-by Mkingy

#13
Steel Handrails
Simple steel handrails for use in your parks.
Download Link:
Steel Handrails by mkingy.zip
(608.69 KiB) Downloaded 830 times

-by Mkingy

#14
Kyle Sloane's NL2 Park Assets
Kyle has graciously created and shared a modular scenery pack which he intends to keep updating. To use this scenery, simply turn on snap to meter distances and make sure to check the box in the editor!
This version (V1.2) includes:
Walkways, Railings, & Stairs
among others all beautifully rendered along with the corresponding materials files.
Download Link: https://drive.google.com/open?id=0B83el ... authuser=0

#15
BT Paths v2
This is BT Paths v2.
It lets you build pathways quickly and intuitively -
without having to jump back and forth between NoLimits and 3rd party 3D software.
It's also easier and it makes more sense for larger projects - like parks.
You move things around and see the effects directly, and you can do it all simultaneously as terrain and scenery.

Bye Tom has worked way more with this pack than he first set out to,
and it really did turn out more complex than he first thought.
Right now there are 55 objects in two main categories:
A - Asphalt, No fence
B - Asphalt, Steel pipe fence

he really hopes people find use for it!
Download Link: Image
(1.25MB)

Installation:

    [li]Extract the .zip file in <b><i>My Documents/com.nolimitscoaster.nolimits2</i></b>[/li]
    [li]With NoLimits, browse for scenery objects using the "Choose" button.
    BT Paths v2 should be found under "Home"[/li]
    [li]Enable snap settings (see below) and start building![/li]

Snap settings:
Image

#16
MrCrolly's Architectural Rock Set
MrCrolly's Rock Set itself has many varieties. From Casual Stones, to Cobblestone walls, to Cliffside Construction all bundled together in a neat package. The set is also VERY well optimized, each rock with 3 LOD's going from 1500 to around 70 poly's. he really hopes you guys enjoy this set!

Download Link:https://www.dropbox.com/s/cnhehw3crebg3kp/MrCrolly%27s%20Rockset.rar?dl=0

If you upload a track using these rocks, Credit to MrCrolly is required

There are some slight problems with the Cobblestone walls, the corner of one side is blurred as well as there are some color differences that can ruin the seamless effect. Simply fix these problems by flipping the wall around. Will be fixed when MrCrolly has the time. :)

#17
Gerstlauer Family Coaster Custom Train by Jonny Richey
Jonny Has made a beautiful custom train model for use with NoLimits 2 and has graciously agreed to share it with the site as it was "Something [he] thought NL2 needed"

Download Link: http://www.coastercrazy.com/20886/Gerst ... stom-train

You can change the color of the train using the Color.nl2mat material.

The setup in this park file should show how to create the look of the track/station for the custom train.

Here are the SketchUp files for the cars, if anyone wants to add theming and/or textures to the train (a lot of Gerstlauer Family Coasters are customized). Just export to .dae (does not require pro), directly into your park base (.3ds does not retain the smoothness of the curves).

Gertlauer Family Coaster - SketchUp 2015.zip
(1.25 MiB) Downloaded 866 times


If you use Jonny's trains, Credit is encouraged (you should probably give him credit for suck a kickass job)

#18
Zierer Star Shape by iSatnav & Bestdani
iSatnav and Bestdani have combined to create this awesome Zierer Star Shape flat ride!

Download Link: http://www.coastercrazy.com/21278/Zierer-Star-Shape

#19
Wild Mouse by Dusso Janladde

A simple Wild Mouse coaster. The track layout is a recreation of the standard Mack Wild Mouse model, but the supports are an original design since the more accurate lattice supports caused insurmountable clearance issues. It also has a new heavily optimized dispatch pattern, two cars are loaded and dispatched together, the second one waiting at a new block at the bottom of the lift. This results in smooth 8-car operation with an excellent capacity of 960 PPH. It was made to be the Dark Knight coaster in my Great Adventure recreation, the only difference in this standalone release is the new color scheme. Anyone is free to use this coaster in their park with credit given.

Download Link: http://www.coastercrazy.com/21255/Wild-Mouse

#20
Recolorable Ferris Wheel Pack by Rctortigos74
"Pack of 4 recolorable ferris wheels made by me.
You are free to use it." - Rctortigos74

Download & Instructions Link: post407395.html#p407395

------------------------------------------------------------------------------------------------------------------------------------------
The Following section is for Works In Progress (WIP)
Any 3d file, flatride, script, cartexture, seed, etc. you're currently working on and need help with or advice will be hosted under this subsection. If you edit any works posted in this section, we ask that you give the original creator of the file credit (as you would simply be the editor of said file). In Tallon's words: "Lets get some modelers/scripters in here to sound off on what everyone is working on! No reason everyone needs to work on different versions of the same thing!"

#1
TallonD83 Library Files
To start this section off, TallonD83 has graciously offered up a library of content including his BMTR recreation, all the cartexture templates he's made, as well as some unfinished flatrides as .skp files that are semi ready if you have sketchup and know how to script.
The Library can be found here:
Download Link: https://www.dropbox.com/sh/dn81hcu80m44 ... bcV6a?dl=0
Head Moderator
Director, Structural Engineer - PEAK Amusements
Site Contest Judge (Supporting)
Chatroom Admin

TallonD83 User avatar
Premium Member
Premium Member

Posts: 371
Points on hand: 355.00 Points
Bank: 4,476.00 Points
Location: Austin, Texas
OH MY GOD YES! This would be awesome! I may have a few track files in whole to submit soon!

mkingy User avatar
Moderator
Moderator

Posts: 5463
Points on hand: 28,048.00 Points
Bank: 0.00 Points
Location: United Kingdom
This is a great idea!

Whilst you have mentioned flat rides - does this extend to any other generic 3DS files? For instance I've made a chainlink fence for RCT3rox's Livewire which might be of use to people looking for some simple security fences?
Coaster Count - 198
France 2019 Mini Trip Report

TallonD83 User avatar
Premium Member
Premium Member

Posts: 371
Points on hand: 355.00 Points
Bank: 4,476.00 Points
Location: Austin, Texas
I think this could be a repository for anything that creators feel like giving to the community.

Blase Rhine User avatar
Moderator
Moderator

Posts: 1099
Points on hand: 30,499.00 Points
Bank: 0.00 Points
Location: Georgia

I would love to model some different "packs" of scenery (For example: maybe a chain link pack, bench pack, and maybe even theme packs such as Sci Fi) for people to enjoy as well as some standard tracks for the community to use! Feel free to let me know details and I'll get to work right away.
Sometimes I dream of unicorns and oreos


Posts: 6184
Points on hand: 483.00 Points
Bank: 19,590.00 Points
I can provide my chain link fence from Jamp Up Land and my 1,600 foot tall B&M coaster lift and drop.

TallonD83 User avatar
Premium Member
Premium Member

Posts: 371
Points on hand: 355.00 Points
Bank: 4,476.00 Points
Location: Austin, Texas
I'll start!!

Recreation of the Batman clones, free for all to use in their own parks, I just ask that credit is given for this track is used in a park that is released. Made by TallonD83, with imput from Dapalm, BlaseRhine, and support and track shaping help from BlaseRhine. Enjoy!

http://www.coastercrazy.com/exchange/detail.php?track_id=20823


poster-2015-05-22-17-55-51.png


Posts: 200
Points on hand: 4,563.00 Points
This is essentially a "starter kit" for a Nitro recreation. It includes accurate colors, accurate car textures, accurate station music, and the station, transfer, and storage tracks. Feel free to use it (or any part of it) as the starting point for your Nitro recreation! Please give credit for use of the car textures (those purple highlights were a PAIN to get right!), for anything else it's not necessary.
Nitro.nl2pkg
(4.54 MiB) Downloaded 648 times

Image

Blase Rhine User avatar
Moderator
Moderator

Posts: 1099
Points on hand: 30,499.00 Points
Bank: 0.00 Points
Location: Georgia

This is more of an "add on" pack for No Limits 2. The file contains several different kinds of benches for any park, a trashcan, a concrete ground texture, as well as the entrance sign for TallonD93's Batman: The Ride.

Directions: Download the file and extract the package. Then use anything in the package for your amazing creations!

Image

Image

Image

Image

Image

Image


Credits:

TallonD93- Batman: The Ride/ Cartextures
TheCodeMaster- Rocks/Environment
Nseven- Foliage

Download Link: https://www.dropbox.com/s/kgcv1w5fl7xpk ... l2pkg?dl=0

*If you use any of the models, All I ask is you give me credit for the benches, trashcan, ground texture, and the Batman sign.

If there are any issues please let me know!


Enjoy!
Sometimes I dream of unicorns and oreos


Posts: 191
Points on hand: 764.00 Points
YEAH! Finally! Great idea guys! I would love to see some really good parks coming along with this idea. It??s time to get the things running like custom content for RCT3! :D I don??t know what i actually can do for this, but i??ll look into my stuff =)


Posts: 430
Points on hand: 2,777.00 Points
Bank: 122.00 Points
Cool! I'm also working on a standard log flume ride (should be done by next month, though I may need some help with scripting it) and also working on something with TallonD83. Nice scenery Blase!


Posts: 730
Points on hand: 9,972.00 Points
Location: Philippines
This sounds like a great idea! Hmm, maybe I can also make a clonable custom roller coaster to contribute to this collection. :)
mkingy wrote:
Yoda was famously quoted as saying:

Yoda wrote:
Free the Orcas, you must
Sith will prevail, otherwise


Fluorometholone


Posts: 84
Points on hand: 849.00 Points
Started working on a 1 gen B&M standup of the seed/Flat/3dFiles
Parallels Picture 1.png
Parallels Picture.png


Posts: 7
Points on hand: 528.00 Points
I'm not sure whether it helps or not, but I have my Triple Ferris Wheel ride, it comes with the ride itself as well as smaller assets to add to it, like a fence, platform planters, and a text object. I think the most interesting aspect of it is an object that I created a text object where you name the object in the Editor and upon loading the Simulator, a script will calculate what letters to display in Play Mode.

The pack is available to download here:
http://www.coastercrazy.com/20824/Sky-W ... ersion-112

If you have any suggestions for the pack I can update it. Hope this helps out. I really like the idea of having a library of assets that people can use to build parks.

I'm also working on Fiddler's Fling (Calypso), and Triple Play(Troika).

Image
Image


TTD03 User avatar
True Addicts
True Addicts

Posts: 7307
Points on hand: 738.00 Points
Bank: 111,265.11 Points


Posts: 200
Points on hand: 4,563.00 Points
TallonD83 wrote:
I'll start!!

Recreation of the Batman clones, free for all to use in their own parks, I just ask that credit is given for this track is used in a park that is released. Made by TallonD83, with imput from Dapalm, BlaseRhine, and support and track shaping help from BlaseRhine. Enjoy!

http://www.coastercrazy.com/exchange/detail.php?track_id=20823


poster-2015-05-22-17-55-51.png


Take a look at these...
Image
Image
That's your Batman and my Ka in the same park. Their relative positions are accurate. I've checked, and all of Six Flags Great Adventure will just barely fit in NL2's workspace. Collaborative park recreation, anyone?


Posts: 276
Points on hand: 2,615.00 Points
Location: Sweden
I have made a rock set. Should I post the download link?
Yes....


Posts: 64
Points on hand: 999.00 Points
This was a great idea and was really hoping for this.

I have been wanting to complete this Hyper with more scenery such as Rocks, and especially some chain link fencing around the station.

Any help possible would be extremely appreciated. Eat doo doo at making my own :oops:
Attachments
screenshot-2015-05-26-02-10-52.png


Posts: 276
Points on hand: 2,615.00 Points
Location: Sweden
https://www.dropbox.com/s/pyq2012o243et ... 1.zip?dl=0

That's my newest update of my rockset!
If you use it so would I be happy if you give credits :)

Put all the files in you park map! And enjoy!
Image
Trees: Nseven
Yes....


Posts: 64
Points on hand: 999.00 Points

mkingy User avatar
Moderator
Moderator

Posts: 5463
Points on hand: 28,048.00 Points
Bank: 0.00 Points
Location: United Kingdom
highdesertmike wrote:
YOU ROCK!!!!!!! Thank you!


lol pun.

Great stuff everyone!
Coaster Count - 198
France 2019 Mini Trip Report


Posts: 276
Points on hand: 2,615.00 Points
Location: Sweden


Posts: 200
Points on hand: 4,563.00 Points
Nitro starter kit is updated. Textures fixed (lead car was missing a magenta highlight). Height of station/transfer/storage set accurately. Pre-lift turnaround, lift feeders, and lift in place. Feeder height and lift speed set accurately. The pre-lift turnaround and the top of the lift may need more shaping work, and the pre-lift turnaround will definitely need a custom catwalk. Please note that the two large lift supports in place define the location of the lift's highest point, which must be halfway between their footers and of course 230ft high.

It also includes an overlay, everything built so far is positioned using it as a guide. Keep in mind that it will only be accurate for footers and track that's very low to the ground.
Image
Nitro.nl2pkg
(4.88 MiB) Downloaded 542 times

As always, anyone is free to build on this for their own recreation.

Metazoanhaddock User avatar
Moderator
Moderator

Posts: 1758
Points on hand: 3,282.00 Points
Bank: 52,337.00 Points
Location: Seattle, Washington
The file has been updated
Head Moderator
Director, Structural Engineer - PEAK Amusements
Site Contest Judge (Supporting)
Chatroom Admin

Next

Return to NoLimits Coaster 2 Tutorials and Templates

 


  • Related topics
    Replies
    Views
    Last post