Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Perhaps the devs have changed the settings since this guide was written in 2016 (last updated "14 Jun, 2016" at this stage).
The 5000 kills have to be done all in one go.
My recommendation for someone going for this achievement is to set aside around 1h:40min that you can just power through, prefferably with some good media to listen to.
When doing the 5k kills achievement only back to back games add the killcount, so for example if you play a 1st time and get 4k kills, then on the second run you only get 500 your total will be 4.5k, HOWEVER once you start your 3rd game your kill count will be only 500 and you'll need to get to 4.5k before being given the achievement.
I say this based on the fact that I did 2.6k kills before I died, then on another attempt I didn't even get past 10 kills, and finally on the 3rd and last run I had to go to 4990 ish to be given the achievement.
A good music playlist helps getting through this for sure...
While that's a great idea, how were you able to get the script to work in the game? It only works for me in notepad/word/etc.
Here's something to ease it though. An Autohotkey script. Press F8 to toggle on Q autofire:
Pause
Loop{
Send q
sleep 100
}
F8::Pause