Spara can set the requirement of the base package in resources to prevent this.Imaginos wrote:had installed "Random Hits Resources" but not "Random Hits" itself.
Random Hits OXP
Moderators: winston, another_commander
- Norby
- ---- E L I T E ----
- Posts: 2577
- Joined: Mon May 20, 2013 9:53 pm
- Location: Budapest, Hungary (Mainly Agricultural Democracy, TL10)
- Contact:
Re: Random Hits OXP
Re: Random Hits OXP
And done. Thanks for the heads up.Norby wrote:Spara can set the requirement of the base package in resources to prevent this.Imaginos wrote:had installed "Random Hits Resources" but not "Random Hits" itself.
Re: Random Hits OXP
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
You should be able to find your mark on a direct route from witchpoint to the main station. Good hunting .
Re: Random Hits OXP
Is there a time limit for these bounty hunts?
Re: Random Hits OXP
Not that i have noticed (and i've delayed doing some hits due to parcel contracts for 30+ jumps)
OS : Arch Linux 64-bit - rolling release
OXPs : My user page
Retired, reachable at [email protected]
OXPs : My user page
Retired, reachable at [email protected]
- Diziet Sma
- ---- E L I T E ----
- Posts: 6312
- Joined: Mon Apr 06, 2009 12:20 pm
- Location: Aboard the Pitviper S.E. "Blackwidow"
Re: Random Hits OXP
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.Imaginos wrote:there is no sign of them. Do the targets just appear randomly or should they always be there?
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
Re: Random Hits OXP
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
(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 ?
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 ?
OS : Arch Linux 64-bit - rolling release
OXPs : My user page
Retired, reachable at [email protected]
OXPs : My user page
Retired, reachable at [email protected]
Re: Random Hits OXP
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.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 ?
Re: Random Hits OXP
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?
Reports of my death have been greatly underestimated.
- Diziet Sma
- ---- E L I T E ----
- Posts: 6312
- Joined: Mon Apr 06, 2009 12:20 pm
- Location: Aboard the Pitviper S.E. "Blackwidow"
Re: Random Hits OXP
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.Layne wrote:the resources package is pretty big at this point and my laptop is pretty small, space-wise.
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
Re: Random Hits OXP
I've looked into the RH shipset shipdata.plist and now understand why i see so many pirate ships from RH.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.
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.
OS : Arch Linux 64-bit - rolling release
OXPs : My user page
Retired, reachable at [email protected]
OXPs : My user page
Retired, reachable at [email protected]
Re: Random Hits OXP
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 . But there's something I'm going to do first and it will affect these...Lone_Wolf wrote:I've looked into the RH shipset shipdata.plist and now understand why i see so many pirate ships from RH.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.
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.
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
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.
Reports of my death have been greatly underestimated.