Roller Coaster Generator: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
[[Image:rcg_controlpoint.png|thumb|right|200px|An individual Control Point from v2.0.]]The Roller Coaster Generator helps to create and manage series of objects which are produce usually a road or curve or loop or section together. The main idea is to use Control Points as points which mark track of the series of objects. Roller Coaster Generator contains an Element Definition Format for the editor, and also cooperates with the editor while it is running.
[[Image:rcg_controlpoint.png|thumb|right|200px|An individual Control Point]]The Roller Coaster Generator helps to create and manage series of objects which are produce usually a road or curve or loop or section together. The main idea is to use Control Points as points which mark track of the series of objects. Roller Coaster Generator contains an Element Definition Format for the editor, and also cooperates with the editor while it is running.
It is also possible to use easily the mathematical algorithm which calculates the element positions and rotations by the Roller Coaster Generator.
It is also possible to use easily the mathematical algorithm which calculates the element positions and rotations by the Roller Coaster Generator.
==History==
==History==

Revision as of 08:39, 8 May 2010

An individual Control Point

The Roller Coaster Generator helps to create and manage series of objects which are produce usually a road or curve or loop or section together. The main idea is to use Control Points as points which mark track of the series of objects. Roller Coaster Generator contains an Element Definition Format for the editor, and also cooperates with the editor while it is running.

It is also possible to use easily the mathematical algorithm which calculates the element positions and rotations by the Roller Coaster Generator.

History

History

Roller Coaster Generator's idea is old. I wanted to create a Going-Down like map, but it was very time consuming. That was the time, when i thinked first of a thing which can generate the whole track. Several algorithm were made, even algorithms like the loopgen uses. The algorithm Roller Coaster Generator uses now, first concieved in 2007 june-july. A console program created a .map file after i set up the track's properties like positions (had to find the coordinates manually), and i could try that ingame. A Roller Coaster Generator has been released in 2009 july.

Setup

Requirements

  • Multi Theft Auto 1.0.3
  • Multi Theft Auto resources r596 editor

Installation

  1. Download Roller Coaster Generator and unpack.
  2. Copy/move the unpacked folders and files into ...\MTA San Andreas\server\mods\deathmatch\resources directory.

Set the definition

  1. Click on the Definitions icon.
    Editor Definitions.png
  2. Add rcg_edf definition.
    Rcg addedf.png
  3. Click Ok.

Usage

Basic usage

Advanced usage

Used tools

  • Notepad++ 5.6.8
  • Wolfram Mathematica 7
  • Adobe Photoshop CS4

See also

External links