You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GUILayout.Label("Need some help with RemoteTech?\nLook on our online manual or if you can't find your answer, than post your question on our thread. (Browser opens on click)",this.mGuiRunningText);
255
+
GUILayout.Label("Need some help with RemoteTech?\nLook on our online manual or if you can't find your answer, then post your question on our thread. (Browser opens on click)",this.mGuiRunningText);
this.mSettings.HideGroundStationsBehindBody=GUILayout.Toggle(this.mSettings.HideGroundStationsBehindBody,(this.mSettings.HideGroundStationsBehindBody)?"Ground stations are hidden behind bodys":"Ground stations always shown");
391
+
this.mSettings.HideGroundStationsBehindBody=GUILayout.Toggle(this.mSettings.HideGroundStationsBehindBody,(this.mSettings.HideGroundStationsBehindBody)?"Ground stations are hidden behind bodies":"Ground stations always shown");
392
392
GUILayout.Label("If true, ground stations occluded by the body they’re on will not be displayed. This prevents ground stations on the other side of the planet being visible through the planet itself.",this.mGuiHintText);
393
393
394
-
this.mSettings.HideGroundStationsOnDistance=GUILayout.Toggle(this.mSettings.HideGroundStationsOnDistance,(this.mSettings.HideGroundStationsOnDistance)?"Ground stations are hidden on a defined distance":"Ground stations always shown");
395
-
GUILayout.Label("If true, ground stations will be invisible past a defined distance to the mapview camera.",this.mGuiHintText);
394
+
this.mSettings.HideGroundStationsOnDistance=GUILayout.Toggle(this.mSettings.HideGroundStationsOnDistance,(this.mSettings.HideGroundStationsOnDistance)?"Ground stations are hidden on a defined distance":"Ground stations are always shown");
395
+
GUILayout.Label("If true, ground stations will be invisible past a defined distance to the map view camera.",this.mGuiHintText);
396
396
397
397
this.mSettings.ShowMouseOverInfoGroundStations=GUILayout.Toggle(this.mSettings.ShowMouseOverInfoGroundStations,(this.mSettings.ShowMouseOverInfoGroundStations)?"Mouseover of ground stations enabled":"Mouseover of ground stations disabled");
398
-
GUILayout.Label("If enabled you can get some useful informations of a ground station by moving the mouse over it on the map view / tracking station",this.mGuiHintText);
398
+
GUILayout.Label("If enabled, you can get some useful information of a ground station by mouseover on the map view / Tracking Station.",this.mGuiHintText);
this.mSettings.ThrottleTimeWarp=GUILayout.Toggle(this.mSettings.ThrottleTimeWarp,(this.mSettings.ThrottleTimeWarp)?"RemoteTech will throttle timewarp":"RemoteTech will not throttle timewarp");
407
+
this.mSettings.ThrottleTimeWarp=GUILayout.Toggle(this.mSettings.ThrottleTimeWarp,(this.mSettings.ThrottleTimeWarp)?"RemoteTech will throttle time warp":"RemoteTech will not throttle time warp");
408
408
GUILayout.Label("If set, the flight computer will automatically come out of time warp a few seconds before executing a queued command. If unset, the player is responsible for making sure the craft is not in time warp during scheduled actions.",this.mGuiHintText);
409
409
410
410
this.mSettings.ThrottleZeroOnNoConnection=GUILayout.Toggle(this.mSettings.ThrottleZeroOnNoConnection,(this.mSettings.ThrottleZeroOnNoConnection)?"Throttle to zero on no connection":"Keeps the throttle on no connection");
411
-
GUILayout.Label("If true, the flight computer cuts the thrust (not on boosters) if you have no connection to mission control.",this.mGuiHintText);
411
+
GUILayout.Label("If true, the flight computer cuts the thrust (not solid rocket boosters) if you have no connection to Mission Control.",this.mGuiHintText);
412
412
413
-
this.mSettings.UpgradeableMissionControlAntennas=GUILayout.Toggle(this.mSettings.UpgradeableMissionControlAntennas,(this.mSettings.UpgradeableMissionControlAntennas)?"MissionControl antennas are upgradeable":"MissionControl antennas are not upgradeable");
414
-
GUILayout.Label("If this option is activated, the mission control ground station would be upgradable with the tracking center.",this.mGuiHintText);
413
+
this.mSettings.UpgradeableMissionControlAntennas=GUILayout.Toggle(this.mSettings.UpgradeableMissionControlAntennas,(this.mSettings.UpgradeableMissionControlAntennas)?"Mission Control antennas are upgradeable":"Mission Control antennas are not upgradeable");
414
+
GUILayout.Label("If this option is activated, the Mission Control ground station would be upgradeable with the Tracking center.",this.mGuiHintText);
415
415
416
416
this.mSettings.AutoInsertKaCAlerts=GUILayout.Toggle(this.mSettings.AutoInsertKaCAlerts,(this.mSettings.AutoInsertKaCAlerts)?"Auto insert alarms to KaC":"No alarm inserts to KaC");
417
417
GUILayout.Label("If this option is activated, the flight computer will automatically insert an alarm to the Kerbal Alarm Clock (KaC) mod for burn and maneuver commands. The alarm will be triggered three minutes before the command executes.",this.mGuiHintText);
this.mSettings.ControlAntennaWithoutConnection=GUILayout.Toggle(this.mSettings.ControlAntennaWithoutConnection,(this.mSettings.ControlAntennaWithoutConnection)?"No Connection needed to control antennas":"Connection is needed to control antennas");
470
-
GUILayout.Label("You can activate or deactivate antennas even without a connection to ksc.",this.mGuiHintText);
469
+
this.mSettings.ControlAntennaWithoutConnection=GUILayout.Toggle(this.mSettings.ControlAntennaWithoutConnection,(this.mSettings.ControlAntennaWithoutConnection)?"No connection is needed to control antennas":"Connection is needed to control antennas");
470
+
GUILayout.Label("You can activate or deactivate antennas even without a connection to Mission Control.",this.mGuiHintText);
0 commit comments