News:

SimuTranslator
Make Simutrans speak your language.

get_pak.sh problem

Started by Vonjo, March 19, 2013, 09:19:52 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Vonjo

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.

Dwachs

line 42 should read

  unzip -o -C -q "$TEMP/$2" "simutrans/*" -d .  2> /dev/null

Does this help ?
Parsley, sage, rosemary, and maggikraut.

Vonjo

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. :)