Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

B9PS issues with Mk2Expansion #383

Closed
JonnyOThan opened this issue Jan 19, 2024 · 1 comment
Closed

B9PS issues with Mk2Expansion #383

JonnyOThan opened this issue Jan 19, 2024 · 1 comment
Labels
bug Something isn't working CFG Requires modulemanager patches or configs Mod Support Related to supporting parts/ivas from some other mod

Comments

@JonnyOThan
Copy link
Collaborator

image

Seems like somehow we're adding two fuelswitch modules?

        MODULE
        {
            title = ModuleB9PartSwitch
            moduleID = fuelSwitch
            switcherDescription = Tank Type
            baseVolume = 800
            SUBTYPE
            {
                title = Structural
                name = Structural
            }
            SUBTYPE
            {
                title = Liquid Fuel
                name = LF
                tankType = LiquidFuel
            }
            SUBTYPE
            {
                title = Liquid Fuel/Oxidizer
                name = LFO
                tankType = LFO
            }
        }
        MODULE
        {
            name = ModuleB9PartSwitch
            moduleID = FreeIva_fuelSwitch
            baseVolume = 800
            SUBTYPE
            {
                name = LFOX
                tankType = FreeIva_LFOX
                addedMass = -0.5
                addedCost = -367.2
            }
        }
        MODULE
        {
            name = ModuleFreeIva
            partInfo = This part can be traversible in IVA with a penalty of 50% of its tank volume.
        }
        MODULE
        {
            name = ModuleB9PartSwitch
            switcherDescription = FreeIva
            moduleID = FreeIvaSwitch
            parentID = FreeIva_fuelSwitch
            SUBTYPE
            {
                name = Blocked
                title = Blocked
            }
            SUBTYPE
            {
                name = Passable
                title = Passable
                volumeAddedToParent = -400
                addedMass = 0.6
                addedCost = 200
                MODULE
                {
                    IDENTIFIER
                    {
                        name = ModuleFreeIva
                    }
                    DATA
                    {
                        passThroughNodeA = top
                        passThroughNodeB = bottom
                    }
                }
            }
        }
@JonnyOThan JonnyOThan added bug Something isn't working CFG Requires modulemanager patches or configs Mod Support Related to supporting parts/ivas from some other mod labels Jan 19, 2024
@JonnyOThan
Copy link
Collaborator Author

Oh, turns out it's a new bug in mk2x: SuicidalInsanity/Mk2Expansion#67

@JonnyOThan JonnyOThan closed this as not planned Won't fix, can't repro, duplicate, stale Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CFG Requires modulemanager patches or configs Mod Support Related to supporting parts/ivas from some other mod
Projects
None yet
Development

No branches or pull requests

1 participant