PDA

View Full Version : Patch - uh, is it really working?


Ed Kolis
February 14th, 2005, 01:17 AM
This is odd... I thought I knew how to install the linux patch - just extract it into my dominions2 folder, right? Well, I did that (made sure I was root so I could actually overwrite the files)... and when I load up the game it still says 2.02! http://forum.shrapnelgames.com/images/smilies/confused.gif

Thilock_Dominus
February 14th, 2005, 01:24 AM
Did you install it Global or local?

Global: copy dom2 to /usr/local/bin and the rest including the dom2 file to /usr/local/games/dominions2

Open up the Terminal/konsole or which one your prefered.

su
<your root password>
cd /where/your/patch/is
cp dom2 /usr/local/bin

to move files use the mv command eg. mv -f dom2 /usr/local/games/dominions2

Ed Kolis
February 14th, 2005, 02:38 AM
Thanks! I just didn't move dom2 to /usr/local/bin http://forum.shrapnelgames.com/images/smilies/tongue.gif