Advanced Navigational Array - a few suggestions
Moderators: winston, another_commander
Advanced Navigational Array - a few suggestions
Hi
I really like the Advanced Navigational Array, however, it lacks a few features which would be nice to have:
1. an option to choose safer routes ie. I would like to my route from A to B not to pass through planet systems where the government is for example worse than Multi-Governmental (which would exclude: Feudal and Anarchy).
2. Ability to save a course so all I need to do is to make sure to refuel at spacestation without having to remember which spacestation is next - this will be very handy when one is doing cargo, parcel or passenger delivery tasks.
I think these additions should be an upgrade to the Advanced Navigational Array - Advanced Navigational Array MK2 perhaps, so we have some more items to spend our hard-earned CR on (I would suggest a price in the neighbourhood of about 3.000 CR).
What do you all think about my suggestions ?
I really like the Advanced Navigational Array, however, it lacks a few features which would be nice to have:
1. an option to choose safer routes ie. I would like to my route from A to B not to pass through planet systems where the government is for example worse than Multi-Governmental (which would exclude: Feudal and Anarchy).
2. Ability to save a course so all I need to do is to make sure to refuel at spacestation without having to remember which spacestation is next - this will be very handy when one is doing cargo, parcel or passenger delivery tasks.
I think these additions should be an upgrade to the Advanced Navigational Array - Advanced Navigational Array MK2 perhaps, so we have some more items to spend our hard-earned CR on (I would suggest a price in the neighbourhood of about 3.000 CR).
What do you all think about my suggestions ?
- Eric Walch
- Slightly Grand Rear Admiral
- Posts: 5536
- Joined: Sat Jun 16, 2007 3:48 pm
- Location: Netherlands
Re: Advanced Navigational Array - a few suggestions
At least 2 should be possible by an oxp that remembers the route and sets a new target system after every jump.
UPS-Courier & DeepSpacePirates & others at the box and some older versions
- JazHaz
- ---- E L I T E ----
- Posts: 2991
- Joined: Tue Sep 22, 2009 11:07 am
- Location: Enfield, Middlesex
- Contact:
Re: Advanced Navigational Array - a few suggestions
The forthcoming X-mapping extension to BGS OXP will improve route mapping somewhat. Svengali asked recently for testers of this before the next release.
- 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: Advanced Navigational Array - a few suggestions
I'd love the ability to set waypoints..
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: Advanced Navigational Array - a few suggestions
For BGS 1.10 I've added now a way to mark specific systems based on users choices. By default nothing is done, but the player can configure the options via Interface screen. Economy, government and techlevel are used and can be compared against a value. Operators for every check are: equal, not equal, greaterthan and lessthan.JazHaz wrote:The forthcoming X-mapping extension to BGS OXP will improve route mapping somewhat. Svengali asked recently for testers of this before the next release.
If there's need to expand it, let me know.
Oh, and I guess it makes sense to store this as well...
Re: Advanced Navigational Array - a few suggestions
Could be interesting... The only thing is that player.ship.targetSystem is readonly inflight (for a good reason), but it can be set when docked.Diziet Sma wrote:I'd love the ability to set waypoints..
I've implemented the handling on the LRC now. Route plotting is already there, but this needs some finetuning. The plan is to use Oolites route generation with the possibility to move points after creating the route.
- 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: Advanced Navigational Array - a few suggestions
'Tis sounding good!
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
- JazHaz
- ---- E L I T E ----
- Posts: 2991
- Joined: Tue Sep 22, 2009 11:07 am
- Location: Enfield, Middlesex
- Contact:
Re: Advanced Navigational Array - a few suggestions
That purple coloured diamond, marked "Nova", does that automatically pick up any system that has gone nova in the galaxy?Svengali wrote:
Re: Advanced Navigational Array - a few suggestions
Yes, I think it's required for route planning.JazHaz wrote:That purple coloured diamond, marked "Nova", does that automatically pick up any system that has gone nova in the galaxy?
Re: Advanced Navigational Array - a few suggestions
I like knowing when not to jump somewhere, although I would like a more dynamic system where new system stars and planets can be generated to make up for Novas and things like government, tech level rather than being generally constant, would be more dynamic with snoopers reporting a revolution or corporate state collapse or take over it would be more true to life though with in game balances I am sure that the more things change the more they stay the same overall... Know this would be a dynamic OXP!
Oolite is Ooheavy... Cpt says "Write on Commander"
<<My other spaceship is a Thargoid Pathfinder, from the wrong side of Riedquat >>
<<My other spaceship is a Thargoid Pathfinder, from the wrong side of Riedquat >>
Re: Advanced Navigational Array - a few suggestions
This is already possible, although it is currently not clever to do it.Cpt wrote:I like knowing when not to jump somewhere, although I would like a more dynamic system where new system stars and planets can be generated to make up for Novas and things like government, tech level rather than being generally constant, would be more dynamic with snoopers reporting a revolution or corporate state collapse or take over it would be more true to life though with in game balances I am sure that the more things change the more they stay the same overall... Know this would be a dynamic OXP!
Some OXPs are storing data, usually to speed up later processing, or to have an easier anchor. If OXPs are changing system data the stored data is just plain wrong. What these OXPs would need is a notification (a handler) about changes to system settings. Without this handler it would only force OXPs to run slow code again and again.