Jump to content

tylkas

Members
  • Posts

    2
  • Joined

  • Last visited

tylkas's Achievements

0

Reputation

  1. Laserzwei, pull request created: https://github.com/Laserzwei/complex/pull/3 Looks like Iv fixed it. But all old asteroid-factories still not able to join complex. So, I recommend to wipe the server before using this mod with fixes. Otherwise you will get partial functionality.
  2. Hello Laserzwei Can you please update mod for v0.15.7? For some reason all mines can not be used in complex. I have tried to fix it myself, but no luck so far. file: Avorion\data\scripts\entity\minefounder.lua -- remove all cargo that might have been added by the factory script for cargo, amount in pairs(station:getCargos()) do station:removeCargo(cargo, amount) end +++ package.path = package.path .. ";mods/complexMod/scripts/entity/complexManager.lua" +++ station:addScript("mods/complexMod/scripts/entity/complexManager.lua") end function transformToStation(asteroid, name) So, now mines have "complex" menu and ui. And even can merge with other mines, but not with other non-asteroid factories.
×
×
  • Create New...