diff --git a/AtmosphereAutopilot/Global_settings.txt b/AtmosphereAutopilot/Global_settings.txt index 80d0ab3..b2d02f9 100644 --- a/AtmosphereAutopilot/Global_settings.txt +++ b/AtmosphereAutopilot/Global_settings.txt @@ -20,6 +20,36 @@ Acceleration_controller window_x = 308 window_y = 78 } +Autopilot_module_manager +{ + master_switch_key = P + window_x = 52 + window_y = 80 +} +settings_wnd +{ + window_x = 272 + window_y = 79 + window_width = 200 + profiles + { + default + { + moderate_aoa = True + moderate_sideslip = True + moderate_g = True + moderate_g_hor = True + wing_leveler = True + max_aoa = 15 + max_g = 15 + max_sideslip = 15 + max_g_hor = 15 + ptich_v = 0.7 + roll_v = 3 + yaw_v = 0.5 + } + } +} Flight_model { aoa_virtual_gain = 0.95 @@ -107,39 +137,11 @@ AoA_controller Standard_Fly-By-Wire { moderation_keycode = O + rocket_mode_keycode = None + coord_turn_keycode = None window_x = 53 window_y = 221 } -Autopilot_module_manager -{ - master_switch_key = P - window_x = 52 - window_y = 80 -} -settings_wnd -{ - window_x = 272 - window_y = 79 - window_width = 200 - profiles - { - default - { - moderate_aoa = True - moderate_sideslip = True - moderate_g = True - moderate_g_hor = True - wing_leveler = True - max_aoa = 15 - max_g = 15 - max_sideslip = 15 - max_g_hor = 15 - ptich_v = 0.7 - roll_v = 3 - yaw_v = 0.5 - } - } -} hotkey_manager { window_x = 160 diff --git a/AtmosphereAutopilot/Properties/AssemblyInfo.cs b/AtmosphereAutopilot/Properties/AssemblyInfo.cs index 121cd1e..6381baa 100644 --- a/AtmosphereAutopilot/Properties/AssemblyInfo.cs +++ b/AtmosphereAutopilot/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.5.3.0")] -[assembly: AssemblyFileVersion("1.5.3.0")] +[assembly: AssemblyVersion("1.5.4.0")] +[assembly: AssemblyFileVersion("1.5.4.0")] diff --git a/README.md b/README.md index 3dbd6dd..8626871 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,9 @@ Each Autopilot and Module has it's own GUI window. All of them (even inactive on # Hotkeys "Hotkey manager" window is placed into Application Launcher window list. It's contents are registered hotkeys, wich can be changed during runtime. +There are two main hotkeys: +* "Master switch" - toggles Master Switch. +* Shift + "Master switch" - toggles GUI of "Autopilot Module Manager". # Craft implications and limitations "Control from here" part is facing prograde, with close-to-zero angle of attack bias. Planar symmetry is implied (left and right side of the plane are mirrored), as well as good degree of pitch-yaw and pitch-roll control isolation. Axial engine symmetry is strongly recommended. No wind mods are supported, as well as any mods, wich are changing control surface, rcs and engine gimbaling behaviour.