Jump to content

tylkas

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by tylkas

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