The Oolite Extended Project - Fork, no oxp
Moderators: winston, another_commander
- Lestradae
- ---- E L I T E ----
- Posts: 3095
- Joined: Tue Apr 17, 2007 10:30 pm
- Location: Vienna, Austria
?!§$%&?
Hi guys,
@DaddyHoggy:
Yes thanks, got the HD OoBay image!
Now the question is, where put it? Any suggestions?
@Screet:
Just looked and my memory was correct: The Shreddies ship has the following in its shipdata.plist:
No idea how to turn around the texture either. If someone could help me with that it would be very welcome ...
@Nemoricus:
As far as I know, if you do some target practice and there is no police there to observe you you come out clean - reason why the Tinoisla graveyard can be used to get Competent and stay clean ...
I could add a permanent police patrol to the OoBay station. Or is there a way to "award" a criminal rating if you shoot at something in and of itself? Perhaps as a death action?
Cheers
L
@DaddyHoggy:
Yes thanks, got the HD OoBay image!
Now the question is, where put it? Any suggestions?
@Screet:
Just looked and my memory was correct: The Shreddies ship has the following in its shipdata.plist:
"script_actions" are not deprecated, are they? Because otherwise the Shreddies should give you a luxury breakfast as before ...<key>script_actions</key>
<array>
<string>awardCargo: 1 Luxuries</string>
<string>commsMessage: Breakfast sorted for months then</string>
</array>
No idea how to turn around the texture either. If someone could help me with that it would be very welcome ...
@Nemoricus:
As far as I know, if you do some target practice and there is no police there to observe you you come out clean - reason why the Tinoisla graveyard can be used to get Competent and stay clean ...
I could add a permanent police patrol to the OoBay station. Or is there a way to "award" a criminal rating if you shoot at something in and of itself? Perhaps as a death action?
Cheers
L
Shreddies box: If this has a JS script, it overrides any script actions in the shipdata.plist entry. Using the this.shipWasScooped = function(scooper) {} handler will allow to write code that runs after the box has been scooped.
OoBay station: Defenders can be launched and bounty assigned through the AI.plist files. Behemoths and Navy SecCom stations have those kinds of entries, if you want to take a look.
OoBay station: Defenders can be launched and bounty assigned through the AI.plist files. Behemoths and Navy SecCom stations have those kinds of entries, if you want to take a look.
Dream as if you'll live forever
Live as if you'll die tomorrow
Live as if you'll die tomorrow
-
- Quite Grand Sub-Admiral
- Posts: 6682
- Joined: Wed Feb 28, 2007 7:54 am
I have been able to reproduce Screet's observation regarding the dredgers stuck in AWAIT_COORDS state. I used the (non) Crashy Dredger OXP for testing, which I believe is not that different to the normal Dredger one. There seemed to be a slight issue with the docking AI not being able to respond to the no station found messages. Basically, what happens when docking AI is entered, is that the ship requests docking instructions from its target station. If there is no target station defined at the time of request, the ship reqests instructions from the nearest available station. If there is a station within scanner range, then the docking AI locks on to that and starts receiving. If not, then a No Station Found message is sent. The docking AI has now been updated and is simply instructed to exit when the ship receives the No Station message. This will allow ships to not get stuck in AWAIT_COORDS anymore.
While being at it, a little bug inside the algorithm returning the nearest available station was spotted and promptly eliminated.
What remains to be explained is how come Screet's dredger ended up getting a docking AI whilst in the middle of nothing. I had to explicitly set the AI during testing to be able to replicate the problem.
While being at it, a little bug inside the algorithm returning the nearest available station was spotted and promptly eliminated.
What remains to be explained is how come Screet's dredger ended up getting a docking AI whilst in the middle of nothing. I had to explicitly set the AI during testing to be able to replicate the problem.
Either the nav buoy of a rock hermit has been run over before, thus only the boulders of a destroyed hermit were visible, or it might have to do with the docking bay on those ships...another_commander wrote:What remains to be explained is how come Screet's dredger ended up getting a docking AI whilst in the middle of nothing. I had to explicitly set the AI during testing to be able to replicate the problem.
Hmmm. There is another observation, but an older one, which might have to do with this: Few months ago I noticed that the DC, when asked to dock with a ship, sometimes hangs up and the ship stands still. That would require the ship trying to dock with another ship and failing to do so, if that bug still is around.
Screet
- DaddyHoggy
- Intergalactic Spam Assassin
- Posts: 8515
- Joined: Tue Dec 05, 2006 9:43 pm
- Location: Newbury, UK
- Contact:
Background screen when you dock at an Oobay station? Is that possible?Lestradae wrote:@DaddyHoggy:
Yes thanks, got the HD OoBay image! Very Happy
Now the question is, where put it? Any suggestions?
Oolite Life is now revealed hereSelezen wrote:Apparently I was having a DaddyHoggy moment.
- Lestradae
- ---- E L I T E ----
- Posts: 3095
- Joined: Tue Apr 17, 2007 10:30 pm
- Location: Vienna, Austria
..
@Nemoricus:
Then the shreddies should work as intended. They have no shipscript attached.
Thanks for the tip with the Behemoth/Sec Com stations docking AIs! Will look into that and make attacking OoBay a criminal offense!
@Screet:
Could you back-check the shreddies without breakfast problem again? I can't seem to find an error in shipdata - you should still get your breakfast cereals!
@another_commander:
Happy that another bug (?) has been crushed! I would assume Screet's observation coming from a rock hermit shattered by absurd docking attempt, and I have observed very big ships running roughshod over beacons, seemingly without even noticing that.
@DaddyHoggy:
Putting the OoBay logo at the background screens of both the Auction Stations themselves and the node screens as well would be perfect imo, I just have no idea of how to do that ...
Ahruman? A_C? Thargoid? Screet? Anyone in the know of how to do this or if it's even possible?
Cheers
L
Then the shreddies should work as intended. They have no shipscript attached.
Thanks for the tip with the Behemoth/Sec Com stations docking AIs! Will look into that and make attacking OoBay a criminal offense!
@Screet:
Could you back-check the shreddies without breakfast problem again? I can't seem to find an error in shipdata - you should still get your breakfast cereals!
@another_commander:
Happy that another bug (?) has been crushed! I would assume Screet's observation coming from a rock hermit shattered by absurd docking attempt, and I have observed very big ships running roughshod over beacons, seemingly without even noticing that.
@DaddyHoggy:
Putting the OoBay logo at the background screens of both the Auction Stations themselves and the node screens as well would be perfect imo, I just have no idea of how to do that ...
Ahruman? A_C? Thargoid? Screet? Anyone in the know of how to do this or if it's even possible?
Cheers
L
Re: ..
Not sure what the status is of the discussion on background screens for docked GUI. On 1.72.2 it's certainly not possible (without using the GUI bug, which isn't an option really).Lestradae wrote:Ahruman? A_C? Thargoid? Screet? Anyone in the know of how to do this or if it's even possible?
Can't comment on 1.73 beta, as I don't have it (hence I can't comment on OSE 0.45 either).
My OXPs via Boxspace or from my Wiki pages .
Thargoid TV
Dropbox Referral Link
Thargoid TV
Dropbox Referral Link
-
- Quite Grand Sub-Admiral
- Posts: 6682
- Joined: Wed Feb 28, 2007 7:54 am
Unfortunately the backgrounds on docked screens sub-project has come to a halt due to problems in the F7 and shipyard screens. At this point, and as per Ahruman's recommendation, it might be a better idea overhauling the GUI post-MNSR, rather than trying to hack-in half-working solutions. Sorry guys
Re: ..
Just had another encounter with a box. Message: Shreddies scooped. Nothing else and no cargo ends up in my hold.Lestradae wrote:Could you back-check the shreddies without breakfast problem again? I can't seem to find an error in shipdata - you should still get your breakfast cereals!
Could it be that this code is no longer working?
Code: Select all
<key>cargo_type</key>
<string>CARGO_SCRIPTED_ITEM</string>
<key>script_actions</key>
<array>
<string>awardCargo: 1 Luxuries</string>
<string>commsMessage: Breakfast sorted for months then</string>
</array>
Screet
- Lestradae
- ---- E L I T E ----
- Posts: 3095
- Joined: Tue Apr 17, 2007 10:30 pm
- Location: Vienna, Austria
OSE V0.5
Oolite Shipyards Extension WiP V0.5 can now be downloaded from the first page of this thread. Beta- and playtesters, please replace OSE WiP V0.4 or V0.45 with this one!
The changes from V0.45 to V0.5 are:
Bugfixes:
* No optional Passenger Cabins for ships with less than 5 t cargo capacity (this was solved by Oolite "1.73" trunk)
* Merlin now uses the standard HUD to solve a graphics glitch
* Assigned the role "hunter" to all gigantic police & interceptor ships so that they don't dock
Additional features:
* Equipment sections in the shipyard expanded with the additional equipment from OSE for the special ship classes
* "1.73" trunk's higher price cap used to add-in a 300 million Cr price for double-upgraded player USS Constitutions, plus a 600 million Cr triple-upgraded USS Constitution Destroyer and a 1.2 billion Cr USS Super Constitution - these will also appear as pirates, police & navy!
* OoBay Auction stations and their nodes now great profit-seeking players, and can launch defenders and assign bounties if attacked
Additional Add-Ons & Mergers:
* New piece of equipment: Combat Computers, TL 13+, 2.000 Cr (merged from Target Autolock (Thargoid) & Target Reticle (Eric): "The target reticle becomes red when the target is between laser crosshairs and the target is automatically locked onto any attacking hostile vessel if there is currently no target lock set." Logically, as the Combat Computer can replace Target Autolock & Target Reticle, it is incompatible with these pieces of equipment
* Merged & upgraded the Ixian Ships to V1.1 from Eric
* Provisorically merged Ste3c ship in
Features available in cooperation with other oxps:
* Galactic Navy V5.2.1.+: Ships shot down by OSE escorts during a Galactic Navy mission are credited to the player
* Galactic Navy V5.2.1.+: When OSE WiP V0.5+ is installed together with Nemoricus & Eric's upgraded Galactic Navy, GN also uses OSE ships
Hope you have fun while testing
L
The changes from V0.45 to V0.5 are:
Bugfixes:
* No optional Passenger Cabins for ships with less than 5 t cargo capacity (this was solved by Oolite "1.73" trunk)
* Merlin now uses the standard HUD to solve a graphics glitch
* Assigned the role "hunter" to all gigantic police & interceptor ships so that they don't dock
Additional features:
* Equipment sections in the shipyard expanded with the additional equipment from OSE for the special ship classes
* "1.73" trunk's higher price cap used to add-in a 300 million Cr price for double-upgraded player USS Constitutions, plus a 600 million Cr triple-upgraded USS Constitution Destroyer and a 1.2 billion Cr USS Super Constitution - these will also appear as pirates, police & navy!
* OoBay Auction stations and their nodes now great profit-seeking players, and can launch defenders and assign bounties if attacked
Additional Add-Ons & Mergers:
* New piece of equipment: Combat Computers, TL 13+, 2.000 Cr (merged from Target Autolock (Thargoid) & Target Reticle (Eric): "The target reticle becomes red when the target is between laser crosshairs and the target is automatically locked onto any attacking hostile vessel if there is currently no target lock set." Logically, as the Combat Computer can replace Target Autolock & Target Reticle, it is incompatible with these pieces of equipment
* Merged & upgraded the Ixian Ships to V1.1 from Eric
* Provisorically merged Ste3c ship in
Features available in cooperation with other oxps:
* Galactic Navy V5.2.1.+: Ships shot down by OSE escorts during a Galactic Navy mission are credited to the player
* Galactic Navy V5.2.1.+: When OSE WiP V0.5+ is installed together with Nemoricus & Eric's upgraded Galactic Navy, GN also uses OSE ships
Hope you have fun while testing
L
Re: OSE V0.5
Hunter won't stop them docking directly, but it will prevent a station launching them (which is maybe what I think you mean?).Lestradae wrote:* Assigned the role "hunter" to all gigantic police & interceptor ships so that they don't dock
The docking will depend on what AI they are set to use, and whether they have autoAI enabled or not (if they do they will go to route1patrolAI, which doesn't try to dock).
My OXPs via Boxspace or from my Wiki pages .
Thargoid TV
Dropbox Referral Link
Thargoid TV
Dropbox Referral Link
- Lestradae
- ---- E L I T E ----
- Posts: 3095
- Joined: Tue Apr 17, 2007 10:30 pm
- Location: Vienna, Austria
.
Hi T,
So if I didn't overlook something, actually none of OSE's very big ships should launch or dock anymore.
L
Basically yes, I don't want them to launch and I don't want them to dock.Hunter won't stop them docking directly, but it will prevent a station launching them (which is maybe what I think you mean?).
As far as I understood it was suggested that the "hunter" role would behave like police, but never dock; and the AI that is enabled if the ships in question are called by an oxp script is route1patrolAI, which, as you mentioned, doesn't try to dock.The docking will depend on what AI they are set to use, and whether they have autoAI enabled or not (if they do they will go to route1patrolAI, which doesn't try to dock).
So if I didn't overlook something, actually none of OSE's very big ships should launch or dock anymore.
L
- Lestradae
- ---- E L I T E ----
- Posts: 3095
- Joined: Tue Apr 17, 2007 10:30 pm
- Location: Vienna, Austria
pic time
It's pic time again, before I go on holiday ...
One for DaddyHoggy - thanks for the helping hand
... and a very special system (planetary texture from my personal crossover between Famous Planets 2.0 and System Redux, that's not in OSE V0.5):
... last but not least, a Bandersnatch on landing approach on a planetary surface, already in atmospheric descent:
Have a good time everyone
L
One for DaddyHoggy - thanks for the helping hand
... and a very special system (planetary texture from my personal crossover between Famous Planets 2.0 and System Redux, that's not in OSE V0.5):
... last but not least, a Bandersnatch on landing approach on a planetary surface, already in atmospheric descent:
Have a good time everyone
L
- DaddyHoggy
- Intergalactic Spam Assassin
- Posts: 8515
- Joined: Tue Dec 05, 2006 9:43 pm
- Location: Newbury, UK
- Contact:
Have a good break 'L'.
Thanks for the mention - but my part was v. v. small - as ever happy to help.
Nice screenies!
Thanks for the mention - but my part was v. v. small - as ever happy to help.
Nice screenies!
Oolite Life is now revealed hereSelezen wrote:Apparently I was having a DaddyHoggy moment.