which got me thinking, why isn't there times when cops turn bad? Chances are that this would be more likely to happen in anarchies and such like but every so often you would come across a Viper whose pilot is enhancing his service pension using other peoples cargo. I don't know if this is actually possible using an OXP but it seems a cool idea to me.Littlebear wrote:Think the Cops turning bad is due to giving them the role escort. Pirates Pythons (for example) can have escorts. If Oolite picks your ship to escort a pirate then it will be generated as a pirate.
When cops turn bad...
Moderators: winston, another_commander
- Uncle Reno
- ---- E L I T E ----
- Posts: 648
- Joined: Mon Apr 24, 2006 12:54 pm
- Location: UK
When cops turn bad...
From another thread,
"Get back or I unleash my lethal spotted batoid!!"
What I do when not reading the Oolite bulletin board!
What I do when not reading the Oolite bulletin board!
- LittleBear
- ---- E L I T E ----
- Posts: 2882
- Joined: Tue Apr 04, 2006 7:02 pm
- Location: On a survey mission for GalCop. Ship: Cobra Corvette: Hidden Dragon Rated: Deadly.
There you go!
BadCops OXP (1.4k). 10% chance when Oolite adds a Cop to a system that he'll behave as a pirate.
Can download it here :- http://www.box.net/public/c0i16jqpur
This is the entire code:-
If you want to make them less or more likley change the number after the role.
Haven't tested it, but should work!
BadCops OXP (1.4k). 10% chance when Oolite adds a Cop to a system that he'll behave as a pirate.
Can download it here :- http://www.box.net/public/c0i16jqpur
This is the entire code:-
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BadCop1</key>
<dict>
<key>like_ship</key>
<string>viper</string>
<key>bounty</key>
<integer>0</integer>
<key>cargo_type</key>
<string>CARGO_NOT_CARGO</string>
<key>has_ecm</key>
<true/>
<key>has_escape_pod</key>
<true/>
<key>has_scoop</key>
<true/>
<key>likely_cargo</key>
<integer>2<interger>
<key>max_cargo</key>
<integer>10</integer>
<string>police(0.1)</string>
<key>ai_type</key>
<string>pirateAI.plist</string>
</dict>
<key>BadCop2</key>
<dict>
<key>like_ship</key>
<string>viper-interceptor</string>
<key>bounty</key>
<integer>0</integer>
<key>cargo_type</key>
<string>CARGO_NOT_CARGO</string>
<key>has_ecm</key>
<true/>
<key>has_escape_pod</key>
<true/>
<key>has_scoop</key>
<true/>
<key>likely_cargo</key>
<integer>2<interger>
<key>max_cargo</key>
<integer>10</integer>
<string>police(0.1)</string>
<key>ai_type</key>
<string>pirateAI.plist</string>
</dict>
</dict>
</plist>
Haven't tested it, but should work!
OXPS : The Assassins Guild, Asteroid Storm, The Bank of the Black Monks, Random Hits, The Galactic Almanac, Renegade Pirates can be downloaded from the Elite Wiki here.
- Dr. Nil
- ---- E L I T E ----
- Posts: 983
- Joined: Thu Sep 28, 2006 5:11 pm
- Location: Nearest Hoopy Casino
- Contact:
Good idea.
I think it should be even lower than 1-2% to keep it a real surprise when it happens. A bad cop every 10 to 20 jumps or so seem way too often imo. Perhaps more like police(0.005) or even 0.003?
@LB: Or perhaps you should just sneak it quietly into an update of one of your oxps with a low role. It's even funnier if new players just come across them without having downloaded an oxp with the name. Perhaps they should get some lines like "Pull over, this is a bust!" and "Commander, your taillight is broken!"
I think it should be even lower than 1-2% to keep it a real surprise when it happens. A bad cop every 10 to 20 jumps or so seem way too often imo. Perhaps more like police(0.005) or even 0.003?
@LB: Or perhaps you should just sneak it quietly into an update of one of your oxps with a low role. It's even funnier if new players just come across them without having downloaded an oxp with the name. Perhaps they should get some lines like "Pull over, this is a bust!" and "Commander, your taillight is broken!"
Last edited by Dr. Nil on Fri Jan 26, 2007 2:07 pm, edited 1 time in total.
300 billboards in Your Ad Here!
Astromines and more in Commies.
AVAILABLE HERE along with other Oolite eXpansion Packs.
- LittleBear
- ---- E L I T E ----
- Posts: 2882
- Joined: Tue Apr 04, 2006 7:02 pm
- Location: On a survey mission for GalCop. Ship: Cobra Corvette: Hidden Dragon Rated: Deadly.
Oops just noticed I missed the <key>role</key> off before where is says police! Need to add that!
OXPS : The Assassins Guild, Asteroid Storm, The Bank of the Black Monks, Random Hits, The Galactic Almanac, Renegade Pirates can be downloaded from the Elite Wiki here.
- Dr. Nil
- ---- E L I T E ----
- Posts: 983
- Joined: Thu Sep 28, 2006 5:11 pm
- Location: Nearest Hoopy Casino
- Contact:
I did have some ideas for cultural revolutions/purges happening at times in some commie systems, where the thought police would suddenly fine traders and attack casinos and missionaries.
Bad Cops could also do nasty stuff like fining the player (maybe minor amounts like 0.5Cr).
Bad Cops could also do nasty stuff like fining the player (maybe minor amounts like 0.5Cr).
300 billboards in Your Ad Here!
Astromines and more in Commies.
AVAILABLE HERE along with other Oolite eXpansion Packs.
- Killer Wolf
- ---- E L I T E ----
- Posts: 2278
- Joined: Tue Jan 02, 2007 12:38 pm
- LittleBear
- ---- E L I T E ----
- Posts: 2882
- Joined: Tue Apr 04, 2006 7:02 pm
- Location: On a survey mission for GalCop. Ship: Cobra Corvette: Hidden Dragon Rated: Deadly.
If you gave him a bounty then the other (non-corrupt) cops would fire at the Bad Cop. I think they would fire on him anyway if he attacked you or another Clean ship, as their AI has a scanforOffenders and a "OFFENCE COMMITTED" in it! Weird!
OXPS : The Assassins Guild, Asteroid Storm, The Bank of the Black Monks, Random Hits, The Galactic Almanac, Renegade Pirates can be downloaded from the Elite Wiki here.
- Uncle Reno
- ---- E L I T E ----
- Posts: 648
- Joined: Mon Apr 24, 2006 12:54 pm
- Location: UK
Excellent. Cheers LB for the quick response. I do agree with Dr Nil in that this idea would be best incorporated into a larger OXP, presumably limiting when this happens to particularly governments isn't too difficult?
Perhaps you could even have missions where you have to act as bait by flying an extremely valuable cargo to an Anarchy system where Galcop suspect they are having trouble with crooked cops - you jump in with 1000kg of Platinum, the bad cop decides he wants a piece of your cargo, perhaps with his pirate buddies, and you have to survive until the law abiding cops turn up.
Uh oh, better get back to lurking before somebody suggests that I should learn to code that....
Perhaps you could even have missions where you have to act as bait by flying an extremely valuable cargo to an Anarchy system where Galcop suspect they are having trouble with crooked cops - you jump in with 1000kg of Platinum, the bad cop decides he wants a piece of your cargo, perhaps with his pirate buddies, and you have to survive until the law abiding cops turn up.
Uh oh, better get back to lurking before somebody suggests that I should learn to code that....
"Get back or I unleash my lethal spotted batoid!!"
What I do when not reading the Oolite bulletin board!
What I do when not reading the Oolite bulletin board!
Killer Wolf wrote:that....sucks! you won't be able to defend yourself! if you fire on him you'll go Fudgey status and all the other cops will start on you :-\
Dr Nil has got it right I think, the likelihood of meeting a bad cop should be pretty remote in general gameplay, and when it does occur, it should most likely be in an unstable/anarchic system. It could occur more often in an OXP though where you could perhaps be an undercover agent, looking specifically for bad cops.
The Grey Haired Commander has spoken!
OK so I'm a PC user - "you know whats scary? Out of billions of sperm I was the fastest"
OK so I'm a PC user - "you know whats scary? Out of billions of sperm I was the fastest"
- LittleBear
- ---- E L I T E ----
- Posts: 2882
- Joined: Tue Apr 04, 2006 7:02 pm
- Location: On a survey mission for GalCop. Ship: Cobra Corvette: Hidden Dragon Rated: Deadly.
Next Mission OXP!
"Good morning Mr Jameson, your mission should you decide to accept it, is to terminate with extreem prejudice the Rough Cop XXX in the YYY System. Should you be caught or killed, GalCop will disavow and knowlege of your actions. This Mission Briefing will self-descuct in five seconds...."
"Good morning Mr Jameson, your mission should you decide to accept it, is to terminate with extreem prejudice the Rough Cop XXX in the YYY System. Should you be caught or killed, GalCop will disavow and knowlege of your actions. This Mission Briefing will self-descuct in five seconds...."
OXPS : The Assassins Guild, Asteroid Storm, The Bank of the Black Monks, Random Hits, The Galactic Almanac, Renegade Pirates can be downloaded from the Elite Wiki here.