Total Arcade Racing
15 Achievements
PS4
100 Miles
Drive 100 miles
8.2%
How to unlock the 100 Miles achievement in Total Arcade Racing - Definitive Guide
There is no easy Way or afk Method for now so you can play the 1st Track over and over with the F1 Car or you play Demolition Derby.
2 Controllers are rquired to play this Mode and turn of AI
Keep in Mind that if you play with more Controllers all Miles driven will count towards your Main Account so you can 2x it or more
Check my Achievement Review
@10:50
2 Controllers are rquired to play this Mode and turn of AI
Keep in Mind that if you play with more Controllers all Miles driven will count towards your Main Account so you can 2x it or more
Check my Achievement Review
@10:50
5 Comments
If you play 1st track over and over in Time Trial for this achievement ... turn around at the start and ride counterclockwise around the track. You will be able to ride 24 laps before event ends (instead of 4). It will save you some time (less time spend for restarts = more time spend for actual ride).
By Flapjack waldi on 09 Dec 2021 10:15
the demolition derby, or the 24 laps solution how long would you say you need to do it for - this is the last achievement tried both solutions for quite a bit and nothing popped.
anyway of tracking the miles done so far?
anyway of tracking the miles done so far?
By Jmossop on 21 Feb 2022 14:03
*** YOU NEED TO BE ONLINE FOR MILES DRIVEN TO PROGRESS ***
Provided you play on PC you can easily macro this with Autohotkey.
Plug in a controller and select Demolition Derby. Now enter 4 keyboard players but DO NOT enter the controller.
Now run these 2 scripts. (I was unable to put these into one script, any suggestions are very much welcome!)
The 4 cars will eventually crash and then the round will restart.
Took me about ~8 hours of running the game this way, starting from 25 miles driven.
Progress can be found by going to the Hall of Fame in the main menu, then selecting the 'Prev' option to see your total miles driven.
Provided you play on PC you can easily macro this with Autohotkey.
Plug in a controller and select Demolition Derby. Now enter 4 keyboard players but DO NOT enter the controller.
Now run these 2 scripts. (I was unable to put these into one script, any suggestions are very much welcome!)
o::
SendInput {w down}
SendInput {d down}
SendInput {up down}
SendInput {left down}
SendInput {u down}
SendInput {k down}
SendInput {numpad8 down}
SendInput {numpad4 down}
SendInput {w down}
SendInput {d down}
SendInput {up down}
SendInput {left down}
SendInput {u down}
SendInput {k down}
SendInput {numpad8 down}
SendInput {numpad4 down}
F2::
SetTimer, PressTheKey, % (toggle:=!toggle) ? 10000 : "Off"
Return
PressTheKey:
Send, {Y}
Sleep 1000
Send, {Y}
Return
^z::ExitApp
Now press 'O' and F2 as soon as the derby starts.SetTimer, PressTheKey, % (toggle:=!toggle) ? 10000 : "Off"
Return
PressTheKey:
Send, {Y}
Sleep 1000
Send, {Y}
Return
^z::ExitApp
The 4 cars will eventually crash and then the round will restart.
Took me about ~8 hours of running the game this way, starting from 25 miles driven.
Progress can be found by going to the Hall of Fame in the main menu, then selecting the 'Prev' option to see your total miles driven.