If you open the OXP's script file, you'll see right at the start of the script this:
Code: Select all
// setup some general arrays.
this.spaceBars = ["The Blue Parrot", "The Fox and Hound", "Jon Snorrad's Pub", "Lobbie's Can-Can Lounge", "The Old Spacer", "The Skull and Bones", "The Golden Gargle Blaster", "The Smoke Dragon Lounge", "The Grounded Spacer", "The Finders Keepers Bar", "The Wanted Dead or Alive", "The Marooned Spacer", "The Flying Dutchman", "The Red Pincers", "The Crash and Burn", "Joe's Bar and Grill", "The Bell and Braben", "The Carnal Pleasures Bar", "The Red Light", "The Eject Handle", "The Spacers' Hangout", "The Bearded Parrot", "The Last Wishes", "The Fat Feline", "The Furry Humanoid", "The Slimy Frog", "The Horny Lobster Hotel", "The Pink Slug", "The Colonial's Rest", "The Terminus Hotel", "The Viper and Whistle", "The Habitat Bar", "The Twisted Torus Hotel", "The Blue Lagrange", "O'Neill's Repose", "Giles's Grotto", "The Black Moon", "The Raxxla Ritz Hotel", "The Loving Feline", "The Worlds End", "Seedy Bar"];
this.marks = [
// level 1 marks
["Cobra Mk I", "Gecko", "Krait", "Mamba", "Sidewinder", "Adder Mk II", "Adder", "Cobra Mk II-X", "Boy Racer", "Ophidian Yacht", "Moray Star Boat", "Drake", "Drake Mk II", "Mosquito Sport"],
// level 2 marks
["Anaconda", "Python", "Mosquito Trader", "Boa", "Boa Class Cruiser", "Cobra Mk III", "Fer-de-Lance", "Mussurana", "Python ET Special", "Chameleon", "Ghavial", "Bushmaster", "Monitor", "Asp Mk I", "Cobra Courier", "Cobra Rapier", "Salamander"],
// level 3 marks
["Asp Mk II", "Asp Mk II Special", "Asp Explorer", "Imperial Courier", "Python Class Cruiser", "Iguana", "Cat Mk I", "Super Cobra", "Wolf Mk II", "Purple Haze", "Tiger Mk I", "Vampire Reaper", "Liberator"]
];
Under this.marks is the list of ships victims can be flying. If you delete the ships you don't want then they'll no longer be chosen. After saving, the next time you start Oolite hold down the shift key so that the changes you've made are updated. Bear in mind though that knocking out the more difficult ships will make the OXP quite a bit easier though!