Mining Space Industries II


Your team was hired by MSI (Mining Space Industries) with a purpose: extract mineral riches from a distant planet, and investigate something else that will be revealed later by the mission control. But you had a terrible accident when landing... again. Will you be able to accomplish the task you were hired for?

Scenarios
a month ago
1.0 - 2.1
11.8K

b Again Another map That Same

2 days ago

Modyfikacja Mining Space Industries II (0.9.25) spowodowała niemożliwy do naprawienia błąd.
Proszę, zgłoś ten błąd autorowi tej modyfikacji.

Error while running event Mining-Space-Industries-II::on_nth_tick(60)
LuaEntity API call when LuaEntity was invalid.
stack traceback:
[C]: in function 'index'
__Mining-Space-Industries-II
/control-missions.lua:1030: in function 'Monitored_Entities'
Mining-Space-Industries-II/control.lua:1094: in function <Mining-Space-Industries-II/control.lua:1091>

2 days ago

Im fixed my self that

Edited you line in the mod directory inside the log mission

elseif event=="M_science_packs" then -- escort tech droid
local destination = force.get_spawn_position(surface)

local spaceship_wreck = storage.force_control[entity.force.name].spaceship_wreck

if spaceship_wreck and spaceship_wreck.valid and spaceship_wreck.surface == surface then
    destination = spaceship_wreck.position
end

if math.random(15)==1 then CallFrenzyAttack(surface,entity) end
if math.random(25)==1 then
    if distance(entity.position,destination)>120 then
        CallWormAttack(surface,entity.position,1,20)
    end
end

if (not storage.control_e_tick[force.name]) or
   (game.tick > storage.control_e_tick[force.name]+60*5) then
    unit_follows_player(entity)
end

if distance(entity.position,destination)<30 then
    tab_event.state=2
    advance_mission_control(tab_event.mission_name,tab_event)
    table.remove(storage.monitored_entity,k)
end
2 days ago

how have you removed the initial spaceship ?

a day ago

i did not remove the ship and me spawned on a tiny island... im think thats what get a error

a day ago

i did not remove the ship the game spawned me on a tiny island... im think thats what get a error i did not get possible to make any road without console command.
After im build the way with the fill from all sides the mini robot get these errors thats all

a day ago

Without that ship the mod wont work

a day ago

Without that ship the mod wont work

New response