Posted April 23, 2014
keithLaMothe: <snip>
Anyway, let me know if that works for you. Basically the above procedure is all the updater does :)
Thanks for the response - funnily enough I'd just worked it out myself ... Anyway, let me know if that works for you. Basically the above procedure is all the updater does :)
The reason the updater dies is for some reason the current GOG unins000.exe gets a runtime error under wine (Fedora 20 64bit with wine straight from the fedora standard repos) and the updater calls the uninstaller?
The following bash script patched from 1.000 to 1.004 - looking forward to playing tonight (especially after my disastrous first game on my commute this morning)!
cd "${HOME}/.wine/drive_c/GOG Games/The Last Federation"
for i in {1..4}
do
wget -O RuntimeData/updates/100${i}.zip [url=http://lastfed.s3.amazonaws.com/TLF_100${i}.zip]http://lastfed.s3.amazonaws.com/TLF_100${i}.zip[/url]
unzip -o RuntimeData/updates/100${i}.zip
rm -f RuntimeData/updates/100${i}.zip
done
mv DB/Managed/Assembly-CSharp.dll LastFederation_Data/Managed/
Post edited April 23, 2014 by jimbob0i0