Newbie Jameson needs assistance!
Moderators: winston, another_commander
-
- Harmless
- Posts: 1
- Joined: Sat Dec 31, 2011 4:53 am
Newbie Jameson needs assistance!
Greetings all - have just found Oolite and super chuffed to be back in space
Anyhoo, whilst am blown away with the development of the game, am struggling to get back into the fold and also with the use of OXP's Game play is fine, I just need the practice and had forgotten how naff the pulse lasers are - takes FOREVER to blow stuff up
First question - are OXP's only able to run one at a time? For example, have downloaded a new HUD but also want to utilise the Lave Academy - at the moment, I only get to run one or the other?!
Also, when I select the Menu - Expansion Packs option from the menu, nothing happens.
Am running on a MacBook Pro with OS Lion.
Appreciate some newbie guidance and am looking forward to regaining my Elite status..... damn the 80's were good!
Anyhoo, whilst am blown away with the development of the game, am struggling to get back into the fold and also with the use of OXP's Game play is fine, I just need the practice and had forgotten how naff the pulse lasers are - takes FOREVER to blow stuff up
First question - are OXP's only able to run one at a time? For example, have downloaded a new HUD but also want to utilise the Lave Academy - at the moment, I only get to run one or the other?!
Also, when I select the Menu - Expansion Packs option from the menu, nothing happens.
Am running on a MacBook Pro with OS Lion.
Appreciate some newbie guidance and am looking forward to regaining my Elite status..... damn the 80's were good!
- Cmdr. Maegil
- Sword-toting nut-job
- Posts: 1294
- Joined: Tue Feb 27, 2007 10:28 pm
- Location: On the mend in Western Africa
Re: Newbie Jameson needs assistance!
Welcome to the Friendliest Board This Side of Riedquat, Commander.
You can use as many OXPs you wish, the limit being your machine's processing power; they are almost all compatible, or have a caveat about which other OXPs they are incompatible with (unless you're the first to discover a problem, but that's another matter). The exception are the HUDs, which you can only have one at a time.
It can also happen that the OXP not only isn't incompatible, but it actually needs others installed to work at all, and some few OXPs are even configurable - but don't worry, you'll find more about these issues on each OXP's wiki article or in the readme files.
To install your OXPs, you have to find the folder OXPNAME.oxp inside the downloaded file, and drop it in the folder Oolite\AddOns.
You can use as many OXPs you wish, the limit being your machine's processing power; they are almost all compatible, or have a caveat about which other OXPs they are incompatible with (unless you're the first to discover a problem, but that's another matter). The exception are the HUDs, which you can only have one at a time.
It can also happen that the OXP not only isn't incompatible, but it actually needs others installed to work at all, and some few OXPs are even configurable - but don't worry, you'll find more about these issues on each OXP's wiki article or in the readme files.
To install your OXPs, you have to find the folder OXPNAME.oxp inside the downloaded file, and drop it in the folder Oolite\AddOns.
Have fun, Commander. The Oolite community is always pushing the envelope, trying to allow in this game all we ever wanted to see in Elite (Generation Ships already exist in an OXP; I don't doubt eventually someone will do one about finding Raxxla) and much, much more...looking forward to regaining my Elite status..... damn the 80's were good!
You know those who, having been mugged and stabbed, fired, dog run over, house burned down, wife eloped with best friend, daughters becoming prostitutes and their countries invaded - still say that "all is well"?
I'm obviously not one of them.
I'm obviously not one of them.
- maik
- Wiki Wizard
- Posts: 2028
- Joined: Wed Mar 10, 2010 12:30 pm
- Location: Ljubljana, Slovenia (mainly industrial, feudal, TL12)
Re: Newbie Jameson needs assistance!
Welcome, canineworld! If you haven't found it yet: check out the general Wiki page on OXPs, it explains the installation procedure amongst other things: [wiki]OXP[/wiki].
- Wildeblood
- ---- E L I T E ----
- Posts: 2453
- Joined: Sat Jun 11, 2011 6:07 am
- Location: Western Australia
- Contact:
Re: Newbie Jameson needs assistance!
I suspect there might be a bug in Lave Academy that has only appeared since 1.76. I recently saw a bunch of messages in my log file about it being unable to spawn ships for some reason that was not disclosed. Then again, perhaps it just couldn't find room among all the other stations.canineworld wrote:First question - are OXP's only able to run one at a time? For example, have downloaded a new HUD but also want to utilise the Lave Academy - at the moment, I only get to run one or the other?!
Re: Newbie Jameson needs assistance!
I'm not seeing any bugs in the logs for LA, but I'll give it a check-over next time I have chance. It certainly won't have problems in launching ships given the size of it's dock, but it does use a special technique for docking which is a little "unusual".
My OXPs via Boxspace or from my Wiki pages .
Thargoid TV
Dropbox Referral Link
Thargoid TV
Dropbox Referral Link
- Wildeblood
- ---- E L I T E ----
- Posts: 2453
- Joined: Sat Jun 11, 2011 6:07 am
- Location: Western Australia
- Contact:
Re: Newbie Jameson needs assistance!
No, not launching ships, spawning ships on system set-up. I didn't realize there was (or was meant to be) an Academy in the system until I'd finished playing and checked the log later. There was a series of "could not spawn ship..." messages for all the buoys near the academy. I don't know whether the station itself spawned correctly or not.
Your this.setUpSystem function uses code like this:-
If I'm understanding that correctly, the ships are spawned (somewhere) then moved to their correct positions. I don't know how the legacy_spawnShip method works - I suspect it was trying to spawn them inside a planet or something, and failing?
Your this.setUpSystem function uses code like this:-
Code: Select all
if(this.wayBuoyArray.length == 0)
{
system.legacy_spawnShip("laveAcademy_wayBuoy");
this.wayBuoyArray = system.shipsWithPrimaryRole("laveAcademy_wayBuoy");
}
this.wayBuoy = this.wayBuoyArray[0];
this.wayBuoy.position = system.mainStation.position.add([0,20000,0]);
Re: Newbie Jameson needs assistance!
Correct on how it works, although I can re-write the code now to be better, as we have the newer way of spawning things (the script pre-dates that).
I presume these are the errors you mean:
It's a bit odd, as the station and buoys are spawning (and in their correct places). Anyway I'll look at the script to update it to use the newer spawning method and sort things out. But everything seems to be working properly anyway, despite the log errors.
But thanks for the heads-up.
editted to add - script sorted - new version 1.31 uploaded with the fix to remove the log errors.[/color]
I presume these are the errors you mean:
Code: Select all
10:48:28.015 [universe.spawnShip.error]: ***** ERROR: ***** ERROR: failed to find a spawn position for ship laveAcademy_academy.
10:48:28.022 [universe.spawnShip.error]: ***** ERROR: ***** ERROR: failed to find a spawn position for ship laveAcademy_wayBuoy.
10:48:28.313 [universe.spawnShip.error]: ***** ERROR: ***** ERROR: failed to find a spawn position for ship laveAcademy_targetBuoy.
10:48:28.406 [universe.spawnShip.error]: ***** ERROR: ***** ERROR: failed to find a spawn position for ship laveAcademy_dockingBuoy.
10:48:28.532 [universe.spawnShip.error]: ***** ERROR: ***** ERROR: failed to find a spawn position for ship laveAcademy_pilotBuoy.
But thanks for the heads-up.
editted to add - script sorted - new version 1.31 uploaded with the fix to remove the log errors.[/color]
My OXPs via Boxspace or from my Wiki pages .
Thargoid TV
Dropbox Referral Link
Thargoid TV
Dropbox Referral Link
Re: Newbie Jameson needs assistance!
Stange, that's a shortcut to the 'AddOns' directory where your expansion packs are 'living'... It should open up a finder window, allowing you to drag and drop .OXPs to the right location.canineworld wrote:Also, when I select the Menu - Expansion Packs option from the menu, nothing happens.
As the others said, there's no limits on how many oxps you can put there, and quite a few of us have at least 15-20 oxps in there, working fairly well with each other - and some have considerably more oxps than that running at the same time...
Once you've installed your oxps by placing them in the AddOns directory you'll need to exit and restart Oolite for your changes to take effect!
Oh, and welcome to the friendliest board this side of Riedquat(tm)!
Hey, free OXPs: farsun v1.05 & tty v0.5! :0)
- JazHaz
- ---- E L I T E ----
- Posts: 2991
- Joined: Tue Sep 22, 2009 11:07 am
- Location: Enfield, Middlesex
- Contact:
Re: Newbie Jameson needs assistance!
Got an idea about this, given the idea that Raxxla is a time portal - © Drew Wagar - finding it would set the game into strict mode, and graphics into wireframes, a la Classic Elite 1984!Cmdr. Maegil wrote:I don't doubt eventually someone will do one about finding Raxxla
Edit: don't think that's really doable, but it would be cool.
JazHaz
Thanks to Gimi, I got an eBook in my inbox tonight (31st May 2014 - Release of Elite Reclamation)!Gimi wrote:Maybe you could start a Kickstarter Campaign to found your £4500 pledge.drew wrote:£4,500 though! <Faints>
Cheers,
Drew.
- Cmdr. Maegil
- Sword-toting nut-job
- Posts: 1294
- Joined: Tue Feb 27, 2007 10:28 pm
- Location: On the mend in Western Africa
Re: Newbie Jameson needs assistance!
...while flying a completely futuristic ship - soon being marked as a time traveller, and chased by everybody, from the military for your ship's technology and a thorough "synaptic debriefing", to small traders for tomorrow's stock prices ... Oops!JazHaz wrote:Got an idea about this, given the idea that Raxxla is a time portal - © Drew Wagar - finding it would set the game into strict mode, and graphics into wireframes, a la Classic Elite 1984Cmdr. Maegil wrote:I don't doubt eventually someone will do one about finding Raxxla
Now, where did Raxxla disappear to - oh, yes, it moves about...
Maybe the Dark Wheel might help...
You know those who, having been mugged and stabbed, fired, dog run over, house burned down, wife eloped with best friend, daughters becoming prostitutes and their countries invaded - still say that "all is well"?
I'm obviously not one of them.
I'm obviously not one of them.