Pelamis

For test results, bug reports, announcements of new builds etc.

Moderators: winston, another_commander, Getafix

Post Reply
User avatar
Zbond-Zbond
---- E L I T E ----
---- E L I T E ----
Posts: 410
Joined: Mon Nov 24, 2008 3:49 am
Location: Healesville, Australia

Pelamis

Post by Zbond-Zbond »

Pelamis not loading ExtraFuelTank?

Delete this

<key>roles</key>
<string>trader(1.5) pirate(0.25) hunter(0.125) shuttle(1.25) pelamis</string>

from shipdata.plist for the player ship and ExtraFuelTank will load (from pylon to main fuel tank) normally.
User avatar
Frame
---- E L I T E ----
---- E L I T E ----
Posts: 1477
Joined: Fri Mar 30, 2007 8:32 am
Location: Witchspace

Re: Pelamis

Post by Frame »

Zbond-Zbond wrote:
Pelamis not loading ExtraFuelTank?

Delete this

<key>roles</key>
<string>trader(1.5) pirate(0.25) hunter(0.125) shuttle(1.25) pelamis</string>

from shipdata.plist for the player ship and ExtraFuelTank will load (from pylon to main fuel tank) normally.
you should not delete it entirely

it should instead look like this

Code: Select all

<key>roles</key>
		<string>player</string>
I guess the code has a built in function to default the role of the ship to player when it has no roles at all..

Cheers Frame...
Bounty Scanner
Number 935
User avatar
JensAyton
Grand Admiral Emeritus
Grand Admiral Emeritus
Posts: 6657
Joined: Sat Apr 02, 2005 2:43 pm
Location: Sweden
Contact:

Re: Pelamis

Post by JensAyton »

Frame wrote:
I guess the code has a built in function to default the role of the ship to player when it has no roles at all.
In 1.72 and later, a ship with no roles setting will not be loaded at all. For earlier versions, I have no clue what would happen.
Post Reply