Jump to content

lucas4114

New Members
  • Posts

    1
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. 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
×
×
  • Create New...