aboutsummarylogtreecommitdiffstats
path: root/next.install
blob: f1b9276e2a01fb8ef47e2eb00bd5564a5176f900 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.
    More information can be found at:
    http://next-rc-heli-simulator.xobor.de/t527f15-The-latest-version-v-can-not-find-usb-controller.html

    Long story short, you need to setup your USB controller the right way:
    Use aur/controllermap or aur/antimicro to generate the SDL config string,
    save it into a simple text file at "~/neXt/controllerconfigs.txt"
    and it will get automatically loaded at the next startup.
EOF
}

post_upgrade() {
    post_install
}