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
push > light > Heavy >light > light
is all horizontal sweeps, you can go back to the push after the heavy or let it go to the light attacks
Maybe on sedition or something. On heresy and damnation eviscerator feels like a wet noodle.
I play on 4 and im happy with that level :)
Ill look into it, id say i worry about the damage of the light but the evis does stonks anyway.
Padds basically has it, I'd recommend running Desperation as a talent if you're going to be offensive with it for the extra 20% damage when you spend all stamina from pushes/sprinting. The push attack helps a lot in hordes to quickly cut away smaller enemies. From a push attack you can do heavy -> light and alternate between those two for a continuous side-sweeping combo, which doesn't take that long at all to keep swinging.
Alternatively as you probably know, you can start by revving up your weapon and do a heavy which should cleave through all smaller enemies, then do light -> heavy and keep alternating. This alternate combo can help if you aren't quite ready to push attack again.
Evi's moveset has always been heavy + push-attack + repeat for fast clearing, and heavy + light + repeat to restore that stamina. The latter combo is something you use for those small seconds of slower momentum where you don't need the speed and stagger of the push + attack, or you can just dodge backwards and create that moment yourself. Now I don't remember the damage difference between those and just spamming the first heavy, but I do remember that since the Evi has quite a bit CC / stagger too, being able to combine swings from both directions helps a ton with clearing since you make sure the mobs are centered around your cleave. If you only spammed the first heavy you'll be swatting enemies to your left while new ones take their place in the center, ultimately spreading them around instead.
But if you insist on using a macro, this may be obvious but are you using the Swap Weapon or Wield Primary/Secondary Weapon binds? I've used an AHK script since Jan myself after getting tired of not being able to trust the game to swap when ordered to. The way that works is that I use a separate binding for each weapon, blitz and deployable, and when pressed they basically spam the key 10x in 0.5 seconds. After making that script I haven't had a single issue with weapon swapping ever.
So with your macro, I would make sure that it doesn't use swapping at all, but rather specifically equips the ranged weapon (preferably a few times with a small 20-50ms interval between each attempt), and then specifically equips the melee weapon with a similar loop.
But if instead you send "switch to ranged" + wait 20ms + repeat x3, and then "switch to melee" + wait 20ms + repeat x3, then even if 1-2 of those commands gets lost and ignored in a row, it will still do exactly what it's supposed to. The cost ofc is that the delay is longer, but I'm sure you can find a suitable delay that still works. The good thing about Darktide is that if you try to equip the weapon you already have, the command basically just gets ignored. So there's no harm in spamming whatever weapon you already have equipped.
To give an example, this is my melee weapon bind in AHK which addresses a very similar problem to yours:
So I bound melee to "7" in the game. But really I use "4" for it. And when I press the button 4, it literally just spams that "7" once every 50ms for 10x in a row. That's a massive half a second of spamming and probably complete overkill. But since there's no harm in it I don't really care. The most important thing to me is that when I press melee, I can trust with 100% certainty that I will now have melee equipped.
I remember well how absolutely infuriating the game used to be before I made this script. I've always played on T5+ in the hardest missions I can get, so even a single instance of switching to melee to block or hit and then finding myself either still firing a staff and blowing myself up from peril, or trying to block a rager with a frigging staff or a pistol and dying to it is one too many. I wanted to make absolutely sure that those things would never happen again. And this script accomplished exactly that, overkill or not. xD