aboutsummarylogtreecommitdiffstats
path: root/next.install
blob: 93b02e20b780a5221d02525f257e34bf750f670a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
}