Some players find the camera way too close at its farthest. I increased the range of the zoom to go farther back. You could, however, see blackness beyond the edges of maps with this, but everything else should work fine.
- Wassim
1.3.6 Steam Achievements!
As per request, we finally have Steam Achievements! There should be 23 of them, covering the basic trophies, plus a little extra. You can also get achievements for how many points you make in Career.
This is a first step in Steam API integration, I am planning to implement more things related to Steam in the future. The game should detect your current progress and give you overdue trophies, so your progress isn't lost. Hope you like this one!
-Wassim
1.3.52 Added MPH units support
As per request you can now change the units between KMH and MPH in the "Game" settings menu.
Official Speedrun and Lap Times Leaderboard
Thanks to Sneb1, we have an official Speedrun.com page where you can submit your best lap times and see how fast other people are doing. While a Steam leadboard integration is something I plan to add at some point, this is definitly a great way to show your driving skills in the game in an organized way.
That platform would also be a good place for future contests, with enough participants we can organize official time trial championships and feature winner names inside the game.
So head over to your favorite track, hit record, and try to set the fastest time you can, I will too, see you out there!
1.3.51: Added WASD support
While custom key configurations are preferrable, I only have limited time currently so I decided to push a small update to at least support the option to use WASD instead of arrows. When the keyboard is the selected controller, you should be able to control the cars with either key sets interchangeably.
-Wassim
Update 1.3.50: New best lap records board
As requested by players, the game now has a records board with the best lap times in every track and in each car class, acessible from the main menu.
The records are universal across all saves and outside of career, except for split screen mode. Anytime you run a faster lap on a track the board gets updated.
Thank you very much for playing AV-Racer, if there is any issues, please report them. Now show us what is your best time!
-Wassim
1.3.45 Minor fix: handbrake mechanics
Fixed an issue where the handbrake doesn't work on controllers, and improved the responsiveness of the car to intentional sliding with the handbrake.
Now you can use the handbrake to your advantage by sliding the car around tight corners.
-Wassim
1.3.44 Small career and difficulty patch
Shortened number of laps in career championships a bit. Most tracks in career are one lap shorter. In the World Championship they're 10 laps a race instead of 12. Some users also find the game too difficult so I reduced the "Very Easy" difficulty further. This should not affect the rest of the difficulties.
-Wassim
1.3.43: Fixed an issue that causes blank screens on computers with AMD GPUs
Some players with machines using a dedicated AMD GPU cards reported experienceing blank TV-Screens when starting the game. This was due to a malfunctioning shader on these machines. The problem was hard to pin down because some AMD GPUs had no issues with it. The fix was defining floating number bounds when used within a modulo function in the shader code.
If you face any other issues, don't hesitate to report it. Thank you for supporting this little project! -Wassim
Fixed post processing bugs on AMD integrated graphics
Driver optimization someitmes causes handling of OpenGL uniform locations to get invalid values if the driver misoptimizes the shader. Fixed the issue by explicitly defining Uniform locations on the shaders and in the game code.
This shouldn't affect anyone who hasn't faced an issue with post processing effects.