Page 64 of 70

Re: Random Hits OXP

Posted: Wed Jul 01, 2015 11:33 am
by Norby
Imaginos wrote:
had installed "Random Hits Resources" but not "Random Hits" itself.
Spara can set the requirement of the base package in resources to prevent this.

Re: Random Hits OXP

Posted: Wed Jul 01, 2015 11:56 am
by spara
Norby wrote:
Imaginos wrote:
had installed "Random Hits Resources" but not "Random Hits" itself.
Spara can set the requirement of the base package in resources to prevent this.
And done. Thanks for the heads up.

Re: Random Hits OXP

Posted: Sat Jul 04, 2015 6:59 pm
by Imaginos
So, I've finally docked at a seedy space bar and taken on a Random Hits contract. I have traveled to the system (Edtixeen) where the mark is supposed to be taken down but there is no sign of them. Do the targets just appear randomly or should they always be there?

Re: Random Hits OXP

Posted: Sat Jul 04, 2015 8:03 pm
by spara
You should be able to find your mark on a direct route from witchpoint to the main station. Good hunting :) .

Re: Random Hits OXP

Posted: Sun Jul 05, 2015 10:10 am
by Imaginos
Is there a time limit for these bounty hunts?

Re: Random Hits OXP

Posted: Fri Jul 10, 2015 11:40 pm
by Lone_Wolf
Not that i have noticed (and i've delayed doing some hits due to parcel contracts for 30+ jumps)

Re: Random Hits OXP

Posted: Sat Jul 11, 2015 3:54 am
by Diziet Sma
Imaginos wrote:
there is no sign of them. Do the targets just appear randomly or should they always be there?
They can sometimes be hard to spot.. I've occasionally had to travel back and forth between WP Beacon and Station 3-4 times or more before finding the mark. The 'lane' is wide enough that you won't always see them on the scanner, so it pays to be observant and keep looking around you as you fly.

Re: Random Hits OXP

Posted: Tue Jul 14, 2015 1:14 pm
by Imaginos
Thanks for the info people. I'm currently at the other end of G2 doing a few parcel runs, so it may be quite some time before I go hunting again.

Re: Random Hits OXP

Posted: Tue Jul 28, 2015 1:56 pm
by Lone_Wolf
(also posted in RSN thread)

I'm currently flying a Fer-de-Lance 3G+(t) and installed Random Hits Shipset to have opponents (pirates, assassins) that can match that ship.

Since randomshipnames leaves RH ship names intact to preserve RH mission flavour, this leads to a weird effect :

pirates with names like "Hired Goon" , "Trusty Sidekick" and such.

Could randomshipnames detect whether a RH ship is not part of a RH mission and change the name in that case only ?

Re: Random Hits OXP

Posted: Tue Jul 28, 2015 3:17 pm
by spara
Lone_Wolf wrote:
(also posted in RSN thread)

I'm currently flying a Fer-de-Lance 3G+(t) and installed Random Hits Shipset to have opponents (pirates, assassins) that can match that ship.

Since randomshipnames leaves RH ship names intact to preserve RH mission flavour, this leads to a weird effect :

pirates with names like "Hired Goon" , "Trusty Sidekick" and such.

Could randomshipnames detect whether a RH ship is not part of a RH mission and change the name in that case only ?
Ah. That's actually rh shipset that does that. It explicitly orders rsn not to name ships and names them instead. The idea was to inject some rh naming into the ooniverse. Granted that those Hire Goon etc are a bit out of place. I'll scratch my head a bit and think out a nice solution. At least I would like to see some Sheriff occasionally fly by. I'll get back.

Re: Random Hits OXP

Posted: Thu Sep 03, 2015 7:10 pm
by Layne
I rather like the randomly generated mission sets for this OXP, and the extra atmosphere, but the resources package is pretty big at this point and my laptop is pretty small, space-wise. I wonder how hard it would be to create a 'core set only' version of this that doesn't require any extra textures or resources, but uses only the native Oolite ship-set and rock hermits for the space bar. Is this something easily done, or is the resource package too deeply integrated into the main scripting for this OXP?

Re: Random Hits OXP

Posted: Fri Sep 04, 2015 2:22 am
by Diziet Sma
Layne wrote:
the resources package is pretty big at this point and my laptop is pretty small, space-wise.
Sounds to me like it's time to put a bigger hard drive in it.. A while back I replaced the very crowded 120GB drive in my laptop with a 750GB drive for less than AU$70. Now it runs Mint 17.2, Win7, XP, and two other flavours of Linux, and still has loads of room to spare.

Re: Random Hits OXP

Posted: Tue Sep 08, 2015 2:19 pm
by Lone_Wolf
spara wrote:
Ah. That's actually rh shipset that does that. It explicitly orders rsn not to name ships and names them instead. The idea was to inject some rh naming into the ooniverse. Granted that those Hire Goon etc are a bit out of place. I'll scratch my head a bit and think out a nice solution. At least I would like to see some Sheriff occasionally fly by. I'll get back.
I've looked into the RH shipset shipdata.plist and now understand why i see so many pirate ships from RH.

You've given every ship a chance of 0.05 to have a specific role, but there are lots of ships in RH shipset.

a few examples :

Code: Select all

$ grep -c pirate-medium-fighter shipdata.plist 
20
$ grep -c pirate shipdata.plist 
49
$ grep -c trader shipdata.plist
34
$ grep -c hunter-medium shipdata.plist
16

I suggest you reduce the role-weight to 0.01 or lower, then select some ship/role combination you'd prefer to see a bit more often.

Re: Random Hits OXP

Posted: Thu Sep 10, 2015 4:17 pm
by spara
Lone_Wolf wrote:
spara wrote:
Ah. That's actually rh shipset that does that. It explicitly orders rsn not to name ships and names them instead. The idea was to inject some rh naming into the ooniverse. Granted that those Hire Goon etc are a bit out of place. I'll scratch my head a bit and think out a nice solution. At least I would like to see some Sheriff occasionally fly by. I'll get back.
I've looked into the RH shipset shipdata.plist and now understand why i see so many pirate ships from RH.

You've given every ship a chance of 0.05 to have a specific role, but there are lots of ships in RH shipset.

a few examples :

Code: Select all

$ grep -c pirate-medium-fighter shipdata.plist 
20
$ grep -c pirate shipdata.plist 
49
$ grep -c trader shipdata.plist
34
$ grep -c hunter-medium shipdata.plist
16

I suggest you reduce the role-weight to 0.01 or lower, then select some ship/role combination you'd prefer to see a bit more often.
Grepping pirate includes all pirate roles, but granted, the probabilities could be lower. I'll put that on my todo. With the naming thing reported earlier :mrgreen: . But there's something I'm going to do first and it will affect these...

Now that Staer9 shipset is available from the manager, I'm going to finish what I started quite some time ago and cut it out of the RH OXP to bring the package size down. Ships from the Staer9 shipset will be used, if it is installed. It's the same thing with sb-faves that I cut out earlier. And that very likely means merging resources back to the main oxp too. Individual ships will stay in the package, but these multi ship packages will be like_shipped.

Re: Random Hits OXP

Posted: Thu Sep 10, 2015 5:20 pm
by Layne
spara wrote:
Now that Staer9 shipset is available from the manager, I'm going to finish what I started quite some time ago and cut it out of the RH OXP to bring the package size down. Ships from the Staer9 shipset will be used, if it is installed. It's the same thing with sb-faves that I cut out earlier. And that very likely means merging resources back to the main oxp too. Individual ships will stay in the package, but these multi ship packages will be like_shipped.

That sounds pretty close to what I was hoping for; making RH base the ship set more on what the player has installed and not adding a mess of ships you don't want to see into your game. Keep the resource package to the minimum and nab ships from installed OXPs and the core game.