aboutsummarylogtreecommitdiffstats
path: root/next.install
diff options
context:
space:
mode:
Diffstat (limited to 'next.install')
-rw-r--r--next.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/next.install b/next.install
new file mode 100644
index 000000000000..6d365595afb3
--- /dev/null
+++ b/next.install
@@ -0,0 +1,17 @@
+post_install() {
+cat << EOF
+ neXt is built with the Unity3D game engine. As from neXt version 1.473
+ and higher, neXt is built against Unity3D 5.6. From that version on,
+ only SDL2 input controllers are supported. Long story short,
+ you need to setup your USB controller the right way.
+
+ More information can be found at:
+ http://next-rc-heli-simulator.xobor.de/t527f15-The-latest-version-v-can-not-find-usb-controller.html
+
+ P.S. This is still work in progress
+EOF
+}
+
+post_upgrade() {
+ post_install
+}