Skip to content

Commit

Permalink
Updated README with correct URL for download, and short OSX install s…
Browse files Browse the repository at this point in the history
…ection
  • Loading branch information
linuxgurugamer committed Apr 27, 2020
1 parent acabb06 commit e563cad
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
ChangeLog

1.8.3.2
Updated README with correct URL for download, and short OSX install section

1.8.3.1
Fixed initialization of variable outside of MonoBehaviour loop
Thanks to github user @bhaan for the following:
Expand Down
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@

Latest version - 1.7-beta for KSP 1.1 and later

[Download v1.7-beta (Windows, KSP x64)](https://github.com/AlexanderDzhoganov/ksp-advanced-flybywire/raw/master/builds/ksp-advanced-flybywire_v1.7_x64.zip)

[Download v1.7-beta (Linux, KSP x86/x64)](https://github.com/AlexanderDzhoganov/ksp-advanced-flybywire/raw/master/builds/ksp-advanced-flybywire_v1.7-linux.zip) (Requires libsdl2)
[Download latest version](https://github.com/linuxgurugamer/ksp-advanced-flybywire/releases)

[Licensed under the MIT License](https://github.com/AlexanderDzhoganov/ksp-advanced-flybywire/blob/master/LICENSE)

Expand Down Expand Up @@ -41,6 +39,10 @@ It dramatically enhances the stock input system with a bunch of fixes and many n

The mod adds a new button to the mod toolbar.

Dependencies
ClickThroughBlocker
ToolbarController

Click the game controller icon or press Shift + L during flight to bring up Fly-By-Wire's main configuration screen.

From there you will see a list of detected controllers. You can click on "Enable" to enable a controller from the list - two new buttons will appear - "Presets" and "Configure".
Expand All @@ -66,3 +68,8 @@ Please report any bugs using [GitHub's issue tracker](https://github.com/Alexand

[Click here for changelog](https://raw.githubusercontent.com/AlexanderDzhoganov/ksp-advanced-flybywire/master/CHANGELOG)


OSX Instructions

Use brew install sdl2 and restart the game.

2 changes: 1 addition & 1 deletion ksp-advanced-flybywire.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"MAJOR": 1,
"MINOR": 8,
"PATCH": 3,
"BUILD": 1
"BUILD": 2
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
Expand Down

0 comments on commit e563cad

Please sign in to comment.