Jump to content

Minalmist

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Minalmist

  1. Just to add another data point on the config.xml issue. I had the same problem this morning. I don't believe it's directly related to install. I deleted the old config (it too had a negative ymax value). I uninstalled trajectories and reloaded and it. Than I looked at several craft and on the third or fourth one it switched into "Line mode". This config file did not have a negative Y value though. I deleted the config file and went back into KSP and to the best of my abilities tried to do the same things but can't reproduce the problem. This is the 2nd bad config file. There are two differences between this file and the first bad config. I'll continue to see if I can reproduce the problem again. 1. xmin/max values & ymin/max values (values from first file listed after ...) 2. the last two lines <bool name="AutoPilotAvailable">0</bool> <bool name="UseCache">1</bool> are transposed. <?xml version="1.0" encoding="utf-8"?> <config> <bool name="DisplayTargetGUI">1</bool> <bool name="DisplayDescentProfileGUI">1</bool> <bool name="DisplaySettingsGUI">1</bool> <bool name="UseBlizzyToolbar">1</bool> <bool name="DisplayTrajectories">0</bool> <bool name="DisplayCompleteTrajectory">1</bool> <bool name="BodyFixedMode">0</bool> <bool name="AutoUpdateAerodynamicModel">1</bool> <rect name="MapGUIWindowPos"> <xmin>1402</xmin> ....<xmin>1384</xmin> <xmax>1654</xmax> ,,,<xmax>1385</xmax> <ymin>143</ymin> ...<ymin>193</ymin> <ymax>77</ymax> ....<ymax>-129</ymax> </rect> <bool name="GUIEnabled">0</bool> <int name="MaxPatchCount">4</int> <int name="MaxFramesPerPatch">15</int> <bool name="UseCache">1</bool> <bool name="AutoPilotAvailable">0</bool> </config>
×
×
  • Create New...