Progress

General discussion for players of Oolite.

Moderators: another_commander, winston

User avatar
Diziet Sma
---- E L I T E ----
---- E L I T E ----
Posts: 6311
Joined: Mon Apr 06, 2009 12:20 pm
Location: Aboard the Pitviper S.E. "Blackwidow"

Re: Progress

Post by Diziet Sma »

Astrobe wrote:
Next I tried with distant suns OXP, which I thought was the most likely culprit, but it still works with it.
Something I've found in the course of figuring out about half a dozen different clashes between 1.79 and OXPs, is that the most likely culprit usually isn't the one at fault.. in fact, it can be downright surprising when you eventually track down the culprit.


The binary method is often the fastest way to find the offending OXP:

Remove half the OXPs. If problem goes away, change to the other half of the set and try again.

Continue removing half the remaining OXPs each time, eliminating the half that are trouble-free. Repeat until you have identified the culprit.

Even if you have hundreds of OXPs, this method will let you identify the source of the trouble in less than 10 iterations.
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
User avatar
cim
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 4072
Joined: Fri Nov 11, 2011 6:19 pm

Re: Progress

Post by cim »

Glare should now also be visible on the external views. From tonight's build, it will also affect NPC ships, which might add a bit more consideration as to how one approaches combat.
User avatar
Diziet Sma
---- E L I T E ----
---- E L I T E ----
Posts: 6311
Joined: Mon Apr 06, 2009 12:20 pm
Location: Aboard the Pitviper S.E. "Blackwidow"

Re: Progress

Post by Diziet Sma »

cim wrote:
From tonight's build, it will also affect NPC ships, which might add a bit more consideration as to how one approaches combat.
I saw that in my emails.. VERY cool!
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
User avatar
Disembodied
Jedi Spam Assassin
Jedi Spam Assassin
Posts: 6881
Joined: Thu Jul 12, 2007 10:54 pm
Location: Carter's Snort

Re: Progress

Post by Disembodied »

cim wrote:
Glare should now also be visible on the external views. From tonight's build, it will also affect NPC ships, which might add a bit more consideration as to how one approaches combat.
Very cool indeed! Might this also add a wrinkle to how the AI flees from combat? Or at least, how a skilled NPC might try to flee from combat. Because, if possible, one should try to run away towards the sun, to make oneself harder to hit.
User avatar
Diziet Sma
---- E L I T E ----
---- E L I T E ----
Posts: 6311
Joined: Mon Apr 06, 2009 12:20 pm
Location: Aboard the Pitviper S.E. "Blackwidow"

Re: Progress

Post by Diziet Sma »

I'd imagine it would also affect how a skilled NPC would attack.. out of the sun. :twisted:
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
User avatar
CaptSolo
---- E L I T E ----
---- E L I T E ----
Posts: 909
Joined: Wed Feb 23, 2011 10:08 pm
Location: Preying Manta
Contact:

Re: Progress

Post by CaptSolo »

I say, the Constrictor Thief is a deadlier opponent now. Only problem was the blasted hunter pack at the WP beacon. I don't want any help from them and finally had to fight them off to scoop the you know what. They turned on my like ravenous wolves. Had to leave PDQ.
User avatar
cim
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 4072
Joined: Fri Nov 11, 2011 6:19 pm

Re: Progress

Post by cim »

Ah, yes. It shouldn't be too difficult to reduce the likelihood of that sort of interference.
User avatar
cim
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 4072
Joined: Fri Nov 11, 2011 6:19 pm

Re: Progress

Post by cim »

Tonight's nightly will have planet texture preloading turned off - you'll notice it on the F7 screen that the planet takes a few seconds to appear (depending on your graphics card and CPU). This may fix the problems with white-ball planets and disappearing planets, or it may not. I haven't seen either in an afternoon's play after making the change, but they didn't show up very often for me before, so...
User avatar
Cody
Sharp Shooter Spam Assassin
Sharp Shooter Spam Assassin
Posts: 16060
Joined: Sat Jul 04, 2009 9:31 pm
Location: The Lizard's Claw
Contact:

Re: Progress

Post by Cody »

cim wrote:
Tonight's nightly will have planet texture preloading turned off [snip] This may fix the problems with white-ball planets and disappearing planets, or it may not.
So far, so good - no white/disappearing planets, either at Ismaan or elsewhere (and F7 is loading pretty fast on my rig).
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!
User avatar
cim
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 4072
Joined: Fri Nov 11, 2011 6:19 pm

Re: Progress

Post by cim »

A couple of extra things for the JS Ship representation in tomorrow's build:

Code: Select all

ship.crew
ship.setCrew(definition)
The definition format is basically identical to characters.plist
User avatar
cim
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 4072
Joined: Fri Nov 11, 2011 6:19 pm

Re: Progress

Post by cim »

And a couple more for the player ship

Code: Select all

player.ship.renovationCost
player.ship.renovationMultiplier
The current cost of renovation (shortly after servicing this will be very low and impossible to buy at that price), and the ship-class multiplier for renovation costs (e.g. a prototype ship might cost twice as much to service as normal compared with its price)
User avatar
cim
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 4072
Joined: Fri Nov 11, 2011 6:19 pm

Re: Progress

Post by cim »

A little convenience feature for manifest.plist users - if your manifest.plist defines the version, author and license properties (the first is required, but the other two aren't) these will be added as this.version, this.author and this.license values to all your script files (you can still override them within the script file if you want something else there)

This should make updating your version numbers on new OXP releases much easier (so there's even less excuse not to do it for minor changes...) - it brings the number of copies of the version number needing updates for a new Oolite release down from 53 to 2, for example.

...and in other news, a little bit of a usability tweak to the equipment list.

The list is now sorted by tech level and then by price (on the purchase list, low-tech cheap first; on the F5 screen high-tech expensive first). Items also have a sort_order property in equipment.plist which defaults to 1000 - but we've set Fuel to 1. This overrides the normal sorting so Fuel is always first. Probably in most cases distributed OXPs wouldn't set sort_order on their equipment - but if you want to re-order your own items in a personal settings OXP it might be useful.
User avatar
Cody
Sharp Shooter Spam Assassin
Sharp Shooter Spam Assassin
Posts: 16060
Joined: Sat Jul 04, 2009 9:31 pm
Location: The Lizard's Claw
Contact:

Re: Progress

Post by Cody »

cim wrote:
...and in other news, a little bit of a usability tweak to the equipment list. The list is now sorted by tech level and then by price (on the purchase list, low-tech cheap first; on the F5 screen high-tech expensive first).
Excellent - thanks!
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!
User avatar
CaptSolo
---- E L I T E ----
---- E L I T E ----
Posts: 909
Joined: Wed Feb 23, 2011 10:08 pm
Location: Preying Manta
Contact:

Re: Progress

Post by CaptSolo »

Cim, you are a good fellow!
User avatar
Pleb
---- E L I T E ----
---- E L I T E ----
Posts: 908
Joined: Sun Apr 29, 2012 2:23 pm
Location: United Kingdom

Re: Progress

Post by Pleb »

cim wrote:
A couple of extra things for the JS Ship representation in tomorrow's build:

Code: Select all

ship.crew
ship.setCrew(definition)
The definition format is basically identical to characters.plist
I know from other discussions and from the tantalising hints on the documentation for this in the wiki that this will eventually lead to the ability to add more than just a pilot, but for now is this basically a scriptable way of adding a define pilot to a ship? Thank you again for all the new features cim! :D
Desktop PC: CPU: Intel i7-4790K Quad Core 4.4GHz (Turbo-Charged) GPU: Nvidia GeForce GTX 1080Ti RAM: 32GB DDR3

Laptop PC: CPU: Intel i5-10300H Quad Core 4.5GHz (Turbo-Charged) GPU: Nvidia GeForce GTX 1650 RAM: 32GB DDR4
Post Reply