The Floor Is Lava Revival


Extreme radiation causes you to take damage unless you're on manmade tiles. A fun challenge for territory expansion. Original mod by westoncraft, updated to 1.0/1.1 by Xorimuth.

Scenarios
6 months ago
1.0 - 1.1
951

b [Fixed] Bug with factorissimo 2

3 years ago
(updated 3 years ago)

Bug with factorissimo 2 spawns a circle of bricks inside it .....
i think the prob is located in control.lua
script.on_event(defines.events.on_player_changed_surface, function(event)
Func.let_player_start(event.player_index)
end

Xorimuth ☆
3 years ago

Isn’t using factorissimo with this mod kind of cheating anyway?

3 years ago

but the prob is it overwrites the entrance ...
and you can farm infinitily stonebricks ...

3 years ago
(updated 3 years ago)
Xorimuth ☆
3 years ago
(updated 3 years ago)

Right, well I'm not planning to update this mod further (it's not my mod in the first place), and I don't see the point of using this mod with factorissimo anyway as it kind of defeats the point.

If you'd like to write an update to fix this issue then I'd be happy to add you as a collaborator on the mod portal.

3 years ago

just added a little if to check if the mod ist loaded ;)

3 years ago
    if game.active_mods["Factorissimo2"] then -- Factorissimo compatibility
    else
        Func.let_player_start(event.player_index)       
    end

New response