Rage Parking Simulator 2016

Rage Parking Simulator 2016

Nincs elegendő értékelés
100% Unlock all 50 levels
Készítő: Searinox
To unlock all Cheevos, all levels must be unlocked.
You can easily do this by overwriting all 50 levels
   
Díjazás
Kedvenc
Kedvenc
Törlés
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 megjegyzés
krizz 2022. febr. 9., 18:42 
just play it legit. only half your car needs to be in the spot anyway. cant get any easier than that lol
Jether[cn] 2020. júl. 9., 5:42 
this way may be useful for some other unity games
Jether[cn] 2020. júl. 9., 5:36 
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.
andrei 2018. dec. 22., 10:33 
not working