Borrowing, Loan Sharks and Debt collectors
Moderators: winston, another_commander
- Captain Hesperus
- Grand High Clock-Tower Poobah
- Posts: 2310
- Joined: Tue Sep 19, 2006 1:10 pm
- Location: Anywhere I can sell Trumbles.....
- 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.
Suprisingly the Black Monk ship causes no slow-down on my system (a 4 year old PC!). Check out Assassins as there are some much more detailed ships in there. A mega multi-sided battle (200+ such ships in that OXP does cause a 10 second hang on exiting witch space in the system where they're fighting, but once the ships are added they clip along at a respectable 30 fps).
@Killer Instinct.
Adding mutiple guns is faily easy. Just copy the "gun" texture and modle from Renegage Pirates to your OXP.
This gives you a little modle that you can stick on as a sub-entry where ever you like.
define the gun in shipdata like this:-
If (cos it looks nice) you want to have muti-coloured guns, then define lots of entries like this:
Now stick the guns on the main-ship where you want them like this:-
If you have a look at the Renegade Pirates OXP shipdata, it should make sense.
I shamlessly cribbed this method from Murgh. Some of his ships have as many as 8 guns!
@Killer Instinct.
Adding mutiple guns is faily easy. Just copy the "gun" texture and modle from Renegage Pirates to your OXP.
This gives you a little modle that you can stick on as a sub-entry where ever you like.
define the gun in shipdata like this:-
Code: Select all
<key>yellowgun</key>
<dict>
<key>energy_recharge_rate</key>
<real>1.5</real>
<key>max_energy</key>
<real>200</real>
<key>ai_type</key>
<string>nullAI.plist</string>
<key>forward_weapon_type</key>
<string>WEAPON_MILITARY_LASER</string>
<key>laser_color</key>
<string>yellowColor</string>
<key>model</key>
<string>gun.dat</string>
<key>name</key>
<string>Renegade Laser Mount</string>
<key>roles</key>
<string>yellowgun</string>
</dict>
Code: Select all
<key>bluegun</key>
<dict>
<key>like_ship</key>
<string>yellowgun</string>
<key>laser_color</key>
<string>blueColor</string>
<key>roles</key>
<string>bluegun</string>
</dict>
Code: Select all
<key>subentities</key>
<array>
<string>orangegun 5.0 0.0 27.5 1 0 0 0</string>
<string>yellowgun 1.0 0.0 27.5 1 0 0 0</string>
<string>magentagun -5.0 0.0 27.5 1 0 0 0</string>
<string>sideturret2 -40.0 2.17 -4.33 1 0 0 0</string>
<string>sideturret2 40.0 2.17 -4.33 1 0 0 0</string>
I shamlessly cribbed this method from Murgh. Some of his ships have as many as 8 guns!
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.
- 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.
Yeah 'fraid so!
I did a player version of the renegade python as a test. It still had the big oversized bolt on cannons on the side and they turned towards your target when look at in external view, but woudn't actually fire, even when I gave them ThargoidAI!
I did a player version of the renegade python as a test. It still had the big oversized bolt on cannons on the side and they turned towards your target when look at in external view, but woudn't actually fire, even when I gave them ThargoidAI!
Last edited by LittleBear on Wed Jan 24, 2007 6:25 pm, edited 1 time in total.
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.
- 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.
Griff has contributed a Station for the Black Monk Branches.
Very pretty!
Very pretty!
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.
-
- Competent
- Posts: 54
- Joined: Sat Jun 24, 2006 10:42 pm
- DaddyHoggy
- Intergalactic Spam Assassin
- Posts: 8515
- Joined: Tue Dec 05, 2006 9:43 pm
- Location: Newbury, UK
- Contact:
[emoticon-jaw-hitting-floor] I will take out a loan just so I can visit this place over and over again...
Praise be Griff-the-modeller and LittleBear-the-oxper - long may they reign over the Oolite and all who play in her...
Praise be Griff-the-modeller and LittleBear-the-oxper - long may they reign over the Oolite and all who play in her...
Oolite Life is now revealed hereSelezen wrote:Apparently I was having a DaddyHoggy moment.
- 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.
Black Monks is finished.
You can download it from the link in the Black Monks OXP thread in Expansion Packs (until Oosat is updated).
You can download it from the link in the Black Monks OXP thread in Expansion Packs (until Oosat is updated).
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.