Jump to content

Errors on parts.cfg


Recommended Posts

Hi,

I don't know where I must post there...

 

I working on a API exposing part data  ( https://forum.kerbalspaceprogram.com/index.php?/topic/174216-ksp-api/ ) but, on working on parts, I have see some errors

 

 

On "making History" parts

The  LV-T91 "Cheetah" and LV-TX87 "Bobcat" Engine, are  declared as Size 2 but they are Size 1p5 in game

In Fuels tanks :
the FL-A150 Fuel Tank Adapter (Size1p5_Size0_Adapter_01) are declared as a size0 => size2 fuelTank, but in game its a size0 => size1p5 fuelTank
the FL-A151L Fuel Tank Adapter (Size1p5_Size1_Adapter_01) are declared as a size2 => size2 fuelTank, but in game its a size1 => size1p5 fuelTank
the FL-A151S Fuel Tank Adapter (Size1p5_Size1_Adapter_02) are declared as a size2 => size2 fuelTank, but in game its a size1 => size1p5 fuelTank
the FL-A215 Fuel Tank Adapter(Size1p5_Size2_Adapter_01) are declared as a size2 => size2 fuelTank, but in game its a size1p5 => size2 fuelTank

 

Generally In several "old parts", the size are not set on node_stack_* attributs ( exemple : mk2_1m_Bicoupler ) or incorrect ( exemple : adapterMk3-Mk2 as a top as size1 and bottom as size3, instead mk2 and mk3)

 

Thanks for game  !

Edited by DrDam
Link to comment
Share on other sites

  On 10/13/2018 at 7:39 AM, DrDam said:

Hi,

I don't know where I must post there...

 

I working on a API exposing part data  ( https://forum.kerbalspaceprogram.com/index.php?/topic/174216-ksp-api/ ) but, on working on parts, I have see some errors

 

 

On "making History" parts

The  LV-T91 "Cheetah" and LV-TX87 "Bobcat" Engine, are  declared as Size 2 but they are Size 1p5 in game

In Fuels tanks :
the FL-A150 Fuel Tank Adapter (Size1p5_Size0_Adapter_01) are declared as a size0 => size2 fuelTank, but in game its a size0 => size1p5 fuelTank
the FL-A151L Fuel Tank Adapter (Size1p5_Size1_Adapter_01) are declared as a size2 => size2 fuelTank, but in game its a size1 => size1p5 fuelTank
the FL-A151S Fuel Tank Adapter (Size1p5_Size1_Adapter_02) are declared as a size2 => size2 fuelTank, but in game its a size1 => size1p5 fuelTank
the FL-A215 Fuel Tank Adapter(Size1p5_Size2_Adapter_01) are declared as a size2 => size2 fuelTank, but in game its a size1p5 => size2 fuelTank

 

Generally In several "old parts", the size are not set on node_stack_* attributs ( exemple : mk2_1m_Bicoupler ) or incorrect ( exemple : adapterMk3-Mk2 as a top as size1 and bottom as size3, instead mk2 and mk3)

 

Thanks for game  !

Expand  

looking at cfg it has 

bulkheadProfiles = size1, srf  ( LV-T91 "Cheetah )and same on the ( LV-TX87 "Bobcat" )

 

Link to comment
Share on other sites

  On 10/13/2018 at 11:42 PM, Mecripp said:

looking at cfg it has 

bulkheadProfiles = size1, srf  ( LV-T91 "Cheetah )and same on the ( LV-TX87 "Bobcat" )

 

Expand  

So Size1 aren't size1p5 .... same problem

  On 10/13/2018 at 9:11 AM, Poodmund said:

You can file an official report on the Kerbal Space Program Bugtracker here: https://bugs.kerbalspaceprogram.com/

Expand  

Thanks

Link to comment
Share on other sites

The thing is that the Chetah contains Size 1.5, and Size 1 bulkhead modes.  It's mode without a base mount is a Size1 and with a base mount is size 1.5.  It thus has two shroud nodes at the bottom as well.  The upper one is a Size 1, the lower one is a Size 1.5

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...