Page 1 of 1

bgs without snoopers

Posted: Wed Sep 24, 2014 4:50 am
by Mad Hollander
Is there a way to install bgs but to somehow disable snoopers ? I find snoopers useless and annoying.

Re: bgs without snoopers

Posted: Wed Sep 24, 2014 6:39 am
by cim
Two ways:
1) Download the BGS file, and open it up. Edit the manifest.plist and remove Snoopers from the "required_oxps" section. Pack it back into an OXZ and install it.

2) Create a folder called "not-snoopers.oxp" in your AddOns folder, and put this in it as manifest.plist

Code: Select all

{
identifier = "oolite.oxp.Svengali.Snoopers";
"required_oolite_version" = "1.79";
title = Snoopers;
version = "2.5";
}
Then install an unmodified BGS normally.

(Note that both of these methods only work because BGS only actually requires Snoopers for one optional component and will internally check whether it is available first rather than solely relying on the manifest to provide the dependency)

Whoever is maintaining BGS these days might want to consider moving Snoopers from "required" to "optional" in the dependency list.

Re: bgs without snoopers

Posted: Wed Sep 24, 2014 3:25 pm
by Diziet Sma
cim wrote:
Whoever is maintaining BGS these days might want to consider moving Snoopers from "required" to "optional" in the dependency list.
That would be Tricky..

Re: bgs without snoopers

Posted: Wed Sep 24, 2014 9:47 pm
by Tricky
Noted.

Re: bgs without snoopers

Posted: Thu Sep 25, 2014 3:29 am
by Tricky
cim wrote:
Whoever is maintaining BGS these days might want to consider moving Snoopers from "required" to "optional" in the dependency list.
Done... see https://bb.oolite.space/viewtopic.php?f= ... 00#p227600