Skip to content

stock CommDish anomaly only displays as a collision mesh when editing and the actual object is never visible #31

@KSAMissionCtrl

Description

@KSAMissionCtrl

This issue was raised in the current KK thread here - https://forum.kerbalspaceprogram.com/topic/204210-ksp-18-kerbal-konstructs-continued/?do=findComment&comment=4440833

However I also raised this issue on Ger-space's KK thread here - https://forum.kerbalspaceprogram.com/topic/151818-181-kerbal-konstructs-18115-15dec2019/page/71/#comment-3788938

Thanks to another user fortuitously using a mod that allowed him to see the dish object, I was able to use that mod (KSRSS) to finally trace down the root cause, which apparently is the city2 PQSMods that reference the tracking dish anomalies. So by using this patch in my game install with 400+ mods I was able to get the dishes to show up again:

@Kopernicus:FINAL
{
    @Body[Kerbin]
    {
        @PQS
        {
            @Mods
            {
                !City2[CommNetDish],* {}
                !City2[Larkes] {}
            }
        }
    }
}

@Kopernicus:FIRST
{
    @Body[Kerbin]
    {
        @Template
        {
            removeAllPQSMods = True
        }
        @PQS
        {
	    Mods
	    {
                // all the default mods as dumped by kittopiatech
            }
        }      
    }
}

So I'm stripping the default PQS mods, adding all of them back in manually, then stripping out just the ones referencing the comm dishes

Not sure why this works but it does

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions