Posted May 16, 2020
The linux installer is listed as two files, but when I download them they both have the same name and each appears to be a full installer by itself.
I installed both versions. The game installed from the part two installer works without issue. The game from the part one installer needed a file to be marked as executable, but then it also ran fine.
Comparing the two installations, the game files are identical, but some of the mojosetup files are different
$ diff -qrN Terraria Terraria_alt/
Files Terraria/.mojosetup/gog_com-Terraria_1.desktop and Terraria_alt/.mojosetup/gog_com-Terraria_1.desktop differ
Files Terraria/.mojosetup/manifest/Terraria.lua and Terraria_alt/.mojosetup/manifest/Terraria.lua differ
Files Terraria/.mojosetup/manifest/Terraria.xml and Terraria_alt/.mojosetup/manifest/Terraria.xml differ
Files Terraria/.mojosetup/meta/gtk-2.0/pixmaps/background.png and Terraria_alt/.mojosetup/meta/gtk-2.0/pixmaps/background.png differ
Files Terraria/.mojosetup/scripts/config.lua and Terraria_alt/.mojosetup/scripts/config.lua differ
Files Terraria/start.sh and Terraria_alt/start.sh differ
Some of the differences are just because of the install path. But there are a bunch of changes in the manifest xml and lua files. I didn't check but it might just be the order of the contents are different because the files are almost the same size.
There is also a minor difference in the start script
diff -r Terraria/start.sh Terraria_alt/start.sh
19c19
< chmod +x *
---
> chmod +x "Terraria"
So it looks like part two is the correct installer?
I installed both versions. The game installed from the part two installer works without issue. The game from the part one installer needed a file to be marked as executable, but then it also ran fine.
Comparing the two installations, the game files are identical, but some of the mojosetup files are different
$ diff -qrN Terraria Terraria_alt/
Files Terraria/.mojosetup/gog_com-Terraria_1.desktop and Terraria_alt/.mojosetup/gog_com-Terraria_1.desktop differ
Files Terraria/.mojosetup/manifest/Terraria.lua and Terraria_alt/.mojosetup/manifest/Terraria.lua differ
Files Terraria/.mojosetup/manifest/Terraria.xml and Terraria_alt/.mojosetup/manifest/Terraria.xml differ
Files Terraria/.mojosetup/meta/gtk-2.0/pixmaps/background.png and Terraria_alt/.mojosetup/meta/gtk-2.0/pixmaps/background.png differ
Files Terraria/.mojosetup/scripts/config.lua and Terraria_alt/.mojosetup/scripts/config.lua differ
Files Terraria/start.sh and Terraria_alt/start.sh differ
Some of the differences are just because of the install path. But there are a bunch of changes in the manifest xml and lua files. I didn't check but it might just be the order of the contents are different because the files are almost the same size.
There is also a minor difference in the start script
diff -r Terraria/start.sh Terraria_alt/start.sh
19c19
< chmod +x *
---
> chmod +x "Terraria"
So it looks like part two is the correct installer?