[0.17.x]New worm exploit/strategy
Re: [0.17.x]New worm exploit/strategy
Did you want the projectiles to home in on you?
Re: [0.17.x]New worm exploit/strategy
That's working as intended. Try doing this with a real nest inhabited by a horde of biters for more fun
Koub - Please consider English is not my native language.
-
- Long Handed Inserter
- Posts: 84
- Joined: Tue May 24, 2016 1:55 pm
- Contact:
Re: [0.17.x]New worm exploit/strategy
The real challenge is to move in a way that makes the worms take out the nests for you
Re: [0.17.x]New worm exploit/strategy
Too bad turrets and power poles can't do this.
-
- Long Handed Inserter
- Posts: 59
- Joined: Sun Jul 26, 2015 5:08 pm
- Contact:
Re: [0.17.x]New worm exploit/strategy
0.17.5
player has finite acceleration
player has finite acceleration
-
- Fast Inserter
- Posts: 123
- Joined: Mon Oct 10, 2016 11:28 pm
- Contact:
Re: [0.17.x]New worm exploit/strategy
This would work to kill a base consisting only of worms (we get those too now, which is great!). Would it make sense for the biters to randomly switch between aiming and non-aiming behavior?
- Ranakastrasz
- Smart Inserter
- Posts: 2171
- Joined: Thu Jun 12, 2014 3:05 am
- Contact:
Re: [0.17.x]New worm exploit/strategy
We already had bases made purely of worms.Matthias_Wlkp wrote: ↑Mon Mar 04, 2019 4:02 pm This would work to kill a base consisting only of worms (we get those too now, which is great!). Would it make sense for the biters to randomly switch between aiming and non-aiming behavior?
And yes, varying between aim and non-aim, or having some randomization might be reasonable.
My Mods:
Modular Armor Revamp - V16
Large Chests - V16
Agent Orange - V16
Flare - V16
Easy Refineries - V16
Modular Armor Revamp - V16
Large Chests - V16
Agent Orange - V16
Flare - V16
Easy Refineries - V16
Re: [0.17.x]New worm exploit/strategy
Walk without rhythm, and you won't attract the worm.
Re: [0.17.x]New worm exploit/strategy
Paul Muad'dib
Koub - Please consider English is not my native language.
Re: [0.17.x]New worm exploit/strategy
Muad'dib! Muad'dib!
"No! This one goes there! That one goes There! Right?!"
Re: [0.17.x]New worm exploit/strategy
You can do it easily against end-game bases (at least late Big Biter era). The thing is that it doesn't matter if it's 1 worm or 100 worms spitting at you, you can make ALL the shots miss with the appropriate micro: for example hold down A and W then tap D, this results in running north but with the worms spitting to the left and right, you can simply run straight through the nest burning it down with the flamethrower and personal laser defense with 90% of the damage you're taking being from your own fire patches. Then run to the side, and hold down A and S and tap D, this results in running south through the nest, rinse and repeat until the nest is gone.
-
- Fast Inserter
- Posts: 208
- Joined: Tue Apr 24, 2018 5:42 am
- Contact:
Re: [0.17.x]New worm exploit/strategy
You know what would probably work pretty well?
Let's say you keep track of the player's average speed and direction over the course of 6 different lengths of time.
Something like -
0.1 seconds
0.2 seconds
0.3 seconds
0.4 seconds
0.5 seconds
0.6 seconds
As each worm/spitter fires, it picks a random number between 0 and 5 and aims according to the corresponding speed vector.
This way, if you're moving in a straight and predictable fashion and a battery of worms fires a volley at you, they all go splat all over your face.
If you're moving unpredictably, the volley would have varying points of aim.
It would also stop the described player behaviour cold.
Re: [0.17.x]New worm exploit/strategy
It works just as well with 1 set length, because the changing angles will provide variation. You do need an array to store the player position from the last 60 ticks or so.ColonelSandersLite wrote: ↑Thu Mar 07, 2019 6:24 amYou know what would probably work pretty well?
Let's say you keep track of the player's average speed and direction over the course of 6 different lengths of time.