Skip to content

Nt24 Hoerni Station not appearing in system, but appearing in jobs #6

@jmelesky

Description

@jmelesky

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions