[Oxyd] [0.17.23] Spitter Behavior

This subforum contains all the issues which we already resolved.
Post Reply
TheSAguy
Smart Inserter
Smart Inserter
Posts: 1449
Joined: Mon Jan 13, 2014 6:17 pm
Contact:

[Oxyd] [0.17.23] Spitter Behavior

Post by TheSAguy »

This is probably not a bug, but still a little weird.
When two spitters of opposite force are closer than the min attach range, they just freeze.


Oxyd
Former Staff
Former Staff
Posts: 1428
Joined: Thu May 07, 2015 8:42 am
Contact:

Re: [Oxyd] [0.17.23] Spitter Behavior

Post by Oxyd »

I can't reproduce that. When I run this command, I get two spitters on oposing forces right next to each other and they attack each other immediately.

Code: Select all

/c game.player.surface.create_entity{name="big-spitter", position={x=game.player.position.x, y=game.player.position.y - 2}, force=game.forces.enemy}; game.player.surface.create_entity{name="big-spitter", position={x=game.player.position.x, y=game.player.position.y + 2}, force=game.forces.player};

User avatar
Klonan
Factorio Staff
Factorio Staff
Posts: 5150
Joined: Sun Jan 11, 2015 2:09 pm
Contact:

Re: [Oxyd] [0.17.23] Spitter Behavior

Post by Klonan »

Oxyd wrote:
Fri Jun 28, 2019 12:59 pm
I can't reproduce that. When I run this command, I get two spitters on oposing forces right next to each other and they attack each other immediately.

Code: Select all

/c game.player.surface.create_entity{name="big-spitter", position={x=game.player.position.x, y=game.player.position.y - 2}, force=game.forces.enemy}; game.player.surface.create_entity{name="big-spitter", position={x=game.player.position.x, y=game.player.position.y + 2}, force=game.forces.player};
I think he has modded spitters with attack parameters with a minimum range

Oxyd
Former Staff
Former Staff
Posts: 1428
Joined: Thu May 07, 2015 8:42 am
Contact:

Re: [Oxyd] [0.17.23] Spitter Behavior

Post by Oxyd »

Vanilla spitters also have a minimum range, if we're talking about attack_parameters.min_attack_distance. Is there some other “minimum range” property I could set?

TheSAguy
Smart Inserter
Smart Inserter
Posts: 1449
Joined: Mon Jan 13, 2014 6:17 pm
Contact:

Re: [Oxyd] [0.17.23] Spitter Behavior

Post by TheSAguy »

Here is a save.
Or you can download the mod and start a new game.
As Klonan said, it is modded spitters. They have a fire attack.

And I do think it's got something to do with a min range.
Thanks
Attachments
Natural_Evolution_Enemies_0.17.16.zip
(1.34 MiB) Downloaded 118 times
Save.zip
(1.43 MiB) Downloaded 131 times

mmmPI
Smart Inserter
Smart Inserter
Posts: 2728
Joined: Mon Jun 20, 2016 6:10 pm
Contact:

Re: [Oxyd] [0.17.23] Spitter Behavior

Post by mmmPI »

iknowyoucantspityoulikeme.gif
iknowyoucantspityoulikeme.gif (2.85 MiB) Viewed 4316 times

Oxyd
Former Staff
Former Staff
Posts: 1428
Joined: Thu May 07, 2015 8:42 am
Contact:

Re: [Oxyd] [0.17.23] Spitter Behavior

Post by Oxyd »

Thanks for the save, I didn't realise there was another minimum range parameter.

Fixed in 0.17.54.

Post Reply

Return to “Resolved Problems and Bugs”