I noticed the 'make install' command was broken.
The first mistake was the incorrect install location (newgrf instead of baseset)
The second mistake was that the .tar file is copied, but OpenTTD does not support playing music from a .tar (it must be extracted).
I fixed the first mistake by changing the target dir.
I fixed the 2nd mistake by installing the directory itself instead of the .tar file.
I noticed the 'make install' command was broken. The first mistake was the incorrect install location (
newgrf
instead ofbaseset
) The second mistake was that the.tar
file is copied, but OpenTTD does not support playing music from a.tar
(it must be extracted).I fixed the first mistake by changing the target dir. I fixed the 2nd mistake by installing the directory itself instead of the
.tar
file.