TUXDB - LINUX GAMING AGGREGATE
by NuSuey
NEWSFEED
▪️ GAMES
▪️ STEAM DECK ▪️ DEALS ▪️ CROWDFUNDING ▪️ COMMUNITY
tuxdb.com logo
Support tuxDB on Patreon
Currently supported by 8 awesome people!

🌟 Special thanks to our amazing supporters:


✨ $10 Tier: [Geeks Love Detail]
🌈 $5 Tier: [Arch Toasty][Benedikt][David Martínez Martí]


Going out with a bang

This past sunday, September 1st 2024, was a very special day for me. I had planned this announcement for that day, but due to [strike]me not knowing how to properly add a tool package to an existing game on Steam[/strike] 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: [previewyoutube=96rQlAm08mU;full][/previewyoutube] This video is the oldest record of what would become Slipstream. I had been working on it for just a week or two. And now, (almost) exactly a decade later, I'm here to announce its final major update. Fittingly, this game took me on a long and unexpected journey. Ten years ago I was a hobbyist in my bedroom, learning the absolute basics of gamedev, hoping to create small mobile games just for fun, on my spare time, and maybe even earn a little side money from that. Then came steam greenlight, a kickstarter campaign, two long and painful extra years of development, an independent release, a contract with a publisher, a full rewrite of the game's code, a second release on consoles, localizations, the DLC after five years, and finally the content of this update, which I'll talk about soon. I went from amateur to professional with this one project. It pushed me to improve my skills as an artist and programmer, and to learn more about the whole process of making and releasing a game. I learned so many things. I had never even driven a car when I released the game in 2018, and thanks to the earnings from the game I bought my first car (and the second). My childhood dream of making games professionally came true, thanks to this project and to all of you who supported me. But it's time to conclude this journey. I've been talking about it for years, I mentioned it in all of my previous update posts. I want to make other things, other games, and I think I did everything I wanted and could with this one, it's time to let it go. However, as the title of this post suggests, I don't want the this project to just fizzle out silently. So I prepared one last major update for the occasion, the biggest one since last year's Blue Hour DLC. If you've read my previous announcements, you know I've been working for a long time on a modding system for the game. In fact, the modding system itself is already in the game, but a real user content ecosystem requires more: specialized tools and, most importantly, a place where users can share their content. And this is exactly what I bring to you today.

Slipstream Workshop Tools


I'm releasing, today, a new package called Slipstream Workshop Tools. It should be already in your Steam library (in the "Tools" section) by the time this post goes live. It includes four tools I created to aid with content creation for the game. The four tools are: * atlas, a command-line program to pack multiple images in a single texture map. * slipstream-car-template, which is not a program but a blender file. You can use it as a template to generate car sprites from a 3D model. * bride, a graphical track editor for Slipstream. * swt, a workshop upload tool. You can use it to share your content on Steam. With these tools, users can create and share new tracks, cars and music for Slipstream. For the tracks, you can create your own set of new graphics or use the ones from one of my content packages. The documentation for these tools is available at the Slipstream Workshop page. I will also post a video tutorial with a demonstration of each tool in a few days. And of course, workshop tools require a workshop. So, I declare the Slipstream Workshop officially open. But before I published my modding tools, I needed to test them in the real world to make sure they work properly. And there's no better way to test content creation tools than... creating content, right?

Supernova


As a parting gift for my community, along with the content creation tools, I'm also releasing a new content expansion called Supernova. It includes only two new tracks, two new cars and two new songs. If Blue Hour was a fancy and luxurious trip to Europe, Supernova is a lighthearted and fun camping trip to the woods. There are lots of mushrooms there. A supernova is the colossal explosion that happens when some types of stars die. While the star ceases to exist in its original form, most of its mass is spread out into space by the explosion, as cosmic dust. And, from that dust, new planets or stars can be born. As the project reaches its conclusion for me, I'm giving you, the community, the tools to create more stuff if you want. I'm not expecting it to be a big hit, it's an old game and creating content for it takes a lot of work, but who knows, maybe a small community will keep Slipstream alive in the future? Also, big thanks to my buddy Zacabeb, who helped me immensely testing these tools and giving me useful feedback. The first package in the workshop is a track he made before the tools were available, called Rural Run, check it out too!

Slipstream v1.3.3


And finally, there were some minor updates to the game itself. They're nothing major so there's no point to list them here, the new content and tools are the stars of this update. Now that the Workshop is open, I'm gonna keep two separate branches for the main game, the default and one called 'workshop'. They will contain exactly the same builds, the only difference between the two branches are the launch options on the Steam client. The default branch will just open the game as it always did, and the workshop branch will offer an option to open the track editor instead. If you plan to use the editor a lot, stay on the 'workshop' branch. If not, just leave it on the default one.

Conclusion


I guess this is where we say goodbye. Of course I won't leave the project hanging, I will fix bugs if necessary, but the modding system was the last major thing I wanted to add to it. Maybe I'll come back to make a new content package in a few years, especially if the game is somehow kept alive by a modding community, but the chances are slim. Slipstream is, at the moment, the biggest thing I've ever created in my life. I spent a whole decade with it, it brought me a lot of pain and suffering but many times more joy and excitement. I hope I can make even bigger things in the future, and I hope all of you who are reading this (and even those who aren't) come along for the ride. I want to make more games, I have lots of ideas, both in the racing genre and elsewhere. And I hope you all had a good time with my game. If it brought you joy at least once, I'm more than satisfied. Thanks, forever thanks.


[ 2024-09-05 14:36:36 CET ] [ Original post ]


Slipstream v1.3.1: Audio, Leaderboards, QoL

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 '[user config dir]/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!


[ 2023-07-12 21:39:11 CET ] [ Original post ]


Slipstream: 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 asking for manual installation so I can measure the number of installs. I'd also like to recommend players to use the game speed adjustment setting! Slipstream can be too hard to control at the default speed, and this setting exists to make the game more comfortable to play. Don't be afraid to use it, the game is still very fast at 80% speed, and everything in the gameplay and physics remains exactly the same. If I were to release the game today, I'd probably make the default speed closer to 80 or 75%, but now it's too late to change the defaults. So, please, check this option out, it can make the game a lot more fun and enjoyable. The setting can be found on the settings menu and the pause menu. Some other notes: - I am aware that the macOS version has some audio problems since the last update. I'll look into it as soon as possible, expect a patch to fix the issues in about two weeks, maybe less. - A bug with the user content loading system was fixed in version 1.3.0-01 - There are no new achievements for the DLC. It was an oversight, new achievements will be added in the near future. - I'm still working on the modding tools Thanks for the bug reports and support, I hope you enjoy the new content!


[ 2023-06-28 14:45:43 CET ] [ Original post ]


Slipstream 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 perfect, I guess it will never be, but I've tried my best to make it good and enjoyable. Once again I want to say thanks to all of you who played the game, gave me useful feedback and support in general. Today I bring you a new version of the game, Slipstream v1.3. As with the previous v1.x updates, I'm gonna freeze the latest v1.2 build on a separate branch (legacy-v2), so it can still be played in the future. There are major changes, so let's get to them. * A new rubberbanding system For those who don't know, 'rubberbanding' is a type of dynamic difficulty adjustment that's very common in racing games. It basically makes the AI cars more or less powerful depending on the player's position relative to them. If a player is far ahead, the AI gets faster, if it's far behind, it gets slower. A great example of a heavily rubberbanded game is Mario Kart 64. Slipstream v1.1 had a lot of rubberbanding too. In the v1.2 release cycle, I tried to remove it completely, but that created a series of new problems. It's very hard to balance a game like Slipstream, that doesn't take place in a fully 3D space where minor adjustments to the racing lines can be the difference between winning and losing. In Slipstream the cars' raw attributes matter more, and the AI got out of control because it drives in a very optimized way. To mitigate this, I had to add artificial speed limits to the AI and the whole system became more complex, ugly and cumbersome than the v1.1 solution I was trying to replace. For v1.3, I decided to bring rubberbanding back, but in a very different way. There are two types of rubberbanding, let's call them 'power-based' and 'skill-based'. Power-based means the AI cars get physically faster or slower depending on their position relative to the player. That's the kind I used in v1.1. Skill-based rubberbanding feels a lot more natural, the cars don't change physically at all, the only thing that changes is the AI's skill level. It might hold the brake a little longer when it's winning, or make more precise turns when it's losing. This is the kind of RB I've implemented in v1.3. In my own experience it feels pretty good, the game still has its challenging difficulty but it doesn't feel impossible to win some races like it did in v1.2. * Car attributes, rebalanced I really like the way the difficulties are handled in v1.2, with three different weight classes like in Mario Kart. However, that system was still too tame. In v1.3, the differences between the weight classes are much more noticeable. Heavy is still the 'classic' mode, with the highest top speeds. Medium is a little slower than before, which I feel is a more sensible default setting for experienced players and beginners alike, and Light is beginner-friendly, more relaxing and less challenging. On the topic of balancing, ever since the original release, Top Speed has reigned supreme as the most important attribute. Again, due to the game not taking place in a 3D space, it's impossible to make Top Speed less important. All else equal, the car with the highest top speed will inevitably win the race. That said, I tried to mitigate this issue a little. Now both Handling and especially Acceleration have a stronger effect on the car's behavior in the race, and that should make the low top speed cars more viable. Finally, since everything was changed, a whole new set of online leaderboards will be used for v1.3. The v1.2 records will still remain accessible from the legacy-v2 branch, but it wouldn't make sense to preserve them for the new builds. Time Trial ghosts and individual records will also be cleared, but the save file progress will carry over from v1.2 to v1.3. * New modes, more randomness When I added the Battle Royale mode to the game in v1.1, it was intended as kind of a joke. Back in 2018, when PUBG and Fortnite were starting to become massive hits, people joked that "now every game needs to have a battle royale mode" and I decided to actually do it. I didn't expect people to give much attention to that mode, but as the years passed I noticed experienced Slipstream players seem to really love that mode, and I think I understand its appeal: It takes almost no configuration, unlike Cannonball, and it's perfect for a relatively long, relaxing and varied race. The randomness is an important part of the equation, Battle Royale was the only "true" randomized mode (you can shuffle Cannonball tracks, but you can still see the track list before the race). Well, not anymore! The update brings randomized versions of Grand Tour and Grand Prix modes. Both follow the same rules as the default versions, but with a random pool of tracks. I'm also trying to give a little more love to the Reverse versions of the tracks, they have been in the game since v1.0, but always stayed tucked away in just two modes, one of them probably the least played of all. Now all the random modes (including Battle Royale) will reverse half of their tracks, for maximum unpredictability. That means 7 out of 15 possible Grand Tour stages will be reversed, and 2 out of 5 Grand Prix tracks. Also worth noting that, for these modes, the game can pick any of the available tracks, including the ones from diamond cup, and also... * Modding v0.1 The user content system is now finished and stable. There was a version in v1.2, but it was a little buggy and not properly tested. Now it's 100% functional, save for the occasional bug that's probably still hiding in there. However, I'm calling this "v0.1" instead of v1.0 because there are still many parts missing. A real modding system requires three things:

  • Support in the game code itself. [finished]
  • Specialized tools, like a track editor. [in alpha]
  • Documentation on how to do it. [not started]
The tools are still not finished. I have preliminary versions, but they're not ready for a public release yet. I will release them as open source before the end of 2023, but that's all I can say for now. And the documentation hasn't even started, but that part will be easier than programming the tools themselves, I think. Still, if you are a tinkerer and likes reverse engineering stuff, you can look at the content package provided by the game (under Slipstream/assets/content/vanilla/) and see how things are done. It's all just JSON. User-created content should be put in the "content" directory of the game settings folder. If you're on Windows, that's [user home]/AppData/Roaming/ansdorGames/Slipstream/content (keep in mind the names are case-sensitive). * Some graphical changes All the cars have new sprites, with more vivid colors and a slightly different perspective. I just felt like they needed a bit of a punch-up. The verticality of slopes in the game has been very noticeably reduced. Reverse tracks don't invert slopes anymore, the reverse track is now an (almost) exact mirror image of the regular version. The Slipstream engine got some new features, one of them is a new fog system, used in two of the diamond cup tracks, Aquatic Ruins and Mystic Cave. Aquatic Ruins now has a more underwater-y feel and Mystic Cave gets dynamic lighting provided by the cars' headlights, instead of just shortening the draw distance as it used to. These are the major changes. I hope you enjoy the new version, and thanks again for these five years of continuous support and appreciation. And that's all for today, see you later! ...oh, wait a minute. I almost forgot something. [previewyoutube=5lT9P_yjUjA;full][/previewyoutube] Blue Hour, the first DLC expansion for Slipstream, will be available for FREE this summer. It includes 3 new cars, 5 new tracks and 5 new songs. More details on the dedicated steam page for Slipstream: Blue Hour. Free DLC for a 5 year old game, bet you weren't expecting this one!


[ 2023-05-23 14:56:55 CET ] [ Original post ]


Slipstream v1.2.4 Now Available - Patch Notes

Hi everyone, hope you're all doing well. I have an update for you today. There are few visible changes to the game, mostly bugfixes, with the notable exception of a new feature: A Photo Mode. Here are the notes for Slipstream v1.2.4:

  • Photo Mode. When activated, the screen will be frozen and the HUD disabled. This will allow players to take better screenshots of the game. Pressing the CONFIRM key will toggle the HUD on/off, and pressing up/down will switch between some photo filters: normal, pixelated, CRT, NTSC, VHS. If you had a save file prior to this update, the photo mode will probably be assigned to the F7 key. This is because this feature used to be available only in my personal Debug/Test builds, and I used the F keys for debug-only stuff. The new default/recommended binding is TAB. If you restore the default controls or create a new save file, the game will restore the correct mapping. On gamepads, it's mapped to the equivalent of a 'select/back' button. I believe it's the 'share' button on PS4/PS5 controllers.
  • New localizations: Greek and Russian. This addition might cause an unexpected language change for some players because, internally, the game stores the selected language as an index, and since two new languages were added to the list, the index stored in your save file might point to a different language now. If you can't find the option to restore your preferred language, just delete the settings file ([user home]/AppData/Roaming/ansdorGames/Slipstream/settings-1.2.bin on Windows) and the game will restore the default settings.
  • As usual, bugfixes and difficulty adjustments. Notably, I had forgotten to re-implement the "darkness" effect in Mystic Cave, but it's back now.
One last note: I'm working on new content to be added to the game in the future. I can't say much for now, but I'm making major changes to the engine under the hood, and this update might have a slight impact on the game's performance. The engine is doing a few more calculations (actually a few thousand more) per frame, to accomodate the new features. I didn't notice any impact on my own testing PC, and I hope it won't affect players too much, but if your computer struggled to run this game before, it might struggle a little harder now. Unfortunately it's a trade-off, I can't add more features to the engine without this. But it's unlikely that this will happen, the game has never been too demanding anyway. I hope you enjoy, and thanks for playing Slipstream!


[ 2022-08-01 22:14:20 CET ] [ Original post ]


Console Release, Localizations, QoL: Slipstream v1.2.3 now available

Hello everyone, hope you're doing well. The news is out: Slipstream is finally coming to consoles, thanks to a partnership with BlitWorks, the company behind the modern ports of Sonic CD and Jet Set Radio, among many others. The release date will be April 7th, the base price will be the same as the PC version. It will be available for PS4/PS5, Xbox One/SS/SX, and Nintendo Switch. If you like the game, any kind of support is, of course, welcome. I haven't got my hands on a Steam Deck yet, but I believe the game will run fine on it, since it has a native Linux version and full support for Xbox-like controllers. In preparation for the new release, I come to you today with a new update. Here are the changes:

  • Localization: Slipstream is now available in Brazilian Portuguese, Dutch, French, German, Italian, Polish, Spanish and Turkish. The language can be changed from the Settings Menu. The UI was also changed in some places to accommodate the localized text.
  • The speedometer now flashes briefly to indicate the rewind status. A green flash indicates the rewind is available to use, and a red flash indicates it's fully charged. This should help players know their rewind status while keeping their eyes on the road.
  • The VHS Effect on the pause menu can now be turned off on the game Settings. This should make the menu text easier to read.
  • Characters chosen by players no longer appear as rivals in Multiplayer Cannonball mode.
  • The traffic car colors have been changed.
That's all for now. Thanks for the continued support, and enjoy the game!


[ 2022-03-16 17:48:50 CET ] [ Original post ]


Update: Slipstream v1.2.2-01

Hello everyone, I hope you're doing well. A new update to Slipstream has been published, with a few relatively small but significant changes:

  • The whole Automatic Drifting system has been reworked to be more ergonomic. The autodrift controls used to be a little stiff and too different from manual, but now they work almost exactly the same and should be easier for everyone to use.
  • Text descriptions were added to the Main Menu and Car Select screens.
  • Fixed a bug in Time Trial Mode where the ghost car would get desynchronized. The bug was strictly related to how the ghost plays, not to how it's recorded, so your existing ghosts should work without issue.
That's all for the update. The game has reached a very stable state, I think the difficulty is now at a good point, especially with the accessibility features, so further updates will probably be focused on bug fixing only. I've seen some users in the forums request the old character art to be re-added to the game, and I'd like to give it a proper answer. Those old portraits were made in a rush, in 2018, just a few weeks before the game came out. I did the best I could back then, but I was never satisfied with those pictures, and always wanted to change them. It was in fact one of the few things I changed in the game's graphics from v1.1 to v1.2. I understand that some people think the new art is too comedic or exaggerated, and prefer the more sober tone of the old ones, but re-adding them to the game is not currently in the plans, I'm sorry. It's not that I'm against having a more serious look to the game, but I can't express how much I dislike those pictures and bringing them back wouldn't improve the vision I have for Slipstream. And, well, they are not entirely lost, the v1.1 branch is still available to download and play. I might, some day, add an alternative set of pictures for the current characters (i.e. no richard, yes dr levik) with a different art style, closer to the old one, but for now I have other priorities such as localization. That's it for now, thanks for playing!


[ 2022-02-20 19:07:32 CET ] [ Original post ]


New Year, New Patch: Slipstream v1.2.1 Now Available

Hello everyone, hope you're doing well. First of all, I want to say I'm sorry. In November I published part of an update I was working on at the time, but the work had to be interrupted and the game was left in a very problematic, buggy state for two months. That earned me quite a few negative reviews and emails, and you were right, I shouldn't have left it that way, especially for so long, in such a critical time of the year. I hope this new update can serve as an apology for that mistake. Here are the major changes in version 1.2.1, now available for all platforms:

Difficulty Balancing


When I originally published the 1.2.0 version, I said there were still problems to be solved with the game's difficulty thanks to the new AI, but they were never as bad as in the previous patch. Now I believe I've reached a good spot, where the AI is challenging and consistent but not excessively hard like before. I've also balanced some aspects of the game's difficulty on the player's side. It's now easier to turn at high speeds when using the slipstream, so players won't crash as often as before. The rewind cooldown is now proportional to the amount of rewind time used. If you use 25% of the rewind bar, you get 25% of the max cooldown time. This will increase the availability of the rewind, which will also allow players to crash less often.

New Feature: Game Speed Control


This is a new accessibility feature inspired by Forza Horizon 5. The player can now reduce the global game speed up to 50%. That means the whole game will play out more slowly, giving the player more time to react to the race (and enjoy the scenery), but the physics and gameplay will otherwise be exactly the same. I believe this will help players who find the game too fast for whatever reason. For the sake of fairness on the online leaderboards, the game will not record the times of races using any speed other than 100%. If you reduce the speed in a single track on Grand Prix Mode, both that one race and the cumulative cup time will not be recorded, but the other races at 100% speed will. Everything else is the same, you can get all the trophies and complete the whole game on any game speed.

Other Changes


  • Fixed a major bug on windows where the game would freeze when closing the application.
  • Fixed a bug on windows where the game would open a cmd.exe window along with the graphical one.
  • Fixed a bug on time trial mode where the ghost car wouldn't start the race at the proper position.
  • Fixed several bugs with the Steam Platform functionality in all versions of the game. If you got a trophy and it didn't show up on Steam, open the Trophies screen and it should be added to your account.
  • Added description text to the weight classes on the main menu.
  • Added the option to import saves from Slipstream 1.1.
I haven't forgot about the modding system, I'm already working on the tools and documentation but it's taking more time I expected, as usual. My next deadline for that is March 2022, so stay tuned for more updates, and thanks for playing Slipstream. I hope you enjoy the update.


[ 2022-01-04 20:29:16 CET ] [ Original post ]


Slipstream v1.2 - Public Release!

After a year and a half of work, the new version of Slipstream is finally here. Calling it "1.2" is almost an understatementit is a full rewrite of the original code. Calling it "2.0" would make more sense. Initially, it was supposed to be just a "simple", straight rewrite of the original code, in preparation for a re-release (more on that later), however, as I rewrote parts of the code, I noticed there was a lot of room for improvement and decided to take a little more time and do the right thing, fix and add everything I thought was necessary. A 6-month project became a 1-year project that, as expected, took more than a year, but now it's here, and I'm very satisfied with the results. It's hard to even write a "changelog" because everything was changed, but I'll try to list all the major new features.

New AI, and no rubberbanding


The one change that set the ball rolling for all the others was rewriting the AI. The old version relied a lot on rubberbanding (that is, making the AI artificially faster or slower depending on the player's position in the race. If you're in first place, AI gets faster, if you're last, AI gets slower.), but I never liked that, it's a very obviously artificial way to balance things. The new AI should be equal to a player in every sense, use the same cars, with the same specs, same mechanics, everything. And, although the new AI still isn't perfect, it feels much better to race against now. The AIs use the same cars as the players, they crash, they use the slipstream, everything. (side note: The new AI isn't exactly ideal yet. The amount of testing I can do by myself is limited, so the difficulty may be a little unbalanced. I will try to improve this with smaller updates in the following weeks.)

New Mechanic: Rewind


The non-rubberbanded AI created a problem: they wouldn't slow down if you made a mistake. If you crash your car, the only hope of getting back into the race would be if the AI crashed too. And it does crash, a lot, but relying on that wouldn't be a good way to balance things. To avoid locking the player in this almost unwinnable state, I introduced a new major mechanic that changed the whole game: the time rewind. When you activate it, you can go back in time for up to 5 seconds, so you have a second chance to enter a curve or avoid a crash. This was a very complex system to implement, but it made the game a lot more fun and strategic.

Difficulties out, Weight Classes in


A lot of people like how challenging and fast Slipstream is, but others have some difficulty with the controls and the speed. I want the game to be approachable and playable by anyone, regardless of their gaming experience, so I decided to change the difficulty system into a Mario Kart-like weight class system. Instead of easy/medium/hard, now we have light, medium and heavy. Heavy is the "classic" setting for Slipstream veterans, with very high top speeds and relatively slow acceleration. Light is the opposite: all cars have lower top speeds but faster acceleration, and they're easier to control. Medium is a midpoint between the two. There are no restrictions on trophies anymore, all classes are equally valid. The AIs are almost the same in all classes, so the focus of the new difficulty system is on the player cars, not the AI cars like before. Light is not necessarily easier to win than Heavy, but it's easier to play. And now, making the game easier for players makes it easier for the AI too, so the light setting may still be quite a challenge. (If you thought Stardust Speedway was "too easy" in the original, do I have a surprise for you...)

Stock Cars, Custom Cars, Grand Prix rework


In the original game, there were two pure racing modes: Single Race and Grand Prix. Single Race always used "stock" cars (cars with predefined specs) and Grand Prix always used "custom" cars (cars with upgrades chosen by the player). Now they are two separate categories. Single Race is still stock-only, but Grand Prix now has an option to choose between Stock and Custom categories. The upgrade system has also been entirely reworked, now instead of 0 to 10, the upgrades go from 0 to 100, and the player gets more money for upgrades from each race.

Records, New Online Leaderboards


With all those changes, it wouldn't make sense to compare all times for a given track without finer categorization, so I raised the number of leaderboards from about 30 in the old version to more than 200 in the new. Each track now has 9 (!) online leaderboards, one for each weight class, in each mode: stock, custom and time trial. There's also a new Records screen on the main menu, which keeps your times for each track/category/mode, and it's also present in the DRM-Free versions.

New character art and dialogue


All the rivals have new dialogue and new portraits, created by my super talented friend Victor, who also created the art of Dandara: Trials of Fearcheck it out.

Modding


This is the one system I haven't been able to properly test yet. It already exists and it works, the base game content is already loaded through the same system that loads mods, and I have tested modded content on my own machine, but there's a problem: there are no modding tools yet, nor documentation. I have been very busy getting the game ready for this release, so I'm gonna ask for a little more time on this one. Basically you can add user-provided Cars, Tracks, Backgrounds and Scenery Props (but not characters for now, sorry). This content can be used in Single Race, Cannonball and Time Trial modes. Expect news about this before the end of 2021.

Quality of Life, Miscellanea


Many small changes and optimizations, too many to list, but, from the top of my head:
  • Alt+Enter now switches between fullscreen/windowed.
  • The graphical changes in the settings menu now happen instantly; no need to 'apply changes'.
  • The in-game radar now shows your distance from the adjacent racers/rivals.
  • The screen now tilts when you turn the car.
  • Screen Shake and Screen Tilt can be configured from the pause menu.
  • The keyboard icons now show the actual keys to which they are boundno more X/C only.
  • Battle Royale Mode can now be played with 4, 8 or 12 racers instead of always 16.
  • NTSC Effect has been replaced with a faster/lighter version.
  • Vibration has been reduced to a more sensible amount.
  • Separate save slots for Single and Multiplayer in Grand Prix mode.
Save files from the original version will NOT carry over to the new one, but the two can coexist. Steam achievements will remain exactly the same. The old version will be moved to a separate "legacy" branch and remain there for anyone who prefers it over the new one (but I hope no one does, the new version is objectively better).

Re-Release & The Future


As I mentioned before, Slipstream is going to be re-released. I've signed a contract with a publisher and we're preparing to bring this new version of the game to new platforms. So, if you liked Slipstream and want to support me further, keep an eye out for when it shows up on your platform of choice. It will also probably work on the Steam Deck, but I can't confirm this yet. I'm gonna be running discounts on the Halloween, Black Friday and holiday season sales, so if you have a friend who might like the game, tell them! When this update cycle is over, when the bugs are fixed and the game is stable, it will also be the end of this project, at least for me. I feel like it is complete now, it is the best I could do for this idea, this concept of a game. I've dedicated years of my life to this project, and it's been a great experience. Slipstream sold more than 15 thousand units here on Steam, and it reached more than 200 thousand people through the humble monthly package. It has a 92% positive review rate at the time of writing, and has been featured on SGDQ 2019; it surpassed by far all the goals I could have set for it in 2016 or 2018. It got me in touch with a wonderful community (even though I'm very shy and very anxious, sorry if I don't interact as much as I should!). Thanks for all of that, to each of you who ever played it even for a minute, it's been an honor. But I don't want Slipstream to vanish. The modding system will be my way of saying farewell to the project and passing the torch to the community. If there's enough interest, maybe the community will keep it alive with new tracks and/or cars. And maybe I'll come back to make some DLC package or expansion in the future, but for now I want to start a new project I've had in mind for a long time. If you want more frequent news or want to know about my next project, follow me on twitterit's my only social media channel. Thanks again, and enjoy the game!


[ 2021-09-15 14:08:18 CET ] [ Original post ]


Slipstream 1.2 [Beta] is now available!

First of all, I want to say thank you, again, to everyone who's supported the game since launch. May 21st was the third anniversary of Slipstream, and I'm really happy to have all of you here. I hope you enjoy the news. It took me a lot longer than expected, as expected, but the 1.2 version is now playable. It's not complete (more on that later), but it's good enogh to advance to the next phase of testing, and you're all invited to try. It is currently in an optional beta branch, and only windows builds are available, but I'll eventually add builds for other platforms. (Also, let me know if you can run it with Proton, it didn't work on my computer but maybe it will for some of you.) So... what's new? First, let's get the negatives out of the way:

  • Only 3 game modes are available: Grand Tour, Cannonball and Single Race.
  • No achievements, the secret tracks are unlocked by default but the whole progression system is disabled for now. Also no leaderboards.
  • No post-race information screens, game goes straight from gameplay back to the main menu when the race ends.
  • No tutorial.
  • Some of the settings, like difficulty and traffic density in cannonball mode, have no effect.
  • The game is completely unbalanced in terms of difficulty, some races are too easy, some are impossible. I will try to fix this soon.
  • In general, remember, this is BETA software, it's not finished. There are bugs, some things don't work yet, some parts of the audio and UI are missing, don't judge it based on polish right now. I guarantee it will have at least the same level of polish as the original.
Now, the fun part:
  • New mechanic: Time rewind. Hold SPACE (Y on gamepad) to rewind up to 5 seconds. There is currently no limit to this mechanic, other than the rewind time resetting after use, and this will probably be changed eventually. Also expect bugs, since this is a new mechanic, and a complex one from the programming side.
  • New AI. The AI cars have been completely changed in all their behavior. They are now almost exactly equivalent to a player car, having access to the same mechanics, like the slipstream, and crashing/spinning like players. Also, all of the rubberbanding has been removed, the AI cars are exactly equal to the ones available for the players. The AI is still not 100% finished, so it will do some funny stuff now and then. The collision system has also been greatly improved and the physics of the game feel better now, at least in my opinion.
  • New art for all the rivals, thanks to my talented friend Victor Leo, and new dialogue for most of them. I took the liberty of writing new lines for the kickstarter backer characters. If you are a backer and want to change something on your character, email me.
  • Modding. The skeleton of the modding system is already implemented, but there is no documentation and no tools yet. If you want to poke around, take a look inside the assets/content/ folder. I will elaborate on this in the future, like making tools available and adding steamworks support.
  • Some technical changes. You now Alt+Enter to switch fullscreen on/off, the camera tilts, and the settings menu was changed in some ways (no more 'apply graphics settings').
I don't expect it to take much longer for the final release, but I wanted to do a beta period first so I can take your suggestions and gather more data to help me balance the game. I hope you enjoy the new version. Thanks for your patience and see you soon!


[ 2021-05-23 20:21:14 CET ] [ Original post ]


About the 1.2 Update

Hello everyone, I hope you're all doing fine. As you can probably see, the Slipstream 1.2 update I promised at the beginning of the year is not available yet. My initial deadline was the middle of the year, but with all the stuff happening around all of us, the plans had to change. I decided then to set the deadline for the winter sale, but again I couldn't make it in time. I'm really sad for that, because the winter sale is a huge deal for everyone on Steam and it would be the perfect opportunity to present an upgraded version of the game and hopefully get some extra sales, but unfortunately it didn't work. That said, I have a lot of new stuff to show you guys. If you are still interested in Slipstream, I hope this update will be worth the wait. I'm working very hard to polish the game as much as I can, and solve the problems in the current version. Here's a short summary of the new stuff that's coming to the game shortly.

  • A Full Rewrite Just to give you some context before I get into details, the 1.2 update isn't just an update, it's a full rewrite of the whole game's code. Of course the game will still feel almost the same, I "translated" all the player-facing parts of the code using the same exact values, so for the player it will feel like a normal update, but under the hood everything has changed. That's why it's taking so long, basically.
  • New & Improved AI I think this is the most critical issue in the game in its current form. The AI is just not good. The races aren't thrilling enough. It was, for the most part, the result of me not being a good enough programmer when I wrote the original version. For the new version, the AI is 100% brand new, and it's a lot smarter and more interesting than before. Getting a little bit more technical, the AI cars and player cars used to follow different rules. You can notice, in-game, how the AI is kind of stuck on a railroad path, breezing through the curves without any trouble. The AI and the players are exactly the same now. Instead of the AI being a special kind of car under special rules, it is functionally equivalent to a player, so all the rules apply: the AI can crash, use the slipstream, make mistakes, bump into each other, etc. It's impossible to stress how much this changes the gameplay, you have to play to understand. it feels like an entirely different game now, and it's probably the biggest new feature in the update. It's not completely finished yet, but here you can see it in action. A positive side effect was me being able to remove all the rubberbanding from the game, which was another thing that always bothered me a lot. In summary, the single player races are now closer, more consistent, more thrilling, better in every way.
  • Modding! The second biggest new feature is modding support. There's been interest in modding the game since the original release, but there was no official support for it besides adding music to the in-game radio. The new version will support user-provided tracks (including scenery props, backgrounds and textures) and cars, which will open the opportunity for unprecedented customization and creativity. It will also allow me to easily add more content to the game in the future, if necessary. Here's a demonstration.
  • Time Rewinding The last of the big new features is an entirely new mechanic, time rewinding. Slipstream used to be very... uh... intolerant of error. If you crashed a single time in a grand tour mode run, for example, it was pretty much impossible to beat the rival car. Now the player can go back in time for a few seconds and maybe undo the mistake that led to the crash. The fact that the player can now undo their mistakes, combined with the fact that the AI now can make mistakes has flipped the game upside down. There is now a more strategic depth in how the player has to think about the race. The time rewinding ability will be a limited resource, I still haven't decided on a precise value yet but I'll make it so the player can undo one mistake per lap at most (more in easy mode, less in hard mode) and managing the resource will become an actual gameplay feature. There's also a short demonstration of this feature in the video linked above in the AI section.
  • Other Minor Changes & Bug Fixes The most noticeable visual change is that the camera now tilts on curves, which adds a more dramatic look to the whole thing. It's optional of course but it will be enabled by default. The entire game will be rebalanced, some cars will be nerfed/buffed because, without rubberbanding, having all the cars equally balanced becomes a lot more important. There will be entirely new leaderboards for the new version because it wouldn't make any sense to compare the new, post-balancing times with the old ones.
The current version of the game will be kept as a separate 'legacy' branch on Steam so you can still play it if, for some reason, you like it better. The old leaderboards will also remain in place. I'm working very hard to bring this to public as soon as I can, I'm realistically expecting it to be finished by the middle of january 2021. It will probably also take some testing as a public beta before the full release. So... that's it for the news. I wish you all a happy holiday season, stay safe and thanks for the continued support, you are a wonderful community and I'm trying my best to make you all happy with my game. If you want to follow the development of Slipstream (and future projects) more closely, follow me on twitter. Thanks a lot, see you soon.


[ 2020-12-22 20:08:00 CET ] [ Original post ]


Re: Issues with Intel HD Graphics, Maintenance

Hello everyone. First of all, I want to apologize for the lack of maintenance on this game in the past few months. I had personal problems and couldn't get the right amount of time and energy to do much productive work. I hope it's all settled now and I can resume my usual activity.I have received lots of bug reports lately but didn't respond to any. Again, I'm sorry for this. I said on the last update that some compatibilities may break, and they indeed broke. From what I could gather, the game isn't working anymore on older generations of Intel HD Graphics processors. Even though HD4000 and below are not oficially supported, as per the minimum requirements page, the game did run on those previously and stopped with the last update. I'd like to restore that, if possible. However, it isn't possible. At least not in the current state of the game. Slipstream was programmed in Java, and that has always been kind of a liability for the game. When I started the project, it was intended to be a mobile game (where using java makes more sense), and as it transformed into a PC game I never had a chance or really needed to rewrite it. LibGDX performs very well on PC, is cross-platform and had everything I needed to complete the project. However, after release, the weaknesses of the Java dependency became more apparent. It is very portable across PC platforms, but it's PC-only (that's why Slipstream was never released on consoles), it requires a huge runtime package to be shipped with the game and has an gigantic dependency chain: my code uses libgdx, libgdx uses lwjgl, lwjgl uses glfw and a bunch of other C/C++ libs. If any of those parts breaks compatibility, all the others break too. For all those reasons, I've decided to port Slipstream to a new software platform. This will give me more control over the code, hopefully less problems and more stability. I haven't made a definitive choice yet, but the more likely candidate is FNA. It's been used in lots of succesful games, proven its quality and stability, and is similar enough to the current Slipstream code to make the job of porting not too hard. That will hopefully fix the current issues and maybe other bugs along the way. But it will also take a while, a couple of months at least. If the game doesn't run on your PC after the last update, there isn't much I can do in the short-term, but I will work on a definitive long term solution. Finally, if you have issues with the game on officially supported hardware (Intel HD 5000 and above, any Nvidia/AMD GPU with OpenGL 3.3+ support), please send me an email detailing the problem. If you sent me an email in the last 3 or 4 months and I didn't reply, please send another. TL; DR:

  • Active maintenance on Slipstream is now resumed, sorry for the downtime.
  • The game will be ported to a new software back-end to avoid the java runtime dependency. It's gonna take a while but I hope it's worth it.
  • If you have issues, contact me. I will respond now.
Thanks, see you soon. PS: I'm sorry for not being very active on the forums. I have a slight anxiety problem and reading too much stuff about this game makes me very nervous. I'm always available to talk on twitter or e-mail.


[ 2020-01-14 02:58:41 CET ] [ Original post ]


v1.1.11, back-end update, compatibilities may break

Hello everyone. After a silent update from 1.1.9 to 1.1.10, which was just a bugfix release, here comes another one. The only change made to the game itself was:

  • bug fix on time trial mode that failed to register your best lap if it was not the last lap (how did I miss this one for so long? I'm sorry!)
Other than that, I updated pretty much all the back-end software runtimes used by the game, so I expect that some people might have compatibility issues. If you have any problems, please send me an email: me at ansdor dot com Another important notice is that I raised the minimum linux compatibility version from ubuntu 16.04 to ubuntu 18.04. I tried my best to keep the compatibility with older versions but some libraries used by the game (specifically Jamepad, the input library) do not support any linux version with glibc lower than 2.27. If you are running ubuntu 16.04 or older, the only option is to run the game on SteamPlay, which I heard works well enough.


[ 2019-07-30 16:22:18 CET ] [ Original post ]


v1.1.9, improved controls + other small changes

Hello everyone, I hope you're doing fine. Slipstream's 1 year release anniversary is coming soon and I wanted to update a few things before then. Here's version 1.1.9. The biggest change is the addition of a new control option: Automatic Drifting. It's similar to the 'simplified controls' that were already available on the multiplayer mode, but now it's a lot more intuitive and responsive. It's also available on all modes, single and multiplayer. That's probably the biggest quality of life update this game has ever had, and I hope it improves the experience for people who didn't like the drifting controls. For those who did like them, manual drifting is still the default option and works the same way it has always been. Other changes:

  • difficulty has been adjusted across various modes, most notably cannonball and battle royale
  • the game camera is now a little closer to the ground than it used to be
  • the visibility in Mystic Cave was increased. I went too hard on that track, sorry.
  • signs indicating curves have been added to a few tracks (neon city, mystic cave)
  • assorted bug fixes, collision changes, all the usual stuff
The game will be on sale on its anniversary week, so if you have friends who might be interested in Slipstream, let them know. That's all for today. Thanks for playing, I hope you enjoy the game. Any problems, send me an email at support [at] ansdor [dot] com.


[ 2019-05-10 23:18:56 CET ] [ Original post ]


v1.1.8, tutorial fixed

another minor update: - fixed the bug in tutorial mode. due to an oversight, the car speed was being reset to zero when you restart a part of the tutorial. now that doesn't happen anymore and the tutorial can actually be completed again - reduced the difficulty of easy mode a little. I've seen a lot of complaints from new players (including some negative reviews) that the game is too hard. being a little hard is intentional but easy mode is supposed to give a more relaxed experience. the normal/hard difficulties remain the same that's all, thanks!


[ 2019-03-12 03:20:46 CET ] [ Original post ]


v1.1.7 update, xbox one controller bug fixed

Hello everyone, I hope you're doing well. Slipstream was updated to version 1.1.7, with a fix to the Xbox One controller vibration bug. I was able to reproduce the bug on both of my windows machines and the changes made to this version fixed it on both of them, so hopefully this will apply to all cases. You can re-enable controller vibration if you want. Nothing else was changed on this version. I got some other bug reports (which I'll look into now), but this was the only problem that was reported by more than one user. So... That's all. Thanks for playing Slipstream!


[ 2019-03-08 21:47:47 CET ] [ Original post ]


about graphics settings, FPS drop issues [temporary fix]

Slipstream was featured in the humble monthly march 2019 package and that brought in a lot of new players to the game. And with the new players, new bugs are found. Some users reported huge FPS drops when using a bluetooth Xbox One controller, specifically when the game tries to make the controller vibrate, such as when you start to accelerate the car. This issue seems to be happening exclusively on windows, with a wireless xbox one controller. Unfortunately I don't have a working xbox one controller with me at the moment, and we're in the middle of a holiday week here in Brazil. The earliest time I'll be able to send a definitive fix to this problem will be wednesday (march 6th), but thursday is a more realistic estimate. For now, the only temporary solution I can suggest is to disable vibration on the settings menu. This seemed to fix the issue for everyone who reported it. I hope to provide a definitive fix as soon as possible. Another issue that gets reported to me from time to time is that the graphical settings don't work, or something similar. Here's a step by step guide to the graphics options, i.e. it applies to all the options above the "apply graphics settings":

  • change the settings you want, such as resolution, fullscreen on/off and filters
  • go to 'apply graphics settings', press confirm
  • choose 'keep the current settings' on the next menu and press confirm again
that should make the graphics change as desired. any other questions, please send me an email at support@ansdor.com Thanks everyone, I hope you enjoy the game!


[ 2019-03-04 23:29:11 CET ] [ Original post ]


About Controllers Keybindings

Some people wrote to me asking various things about controller support and keybindings, and since I never documented this feature very well, I'll try to do that now and maybe answer other potential questions. Keybinding (hopefully) works as you might expect: you select an action, press a button and that button is mapped to that action. But there are a few quirks I'd like to explain in more detail.

  • The new keybidings start working immediately, as soon as you map the new key to an action, it is the only way to perform that action. So if you rebind menu actions like up, down, confirm or cancel, the only way to exit the menu is to use the new bindings.
  • Keyboard and Gamepad work slightly differently.
    • On the keyboard, confirm and accelerate are always mapped to the same key, and so are cancel and brake. So the menu keys and game keys are always the same.
    • On the gamepad, "menu keys" (confirm and cancel) and "game keys" (accelerate and brake) are treated as different groups. You can map one action from each group to the same key. For example, you can have accelerate + confirm mapped to the same key, or accelerate + cancel, but obviously not accelerate + brake. One car action + one menu action. You can also, of course, map each action to a different key, as is the case with the default configuration: RT and LT for the car actions, A and B for the menu actions.
  • I tried to make it impossible to get completely stuck on the menu with the keybidings, the game tries to prevent all contradictions I could think of, BUT if you manage to get stuck with unusable keybindings, hard-reset to the default settings deleting the "controls.dat" file located at
    • on Windows: [user home]/AppData/Roaming/ansdorGames/Slipstream (the AppData folder is hidden by default)
    • on macOS: ~/Library/Application Support/ansdorGames/Slipstream
    • on Linux: ~/.config/ansdorGames/Slipstream
  • Key configurations are stored in a per-model basis, so if you have two identical controllers with the same internal ID they will necessarily share the same bindings. This may be an issue for some of you but I couldn't think of a solution that would not make the internal system a lot more complex (and prone to bugs) than it already is, so I left it that way to avoid other, worse possible problems. This will probably never be changed.
  • The game currently does NOT update the key icons for rebound keys on the UI. I might change this in the future but right now it will always show A/B as the default confirm/cancel buttons. This is merely a UI issue, it does not affect the actual controls.
  • If your gamepad doesn't work or is not recognized, there isn't much I can do. Slipstream provides gamepad support via an open source gamepad library called Jamepad, which itself uses the libSDL gamepad database. I have no control over which gamepad models they support. I can only offer official support for the Xbox One controller, so if you have problems with this model, contact me. Otherwise I suggest using an xbox compatibility layer/emulator. Gamepads are not all standardized and it's impossible to provide support for all of them, even for big companies, let alone a solo indie developer. (Off the record: I have, however, personally tested the game with the Xbox 360 Wireless Controller, Razer Serval, Sony DS4 and 8bitdo SF-30 pro (on Xinput mode), and they all worked out of the box on Windows and Linux. So if you have one of these there's a good chance it will work, but I can't guarantee anything) I guess that's all. If you have any further questions, send me an email. Happy new year everyone!


[ 2018-12-15 23:12:28 CET ] [ Original post ]


v1.1.3 - minor bugfixes

as expected, a lot of unexpected bugs surfaced since the 1.1 update. I've been trying to fix them one by one, and this is the third minor update since 1.1. some people were experiencing crashes when the game tried to re-set vsync on, so I removed the vsync confirmation step. this game is designed to run with vsync always on, it will match your monitor's refresh rate and keep the physics consistent no matter what framerate it's running. I tested it on all my systems and the game stayed at 60fps, as it should. if you notice your GPU is making too much noise and/or the framerate looks choppy after the update, please send me an email (me [at] ansdor dot com).


[ 2018-11-08 13:35:01 CET ] [ Original post ]


Slipstream v1.1 Update Announcement

Slipstream 1.1 is finally here, and it's a huge update.

LOCAL MULTIPLAYER


The biggest change of all, Slipstream now supports local multiplayer up to 4 players. There are four game modes available for the multiplayer, the already established single race and grand prix, and...

NEW GAME MODE: CANNONBALL


A brand new game mode for both single player and multiplayer. It works like a mix of all the other modes: You can choose a fixed sequence of up to 15 tracks, and race on them back to back, with or without traffic, rivals and/or other racers. Everything is customizable in this mode. From racing all alone through 15 tracks to a chaotic race with rivals and traffic at the same time. But that's not all...

NEW GAME MODE: BATTLE ROYALE


Every video game in 2018 needs a battle royale mode and I couldn't miss the opportunity. It's a simple mode: 16 racers, 15 random tracks. At each track, the last racer is eliminated, only one can reach the end. Available on both single player and multiplayer.

NEW GAME MODE: TIME TRIAL


The last new game mode is a classic time trial with zero randomness and replay ghosts for the best times. This is a single player exclusive mode.

NEW PHYSICS, BETTER CONTROLS


The game physics were getting buggier and weirder with each version, each time I tried to fix something it just ended up breaking something else. This time I started from a clean slate and I believe I got all the most common problems fixed, but, as always, this part might receive minor updates in the near future in case new bugs show up.

SOUNDTRACK CUSTOMIZATION


Now you can choose your own songs to play in the game, along with the OST. Just drop your legally acquired MP3s in the appropriate folder* and they'll appear automatically in the game. OGG and WAV are also supported. The folders are:
  • On Windows: [user home]/AppData/Roaming/ansdorGames/Slipstream/music
  • On MacOS: [user home]/Library/Application Support/ansdorGames/Slipstream/music
  • On Linux: [user home]/.config/ansdorGames/Slipstream/music
The game will look for music files in all foldes and sub-folders inside that one. Also, symbolic links work on linux, but I haven't tested in other systems. The only limitation is that only the first 256 custom tracks are loaded, the game will ignore any others beyond that number.

SIMPLIFIED CONTROL SCHEME


Some people have trouble with the drifting mechanics, so I decided to include an optional, multiplayer-exclusive simplified control scheme, in which the drifting happens automatically and you just have to guide the car around the track. This feature is intended for novice players and "party game" scenarios, in which some people may not have the time (or will be too drunk) to learn how to drift properly. I did not include it in the single player because I feel it would displace one of the game's most important mechanics and challenges.

BETTER GRAPHICAL OPTIONS


Now Slipstream has "true" 4K support (well, as true as it can be for a pixel art game). The resolution/window settings in previous versions were a little confusing, so I tried to simplify everything. Now you can choose a window size and an internal resolution, and both go all the way up to 3840x2160. Lower resolutions provide a slight improvement in performance, but not much. The "auto" setting is recommended in all cases, as it will set the resolution to match the window/screen size.

OTHER SMALL CHANGES


- controller vibration now supported - the infamous audio glitch, where all sound stops playing after a while, is hopefully corrected - mirrored tracks are now available on single race mode - post-race screens completely remade - too many small graphical changes and bug fixes to list Sadly, this will be the last major content update for this game. I'm a solo developer, and I don't have the time and resources to keep adding content and providing active support for this game anymore. I've been working exclusively on Slipstream for the past 3 years or so, I'm VERY tired of it, and there are many other games I want to make, so it's time to move on to new projects. I consider this to be the "gold" version of Slipstream, it has all the planned features and some more, and it's complete now. It will, however, continue receiving minor back-end updates and bugfixes as time goes on, but that will be all. I hope you enjoy the game, and thanks for the support, you are awesome!


[ 2018-10-28 20:53:02 CET ] [ Original post ]


Important: Bugfix/Crash at startup update.

Some users have reported trouble running Slipstream, the game crashes at startup and never runs properly. It affects especially people on laptops with core i3 processors, and seems to be related to a bug in the JVM being used by the game. Slipstream requires a java runtime environment to run, and it includes its own customized (reduced) JVM for this purpose. The version I was using previously was pretty old (JRE 8), and the problem seemed to be related to that particular version, so I updated the underlying system to the latest version, JRE 10. The practical effects: if the game was running fine, hopefully it will continue running fine. If the game crashes at startup, hopefully it won't anymore. However, there is a small compromise: JRE 10 doesn't seem to support 32-bit systems, so the game will only run on 64 bit systems from now on. I don't think this will be a big problem, most people are running 64-bit OSes by now, but IF there is significant demand for 32-bit compatibility, I will revert back to JRE 8. If not, I'll leave it as it is now. If this goes well, it will fix THE #1 most reported problem with the game, and I'll be free to work on new features from now on. If you find any problems, get in touch with me via email. Thanks.


[ 2018-06-03 00:03:10 CET ] [ Original post ]


1.0.2 update: keybindings, new AI/physics

The Slipstream 1.0.2 patch is now live. Changelog: - The #1 most requested feature is now implemented: fully customizable keybindings for both keyboard and gamepads. (NOTE: Slipstream only has *official* support for Xbox Controllers, both 360 and One. I can't guarantee that any other type of controller will work, but they may). - The AI system has been pretty much completely rewritten, the AI should feel more "real" now. This is a lot of new code and it may get small updates/patches over the next weeks. - The car collision physics have also been rewritten. - Quick Race mode can now be customized. You can choose between 1 (racing alone) to 30 racers on the track, and also the number of laps. - A cumulative timer has been added to Grand Prix mode. - Various parts of the main menu have been changed. Most notably, now you can see a more detailed view of your save file's progress. - Various bugfixes and small tweaks That's all.


[ 2018-05-31 21:21:25 CET ] [ Original post ]


1.0.1 patch, compatibility Issues, multiplayer

The latest update to Slipstream has been published, and it brings the minimum requirements down to the lowest possible versions of OpenGL and related libraries. Hopefully this will fix compatibility issues some users have been reporting. There were also small changes to the gameplay, mainly reducing the amount of traffic on arcade mode, which has been an issue for some people. Some users have raised the topic of key mapping, since Slipstream doesn't allow it yet. I have taken note and will try to add this feature on the next update. If the compatibility problems are fixed, I'm gonna start working on the 1.1 version ASAP, which will include a local multiplayer mode. That's all for now.


[ 2018-05-23 19:16:17 CET ] [ Original post ]



Slipstream
Noctet Studio
  • Developer

  • Noctet Studio
  • Publisher

  • Release

  • Indie Racing Singleplayer
  • Tags

  • Game News Posts 23  
    🎹🖱️Keyboard + Mouse
    🎮 Full Controller Support
  • Controls

  • Very Positive

    (887 reviews)


  • Review Score

  • http://slipstre.am
  • Website

  • https://store.steampowered.com/app/732810 
  • Steam Store

  • The Game includes VR Support



    Linux Build [186.38 M]

  • Public Linux depots

  • Slipstream: Blue Hour
  • Available DLCs



  • Slipstream is a racing game inspired by the visuals, music, games and cars from the late 80s and early 90s. It's built on a custom game engine, with an authentic retro feel and unique graphics. The soundtrack, drawing from synthpop and jazz fusion influences, sets the tone for a race across a variety of exotic locations from all around the world, including cities, deserts, forests, mountains and beaches. Drifting and slipstreaming mechanics add depth to the driving gameplay, and the result is a challenging and exciting experience.

    Features

    • Authentic pseudo-3D game engine with 2D graphics, just like the glory days of the arcade racers.
    • 20 Different tracks, set on a variety of exotic locations all around the world and beyond.
    • 4 Game modes: arcade, quick race, grand prix and custom.
    • 5 Car models, each with its own specs and playstyle.
    • Original soundtrack with 9 exclusive songs.
    • Upgrades, drifting, turbos, rivals, forks and much more!

    MINIMAL SETUP
    • OS: Ubuntu 18.04+ (or any distro with glibc 2.27 or newer)Memory: 2 GB RAMGraphics: Intel HD Graphics 5000Storage: 500 MB available space
    • Memory: 2 GB RAM
    • Graphics: Intel HD Graphics 5000
    • Storage: 500 MB available space
    GAMEBILLET

    [ 5949 ]

    21.24$ (15%)
    2.50$ (90%)
    15.99$ (20%)
    3.88$ (81%)
    4.12$ (17%)
    6.67$ (78%)
    4.59$ (8%)
    1.69$ (15%)
    5.92$ (15%)
    12.74$ (15%)
    49.79$ (17%)
    8.49$ (15%)
    16.57$ (17%)
    8.49$ (15%)
    3.55$ (82%)
    7.64$ (15%)
    3.51$ (12%)
    3.75$ (75%)
    6.25$ (75%)
    2.50$ (75%)
    16.39$ (18%)
    26.68$ (56%)
    17.59$ (12%)
    29.72$ (15%)
    3.32$ (78%)
    1.50$ (85%)
    12.72$ (15%)
    2.00$ (80%)
    19.99$ (20%)
    16.59$ (17%)
    GAMERSGATE

    [ 1903 ]

    9.0$ (70%)
    9.37$ (63%)
    1.5$ (85%)
    4.5$ (70%)
    0.38$ (92%)
    1.5$ (75%)
    2.88$ (59%)
    6.0$ (50%)
    5.63$ (62%)
    0.75$ (81%)
    1.25$ (75%)
    1.84$ (74%)
    1.02$ (87%)
    0.48$ (52%)
    7.49$ (63%)
    3.0$ (50%)
    0.94$ (81%)
    4.49$ (10%)
    0.56$ (81%)
    3.0$ (85%)
    2.5$ (50%)
    1.84$ (74%)
    5.63$ (81%)
    12.0$ (70%)
    0.85$ (83%)
    1.19$ (83%)
    1.13$ (89%)
    3.0$ (85%)
    6.0$ (85%)
    0.51$ (83%)

    FANATICAL BUNDLES

    Time left:

    3 days, 11 hours, 10 minutes


    Time left:

    26 days, 11 hours, 10 minutes


    Time left:

    8 days, 11 hours, 10 minutes


    Time left:

    39 days, 11 hours, 10 minutes


    Time left:

    45 days, 11 hours, 10 minutes


    HUMBLE BUNDLES

    Time left:

    6 days, 5 hours, 10 minutes


    Time left:

    6 days, 5 hours, 10 minutes


    Time left:

    15 days, 5 hours, 10 minutes

    by buying games/dlcs from affiliate links you are supporting tuxDB
    🔴 LIVE