Krastorio Legacy deprecated


Caution!!! Krastorio 2 is now available! Therefore Krastorio Legacy is no longer supported! This mod expands the endgame, adds 30+ HR buildings, 60+ technologies, new ores, new items and rebalances almost all vanilla game content, making it harder.

Overhaul
4 years ago
0.17 - 0.18
160

i Compatibility with AircraftRealism mod.

4 years ago

Hi.

AircraftRealism adds new aircraft entities based on existing ones.
Since Krastorio changes those entities as well, the airborne entites have different equipment grids and transferring between them crashes the game.

Here is a little script I added based on Aircraft compatibility script. Could you please add it to the mod?

if mods["AircraftRealism"] then
-- Aircraft airborne grids

-- Modifing grids
data.raw["car"]["gunship-airborne"].equipment_grid = "gunship-grid"
data.raw["car"]["cargo-plane-airborne"].equipment_grid = "cargo-plane-grid"
data.raw["car"]["jet-airborne"].equipment_grid = "jet-grid"
data.raw["car"]["flying-fortress-airborne"].equipment_grid = "flying-fortress-grid"

end

Linver β˜†
4 years ago
(updated 4 years ago)

Thank u, I will add it and test it in next version

New response