Mini-howto: EvolutionRTS updates on linux
Posted: 24 Apr 2008, 08:02
This is just a rough breakdown so you don't have to fidget with wine & the windows updater exe, which, by the way, doesn't work under linux.
It also appears as though there will be deltas to update between base releases, so that's what that other file on the web directory is for.
Oh and yes, I was too lazy to script this, mainly 'cause I couldn't be bothered to enable the script to find and verify the right xdelta executable (parse xdelta* -version or somesuch). I also felt this wasn't quite elaborate enough yet to put it on the wiki. By all means, if you want to improve on either front, go ahead with it. :)
- Install xdelta3 (http://xdelta.org, for Gentoo I know its in the sabayon overlay)
- Go to http://evolutionrts.info/evolutionpatches
- Download the latest base file (you only need the latest)
- Download the latest delta* file
- Runor whatever applies to your respective filenames
Code: Select all
xdelta3 -f -d -s EvolutionRTS_Base_Version_v3 deltaevo_v3 EvolutionRTS_Installer_Version.sd7
- Put EvolutionRTS_Installer_Version.sd7 into ~/.spring/mods
It also appears as though there will be deltas to update between base releases, so that's what that other file on the web directory is for.
Oh and yes, I was too lazy to script this, mainly 'cause I couldn't be bothered to enable the script to find and verify the right xdelta executable (parse xdelta* -version or somesuch). I also felt this wasn't quite elaborate enough yet to put it on the wiki. By all means, if you want to improve on either front, go ahead with it. :)