I was able to install the Titan pack pretty easily on my Linux dedicated server as follows;
copy the UT3TitanPack.exe file to somewhere and then unrar it.
unrar x UT3TitanPack.exe
This unpacks it with the correct directory structure under the sub directory Patch/
Then as root;
cd Patch
and copy everything to where you installed the game, in my case;
cp -r UTGame/ /usr/local/games/ut3-dedicated/
That was all I had to do, and it works.
copy the UT3TitanPack.exe file to somewhere and then unrar it.
unrar x UT3TitanPack.exe
This unpacks it with the correct directory structure under the sub directory Patch/
Then as root;
cd Patch
and copy everything to where you installed the game, in my case;
cp -r UTGame/ /usr/local/games/ut3-dedicated/
That was all I had to do, and it works.
Comment