I'm seeing jobs involving Nt24 Hoerni Station, but it doesn't exist in Miaplacidus. The events seem to be in my save file, but I think the syntax might be off, and it's referencing a non-existent image.
I was able to get my game working by putting this into a patch plugin:
event "patched mgf: hoerni station"
system Miaplacidus
remove object "MGF: Fake Vinci"
add object "Nt24 Hoerni Station"
sprite "planet/mgf hoerni station"
distance 274.75
period 85.8737
offset 180
distance 167
period 20.3008
mission "patching mgf: hoerni station"
landing
invisible
to offer
has "event: mgf: vinci hoerni station construction done"
not "event: patched mgf: hoerni station"
on offer
event "patched mgf: hoerni station"
fail
If you'd like, I can put together a PR that should fix this, but I wanted to know first whether you wanted the station to exist or not (it wasn't clear, given the #TODO comment).
I'm seeing jobs involving Nt24 Hoerni Station, but it doesn't exist in Miaplacidus. The events seem to be in my save file, but I think the syntax might be off, and it's referencing a non-existent image.
I was able to get my game working by putting this into a patch plugin:
If you'd like, I can put together a PR that should fix this, but I wanted to know first whether you wanted the station to exist or not (it wasn't clear, given the
#TODOcomment).