Progress
Moderators: winston, another_commander
- Fatleaf
- Intergalactic Spam Assassin
- Posts: 1988
- Joined: Tue Jun 08, 2010 5:11 am
- Location: In analysis mode on Phaelon
- Contact:
Re: Progress
Find out about the early influences of Fatleaf here. Also his OXP's!
Holds the Ooniversal record for "Thread Necromancy"
Holds the Ooniversal record for "Thread Necromancy"
- Venator Dha
- ---- E L I T E ----
- Posts: 329
- Joined: Sun Feb 23, 2014 11:26 am
- Location: Sweden
Re: Progress
I'm really enjoying this feature and feel useful improvement to it would be to be able to switch to the start of the route (and back), as currently pressing F6 in short range chart shows the end of the journey.cim wrote:New feature for tonight's build: if you have an Advanced Navigational Array installed, you can set a distant system and route mode on it, and activating the witchdrive will take you to the next system on the route.
Taurus Driving through the galaxy since... .
-
- Quite Grand Sub-Admiral
- Posts: 6682
- Joined: Wed Feb 28, 2007 7:54 am
Re: Progress
There is lots of potential to mess up the chart functionality if not done very carefully, I think. You can see the starting point in any case by unzooming the chart to a level that encompasses the entire route.Venator Dha wrote:I'm really enjoying this feature and feel useful improvement to it would be to be able to switch to the start of the route (and back), as currently pressing F6 in short range chart shows the end of the journey.
Edit to add: You can also scroll it to the start of the route if not too far away, but use the mouse for this or the destination system selection changes as you move the cursor with the arrow keys.
- Venator Dha
- ---- E L I T E ----
- Posts: 329
- Joined: Sun Feb 23, 2014 11:26 am
- Location: Sweden
Re: Progress
Whilst that is true, I use the toggle on the short range a lot to show system government/TL/economy of the next system, which isn't shown on the long range chart. It is also useful to see where a wormhole is going to, and if it's a viable option to take. So it would be nice not to have to drag across (potentially) the whole chart just to check.another_commander wrote:There is lots of potential to mess up the chart functionality if not done very carefully, I think. You can see the starting point in any case by unzooming the chart to a level that encompasses the entire route.Venator Dha wrote:I'm really enjoying this feature and feel useful improvement to it would be to be able to switch to the start of the route (and back), as currently pressing F6 in short range chart shows the end of the journey.
Of course if it's problematic or breaks things, then it can remain a wish/hope/aspiration
Taurus Driving through the galaxy since... .
-
- Quite Grand Sub-Admiral
- Posts: 6682
- Joined: Wed Feb 28, 2007 7:54 am
Re: Progress
Good points and I see where you're coming from. Just to clarify, it's not an impossible task (nothing is impossible). I just feel that the chart is a place where things can break easily if one is not careful.Venator Dha wrote:Whilst that is true, I use the toggle on the short range a lot to show system government/TL/economy of the next system, which isn't shown on the long range chart. It is also useful to see where a wormhole is going to, and if it's a viable option to take. So it would be nice not to have to drag across (potentially) the whole chart just to check.
Of course if it's problematic or breaks things, then it can remain a wish/hope/aspiration
Re: Progress
You can press '?' to cycle the chart highlight mode between its four settings. (star colour, government, economy, techlevel)Venator Dha wrote:Whilst that is true, I use the toggle on the short range a lot to show system government/TL/economy of the next system, which isn't shown on the long range chart.
- JensAyton
- Grand Admiral Emeritus
- Posts: 6657
- Joined: Sat Apr 02, 2005 2:43 pm
- Location: Sweden
- Contact:
A new way of handling string substitutions in native code has been added. It’s safer, more uniform and more consistent with the JavaScript way of doing things, but it adds busy-work for translators because strings like
To cover the needs of the old system and keep code simple, we’ve added a concept of “formatting operators”. These work from JavaScript as well. A formatting operator is added to a
(For an example of what I mean by consistency with JavaScript, you could use the witchspace string above in JavaScript like this:
"Witchspace to %@ in %.0f s."
are replaced with strings like "Witchspace to [destination] in [seconds] s."
A list of the changes so far can be found in the changelog. This list is likely to grow.To cover the needs of the old system and keep code simple, we’ve added a concept of “formatting operators”. These work from JavaScript as well. A formatting operator is added to a
[foo]
substitution using a pipe (|
), like this: [foo|dcr]
. There is more information in descriptions.plist.(For an example of what I mean by consistency with JavaScript, you could use the witchspace string above in JavaScript like this:
expandDescription("[witch-to-x-in-y-seconds]", { destination: "infinity and beyond", seconds: 10 })
. There is no provided way to deal with %@
and %.0f
in JS. I posit that "[destination] in [seconds]"
also has a legibility advantage.)E-mail: [email protected]
- Redspear
- ---- E L I T E ----
- Posts: 2685
- Joined: Thu Jun 20, 2013 10:22 pm
- Location: On the moon Thought, orbiting the planet Ignorance.
Re: Progress
Great stuffcim wrote:A new shipdata.plist property:model_scale_factor
. This takes a ship model and scales up or down all relevant dimensions at once, so
- the model itself
- subentity scales and positions (including exhausts and flashers)
- weapon positions
- view positions internal and external
Re: Progress
A couple more changes for tonight.
- Waypoints can now be given an orientation of [0,0,0,0] - this makes them unoriented waypoints, which removes the directional arrow running through the middle.
- There are now two extra scanner display colours for the "ship is hostile to player" state.
scannerHostileDisplayColor1
andscannerHostileDisplayColor2
(with correspondingshipdata.plist
properties). If these aren't set but the normal display colours are, then as before the ship won't change colour when hostile. If these are set but the normal display colours aren't, then it'll use the normal scan class colours when not hostile.
Re: Progress
shipWillEnterWitchspace
now has a second parameter - destination. For in-galaxy jumps, this is the system ID; for galactic jumps it's the galaxy ID. (Because shipWillEnterWitchspace
itself can change the galactic jump behaviour, the system ID can't be given reliably for those - another OXP might change it after your OXP has read it)This is considerably more reliable - especially on wormhole-initiated jumps, of course - than
player.ship.targetSystem
for working out where the player is going to end up.Re: Progress
A couple of new world event handlers
This gives scripts the ability to report on non-scripted escape pods. Scripted escape pods will not trigger this - it's assumed that all handling of those should be done by the attached script.
This lets scripts take additional actions on contract completion. Useful if you added a special contract and want to find out the result without having to constantly watch the player's contract lists.
Code: Select all
playerRescuedEscapePod(fee, reason, occupant)
Code: Select all
playerCompletedContract(type, result, fee, contract)
- Cody
- Sharp Shooter Spam Assassin
- Posts: 16081
- Joined: Sat Jul 04, 2009 9:31 pm
- Location: The Lizard's Claw
- Contact:
Re: Progress
If there was one tweak I could add to this, it'd be to make F7 display the next system rather than the ultimate destination. Is that possible, cim?cim wrote:New feature for tonight's build: if you have an Advanced Navigational Array installed, you can set a distant system and route mode on it, and activating the witchdrive will take you to the next system on the route.
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!
- Wildeblood
- ---- E L I T E ----
- Posts: 2453
- Joined: Sat Jun 11, 2011 6:07 am
- Location: Western Australia
- Contact:
Re: Progress
Code: Select all
playerCompletedContract(type, result, fee, contract)
Re: Progress
Why not.Wildeblood wrote:And playerEnteredContract?
Code: Select all
playerEnteredContract(type, contract)
Possible, certainly, but I think it would be inconvenient at different times to have the F7 screen consistently display a system tens of light years away from the various systems you're investigating, unless you turn off the route planner and lose the travel time information. I can't immediately think of a good "display the one I'm interested in now" approach here.Cody wrote:If there was one tweak I could add to this, it'd be to make F7 display the next system rather than the ultimate destination. Is that possible, cim?
- Venator Dha
- ---- E L I T E ----
- Posts: 329
- Joined: Sun Feb 23, 2014 11:26 am
- Location: Sweden
Re: Progress
I think this is a courier thing, our destination is sort of fixed by the contact, what we want is info on the next system we are going to be jumping in, to assess the risk and mitigate it if necessary. A long jump into an anarchy system carrying lots of sensitive parcels, can be quite envigorating So some quick way to check this would be good, as the F6 now shows the final destination by default as well.cim wrote:Possible, certainly, but I think it would be inconvenient at different times to have the F7 screen consistently display a system tens of light years away from the various systems you're investigating, unless you turn off the route planner and lose the travel time information. I can't immediately think of a good "display the one I'm interested in now" approach here.Cody wrote:If there was one tweak I could add to this, it'd be to make F7 display the next system rather than the ultimate destination. Is that possible, cim?
Taurus Driving through the galaxy since... .