Page 1 of 1

Carpet Bombing Script

Posted: Sun May 13, 2018 1:11 am
by eidolonFIRE_XI
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.

Image

Github: https://github.com/eidolonFIRE/CarpetBomb

Re: Carpet Bombing Script

Posted: Sun May 13, 2018 1:54 am
by eradicator
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

Re: Carpet Bombing Script

Posted: Sun May 13, 2018 2:05 am
by eidolonFIRE_XI
eradicator wrote: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

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

Posted: Sun May 13, 2018 9:43 am
by Sigma1
Does it work on Linux?
EDIT: Never mind just read the readme. Nice to see something fun that works on Linux.

Re: Carpet Bombing Script

Posted: Mon May 14, 2018 6:39 am
by NexGenration
eidolonFIRE_XI wrote:
eradicator wrote: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

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!
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.

Re: Carpet Bombing Script

Posted: Mon May 14, 2018 10:44 am
by darkfrei
Why it isn't a mod?

Re: Carpet Bombing Script

Posted: Mon May 14, 2018 2:25 pm
by eidolonFIRE_XI
darkfrei wrote:Why it isn't a mod?
Because I don't know how to write mods... also I didn't want to disturb vanilla.
This way I won't break achievements.

Re: Carpet Bombing Script

Posted: Wed May 30, 2018 1:57 am
by shanemadden