FAQ  •  Login

TrackEdit 0.14 (Oct 24, 2015)

<<

BitTwiddler

User avatar

Naturally Aspirated

Posts: 110

Joined: Sat Dec 13, 2014 3:02 pm

Cars: 1999 Ford Taurus SE

Post Sun Dec 21, 2014 3:50 pm

TrackEdit 0.14 (Oct 24, 2015)

Okay, I went back and revamped my old java version of the viewer to be a full blown track editor. I would have used the C verison as the base, but SDL lacks built in font rendering and a GUI toolkit (though I could have used IUP, but I didn't want to have to bother).

Anyway, just double click the jar or exe file (depending on your OS/Configuration), to run the program, click open, select the folder of the track you want to edit. Hopefully the rest should explain itself.

Requires Java 8!

Image

Download

Source: https://github.com/Chase-san/Automation-Track-Editor
Last edited by BitTwiddler on Sun Oct 25, 2015 11:19 am, edited 19 times in total.
My Tools
TrackEdit - My Automation Track Editor

My Tracks
Grand Valley Speedway
Trial Mountain
Suzuka Circuit
<<

BitTwiddler

User avatar

Naturally Aspirated

Posts: 110

Joined: Sat Dec 13, 2014 3:02 pm

Cars: 1999 Ford Taurus SE

Post Mon Dec 22, 2014 12:56 am

Automation Track Viewer 0.2

I decided to grow this into a full blown track editor. However, here is the old C track viewer for those who want it.

AutomationTrackViewer_0.2.zip
Version 0.2
(397.25 KiB) Downloaded 467 times
My Tools
TrackEdit - My Automation Track Editor

My Tracks
Grand Valley Speedway
Trial Mountain
Suzuka Circuit
<<

pyrlix

User avatar

23 Star Beta Tester
23 Star Beta Tester

Posts: 816

Joined: Mon Feb 27, 2012 3:51 am

Location: Ludwigshafen/Germany

Cars: Alfa Romeo 159 1.9JTS
Opel Vivaro 2.0CDTI SE

Post Mon Dec 22, 2014 1:13 am

Re: Automation Track Editor 0.9

Give that man a beer!
That thing is really good - tried it out and was fiddling around with my Hockenheim! Seems lightweight and fast.
Image
<Killrob> you commited a lot of crimes... among others against: 1) international minimum intelligence laws 2) human rights to a brain 3) act against devolution of the human mind
<<

07CobaltGirl

User avatar

Queen of Track Building

Posts: 1613

Joined: Sun Dec 08, 2013 11:47 am

Location: Atlanta, GA, USA

Cars: Chevy Cobalt

Post Mon Dec 22, 2014 1:53 am

Re: Automation Track Editor 0.9

This thing is super easy to use! Great job!!
<<

Nivracer

User avatar

Supercharged
Supercharged

Posts: 109

Joined: Fri Apr 11, 2014 12:36 pm

Location: Austin, TX

Cars: -1946 Ford F1 (Project for Dad & I)
-2000 Ford Focus ZX3 (POS daily driver)
-BMW E30 325i coupe (Someday)

Post Mon Dec 22, 2014 6:15 am

Re: Automation Track Editor 0.9

How do I start Making my own track with this, or can you?
<<

07CobaltGirl

User avatar

Queen of Track Building

Posts: 1613

Joined: Sun Dec 08, 2013 11:47 am

Location: Atlanta, GA, USA

Cars: Chevy Cobalt

Post Mon Dec 22, 2014 6:45 am

Re: Automation Track Editor 0.9

Yes, you can use this to make your own tracks. It is essentially the same method as described in How to build Custom Tracks with a graphical interface to show you your track line. This is a stand-alone version similar to the original browser version found here using the methods found here. As my tutorial was written for the original track editor (browser-based), it isn't exactly the same as this stand-alone editor, but other than graphical layout, they do the same things, in pretty much the same way.
<<

BitTwiddler

User avatar

Naturally Aspirated

Posts: 110

Joined: Sat Dec 13, 2014 3:02 pm

Cars: 1999 Ford Taurus SE

Post Mon Dec 22, 2014 4:26 pm

Re: Automation Track Editor 0.9

It's an editor, it edit's tracks. You need an existing track (if very small) to bring into the editor. I will add a "new" function later (which is somewhat more involved then you may think).
My Tools
TrackEdit - My Automation Track Editor

My Tracks
Grand Valley Speedway
Trial Mountain
Suzuka Circuit
<<

BitTwiddler

User avatar

Naturally Aspirated

Posts: 110

Joined: Sat Dec 13, 2014 3:02 pm

Cars: 1999 Ford Taurus SE

Post Mon Dec 22, 2014 7:34 pm

Re: Automation Track Editor 0.9

Added the source code to the original post, for those of you who want to hack on it. ZLIB licensing, so do more or less what you want. :)
My Tools
TrackEdit - My Automation Track Editor

My Tracks
Grand Valley Speedway
Trial Mountain
Suzuka Circuit
<<

BitTwiddler

User avatar

Naturally Aspirated

Posts: 110

Joined: Sat Dec 13, 2014 3:02 pm

Cars: 1999 Ford Taurus SE

Post Thu Jan 01, 2015 5:03 pm

Re: Automation Track Editor 0.9

I have a few plans for the next update of this.

  • Create new tracks from the editor, rather then just edit tracks.
  • Fix split box display on curves.
  • Be able to alter the scale without altering the layout (it will automatically adjust the segments so it's the same or close to the same). So you can slowly tweak the size of your track to be accurate.
  • Graphical display for both Slope and Camber.
  • Overall track elevation chart, plus displaying where the current segment is on the elevation chart.
  • Ability to select the segment by clicking on the image.

I need more information about the curve error to be able to properly simulate it. I'll probably work on this stuff tomorrow.

I will need someone to double check some of my math when it comes to the distances are correct. Since it is mostly all guess work at this point.
My Tools
TrackEdit - My Automation Track Editor

My Tracks
Grand Valley Speedway
Trial Mountain
Suzuka Circuit
<<

BitTwiddler

User avatar

Naturally Aspirated

Posts: 110

Joined: Sat Dec 13, 2014 3:02 pm

Cars: 1999 Ford Taurus SE

Post Sat Jan 03, 2015 12:36 am

Re: TrackEdit 0.10

Anyway, I wrote that previous list on new years near the end of the night when I was...somewhat inebriated. However my somber self will try and fulfill my inebriated promises. Because that's how I roll. 8-)

Updated to 0.10

Anyway, more has changed in the code then you likely care about, therefore.

Succinct Change Log
  • Ability to rescale the track, not just scale it! This means you can alter the scale so the length changes, but the graphical track doesn't!
  • Added a track highlight function, now you always know what part of the track you are editing.
  • Graphical display of slope and camber right next to where you adjust them.
  • The title bar has a * to show if you have saved or not (will not warn you if you fail to save!)
  • Changed the name of the program so that people know which track editor you're talking about.
  • Index names are now on both sides of the track, so you can find the track section you are looking for easier.
  • Fixed a bug in the rendering of split times on curves.
  • Fixed a bug in the curve rendering.
  • Rewrote entire rendering subsystem so I can fix it easier once I get more information about how the game works.

EDIT: BUG FIXED EDITION 0.10b
Change Log
  • Fixed rescaling not changing split values.
  • Fixed rescaling not updating the segment panel values.
  • Fixed where floating point errors and trailing zeros were being saved in the lua.
  • Fixed where Track Segments were not being set to reasonable values on creation or type change.
  • Fixed a graphical bug with the track highlighting making it hard to guess the angle of turns.
  • Fixed the track segment counter.
My Tools
TrackEdit - My Automation Track Editor

My Tracks
Grand Valley Speedway
Trial Mountain
Suzuka Circuit
<<

WizzyThaMan

User avatar

Turbocharged
Turbocharged

Posts: 2221

Joined: Sat Mar 23, 2013 8:39 am

Location: The Netherlands

Cars: Citroën Saxo, Mazda 2

Post Sat Jan 03, 2015 11:16 pm

Re: TrackEdit 0.10b

Dude, can I kiss your feet xD
Image
Founder of AutomationHub, for all your Automation needs!
Please visit us at: http://www.automationhub.net
Like our facebook page: http://www.facebook.com/automationhub
Our livestream channel: http://www.twitch.tv/automationhub
<<

BitTwiddler

User avatar

Naturally Aspirated

Posts: 110

Joined: Sat Dec 13, 2014 3:02 pm

Cars: 1999 Ford Taurus SE

Post Sun Jan 04, 2015 6:18 am

Re: TrackEdit 0.11

Hello everyone. I have a new update here, better known as v0.11. It is something special this one. Here are the lists of new spiffy stuff for you.

Change Log
  • Added elevation chart! It even has a highlight function.
  • You can now click on the track on the picture to select a segment.
  • Added a split button to the segments, this will split a segment into two identical sections of track (useful for tweaking your elevations).
  • Moved the track segments to their own scroll pane, so you can keep an eye on the length and elevation stats.
  • Speaking of which, added elevation stats below length. The first is the difference between the start and end elevations, and the second is the total elevation change (min to max) in the track.
  • Fixed all the track pieces reporting as straight sections in the segment window (maybe that was just in my copy).

What's left?
  • The "new track" functionality, been putting this off for awhile out of laziness. Not hard, just tedious.
  • Able to click on the elevation chart to select segment.
  • More closely simulate the path the car takes in the game. If you have any information, please let me know!
Last edited by BitTwiddler on Sun Jan 04, 2015 6:43 am, edited 2 times in total.
My Tools
TrackEdit - My Automation Track Editor

My Tracks
Grand Valley Speedway
Trial Mountain
Suzuka Circuit
<<

Jakgoe

User avatar

Supercharged
Supercharged

Posts: 2104

Joined: Sat Jan 04, 2014 8:25 am

Location: United States of America

Cars: 1995 Mitsubishi 3000GT SL,
1994 Mercedes-Benz S600

Post Sun Jan 04, 2015 6:30 am

Re: TrackEdit 0.11

This is fantastic! Thank you!
World #1 Ranked Automation Player!

Co-Owner of the World Rally Team

Smolensk Motors Showroom

Smolensk Tuning

We will continue the Epic Rap Battles of Automation.
<<

AlternateSteve90

Supercharged
Supercharged

Posts: 161

Joined: Mon Sep 22, 2014 10:11 am

Location: The Lone Star State

Cars: A 2000 Ford Expedition.

Post Sun Jan 04, 2015 7:34 pm

Re: TrackEdit 0.11

Looks good, but unfortunately, couldn't get it to work on my Win 8 PC, and I have the latest version of Java.....(it says Windows can't find "javaw", whatever that is) :|
<<

BitTwiddler

User avatar

Naturally Aspirated

Posts: 110

Joined: Sat Dec 13, 2014 3:02 pm

Cars: 1999 Ford Taurus SE

Post Sun Jan 04, 2015 10:32 pm

Re: TrackEdit 0.11

You can try double clicking the jar, that sometimes works on windows. If you want you can try the early prototype of the windows launcher I wrote for it.

Just put it in the same folder as the jar, and then double click it (it's an exe) and it will do some tricky stuff to find your java install and run the jar with it.

[ See first post for the launcher, it is included in the main download now! ]
Last edited by BitTwiddler on Mon Jan 05, 2015 10:00 pm, edited 2 times in total.
My Tools
TrackEdit - My Automation Track Editor

My Tracks
Grand Valley Speedway
Trial Mountain
Suzuka Circuit
Next

Return to Test Track Sharing Forum

Who is online

Users browsing this forum: No registered users and 0 guests