Skip to content

Commit

Permalink
prerelease polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris-Barboris committed Jun 17, 2016
1 parent 91f951a commit 2aee74d
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 32 deletions.
62 changes: 32 additions & 30 deletions AtmosphereAutopilot/Global_settings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions AtmosphereAutopilot/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2aee74d

Please sign in to comment.