Status
SteamPeaks
ChartsSalesUpcomingPatchesNewsCalculator
New on SteamEvery app, DLC and depot the minute Steam creates itAppsEvery app on Steam, newest change firstPackagesSubs and bundles, and what each containsDepotsDepots, manifests and install sizesTagsSteam's user tags and the games under themDevelopers & publishersCompanies and their cataloguesTechnologiesEngines, SDKs and anti-cheat found in the filesChange historyEvery PICS changelist as it lands
SignalsNineteen readings of the whole catalogueCompareAny games side by sideRecordsAll-time peaks and the days they were setReportsWeekly and monthly write-upsAlerts & newsroomWatch a game, get told when it movesSteam statusIs Steam up, right nowWeb API explorerTry the endpoints in the browser
NewsSteam's own announcements and the sales calendarCalculatorWhat a Steam account is worth, and its pile of shame
/
Sign in
/
SteamPeaks
The ultimate resource for Steam data.
ExploreChartsSalesSales and festsUpcomingPatchesNewsRecordsTrendingSignals
DatabaseAppsPackagesDepotsTagsDevelopersTechnologiesChange history
ToolsCalculatorCompareSearchAlertsSteam statusAPI
SiteMethodologyFAQDiscordSupportSign in via Steam
Not affiliated with Valve or Steam. Game names and artwork belong to their owners. All times UTC.
PrivacyCookiesFair useStatus
Race Track BuilderNewsDeveloper update: Beyond 151
Community

Developer update: Beyond 151

Race Track Builder · published 30 Jan 2018, 07:24 UTC

All newsPlayers around this dateRead on Steam

Version 1.5.1.0 is still sitting in Beta waiting your feedback.

I’ve done all the coding that I expect to on this, so it’s only your user feedback I am waiting on before release. So far only one person has provided any feedback – thanks ebrich The Great!

v1.5.1.0 is MUCH faster in performing calculations so I was hoping more people would be keen to test this and provide greater confidence that it works on their project. If you already are using the Beta and it’s producing good results, that’d be great to hear too. ;) It’s easy to switch back and forth between the Beta and latest release by opting in/out on the Beta tab of RTB properties and there’s been no change in file format so projects will load in either version.

In the meantime progress is going well with version 1.5.2.0 which will include some direct editing of the Terrain Points. Initially this will be limited to vertical editing only, but a future release will allow freedom of movement in all directions. Most of the coding for vertical Point movement is complete; it’s pretty cool to grab the points and lift them up/down and I’ve added another little feature that helps visualise the terrain better when doing this. There’s a few options, similar to track cross-section shapes, for how points are affected by the movement.

Much of the existing terrain editing code (and more) relies on the mesh being uniform with the division of triangles occurring by dividing an existing triangle into 4 child triangles of equal size, and splitting neighbouring triangles in half. This has the great benefit of providing a very fast method of getting a higher detailed mesh in the areas it is required, but the obvious limitation is the lack of fine control desired when closer to the road. Manual editing of the Terrain Points in all directions will alleviate this limit, however it will also present some potential issues with overlapping terrain, downward facing triangles and how these would interact with objects that rest upon them.

In future releases I am considering several possible Terrain editing improvements.

The first phase will allow horizontal movement of the Points, but restrict the movement of “inner” Points (Points that are NOT on the outside edge of the terrain) so that they cannot be moved outside of the polygon that surrounds them. This has the benefit of allowing finer control whilst retaining the ability to easily auto-subdivide polygons when using the raise/lower/paint tools. The algorithm to police this this may turn out to be rather slow if 100’s of points are selected, but this is what I’ll aim for initially.

The second phase would allow the Points to be moved anywhere, just like a regular boring unproductive run-of-the-mill 3d editor (j/k). Triangles & lines could be divided and points dragged to form new shapes, or points merged to remove existing triangles. To do this means the current simple method for subdividing triangles would have to be replaced with a more manual method (eg. holding Control whilst clicking on an existing triangle edge). This would be a one-way trip; once the terrain is edited in this form, then it could not be reverted back.

Please feel free to offer your thoughts. I am happy to steal your ideas. In the meantime, please try the 1.5.1.0 Beta!

More from Race Track Builder

Other announcements

All news
Community22 Aug 2026v2.0 PreviewAfter months of work we're getting closer. Here's a preview of things to come. Beta Release should be towards the end of September. Thanks to those that are helping me to test the features and of course for all the suggestions. 🙏Major update17 Aug 2026v1.9.5.1 RELEASEDv1.9.5.1 General: - Added: Dynamic loading of textures. Xpacks are no longer copied, instead, everything except the Textures are extracted and the textures are loaded from the XPack folder when required. This saves a lot of disk space and loading time. - Added: Shadows and Sky/Sun shader. See menu ""Edit ... RTB Settings"" for options. - Added: Overview fly mode circles around your Venue. Press…Community16 Jul 2026Richard Burns Rally SupportTook me a while to get there. Track Generation and support for Richard Burns Rally is coming in v2.0!