12x9 scenario

by DocJade

A 12x9 factorio world, as seen in "Can you beat Factorio on a 12x9 world?".

Scenarios
7 months ago
1.1
279
Environment

b skip_crash_site_cutscene

a month ago

if when you press tab an error related to skip_crash_site_cutscene pops up, then you need to follow the path C:\Users\%user%\AppData\Roaming\Factorio\saves\ (your world save 12/9)\run freeplay.lua using note++
and replace construction from 111 to 119, to these points

local skip_crash_site_cutscene = function(event)
if global == nil or global.crash_site_cutscene_active == nil then return end
if not global.crash_site_cutscene_active then return end
if event.player_index ~= 1 then return end
local player = game.get_player(event.player_index)
if player.controller_type == defines.controllers.cutscene then
player.exit_cutscene()
end
end

New response