NoLimits 2 Roller Coaster Simulation

NoLimits 2 Roller Coaster Simulation

Vulture
52 Comments
pierceisdyinglol 18 Feb, 2019 @ 1:12pm 
I remade this ride in Planet Coaster! :D
Dipkill28 10 Oct, 2015 @ 7:40am 
Would i be allowed to upload pov? ill give all credit to you
GlytchBot 7 Jan, 2015 @ 6:23pm 
This is amazing! Great job Projektion!
Lost Soul 26 Nov, 2014 @ 7:09am 
Excellent
Шураебина 29 Oct, 2014 @ 12:17am 
klass
☣Jolly_Rodjer☣ 28 Oct, 2014 @ 1:36am 
супер
Karpuzcu 26 Oct, 2014 @ 3:43am 
nice
costilman 26 Oct, 2014 @ 2:17am 
збс
:d2rubick:
vakka 25 Oct, 2014 @ 8:35am 
збс
Bestya 23 Oct, 2014 @ 2:57pm 
nice :csgocross:
Luz de Led 22 Oct, 2014 @ 10:00pm 
Nice Game
XLOTH 22 Oct, 2014 @ 5:49pm 
nice:pleased:
V- 04 22 Oct, 2014 @ 4:23pm 
(y)
BlackShadow 22 Oct, 2014 @ 4:11pm 
An incredible game, I like very much the roller coasters lol
76561198121382406 22 Oct, 2014 @ 3:45pm 
Keep the good work!!!
Szed 22 Oct, 2014 @ 3:23pm 
nice game
Siegfried 22 Oct, 2014 @ 12:54pm 
très bien
Speedgeier 22 Oct, 2014 @ 12:38pm 
nice
Burrito Mussolini 22 Oct, 2014 @ 12:32pm 
awesome
xXCapital_Stonks69Xx 22 Oct, 2014 @ 11:55am 
jo nice
oni 22 Oct, 2014 @ 8:12am 
nice
Darsii17 22 Oct, 2014 @ 7:40am 
mue
Koharu 22 Oct, 2014 @ 7:36am 
cool ^^
Velucyraptor 22 Oct, 2014 @ 4:46am 
very nice
Dedek Emesh 22 Oct, 2014 @ 2:53am 
nice
... 22 Oct, 2014 @ 2:45am 
nice
76561198154307874 22 Oct, 2014 @ 1:50am 
nice
stune 21 Oct, 2014 @ 7:48pm 
oh
yanulya 21 Oct, 2014 @ 11:42am 
nice
Alelain 21 Oct, 2014 @ 2:47am 
nice
Fire 20 Oct, 2014 @ 5:10pm 
Not bad! :D
skinjob 20 Oct, 2014 @ 4:42pm 
THE GAME
TMF Bierchen 20 Oct, 2014 @ 2:17pm 
kgo
Lo_ZiONE 20 Oct, 2014 @ 12:36pm 
Nice
[TH]Kyomi 20 Oct, 2014 @ 11:43am 
Nice.
Se1y 20 Oct, 2014 @ 10:33am 
норм
Твоя подруга 20 Oct, 2014 @ 9:21am 
норм
Astur 20 Oct, 2014 @ 8:45am 
WOW!!
ZDiels 20 Oct, 2014 @ 1:39am 
Nice
Mosk1T 19 Oct, 2014 @ 9:34pm 
норм
S0ggyNarwhal 18 Oct, 2014 @ 7:34pm 
cool
ZERO COOL 18 Oct, 2014 @ 5:20pm 
wow
Mr.Veganin 18 Oct, 2014 @ 1:16pm 
Збс
Sorrows 18 Oct, 2014 @ 8:19am 
Great Ride!
Whity White Whoka 18 Oct, 2014 @ 5:18am 
Nice
BANG! 17 Oct, 2014 @ 8:50pm 
..
+ Av♥ 17 Oct, 2014 @ 3:24pm 
Nice!
nlcoaster  [developer] 17 Oct, 2014 @ 10:01am 
@Projection: It is possible to orient a scene object to some rails without using any train or bogie, by using the TrackPos class. Example:

import nlvm.math3d.*;
import com.nolimitscoaster.*;

public class OrientToRail extends Script
{
public bool onInit()
{
SceneObject sco = sim.getSceneObjectForEntityId(getParentEntityId());
if (sco == null)
{
System.err.println("Not a scene object");
return false;
}

Vector3f pos = new Vector3f(0,0,0);
sco.getTranslation(pos);

TrackPos trackPos = sim.findNearestCoasterTrack(pos, 10);
if (trackPos == null)
{
System.err.println("No track found within range");
return false;
}

Matrix4x4f m = trackPos.getCenterRailsMatrix();
sco.setMatrix(m);

return true;
}
}
nlcoaster  [developer] 17 Oct, 2014 @ 9:45am 
The RMC Coaster is not available. There are a couple of tricks to generate the track. I do not know what trick Projektion used for this. One trick is to use the ALTPAC tool inside NL2 to create a box that follows a track and then apply a rail texture to that box. It requires some 3d modelling and texturing skills. No scripting is required. In this park, the script is used to create some custom crossties.
STONEY gmn.gg 16 Oct, 2014 @ 6:23pm 
I don't understand how to create an RMC Wooden Coaster.... can't find it anywhere in the coaster type list so is it fully scripted or something?