After not successfull attempt to continue development Bounty Scaner: https://bb.oolite.space/viewtopic.ph ... 49#p224601
I created Bounty Informer OXZ (original code not used).
http://wiki.alioth.net/index.php/Bounty_Informer_OXP
Any critic and suggestions - welcome.
[Release] Bounty Informer v1.0
Moderators: winston, another_commander
- timer
- ---- E L I T E ----
- Posts: 336
- Joined: Sat Mar 17, 2012 8:26 pm
- Location: Laenin spiv club
- Contact:
[Release] Bounty Informer v1.0
Cobra MK III owner since 1994
-
- ---- E L I T E ----
- Posts: 288
- Joined: Sat May 31, 2014 9:02 pm
- Location: Melbourne, Australia
Re: [Release] Bounty Informer v1.0
timer wrote:After not successfull attempt to continue development Bounty Scaner: https://bb.oolite.space/viewtopic.ph ... 49#p224601
I created Bounty Informer OXZ (original code not used).
http://wiki.alioth.net/index.php/Bounty_Informer_OXP
Any critic and suggestions - welcome.
So what does this do that bounty scanner doesn't? Bounty scanner is working just fine for me in 1.80, so I'm wondering if there is any point in changing which OXP I use for that.
- Neelix
Talaxian Enterprises: [wiki]Vacuum Pump[/wiki] [wiki]Waypoint Here[/wiki]
- timer
- ---- E L I T E ----
- Posts: 336
- Joined: Sat Mar 17, 2012 8:26 pm
- Location: Laenin spiv club
- Contact:
Re: [Release] Bounty Informer v1.0
Original version used Timer that always works when ship in space - we have delay before bounty show.
I used Timer too, but only for seldom update current target.
Main action is called by event - shipTargetAcquired (no delay).
And one more - this version use shipUniqueName instead displayName property (and I am not sure that it's right - other OXPs can change it without check - my code use regular expression and change only necessary part of string).
I think this version requires less CPU time
PS If Frame converted his OXP in OXZ format - I'd probably did not alter this magnificent OXP, I like it too.
I used Timer too, but only for seldom update current target.
Main action is called by event - shipTargetAcquired (no delay).
And one more - this version use shipUniqueName instead displayName property (and I am not sure that it's right - other OXPs can change it without check - my code use regular expression and change only necessary part of string).
I think this version requires less CPU time
PS If Frame converted his OXP in OXZ format - I'd probably did not alter this magnificent OXP, I like it too.
Cobra MK III owner since 1994
-
- Deadly
- Posts: 174
- Joined: Mon Jun 07, 2010 9:03 am
Re: [Release] Bounty Informer v1.0
Hi. I'll do a check but suspect it does not get on with Numeric HUD, it's not showing anything now I've installed that, it did work with MilHUD, not sure if I tried it with the default. Bounty Scanner works, the only issue with that is the synthetic voice reads out the bounty as part of the name, but that's not a big deal even if you use the voice. A delay before the bounty shows arguably makes sense anyway; you target the ship and something contacts something else then a message comes back. Cheers, Rich.
-
- Deadly
- Posts: 174
- Joined: Mon Jun 07, 2010 9:03 am
Re: [Release] Bounty Informer v1.0
Hello. Nice OXP, thanks, should have written that in the earlier post, sorry about that! I worked out the problem - it doesn't work with Random Ship Names. I thought it was the HUD but after removing RSN the bounties started appearing. As mentioned in the RSN thread it seems both try to add to the ship name and RSN wins. Rich.
-
- ---- E L I T E ----
- Posts: 299
- Joined: Mon Apr 27, 2015 9:03 pm
Re: [Release] Bounty Informer v1.0
This OXP conflicts with Randomshipnames, see https://bb.oolite.space/viewtopic.php?p=244051#p244051
warning sound if a missile is inbound: Missile warning
- timer
- ---- E L I T E ----
- Posts: 336
- Joined: Sat Mar 17, 2012 8:26 pm
- Location: Laenin spiv club
- Contact:
Re: [Release] Bounty Informer v1.0
fixed. v2.0 uploaded.Anonymissimus wrote: ↑Tue Oct 27, 2015 8:35 pmThis OXP conflicts with Randomshipnames, see viewtopic.php?p=244051#p244051
Cobra MK III owner since 1994