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.6K

g update for 1.1?

3 years ago

I checked it out myself, the only required change should be local mod_gui = require("mod_gui"). I didnt test everything yet, but thats the only crash i've encountered so far.

3 years ago
(updated 3 years ago)

where is that located at? never mind i found it

3 years ago

For anyone else interested, it's line 2 in control.lua

i got this when i clicked on fnei button 1.1.3

The mod Space Extension Mod (1.0.0) caused a non-recoverable error.
Please report this error to the mod author.

Error while running event SpaceMod::on_gui_click (ID 1)
SpaceMod/control.lua:605: attempt to index upvalue 'mod_gui' (a nil value)
stack traceback:
SpaceMod/control.lua:605: in function <SpaceMod/control.lua:601>

3 years ago

yeah replace the first line of the control.lua file with local mod_gui = require("mod_gui")

3 years ago

When placing spacex combinator: The mod Space Extension Mod (1.1.0) caused a non-recoverable error.
Please report this error to the mod author.

Error while running event SpaceMod::on_built_entity (ID 6)
Value must be a dictionary in property tree at ROOT.parameters
stack traceback:
[C]: in function 'newindex'
__SpaceMod
/control.lua:406: in function 'get_spacex_cb'
SpaceMod/control.lua:540: in function <SpaceMod/control.lua:534>

like this:

1 local mod_gui = require("mod_gui")
2
3
4 MOD_NAME = "SpaceMod"
5
6 global = global or {}
7
8 if global.launchMult == nil then

3 years ago

@Evilness
yep I checked and I got it too.
Since there are a lot of places like that one, I changed it everywhere myself and just put it on github.
Just replace the entire control.lua file with https://gist.github.com/JAicewizard/3a133cb691bb71a68db2503ecc9eb8f1.
that should fix it.

Thanks

3 years ago

Official 1.1 out now

thanks

3 years ago

Great, thanks! Sea Block for 1.1 coming up next

New response