SDHI Service Module System

SDHI Service Module System

60.7k Downloads

Service Module rescales after jettison and subsequent scene reload

sumghai opened this issue ยท 2 comments

commented

Starwaster has reported that, after jettisoning the Service Module and reloading the flight scene, the SM appears to be scaled incorrectly:

Starwaster:

It's probably due to the rescaleFactor bug and the service module becoming the root part after decoupling. (i.e., rescaleFactor applied twice when using MODEL nodes, but only applied once for root parts when reloading the scene)(as opposed to loading it from the VAB I guess)

commented

Fixed and tested OK, ready for V2.0.

commented

Bug confirmed.

Starwaster has offered fixes for the part CFGs, which should not break existing crafts:

Service Module

MODEL
{
    model = SDHI/Service Module System/Parts/SDHI_2.5_ServiceModule/ServiceModule
    scale = 1.25, 1.25, 1.25
}

MODEL
{
    model = SDHI/Service Module System/Parts/SDHI_2.5_ServiceModule/SM_Umbilical
    scale = 1.25, 1.25, 1.25
    position = 0.0, 0.5625, -1.206125
}

rescaleFactor = 1.0

node_stack_top = 0.0, 0.43, 0.0, 0.0, 1.0, 0.0
node_stack_bottom = 0.0, -0.84375, 0.0, 0.0, 1.0, 0.0

Avionics Ring

MODEL
{
    model = SDHI/Service Module System/Parts/SDHI_2.5_ServiceModule/AvionicsRing
    scale = 1.25, 1.25, 1.25
}

MODEL
{
    model = SDHI/Service Module System/Parts/SDHI_2.5_ServiceModule/SM_Umbilical
    scale = 1.25, 1.25, 1.25
    position = 0.0, 0.21875, -1.2061625
}

rescaleFactor = 1.0

node_stack_top = 0.0, 0.08625, 0.0, 0.0, 1.0, 0.0
node_stack_bottom = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0