Paksets in the top half of the list (pak64, pak64.japan, pak128, etc) can't be installed. It looks like the archives are downloaded but not extracted properly. Those pakset archives store the pak* directory inside simutrans directory (simutrans/pak*).
Paksets in the bottom half of the list (pakcontrast and below) can be installed.
I'm not sure what caused the problem. Maybe around line 42.
Also, pak64 download link need to be updated for new release.
line 42 should read
unzip -o -C -q "$TEMP/$2" "simutrans/*" -d . 2> /dev/null
Does this help ?
Quote from: Dwachs on March 19, 2013, 10:04:43 AM
line 42 should read
unzip -o -C -q "$TEMP/$2" "simutrans/*" -d . 2> /dev/null
Does this help ?
Yes, it works. :)