DRVeyl

Results 27 comments of DRVeyl

This looks like it might be effectively dead (no new comments since Aug 2020). I think the RO team is interested in this feature, however. Should we fork the source...

I believe this relates to some PAW caching behaviour, apparently introduced after KSP 1.8. (As in, this is not observed in a 1.8 build, but is in 1.10) See also...

The relevant code you're looking at is here: Condensed here: ``` // range of DSN at max. level var maxDsnRange = GameVariables.Instance.GetDSNRange(1f); // signal strength at ~ average earth -...

Should these tags come with a :NEEDS[CWPT] to avoid spamming the KSP log with eg: ``` [LOG 14:55:01.489] PartLoader: Compiling Part 'Bluedog_DB/Parts/Explorer/bluedog_Pioneer4/bluedog_Pioneer4' [WRN 14:55:01.494] PartLoader Warning: Variable techtag not found...

That is -the- KSP PartLoader that runs after all MM patching is complete, when it builds the prefab/availablePart parts, warning that it found a parameter for a `PART` that doesn't...

Need to bound the question a bit more. There's a lot of variables: the dish size of each antenna, the configured transmission power, the configured frequency (RF band), the desired...

There isn't, yet. PR's accepted! The example config files are in: https://github.com/DRVeyl/RealAntennas/blob/master/GameData/RealAntennas/PlanetPacks You would do something that looks very similar to the Stock config file, except with :NEEDS[KerbinSide]. Just create...

``` KK_GroupCenter { Group = Carrier2 CelestialBody = Kerbin RadialPosition = -91919.6563,281697.219,521725.438 Orientation = 0,1,0 RadiusOffset = 0 RotationAngle = 0 ModelScale = 1 } ``` ... Oi. I don't...