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
290
Transportation

b Terrain Decorations dissappear in the whole map when placing Helicopter Pad

4 years ago

Fix:
1. Open /Helicopters_0.3.2/prototypes/tiles/heli-pad-concrete.lua
2. Add: " heliConcrete.decorative_removal_probability = 1 " without quotes, above heliConcrete.Mineable
3. Save.
4. Now go and open /Helicopters_0.3.2/logic/heliPad.lua, and on line 38, add -- to comment out "obj.surface.destroy_decoratives(boundingBox)" or remove the line entirely.
5. Save.

That's it :)

4 years ago
(updated 4 years ago)

Alternatively just fix 4. with

obj.surface.destroy_decoratives { area = boundingBox }

But MoistGoat's steps are the better solution.

New response