Page 7 of 7

Re: [RELEASE:] Interstellar Tweak OXP

Posted: Sat Mar 21, 2026 3:16 am
by phkb
Actually, you might like to consider using the wiki reference instead: https://wiki.alioth.net/index.php/Interstellar_Tweaks

Re: [RELEASE:] Interstellar Tweak OXP

Posted: Sat Mar 21, 2026 1:01 pm
by UK_Eliter
> you might like to consider using the wiki reference instead: https://wiki.alioth.net/index.php/Interstellar_Tweaks

Will do, pkhb. But can I get your advice on getting my manifest file to work? It is still - in its latest version, which is 7.03 - throwing errors, but only at runtime and not in the OXP verifier. (Previously, and surprisingly, the OXP verifier was seeming to complain about whitespace at the end of the file.) Here is the manifest file. What is wrong with it?

Code: Select all

{
	"identifier" = "oolite.oxp.UK_Eliter.InterstellarTweaks";
	"required_oolite_version" = "1.82";
	"title" = "Interstellar Tweaks";
	"version" = "7.03";
	"category" = "Mechanics";
	"description" = "Adds variety to what happens in interstellar space (and makes Frame's FuelCollector OXP more compatible with Oolite >= 1.8).";
	"download_url" = "http://wiki.alioth.net/img_auth.php/7/7c/Oolite.oxp.UK_Eliter.InterstellarTweaks.oxz";
	"author" = "UK_Eliter";
	"file_size" = "680000";
	"information_url" = "https://wiki.alioth.net/index.php/Interstellar_Tweaks";
	"license" = "Creative Commons Attribution - Non-Commercial - Share Alike 4.0 license";
	"tags" = (
		"interstellar",
		"ambience",
		"systems",
		"thargoids"
	);
	"optional_oxps" = (
		{
			"identifier" = "oolite.oxp.UK_Eliter.Ferdelance_3G";
			"version" = "6.5";
		},
		{
			"identifier" = "oolite.oxp.UK_Eliter.ExtraThargoids";
			"version" = "6.5";
		},
	);
}