Couldn't stand manually clicking all the hives when launching artillery
so I wrote this quick tool.
You trace the border of the nest and it automates the mouse clicks in a grid.
It's not a game mod, nor does it touch any game memory. It strictly listens to mouse/key input and injects fake mouse movement.
This will not break achievements.
Github: https://github.com/eidolonFIRE/CarpetBomb
Carpet Bombing Script
-
- Inserter
- Posts: 21
- Joined: Wed Mar 04, 2015 9:38 pm
- Contact:
- eradicator
- Smart Inserter
- Posts: 5207
- Joined: Tue Jul 12, 2016 9:03 am
- Contact:
Re: Carpet Bombing Script
Explosions are circles, so instead of a square grid you should use a hex grid for perfect damage coverage :P. Though...as that would be zoom level dependant.. .at what zoom level should it be used?
/me waits for autohotkey port
/me waits for autohotkey port
-
- Inserter
- Posts: 21
- Joined: Wed Mar 04, 2015 9:38 pm
- Contact:
Re: Carpet Bombing Script
eradicator wrote:Explosions are circles, so instead of a square grid you should use a hex grid for perfect damage coverage . Though...as that would be zoom level dependant.. .at what zoom level should it be used?
/me waits for autohotkey port
Zoom level is accounted for. Script listens to mouse wheel so when you first open map just zoom all the way out and the script will "sync" with the game's zoom level.
Good catch on the hex grid.
UPDATED!
Re: Carpet Bombing Script
Does it work on Linux?
EDIT: Never mind just read the readme. Nice to see something fun that works on Linux.
EDIT: Never mind just read the readme. Nice to see something fun that works on Linux.
she/they
-
- Burner Inserter
- Posts: 15
- Joined: Fri Apr 27, 2018 9:26 pm
- Contact:
Re: Carpet Bombing Script
how does this work with the alt zoom key? i use it alot because its the only way to zoom in to see my factory in radar view and place blueprints and stuff like that.eidolonFIRE_XI wrote:eradicator wrote:Explosions are circles, so instead of a square grid you should use a hex grid for perfect damage coverage . Though...as that would be zoom level dependant.. .at what zoom level should it be used?
/me waits for autohotkey port
Zoom level is accounted for. Script listens to mouse wheel so when you first open map just zoom all the way out and the script will "sync" with the game's zoom level.
Good catch on the hex grid.
UPDATED!
-
- Inserter
- Posts: 21
- Joined: Wed Mar 04, 2015 9:38 pm
- Contact:
Re: Carpet Bombing Script
Because I don't know how to write mods... also I didn't want to disturb vanilla.darkfrei wrote:Why it isn't a mod?
This way I won't break achievements.
-
- Fast Inserter
- Posts: 128
- Joined: Thu Feb 08, 2018 8:25 am
- Contact:
Re: Carpet Bombing Script
For those looking for a mod: https://mods.factorio.com/mod/artillery ... ent-remote