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
Slipstream: Blue HourNewsSlipstream v1.3.1: Audio, Leaderboards, QoL
In-game event

Slipstream v1.3.1: Audio, Leaderboards, QoL

Slipstream: Blue Hour · published 12 Jul 2023, 21:39 UTC

All newsPlayers around this dateRead on Steam

Hello everyone, I hope you're doing great and enjoying the new content in the Blue Hour DLC. If you haven't installed it, please check it out, it's free after all.

I'm publishing a minor update, v1.3.1, which fixes some historically problematic things and, sadly, removes a feature. But it's for a good reason.

Feature removal: MP3 support.
I'm not sure how many players use this feature, but Slipstream allows you to add your own music files to the game. If you put a music file in '/ansdorGames/Slipstream/music', it will be playable during gameplay and treated like any other song in the soundtrack. Up until now, the game has supported three formats: ogg, wav and mp3. When I rewrote the game in version 1.2, I switched the underlying game library from libGDX to FNA, and FNA does not have native support for MP3. For the whole v1.2 cycle and v1.3.0, I used SDL2_mixer as an alternative, but this created new problems, mostly on macOS. Supporting the macOS version is extremely hard for me because I don't have a Mac computer and the OS isn't trivially virtualized like Windows and Linux.

In this new version, I removed the dependency on SDL2_mixer, so now the game only requires FNA and should run exactly the same on every PC platform. But, sadly, MP3 support had to go. The game still supports user-provided music, but only in the OGG format. If you use this feature a lot, I suggest you to convert your Slipstream playlist to the OGG format, it's a free format with many conversion tools available for every system. If FNA adds support for MP3 in the future (maybe I'll add it myself, if I have the time), I'll bring back support. But for now, it's goodbye to MP3. This should fix the recent audio problems on macOS. If you still have problems, send me an email.

Audio Improvements, Engine Sounds
The whole audio system has been refactored, and this brings back a feature that was lost in the v1.2 update: The engine pitch shift. Now the car engine sound is slightly more realistic and a lot more pleasant to the ear.

Leaderboard Improvements
The leaderboard system was one of the last things I implemented in Slipstream v1.2, when I was already tired of the whole rewrite and far beyond what should be my deadline. It's always been buggy and weird. Now I took the time to rewrite it properly and it should work better in general. One tangible improvement is that it doesn't show "Leaderboard Empty" when you don't have a entry on the Leaderboard.

Also, two tracks from the Blue Hour DLC, Transylvania and Pompeii, had a bug that prevented them from being added to the Leaderboards system. That is also fixed, and the Blue Hour Cup now has its own Leaderboard too.

UI Change: Navigation Arrow
The in-game radar now displays an arrow, like a compass, indicating the direction of the next curve. This should improve QoL on low-visibility tracks like Mystic Cave and Pompeii. The arrow becomes red when the next curve is to the right, and green when the next curve is to the left. This should allow players to predict the next curve without having to take their eyes off the road, just seeing red/green in the corner of the eye should be enough to feel where the next curve goes.

And that's all for this update. Thanks for playing!

More from Slipstream: Blue Hour

Other announcements

All news
Major update5 Sep 2024Going out with a bangThis past sunday, September 1st 2024, was a very special day for me. I had planned this announcement for that day, but due to me not knowing how to properly add a tool package to an existing game on Steam technical reasons, I had to delay it for a bit. Why was it special, you ask? Well, on September 1st 2014 I posted this video on youtube: This video is the oldest record of what would become Sl…Release28 Jun 2023Slipstream: Blue Hour - Free DLC, Now Available!Blue Hour, a free DLC expansion for Slipstream, is now available! The expansion brings 3 new cars, 5 new tracks and 5 new songs. More details can be seen on the Slipstream: Blue Hour DLC store page. To install Blue Hour, right-click Slipstream on your library, select "Properties", then "DLC" and check the Blue Hour box. It will eventually be added to the default install, but at the moment I'm a…Major update23 May 2023Slipstream v1.3, 5th Anniversary, and something more...Hello everyone, I hope you're doing great. I have big news to share with you today. Slipstream is now five years old! Time flies. The original release feels both like yesterday and a long time ago. Since then, I've worked (almost) continuously to keep this game afloat. I've done a full rewrite of the code, added many new features, and fixed all the bugs and problems I could. It's still not perf…