[MacOS] Pathfinder: Kingmaker - Imperial Edition GOG

User avatar
vastyr
T-Meg
Posts: 10852
Joined: 28 Oct 2016, 15:10
Location: on top of a tree.
Has thanked: 4194 times
Been thanked: 47832 times

[MacOS] Pathfinder: Kingmaker - Imperial Edition GOG

Post by vastyr »

Pathfinder: Kingmaker - Imperial Edition + DLC v2_1_7b_fix_again_47360 GOG
► bypass gdrive download quota
► The Ninja-King
User avatar
macquorra
Модератор
Модератор
Posts: 1376
Joined: 15 Aug 2020, 19:03
Location: /dev/null
Has thanked: 650 times
Been thanked: 2254 times

[MacOS] Pathfinder: Kingmaker - Imperial Edition GOG

Post by macquorra »

Altroubles, Please try unzipping with Keka/The Unarchiver. This is a 7z compression so it won't be unzipped with the built-in tool MacOS have. :dntknw:
You can always use Terminal with:

Code: Select all

7z x pathfinder__kingmaker_enUS_2_1_7b_fix_again_47360.zip.001
GOG .pkg-Installer Error?? TAKE THIS
Thanks everyone contributed and coded this!
User avatar
Yasha
T-Infinity
Posts: 664
Joined: 01 Feb 2018, 12:21
Has thanked: 407 times
Been thanked: 2574 times

[MacOS] Pathfinder: Kingmaker - Imperial Edition GOG

Post by Yasha »

macquorra wrote: 30 Oct 2021, 06:36 Please try unzipping with Keka/The Unarchiver. This is a 7z compression so it won't be unzipped with the built-in tool MacOS have.
Why compress the compressed file (*.pkg is XAR archive)?
You can split the installation file into pieces with ZIP, but without compression:

Code: Select all

zip -0 -s 2g pathfinder__kingmaker_enUS_2_1_7b_fix_again_47360.pkg.zip pathfinder__kingmaker_enUS_2_1_7b_fix_again_47360.pkg
or 7z:

Code: Select all

7z a -ttar -v2g pathfinder__kingmaker_enUS_2_1_7b_fix_again_47360.pkg
User avatar
macquorra
Модератор
Модератор
Posts: 1376
Joined: 15 Aug 2020, 19:03
Location: /dev/null
Has thanked: 650 times
Been thanked: 2254 times

[MacOS] Pathfinder: Kingmaker - Imperial Edition GOG

Post by macquorra »

I've done it with the code below, should be the same, no?

Code: Select all

7z a -v2g pathfinder__kingmaker_enUS_2_1_7b_fix_again_47360.pkg.zip pathfinder__kingmaker_enUS_2_1_7b_fix_again_47360.pkg
GOG .pkg-Installer Error?? TAKE THIS
Thanks everyone contributed and coded this!
User avatar
Yasha
T-Infinity
Posts: 664
Joined: 01 Feb 2018, 12:21
Has thanked: 407 times
Been thanked: 2574 times

[MacOS] Pathfinder: Kingmaker - Imperial Edition GOG

Post by Yasha »

macquorra wrote: 30 Oct 2021, 10:28 I've done it with the code below, should be the same, no?
No. Your command compress the file with default 7z preset.
See my edited post.

If you compress already compressed data, then the compression ratio will not be or it will be minimal, but compression and uncompression time will take much more.

You can use split, it is in any Linux distribution, probably it is in macOS. 7z isn't required.
To split a file:

Code: Select all

split --verbose -b 2G pathfinder__kingmaker_enUS_2_1_7b_fix_again_47360.pkg pathfinder__kingmaker_enUS_2_1_7b_fix_again_47360.pkg_splitted_
merge files into a single file back:

Code: Select all

cat pathfinder__kingmaker_enUS_2_1_7b_fix_again_47360.pkg_splitted_* > pathfinder__kingmaker_enUS_2_1_7b_fix_again_47360.pkg
checksum:

Code: Select all

sha256sum pathfinder__kingmaker_enUS_2_1_7b_fix_again_47360.pkg
0sdf867578s9d8f7879s8d98g90d9878s6gd7878s09gd8sydfjk30epr,vni9e0grp
And it's better to quotes file names to prevemt errors:

Code: Select all

split --verbose -b 2G "pathfinder__kingmaker_enUS_2_1_7b_fix_again_47360.pkg" "pathfinder__kingmaker_enUS_2_1_7b_fix_again_47360.pkg_splitted_"
Altroubles
Mini-Hunter
Posts: 2
Joined: 23 Apr 2021, 13:06

[MacOS] Pathfinder: Kingmaker - Imperial Edition GOG

Post by Altroubles »

macquorra wrote: 30 Oct 2021, 06:36 ltroubles, Please try unzipping with Keka/The Unarchiver. This is a 7z compression so it won't be unzipped with the built-in tool MacOS have.
I used Keka and it worked! Thanks!
Post Reply
  • Similar Topics
    Replies
    Views
    Last post