Rage Parking Simulator 2016

Rage Parking Simulator 2016

Not enough ratings
100% Unlock all 50 levels
By Searinox
To unlock all Cheevos, all levels must be unlocked.
You can easily do this by overwriting all 50 levels
   
Award
Favorite
Favorited
Unfavorite
AutoIt
you will need the AutoIt Scripting Language
download it on their official site AutoIt Downloads[www.autoitscript.com]
after the autoIt installation
in the library > right click on game > Properties > Local Files Tab > Browse Local Files
explorer should open this folder "..\steamapps\common\Rage Parking Simulator 2016"
in the explorer > right click > New > AutoIt v3 Script > right click the created script > Edit Script
in the SciTE Script Editor > copy paste this code in the editor:
#include <FileConstants.au3> Global $source = @ScriptDir & "\RPS2016_Data\level8" Global $dest = @ScriptDir & "\RPS2016_Data\level" For $i = 9 To 57 FileCopy($source, $dest & $i, $FC_OVERWRITE) Next
click Tools > Go or hit F5 to run the script
it overrides all levels to level 1
so you can then quickly unlock all levels & cheevos,
by simply driving straight and stop in the parking space
run this code > in the game press D key, Esc to exit
Opt("MouseCoordMode", 0) ;1=absolute, 0=relative, 2=client Opt("SendKeyDownDelay", 2200) ;1 millisecond HotKeySet("{d}", "_Drive") HotKeySet("{ESC}", "_Terminate") _Main() Func _Main() While 42 Sleep(420) WEnd EndFunc ;==>_Main Func _Drive() WinActivate('Rage Parking Simulator 2016') MouseClick('left', 210, 620, 1, 10) Sleep(256) Send('w') Send('s') MouseClick('left', 600, 510, 1, 10) EndFunc ;==>_Drive Func _Terminate() Exit 0 EndFunc ;==>_Terminate
4 Comments
kris 9 Feb, 2022 @ 6:42pm 
just play it legit. only half your car needs to be in the spot anyway. cant get any easier than that lol
Jether[cn] 9 Jul, 2020 @ 5:42am 
this way may be useful for some other unity games
Jether[cn] 9 Jul, 2020 @ 5:36am 
it works!! But
the first code, it is unnecessary to use this software, seems like just a copy files.
the 2nd code, it seems not work in different screen or game window, the mouse position is wrong.
andrey 22 Dec, 2018 @ 10:33am 
not working