DiRT 3 Complete Edition

DiRT 3 Complete Edition

Not enough ratings
Super Star Achievement ~ Idle Guide
By Ily
Guide to being able to farm DiRT 3 Super Star Achievement in an Idle way.

   
Award
Favorite
Favorited
Unfavorite
Introduction
I know that this guide is quite late, due to the fact that the game was released a few years ago... But I planned to share with you a method to be able to get the Super Star Achievement in an Idle way (i.e. you can run this while sleeping for example).

  • In first place, I will show you the most effective farming method known to date, which is not my discovery and who doesn't have a guide on Steam (unless I haven't seen it... & I apologize).

  • Then I will explain how you can automate it and farm while being idle !




Feel free to add comments and to Rate this Guide. I hope it will be clear and detailed enough !


Best Boosting Method
The boost method for this achievement is very simple : you just need to start an online "JAM Session" with the settings showing below and invit some friends. While starting, choose a car (preferably the Subaru Impreza WRX STI GR, not GD !) and hold the boost button during the whole duration of the game.

JAM Session Settings
  • Competition Type : Team
  • Rounds : 5
  • Discipline : GYMKHANA

Tracks Settings
  • Monaco, Harbour View on each Round !

Advanced Settings
  • Damage : FULL




Before starting the game, each players need to be in differents teams (up to 4). If you're more than 4 players, you just want to complete the others teams. The goal is to use all the team's colors, if you can, to get more fans at the end !

After that, a game of Gymkhana will start, where everyone will crash at the same time on the wall in front of, during the 5 rounds. Everyone will get the "DNF" status each time and the same amount of points will be given to everyone, which will give the First place to all players at the end of the match.

Like this you will get the most important amount of fans you can ever get in ~7min. 💰




Video example by Lambda Core (not mine)



Which car to use
Like I said just before, the most important thing is to take the same car and to crash at the same time. Unfortunately, some cars tend to turn slightly when accelerating and hit the yellow barriers on the straight before crashing, which gives bonus points. However, the most important thing in this method is that each player get an equal amount of points ! So you can't touch the barrier...

So this is why, in the explanation of the method, it's clearly specified to use the "Subaru Impreza WRX STI GR" because it practically doesn't turn and it doesn't touch these famous barriers !

Like this all your boost will be safe, trust me !




AutoHotkey
Where the method can be improved is that anyone who is not the host of the game can let their game running with the acceleration key pressed (on their controllers or on their keyboards). All players can therefore afk, but the host must press restart at the end of each race...

This is where AutoHotkey comes in, which is a tool for running task automation scripts on Windows. In simplified terms, this makes it possible to imitate sequences of keys and/or mouse clicks on the screen and this is what allows the automation of this boost.

You will first have to download and install this sofware : https://www.autohotkey.com/download/

Then I'm going to show you the script to restart the match everytime, to be used by the JAM Session host.




How to use the Script
First Steps !

If you play on the keyboard as the host, it is ESSENTIAL to change the acceleration key if you have it launched by default (is normaly the "Top arrow"). This will cause the cursor to constantly scroll through the menus and will make it impossible for the script to properly selecting Continue in the lobby.

So it's necessary to change this acceleration key to something other than the Top arrow ! You can change to “W” for example.

Once Autohotkey is installed, all you have to do is :
  • Copy/Paste 1 of the 2 scripts below into a notepad and save the file as "Dirt 3 Host.ahk" (make no mistake in the file name).
  • Create your lobby with the required settings, as I said on the top of this guide
  • Put your Cursor of "START" button
  • Press "F1" button to start the script
  • IMPORTANT : Press "F2" button to stop the script when you're done !



Description

The script will automatically press the "START" button every 7:30 minutes. The time from launch, progress and end of the game takes a total of around 7 minutes. The additional 30 seconds are added in case some receive level rewards, which will allow them to relaunch at the right time!

The detailed description of the script is as follows : press the Enter button to press "START". If, as said before, someone takes a while to return to the lobby during the end-of-level rewards, the host will see their "START" button grayed out and their cursor will be positioned on "CHANGE SETTINGS". This is where the rest of the script allows you to reposition the cursor on “START” by chaining “Esc > Top arrow several times > Enter”.

DONT FORGET TO PRESS "F2" TO STOP THE SCRIPT !




Close the Script

To completly close your script you will need to go on your taskbar and right click the "H" GREEN ICON, then click on "Exit" (like in the screenshot below).


Host Scripts
The choice is made based on the description above each file ! You can close the player slot by pressing it and selecting close.
To find out what each script does, you can read the previous section.





If you are 8 players or all your player slots are closed use this script :
restartDirt() {
Send, {Enter down}
sleep 100
Send {Enter up}
sleep 500
Send, {Esc down}
sleep 100
Send {Esc up}
sleep 100
Send, {Up down}
sleep 100
Send {Up up}
sleep 100
Send, {Up down}
sleep 100
Send {Up up}
sleep 100
Send {Enter down}
sleep 100
Send {Enter up}
}

F1::
Loop {
restartDirt()
sleep 450000
}

F2::
reload
return




If you are less than 8 players, with your player slots open, use this script :
restartDirt() {
Send, {Enter down}
sleep 100
Send {Enter up}
sleep 500
Send, {Esc down}
sleep 100
Send {Esc up}
sleep 100
Send, {Up down}
sleep 100
Send {Up up}
sleep 100
Send, {Up down}
sleep 100
Send {Up up}
sleep 100
Send, {Up down}
sleep 100
Send {Up up}
sleep 100
Send {Enter down}
sleep 100
Send {Enter up}
}

F1::
Loop {
restartDirt()
sleep 450000
}

F2::
reload
return

Conclusion
I hope this guide will be useful and above all understandable for everyone !

Don't hesitate to Rate it and give an Award, it will encourage me to continue writing Guides !




Feel free to comment if anything should be changed or if something doesn't work.

Good luck with your Achievement Hunt !