bgs without snoopers
Moderators: winston, another_commander
-
- Dangerous
- Posts: 84
- Joined: Wed Nov 14, 2012 11:57 am
bgs without snoopers
Is there a way to install bgs but to somehow disable snoopers ? I find snoopers useless and annoying.
Re: bgs without snoopers
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 asThen 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.
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";
}
(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.
- Diziet Sma
- ---- E L I T E ----
- Posts: 6312
- Joined: Mon Apr 06, 2009 12:20 pm
- Location: Aboard the Pitviper S.E. "Blackwidow"
Re: bgs without snoopers
That would be Tricky..cim wrote:Whoever is maintaining BGS these days might want to consider moving Snoopers from "required" to "optional" in the dependency list.
Most games have some sort of paddling-pool-and-water-wings beginning to ease you in: Oolite takes the rather more Darwinian approach of heaving you straight into the ocean, often with a brick or two in your pockets for luck. ~ Disembodied
- Tricky
- ---- E L I T E ----
- Posts: 821
- Joined: Sun May 13, 2012 11:12 pm
- Location: Bradford, UK. (Anarchic)
Re: bgs without snoopers
Done... see https://bb.oolite.space/viewtopic.php?f= ... 00#p227600cim wrote:Whoever is maintaining BGS these days might want to consider moving Snoopers from "required" to "optional" in the dependency list.