Skip to content

Commit

Permalink
Adjust orbit tolerances
Browse files Browse the repository at this point in the history
  • Loading branch information
Archaegeo committed Mar 17, 2021
1 parent 22d96c3 commit 305d189
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ButtonHUD.conf
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ handlers:
throtPosX = 1300 --export: (Default: 1300)
throtPosY = 540 --export: (Default: 540)
vSpdMeterX = 1525 --export: (Default: 1525)
vSpdMeterY = 250 --export: (Default: 250)
vSpdMeterY = 325 --export: (Default: 325)
altMeterX = 550 --export: (Default: 550)
altMeterY = 540 --export: (Default: 540)
fuelX = 100 --export: (Default: 100)
Expand Down
4 changes: 2 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Fixed script unloading when away from control unit. Note: We are now at our script limit even minimized. We are trying to clean up to give more room,
but this might be the limit of everything in the hud meaning new features would remove old features or we might have to get creative on some things.

Version 5.441
Version 5.442
- Orbiting
- Adjusted tolerances. Should orbit better.
- Adjusted tolerances. Should orbit better at tight orbits

Version 5.44
- Orbiting (note: Trying to establish super low orbits (i.e. 7000m at Alioth) could result in achieving luminary status (burning up))
Expand Down
2 changes: 1 addition & 1 deletion src/ButtonHUD.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ centerY = 540 -- export: (Default: 540)
throtPosX = 1300 -- export: (Default: 1300)
throtPosY = 540 -- export: (Default: 540)
vSpdMeterX = 1525 -- export: (Default: 1525)
vSpdMeterY = 250 -- export: (Default: 250)
vSpdMeterY = 325 -- export: (Default: 325)
altMeterX = 550 -- export: (Default: 550)
altMeterY = 540 -- export: (Default: 540)
fuelX = 100 -- export: (Default: 100)
Expand Down

0 comments on commit 305d189

Please sign in to comment.