Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jmelesky opened this issue Jan 20, 2024 · 1 comment
Open

Comments

@jmelesky
Copy link

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

@1010todd
Copy link
Owner

I've rechecked the data and I think it should be showing up so it's a bug, thanks for reporting. I'll push a fix soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants