[Solved] Help how do I Install 1.80. oolite im new to Lin...

For discussion of ports to POSIX based systems, especially using GNUStep.

Moderators: winston, another_commander, Getafix

User avatar
Rese249er
---- E L I T E ----
---- E L I T E ----
Posts: 647
Joined: Thu Jun 07, 2012 2:19 pm
Location: Well, I WAS in G3...

Re: [Solved] Help how do I Install 1.80. oolite im new to Li

Post by Rese249er »

Worked like a charm! Thanks, Norby!
Got all turned around, lost my nav connection... Where am I now?
User avatar
Bugbear
---- E L I T E ----
---- E L I T E ----
Posts: 415
Joined: Sun Sep 17, 2006 1:30 am

Re: [Solved] Help how do I Install 1.80. oolite im new to Li

Post by Bugbear »

It's time for my annual Christmas laptop reimaging. This year I'm going to give Linux Mint 17.3 a try. Initial experience has been great - the show stopping hardware glitches that I encountered a couple of years ago are no longer there. Haven't ditched Windows completely - I'll still be running Windows VMs to take care of scanning and running some Windows-only software that I have (trading software). (Needless to say, my E:D Cobra III has been parked indefinitely).

The big surprise for me is the huge lack of fiddling around I need to endue to get a working system. All the apps I need are either installed or are simply an 'apt-get install' away.

I've got Oolite up and running too, decided to try out a 'Broke Adder' start. I would like to set up my OXZ development environment, i.e. an installation that contains only under-development OXZs.

I know you can install Oolite in your Home and System-wide, but is it possible to specify an alternate location using the installer? Is there another way to set up an alternate instance of Oolite?
Commander Bugbear
Cruising chart 5 in a Boa Class Criuser: Quantum Pelican I
Vigilante, trader, gems and precious metals hoarder.
Black Monks bothering performed at no extra charge.
User avatar
Norby
---- E L I T E ----
---- E L I T E ----
Posts: 2577
Joined: Mon May 20, 2013 9:53 pm
Location: Budapest, Hungary (Mainly Agricultural Democracy, TL10)
Contact:

Re: [Solved] Help how do I Install 1.80. oolite im new to Li

Post by Norby »

Bugbear wrote:
is it possible to specify an alternate location using the installer?
Is there another way to set up an alternate instance of Oolite?
Yes, the --target switch of the run script do this, there is an example in the last post of the previous page in this topic.

Another way if you install into your home then move the ~/GNUstep/Applications/Oolite folder to the place where you want and make a launcher icon to the oolite script within. I made many similar folders within Applications for different versions and works fine.
User avatar
Bugbear
---- E L I T E ----
---- E L I T E ----
Posts: 415
Joined: Sun Sep 17, 2006 1:30 am

Re: [Solved] Help how do I Install 1.80. oolite im new to Li

Post by Bugbear »

Thanks for the tip Norby - I didn't notice that last post on the previous page. :oops:
Commander Bugbear
Cruising chart 5 in a Boa Class Criuser: Quantum Pelican I
Vigilante, trader, gems and precious metals hoarder.
Black Monks bothering performed at no extra charge.
User avatar
Bugbear
---- E L I T E ----
---- E L I T E ----
Posts: 415
Joined: Sun Sep 17, 2006 1:30 am

Re: [Solved] Help how do I Install 1.80. oolite im new to Li

Post by Bugbear »

OK, so I don't think that I'm getting the behaviour I was expecting.

When I use the --target install parameter, all it is doing (that I can see) is installing the Resources folder to my specified location. This doesn't seem to have any effect on the location of the AddOns or the ManagedAddOns folders (both of which remain located under the default ~/GNUstep/Applications/Oolite folder).

I made a copy of both the ~/GNUstep/Applications/Oolite and ~/GNUstep/Library/ApplicationSupport/Oolite folders, and created a menu shortcut that pointed to ~/GNUstep/Applications/Oolite_DEV/oolite. I also edited the ../Oolite_Dev/oolite script so that it launched ~/GNUstep/Applications/Oolite_DEV/oolite.app/oolite-wrapper

After all that I'm still finding that default ManagedAddOns folder is being loaded rather than the 'dev' ManagedAddOns folder.

I'm getting the feeling I'm going about this the wrong way. What I'm after is one instance of Oolite that includes the various OXZs that I have selected for normal play, and a second instance of Oolite that only includes OXZs that are currently under development or testing.

(Admins - if you feel that this topic should be split to a new thread, feel free).
Commander Bugbear
Cruising chart 5 in a Boa Class Criuser: Quantum Pelican I
Vigilante, trader, gems and precious metals hoarder.
Black Monks bothering performed at no extra charge.
Commander_X
---- E L I T E ----
---- E L I T E ----
Posts: 675
Joined: Sat Aug 09, 2014 4:16 pm

Re: [Solved] Help how do I Install 1.80. oolite im new to Li

Post by Commander_X »

(Disclaimer: I'm mainly running self builds of trunk on Linux -- no install -- but *with* different sets of AddOns managed by my own oolite-wrapper. Also my exposure to the ManagedAddOns is zero because I'm always manually managing my AddOns -- you may call it a Slackware old habit).
Bugbear wrote:
This doesn't seem to have any effect on the location of the AddOns or the ManagedAddOns folders (both of which remain located under the default ~/GNUstep/Applications/Oolite folder).
The safest AddOns location to mess with should be ~/.Oolite/AddOns. I'm actually soft linking it to my Windows various AddOns folders (for visuals, some shader studies, Random Hits)
Bugbear wrote:
I'm getting the feeling I'm going about this the wrong way. What I'm after is one instance of Oolite that includes the various OXZs that I have selected for normal play, and a second instance of Oolite that only includes OXZs that are currently under development or testing.
You can always prepare your own sets of AddOns/ManagedAddOns folders (e.g. AddOns.Normal/ManagedAddOns.Normal, AddOns.Dev/ManagedAddOns.Dev) located at your convenience in the filesystem, and link them to the desired location in your wrapper script during startup (oh, and yada-yada, either Shift start or do the same with the cache and any other GNUstep configuration files you might want adapted).
Hope this helps.
User avatar
Norby
---- E L I T E ----
---- E L I T E ----
Posts: 2577
Joined: Mon May 20, 2013 9:53 pm
Location: Budapest, Hungary (Mainly Agricultural Democracy, TL10)
Contact:

Re: [Solved] Help how do I Install 1.80. oolite im new to Li

Post by Norby »

The Oolite/AddOns folder is used by this installation only so good to hold manually placed .oxp folders and .oxz files. For the manager you either use Bugbear's way and replace symlinks in a starter script or use the manager with one of your installation only and handle others manually.
Post Reply