aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorremspoor2017-09-14 02:11:14 +0200
committerremspoor2017-09-14 02:11:14 +0200
commitccc223753e9e9c8d6442716d53c80c76cf15f2e7 (patch)
tree59d105660da448d8dd9072f3d9dc996ef436fb74
parentc763d65ca50f2cc0218d1810c7a8cda7e82b0f93 (diff)
downloadaur-ccc223753e9e9c8d6442716d53c80c76cf15f2e7.tar.gz
Added some information about not working USB controlles
-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
+}