Page 8 of 9

Re: Request a (real world) track here

PostPosted: Sun Jun 14, 2015 11:19 am
by JSauce
It would be cool to see Nodak Speedway in Automation.
I used to go to this track years ago.
It's basically a 3/8 mile oval track
As you can see here it is fairly wide with a good amount of banking
maxresdefault.jpg
maxresdefault.jpg (201.55 KiB) Viewed 17350 times

If you can make this it would be amazing!

Re: Request a (real world) track here

PostPosted: Sun Jun 14, 2015 9:40 pm
by UMGaming
Hi, i was wondering if you could make the Hamilton Street Circuit.

Also, if you could i'd like the car to start in the pits for the first lap (first sector), go for a flying second lap (Second Sector) and come back into the pits on the third and final lap (final sector).

Here's a picture with lenth included

(I don't need to have the Altitude of the track)

Image

Re: Request a (real world) track here

PostPosted: Tue Jul 07, 2015 3:44 am
by MadamVastra
Would anyone fancy having a go at some of the world's most iconic circuits? For example: Monza, Le Mans, Monaco and Indianapolis. Then there is the legendary (and sadly now virtually lost) Brooklands and it's French counterpart[color=#0000FF] L’autodrome de Linas-Montlhéry[/color]. How about the Isle of Man TT course? :)

Re: Request a (real world) track here

PostPosted: Tue Jul 07, 2015 1:02 pm
by 07CobaltGirl
MadamVastra wrote:Would anyone fancy having a go at some of the world's most iconic circuits? For example: Monza, Le Mans, Monaco and Indianapolis. Then there is the legendary (and sadly now virtually lost) Brooklands and it's French counterpart[color=#0000FF] L’autodrome de Linas-Montlhéry[/color]. How about the Isle of Man TT course? :)



Pro Tip #1: Try using the search function at the upper right corner of the page.
Pro Tip #2: Don't use so much color, and definitely pick a brighter color for a black background website.

Monza with ovals and Monza Gran Prix, LeMans 87-91 (and also here), Monaco, and Indianaopolis are already done.
L’autodrome de Linas-Montlhéry will need to be more specific, as it has multiple courses available to recreate. Somebody (pleb I think?) talked about doing Isle of Man TT course, but I don't recall it actually being done by anybody. Brooklands I've never heard of, but after googling it, it looks interesting.

Re: Request a (real world) track here

PostPosted: Sun Aug 09, 2015 7:30 am
by TauSigmaNova
Mount Panorama/Bathurst!
Image

Re: Request a (real world) track here

PostPosted: Sun Aug 09, 2015 7:46 pm
by 07CobaltGirl
Mt Panorama Bathurst

Here is the one I made already. There are a couple iterations of it in the thread, including one by another user, strop.

Re: Request a (real world) track here

PostPosted: Fri Sep 11, 2015 2:34 pm
by Matchstick101

Re: Request a (real world) track here

PostPosted: Tue Oct 06, 2015 2:59 pm
by Vri404
Could I possibly request Mike Pero Motorsport Park/Ruapuna Park Raceway. It's in Project CARS (As DLC) It's a 3.3km Track that runs Counter-Clockwise. More info here + Track layouts: https://en.wikipedia.org/wiki/Mike_Pero_Motorsport_Park

Re: Request a (real world) track here

PostPosted: Mon Nov 30, 2015 1:28 pm
by strop
I just had a thought. Anybody have the time to do the short hillclimb featured in the Goodwood Festival of Speed?

please could you make

PostPosted: Wed Dec 23, 2015 11:36 pm
by Iamthegeek03
a quarter mile and half mile that would be great













thanks

Re: Request a (real world) track here

PostPosted: Wed Dec 23, 2015 11:50 pm
by strop
For a quarter mile track, look for Tulsa, which is the quarter mile drag strip in Tulsa, OK.

There's no half-mile just yet, but if you wanted to make one yourself it's quite easy. Just use this for the following .lua file, make sure you have an accompanying image (even if it's blank), and away you go:

  Code:
--You Can use 0, 1, -1 instead.
local STRAIGHT = 0
local LEFT = 1
local RIGHT = -1

Track = {
        Name = "Half Mile",
        --Track Image Info
        --Track Image must be 1280 x 720
        --Start Position on the Image x,y from Top Left
        Start = { 225, 479 },

        --How many pixels per meter ( Pixels / Length )
        --Measure a long straight and then manipulate from there
        Scale = 10 / 10,
        Layout = { STRAIGHT, },
        LayoutInfo = { 804.68, },
        CornerRadius = { 0, },
        Slope = { 0, },
        Sportiness = { 0, },
        Camber = { 0, },
        Split1 = 18.28,
        Split2 = 201.17,
}


Splits are at the 60ft and 1/8th mile currently. If you want the second split to be the quarter mile (not sure what the point would be), just make Split2 402.34.

Re: Request a (real world) track here

PostPosted: Thu Dec 24, 2015 12:28 am
by 07CobaltGirl
Actually there is a half mile track. It is located here at Swanson Proving Grounds v.11 (v.21 has a full mile drawn but neither of them has been implemented yet). It was the first track I made, about a month before there was a track editor.

Re: Request a (real world) track here

PostPosted: Thu Dec 24, 2015 12:33 am
by strop
Holy crap, how did I miss that!

Which version should we use? Maybe I should send my cars over some day for a hoot ;)

Re: Request a (real world) track here

PostPosted: Fri Dec 25, 2015 7:15 pm
by 07CobaltGirl
haha yes, well, it is a very early track done completely using Notepad++ almost immediately after they introduced the ability to make custom tracks. It's pretty sketchy to say the least and took FOREVER to build. The quarter and half mile are pretty hard to screw up, however, so they are just dandy.

As for versions, v.11 has the drag strip included in the file (3 individual track folders) while v.21 is road course only but a lot more streamlined, but both were done manually with only notepad, as previously stated.

Re: Request a (real world) track here

PostPosted: Tue Dec 29, 2015 2:19 am
by Salvaged1Gdsm
I would love to see Eagles Canyon Raceway, it's a road course with a similar layout to Road America and Twin Ring Motegi.