• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Development] Roller Coaster Maker 2.0 (Open Source)

Status
Not open for further replies.
Level 12
Joined
Feb 23, 2008
Messages
587
Roller Coaster Maker 2.0

A Library built in C#, that allows the user to build and ride roller coasters.
A Console Is Provided along with the library for usage, and testing.
A Front end project should be able to consume this library easily.

This is open sourced to expose code to be used by others, and for anyone who wants to help work on the project.
The Download has a console, with the RCLibrary.dll in its most recent stable state.

Open Source: https://rollercoastermaker.codeplex.com/
Download Console, and RC.Dll: https://rollercoastermaker.codeplex.com/releases/view/119166
Flow charts: https://www.lucidchart.com/documents/view/47a0-9e54-52e81405-b926-70b30a0080fd

Console
Console.png


A WebGL, using three.js Front End: Roller Coaster Maker WebGL
rcsmall.png
 
Last edited:
Level 12
Joined
Feb 23, 2008
Messages
587
Finished Tester

Tester - http://rollercoaster.dickinsonbros.com/tester.aspx

If you "Build upward", "Build loop" I have it crashing.
Then if you want to look at all the crash reports and walk though them go to tester and it will show the 5 most recent crashes, per stack trace and allow you to walk though them step by step.

The largest advantage will be using this and running visual studio where i can get Right before the issue with there conditions and toss in a brake point. But its still helpful when running online as well to give a better picture of what was going on.

The builder still has a few functions to finsh up on, but i think this will help with that some.
 
Last edited:
Status
Not open for further replies.
Top