From e563cad8a5de128f79f97937e44a569eeee96247 Mon Sep 17 00:00:00 2001 From: Jonathan Bayer Date: Mon, 27 Apr 2020 08:01:02 -0400 Subject: [PATCH] Updated README with correct URL for download, and short OSX install section --- CHANGELOG | 3 +++ README.md | 13 ++++++++++--- ksp-advanced-flybywire.version | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 35304c8..aca5af7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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: diff --git a/README.md b/README.md index 84e4136..7b6db5a 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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". @@ -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. + diff --git a/ksp-advanced-flybywire.version b/ksp-advanced-flybywire.version index 4a679da..79768b7 100644 --- a/ksp-advanced-flybywire.version +++ b/ksp-advanced-flybywire.version @@ -10,7 +10,7 @@ "MAJOR": 1, "MINOR": 8, "PATCH": 3, - "BUILD": 1 + "BUILD": 2 }, "KSP_VERSION_MIN": { "MAJOR": 1,