[RELEASE:] Interstellar Tweak OXP

Discussion and information relevant to creating special missions, new ships, skins etc.

Moderators: another_commander, winston

User avatar
phkb
Impressively Grand Sub-Admiral
Impressively Grand Sub-Admiral
Posts: 5656
Joined: Tue Jan 21, 2014 10:37 pm
Location: Writing more OXPs, because the world needs more OXPs.

Re: [RELEASE:] Interstellar Tweak OXP

Post by phkb »

Actually, you might like to consider using the wiki reference instead: https://wiki.alioth.net/index.php/Interstellar_Tweaks
UK_Eliter
---- E L I T E ----
---- E L I T E ----
Posts: 1299
Joined: Sat Sep 12, 2009 11:58 pm
Location: Essex (mainly industrial and occasionally anarchic)

Re: [RELEASE:] Interstellar Tweak OXP

Post 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";
		},
	);
}
Post Reply