Space Extension Mod (SpaceX)


Greatly extend the end game requiring multiple launches and massively increased science. Requires 40+ launches, and of a variety of new components. The goal is to build a vessel capable of getting you off the planet and home safely. Updated graphics courtesy of Steinerrr. Russian translation courtesy of Zerggurat.

2 months ago
0.13.7 - 1.1
89.5K

g Doesn't work with headless servers?

6 years ago

local function on_configuration_changed(data)
if not data or not data.mod_changes then
return
end
if data.mod_changes[MOD_NAME] then
glob_init()
for _, player in pairs(game.players) do
gui_init(player, player.force.technologies["rocket-silo"].researched)
end
game.players[1].print("Mod version changed processed")
end
end

"game.players[1].print("Mod version changed processed")" returns nil value for headless server.

6 years ago
(updated 6 years ago)

https://hastebin.com/sosapupuge.lua

I updated control.lua's on_configuration_change function to this and it works for now. You can't assume it's going to start with a player.

6 years ago

Will be fixed as part of the 0.16 compatibility release, or if the 0.16 release is delayed then by end of week.

New response