Rage Parking Simulator 2016

Rage Parking Simulator 2016

Недостаточно оценок
100% Unlock all 50 levels
От Searinox
To unlock all Cheevos, all levels must be unlocked.
You can easily do this by overwriting all 50 levels
   
Наградить
В избранное
В избранном
Удалить
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
krizz 9 фев. 2022 г. в 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] 9 июл. 2020 г. в 5:42 
this way may be useful for some other unity games
Jether[cn] 9 июл. 2020 г. в 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 22 дек. 2018 г. в 10:33 
not working