Help With Making Staer9's Bushmaster Buyable

Discussion and information relevant to creating special missions, new ships, skins etc.

Moderators: winston, another_commander

Post Reply
User avatar
Twisp
Above Average
Above Average
Posts: 21
Joined: Sat Mar 16, 2013 4:18 pm

Help With Making Staer9's Bushmaster Buyable

Post by Twisp »

I find staer9's design for the Bushmaster to be infatuating, and I feel like the stats are perfect for a starter mining vessel. I've messed around in the shipyard.plist and shipdata.plist files in way similar to how I've added vessels using pre-existing models before, but only seem to make the files unreadable regardless of my approach.

Does anyone have advice, or a modded set of files which make the bushmaster buyable? Any help would be greatly appreciated.
Conducting a deepspace mining operation out in Orrira. Thanking various dieties for the existence of cargo shepherds. Flying the rugged Python Prospector Errant.
User avatar
Amah
---- E L I T E ----
---- E L I T E ----
Posts: 486
Joined: Tue Aug 28, 2012 8:05 pm
Location: aboard the Laenina Crowne - Yasen-N class space freighter
Contact:

Re: Help With Making Staer9's Bushmaster Buyable

Post by Amah »

Hej Twisp,

I'm currently tinkering with something similar (Making the staer9 ships as stand alone, easier to fix and maintain). I shamelessly stole following shipyard.plist entry from pagroove's oldships (hi there, thanks for the tip!).

You also need a staer9_bushmaster_miner-player section in your shipdata.plist as well. (Cut/Copy/Paste and/or use like_ship). Seems to work here. I still got problems with the engines not being displayed correctly, which however might be just a Linux Problem.

shipyard.plist

Code: Select all

<!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>staer9_bushmaster_miner-player</key>
   <dict>
      <key>chance</key>
      <real>0.005</real>
      <key>optional_equipment</key>
      <array>
         <string>EQ_ECM</string>
         <string>EQ_FUEL_SCOOPS</string>
         <string>EQ_PASSENGER_BERTH</string>
         <string>EQ_ESCAPE_POD</string>
         <string>EQ_ENERGY_BOMB</string>
         <string>EQ_ENERGY_UNIT</string>
         <string>EQ_NAVAL_ENERGY_UNIT</string>
         <string>EQ_DOCK_COMP</string>
         <string>EQ_WEAPON_PULSE_LASER</string>
         <string>EQ_WEAPON_BEAM_LASER</string>
         <string>EQ_WEAPON_MINING_LASER</string>
         <string>EQ_WEAPON_MILITARY_LASER</string>
         <string>EQ_FUEL_INJECTION</string>
         <string>EQ_SCANNER_SHOW_MISSILE_TARGET</string>
         <string>EQ_MULTI_TARGET</string>
         <string>EQ_GAL_DRIVE</string>
         <string>EQ_SHIELD_BOOSTER</string>
         <string>EQ_HEAT_SHIELD</string>
      </array>
      <key>price</key>
      <integer>100000</integer>
      <key>standard_equipment</key>
      <dict>
         <key>extras</key>
         <array/>
         <key>forward_weapon_type</key>
         <string>EQ_WEAPON_PULSE_LASER</string>
         <key>missiles</key>
         <integer>1</integer>
      </dict>
      <key>techlevel</key>
      <integer>4</integer>
      <key>weapon_facings</key>
      <integer>3</integer>
   </dict>
</dict>
</plist>
Amah/mld
Ps. Griff's Bug is not too bad as a mining vessel as well.
Amah
User avatar
Twisp
Above Average
Above Average
Posts: 21
Joined: Sat Mar 16, 2013 4:18 pm

Re: Help With Making Staer9's Bushmaster Buyable

Post by Twisp »

Thank you very much for the assistance, Amah. It works perfectly.

EDIT: Im trying to find the OXP containing the "bug" mentioned by you. It looks pretty sweet, but I cant find data on it in the shipyard or shipdata .plist's, and every mention of Ive found seems to list both it and the wolf mk. 2 as seperate OXPs. Can someone throw me a DL for either or both of those?
Conducting a deepspace mining operation out in Orrira. Thanking various dieties for the existence of cargo shepherds. Flying the rugged Python Prospector Errant.
User avatar
Amah
---- E L I T E ----
---- E L I T E ----
Posts: 486
Joined: Tue Aug 28, 2012 8:05 pm
Location: aboard the Laenina Crowne - Yasen-N class space freighter
Contact:

Re: Help With Making Staer9's Bushmaster Buyable

Post by Amah »

You can find all Griff's ships on his box.com repository as individual downloads: -> https://www.box.com/shared/rpkms25cc9
Amah
Post Reply