Jump to content

Need help making RealAntennas work with OPM.


Recommended Posts

I'm trying to make Real Antennas work for OPM. It currently works for stock Kerbin and Earth on RSS. On OPM everything in the mod works fine, except that there are no ground stations for Kerbin in OPM, which makes the mod unusable. Real Antennas has a PlanetPacks folder with config files for stock and RSS which add the ground stations. I tried copying the config for stock and making it run for OPM to add the 3 Real Antennas ground stations to Kerbin, but it doesn't do anything. I don't know what to do, please help.

Config File I made for OPM:
 

@Kopernicus:FOR[RealAntennas]:NEEDS[Kopernicus,OPM]
{
    @Body[Kerbin]
    {
        @PQS
        {
            @Mods
            {
                City2
                {
                    name = DSNTrackingStation
                    objectName = Kerbal Space Center
                    isKSC = True
                    lat = 0.09694
                    lon = -74
                    alt = 93.7
                    enabled = True
                }
                City2
                {
                    name = DSNTrackingStation
                    objectName = Charon Station
                    isKSC = False
                    lat = 0
                    lon = 54
                    alt = 299.9
                    enabled = True
                }
                City2
                {
                    name = DSNTrackingStation
                    objectName = Pluto Station
                    isKSC = False
                    lat = 0
                    lon = 174
                    alt = 3412.2
                    enabled = True
                }
                @City2[*TrackingStation],*
                {
                    commnetStation = True
                    snapToSurface = True
                    snapHeightOffset = 0
                    up = 0.0, 1.0, 0.0
                    rotation = 0
                    order = 100
                }
                @City2[*TrackingStation],*
                {
                    LOD
                    {
                        Value
                        {
                            visibleRange = 30000
                            keepActive = False
                            model = BUILTIN/Dish
                            scale = 0.1, 0.1, 0.1
                            delete = False
                        }
                    }
                }
            }
        }
    }
}

The block inside @Kopernicus:FOR[RealAntennas]:NEEDS[Kopernicus,OPM] does run, but it doesn't add the ground stations to Kerbin.

Here's the source, if it would be of any help: https://github.com/DRVeyl/RealAntennas/tree/master/GameData/RealAntennas/PlanetPacks

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...