Ditto (especially its auto-updating Mac variant; worked like a charm).Cody wrote:Muchas gracias to the Devs for Oolite 1.77.1 (especially its SSE2-optimised variant).
Progress
Moderators: winston, another_commander
- Commander McLane
- ---- E L I T E ----
- Posts: 9520
- Joined: Thu Dec 14, 2006 9:08 am
- Location: a Hacker Outpost in a moderately remote area
- Contact:
Re: Progress
Re: Progress
R'n'R .-) Muchas gracias for v1.77.1
- Smivs
- Retired Assassin
- Posts: 8408
- Joined: Tue Feb 09, 2010 11:31 am
- Location: Lost in space
- Contact:
Re: Progress
Seconded (or thirded or whatever!), many thanks.
The no-fancy-features Linux version works out the box
The no-fancy-features Linux version works out the box
Commander Smivs, the friendliest Gourd this side of Riedquat.
Re: Progress
Here's one of the waypoints mentioned earlier.
You can now add waypoints to the HUD (requires advanced compass), which give a named beacon for the ASC itself, and an overlay on the HUD for the location. They display at full alpha if selected in the compass, or significantly reduced alpha if not.
You can now add waypoints to the HUD (requires advanced compass), which give a named beacon for the ASC itself, and an overlay on the HUD for the location. They display at full alpha if selected in the compass, or significantly reduced alpha if not.
Re: Progress
Since the '?' key didn't have a lot to do after contracts moved off the F8 F8 screen, it's now back with new functionality - on the long range chart, it cycles various useful colour highlightings of systems (if you have an advanced nav array)
Basic:
Economy:
Government:
Tech Level:
The documentation is also back up to date for the various scripting changes in 1.79. Various new pages which may be of interest in addition to the updates to the general JS reference:
Basic:
Economy:
Government:
Tech Level:
The documentation is also back up to date for the various scripting changes in 1.79. Various new pages which may be of interest in addition to the updates to the general JS reference:
- [wiki]Oolite_PriorityAI_Tutorial[/wiki]
- [wiki]Oolite_PriorityAI_Documentation[/wiki]
- [wiki]Oolite_System_Populator[/wiki]
- [wiki]Oolite_Ship_Roles[/wiki]
- 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: Progress
Nice idea!
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
Re: Progress
That's cool
I haven't figured out how to use the advance navigational array so maybe this would be easier to use.
I haven't figured out how to use the advance navigational array so maybe this would be easier to use.
Commander: Gouanaco
Ship: { Cobra Mark III }
Galaxy: [1]
Legal Status: Clean
Rating: Average (63)
Career: Trader/Bounty Hunter
Cash: 12 956.4@ (credits)
Ship: { Cobra Mark III }
Galaxy: [1]
Legal Status: Clean
Rating: Average (63)
Career: Trader/Bounty Hunter
Cash: 12 956.4@ (credits)
- Cody
- Sharp Shooter Spam Assassin
- Posts: 16081
- Joined: Sat Jul 04, 2009 9:31 pm
- Location: The Lizard's Claw
- Contact:
Re: Progress
This might help.Gouanaco wrote:I haven't figured out how to use the advance navigational array ...
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
And any survivors, their debts I will certainly pay. There's always a way!
Re: Progress
Ah *face-palm* thank you
Since my main character is a Trader/Bounty Hunter i really need the navigational array.
Since my main character is a Trader/Bounty Hunter i really need the navigational array.
Commander: Gouanaco
Ship: { Cobra Mark III }
Galaxy: [1]
Legal Status: Clean
Rating: Average (63)
Career: Trader/Bounty Hunter
Cash: 12 956.4@ (credits)
Ship: { Cobra Mark III }
Galaxy: [1]
Legal Status: Clean
Rating: Average (63)
Career: Trader/Bounty Hunter
Cash: 12 956.4@ (credits)
- CaptSolo
- ---- E L I T E ----
- Posts: 909
- Joined: Wed Feb 23, 2011 10:08 pm
- Location: Preying Manta
- Contact:
Re: Progress
I do have this piece of kit and I do remember the '?' key from the old contracts screen, but it doesn't work for me in it's new function. Not that I would use it much anyway. All that aside, 1.77.1 rocks!cim wrote:Since the '?' key didn't have a lot to do after contracts moved off the F8 F8 screen, it's now back with new functionality - on the long range chart, it cycles various useful colour highlightings of systems (if you have an advanced nav array)
Re: Progress
Ah, that's okay - this isn't in 1.77.1. It'll be in the 1.79/1.80 releases.CaptSolo wrote:I do have this piece of kit and I do remember the '?' key from the old contracts screen, but it doesn't work for me in it's new function. Not that I would use it much anyway. All that aside, 1.77.1 rocks!
Re: Progress
HUD and interface work continues with the Multi-function displays (MFDs). Here's one being used to read the (OXP) manual while in flight.
The various OXPs which use excessive repetition of console messages to achieve the same sort of effect can hopefully now be rewritten in a friendlier fashion.
HUDs can have multiple MFDs, positioned freely: the basic HUD has two, while "hud-small" has just one. OXPs set text in an MFD list, and then the player can cycle through the available options on the active MFD by pressing ';' and switch between MFDs if they have more than one by pressing ':'. OXPs can set a particular MFD to be visible: there is a polite way to do this which will pick the first unused MFD, which you should just about always use.
MFDs are a fixed size of 10 lines and 15 columns regardless of height and width. If you overrun a line, the MFD will try to compensate, but it's better to sort that out before sending the text to the MFD.
The various OXPs which use excessive repetition of console messages to achieve the same sort of effect can hopefully now be rewritten in a friendlier fashion.
HUDs can have multiple MFDs, positioned freely: the basic HUD has two, while "hud-small" has just one. OXPs set text in an MFD list, and then the player can cycle through the available options on the active MFD by pressing ';' and switch between MFDs if they have more than one by pressing ':'. OXPs can set a particular MFD to be visible: there is a polite way to do this which will pick the first unused MFD, which you should just about always use.
MFDs are a fixed size of 10 lines and 15 columns regardless of height and width. If you overrun a line, the MFD will try to compensate, but it's better to sort that out before sending the text to the MFD.
- Cody
- Sharp Shooter Spam Assassin
- Posts: 16081
- Joined: Sat Jul 04, 2009 9:31 pm
- Location: The Lizard's Claw
- Contact:
Re: Progress
Interesting. So I could be cruisin' the 'lanes whilst reading something like Extracts from the Tre Clan Addresses on Interplanetary Life on-screen, yes? Cool!
Note to self: must expand the ship's library one day.
Note to self: must expand the ship's library one day.
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
And any survivors, their debts I will certainly pay. There's always a way!
Re: Progress
Will happen when this comes available. At some point I was also fantasizing a feature that would allow me have a sort of info box that would show the name, distance and maybe some other information of the target and the model of the target. With that mdf above it will be possible to achieve that information bit. For the model, I guess I would need to somehow use visual effect. Is or will it be possible to show the model of the targeted ship as a visual effect?cim wrote:The various OXPs which use excessive repetition of console messages to achieve the same sort of effect can hopefully now be rewritten in a friendlier fashion.
Re: Progress
Not yet. Well, you could do it yourself with a bunch of visual effects (or picture overlays through CabalCL) that look a bit like things the player might target, though that has obvious limitations.spara wrote:Is or will it be possible to show the model of the targeted ship as a visual effect?
Doing it properly - making the ship model be a HUD item with the alpha of the rest of your HUD - is not entirely straightforward.