You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vscale seems to increase mass and cost for all parts in ROTanks, so it seems to be an ROHeatshields-specific issue. The adjustable HS and HIAD both seem to have lines that would allow for the mass and cost to scale with the vertical scale, but as several, such as myself, have noted (such as in #17 (comment) (relevant chat)), this does not work.
Perhaps something to do with the fact that its defined in Procedural Parts instead of the ROLibrary? I've reached my limit, hopefully someone can figure out this mess. 🙏
The text was updated successfully, but these errors were encountered:
Vscale seems to increase mass and cost for all parts in ROTanks, so it seems to be an ROHeatshields-specific issue. The adjustable HS and HIAD both seem to have lines that would allow for the mass and cost to scale with the vertical scale, but as several, such as myself, have noted (such as in #17 (comment) (relevant chat)), this does not work.
ROHeatshields/GameData/ROHeatshields/Parts/AdjustableHS.cfg
Lines 96 to 99 in 70da244
ROHeatshields/GameData/ROHeatshields/Parts/AdjustableHIAD.cfg
Lines 96 to 99 in 70da244
Doing a quick search for scaleMass in the KSP-RO org shows that it seems to only be defined in ROLibrary/Source/ROLib/Modules/ModuleROTank.cs.
Even stranger, doing a search for UpdateMass in the KSP-RO org (the related function) shows that the function is not only defined in L706 of the aforementioned file, but that it is also defined in ProceduralParts/Source/ProceduralHeatshield.cs.
Perhaps something to do with the fact that its defined in Procedural Parts instead of the ROLibrary? I've reached my limit, hopefully someone can figure out this mess. 🙏
The text was updated successfully, but these errors were encountered: