Helicopters

by kumpu

Adds a fully animated attack helicopter to the game. Ideal for getting from A to B quickly, exploring the map, building islands and nuking biters from the sky. Now 84% less buggier!

Content
4 years ago
0.15 - 0.17
292
Transportation

i Helicopters_0.3.2.b

4 years ago
(updated 4 years ago)

Remote management does not work, but a game does not take off. Shift+F works. Manual control works. Just change the file. https://yadi.sk/d/gAq4erQkTZwJpQ

4 years ago
(updated 4 years ago)

Hi, I just wanted to point out why the remote management does not work:

In control.lua you must have changed
local i = searchIndexInTable(global.remoteGuis, p, "player")
to
local i = searchIndexInTable(global.remoteGuis, p, "character")

and

local i = searchIndexInTable(global.gaugeGuis, p, "player")
to
local i = searchIndexInTable(global.gaugeGuis, p, "character")

in an attempt to fix it. This was actually correctly using "player". I've used your code, and changed these back to "player", and now the remote features work.

Here is working code: https://github.com/blueh0000ff/factorio-helicopters

4 years ago

Excellently!!!! As I did not notice such trifle at once... Thanks, friend)))) Uploaded the reference.

New response