Rage Parking Simulator 2016

Rage Parking Simulator 2016

38 ratings
All "Another Accident" achievements
By Yurick
Here's a small guide to help you get all the "Another Accident" achievements with not much hassle.
   
Award
Favorite
Favorited
Unfavorite
Solution
Each "Another Accident" achievement is unlocked whenever you crash your car. With fully completing the game in mind, you'll need to crash the car, restart the level, and repeat this process until all 455 achievements are unlocked.

For this, I suggest using my AutoIt script which runs as following:
  • Holds the "W" key for a second, to crash the car;
  • Clicks on the "Restart Level" button when it appears.

Please note that this script was coded with the 1280x720 resolution in mind, thus it simply won't work properly when playing on other resolutions.

One iteration takes about 1.25 seconds, so it should take less than 10 minutes for you to unlock all achievements.

The script's source and its compiled version are available to download via One Drive[1drv.ms] for those that prefer not to download+install AutoIt and aren't afraid of executable files from unknown sources :-)

Otherwise, please continue reading to the next section.
AutoIt script editing/compiling
For the following code to work, you'll need to install the AutoIt utility, which can be downloaded from its official website[www.autoitscript.com].

To begin, open its Script Editor via Start menu:



or simply create a text file with the au3 extension, and simply copy+paste the following:
#comments-start The game must be running and any level must be selected for this script to work correctly. I set the mouse coordinates for resolution 1280x720, so other resolutions will not work! #comments-end WinActivate("Rage Parking Simulator 2016") AutoItSetOption("MouseCoordMode", 2) Local $counter = 0 Do #comments-start Emulates holding the "W" key to move the car #comments-end $time = TimerInit() Do Send("w") Until TimerDiff($time) > 1000 #comments-start Clicks the "Restart Level" button after level failure #comments-end Sleep(250) MouseMove(686,492) MouseClick("left") $counter = $counter + 1 Until $counter = 455

If you've already gotten a few achievements before using the script, you may change the number of times it'll run. Simple input the remaining number of achievements in place of "455" at the last line, then save the file.

After having it set, the script may be operated by one of the following:
  • Selecting "Compile script" will create an executable file that can be launched directly (double-clicking). This is useful if you'd like to run the script on another computer, for example.
  • Or you may start the script immediately using "Run script" option.
Both options are available in the file's context menu:

Using the script
For proper usage, follow the steps:
  • Start the game in windowed mode with the 1280x720 resolution
  • Select any level and start it
  • Navigate to the script's location and run it (as described in section above)
  • Leave your PC for about 10 minutes :-)
Summary
Thank you for reading this guide!

Hopefully my solution helps you out on getting these boring achievements.

Special thanks to yah for reviewing of this guide.
13 Comments
Heavenknight 26 Nov, 2022 @ 12:42pm 
they removed this achievements lmao
Not sure what it is but now when i crash it does not unlock achievements.
TENSTORM777 27 Jan, 2018 @ 9:16pm 
ty
Yurick  [author] 24 Jan, 2018 @ 11:22am 
You're welcome xD
Sine Spes 24 Jan, 2018 @ 8:38am 
thx dude, your save my time, helpfull !! :B1:
ptkr 14 Jan, 2018 @ 3:33pm 
thank you for not letting me waste anymore time with this shit! :2016weiner:
Overkill 4 Aug, 2017 @ 3:17am 
Thanks dude, helpful!
GotBakingSoda 21 Jul, 2017 @ 4:09am 
Nice thanks for the guide! :hiirohappy:
Yurick  [author] 16 Jul, 2017 @ 5:42am 
Yep, this is possible solution if you have enough time :2017stickyorange:
lonkyD 16 Jul, 2017 @ 5:18am 
I just use my finger to click almost 1000 times .....:)