The Ur-Quan Masters Discussion Forum

The Ur-Quan Masters Re-Release => General UQM Discussion => Topic started by: danilo_herr on August 08, 2007, 03:31:41 am



Title: I want the complete version
Post by: danilo_herr on August 08, 2007, 03:31:41 am
Hello, I have UQM 0.6.2 installed, but I want the complete version, u know voices, special remixes 3do and videos if possible, my OS is Linux Ubuntu 7.04, if u know a command for get all the packs tell me please, it is a great and classic game, thanks...


Title: Re: I want the complete version
Post by: Defender on August 08, 2007, 04:10:24 am
http://sc2.sourceforge.net/downloads.php


Title: Re: I want the complete version
Post by: danilo_herr on August 11, 2007, 06:29:39 am
Yes I know but i want a command to get the voice, music and remixes, i do not know how to install if i download each package, my OS is Linux Ubuntu 7.04, thanks...


Title: Re: I want the complete version
Post by: Novus on August 11, 2007, 12:25:05 pm
Yes I know but i want a command to get the voice, music and remixes, i do not know how to install if i download each package, my OS is Linux Ubuntu 7.04, thanks...
See this discussion about the same topic (http://ubuntuforums.org/showthread.php?t=8563) on the Ubuntu forum.


Title: Re: I want the complete version
Post by: AngusThermopyle on August 11, 2007, 02:00:21 pm
See this topic:

http://uqm.stack.nl/forum/index.php?topic=3685.0 (http://uqm.stack.nl/forum/index.php?topic=3685.0)

Worked for me.  ;)


Title: Re: I want the complete version
Post by: Novus on August 11, 2007, 02:18:06 pm
Did you even read the documentation included with the Ubuntu UQM package? Quoting from /usr/share/doc/uqm/README.Debian from the Ubuntu 7.04 uqm package:

Quote from: Joey Hess, joeyh@debian.org
To play the game you need at least the uqm and uqm-content packages.
Those packages are included in the Debian archive.

You can optionally install the uqm-music package, which adds better quality
music, and the uqm-voice package, which adds full dialog support to the
game. Be warned that the uqm-voice package is over 100Mb! Since these
packages are large, and until Debian gets a 'data' section, they are
currently not available in the Debian archive.  there is an apt repository at uqm.debian.net that has these
packages in it. It is maintained by the same person who maintains the uqm
packages in Debian. To use the apt repository, add this line to your
/etc/apt/sources.list:

Code:
  deb http://uqm.debian.net/ unstable/

A mirror is also available thanks to Tollef Fog Heen (updated daily):

Code:
  deb http://mirror.err.no/uqm/ unstable/

Replace the "unstable" with whatever version of Debian you are using, be it
"testing" or "stable" to get packages that match the uqm package in Debian.

Add the repository's key to your apt keyring:

Code:
wget -O - http://uqm.debian.net/key.gpg | sudo apt-key add -

Then run apt-get update, and you may apt-get install uqm-music and
uqm-voice.


Title: Re: I want the complete version
Post by: danilo_herr on August 15, 2007, 08:04:12 pm
Thanks for your help, now I have the music and voices, the last question how can i get the remixes and how can i install?. thanks a lot....


Title: Re: I want the complete version
Post by: Novus on August 16, 2007, 11:11:16 am
You'll have to grab the remix packs from the UQM download page (http://sc2.sourceforge.net/downloads.php) (no Debian or Ubuntu packages available that I can find). Just follow the instructions on the download page; your UQM content directory is /usr/share/games/uqm/content/.


Title: Re: I want the complete version
Post by: danilo_herr on August 18, 2007, 07:52:14 pm
I do not have acces to this folder, i cannot copy the files in there, how can i do it?


Title: Re: I want the complete version
Post by: Novus on August 18, 2007, 11:31:07 pm
I do not have acces to this folder, i cannot copy the files in there, how can i do it?
I'm assuming you have root-equivalent access, as you've been installing packages to these directories. Ubuntu doesn't seem to allow root logins, so you probably need to use sudo.

The following ought to do the trick:
Code:
sudo mkdir -p /usr/share/games/uqm/content/packages/addons/uqmremix
sudo cp uqm-remix-pack?.zip /usr/share/games/uqm/content/packages/addons/uqmremix/


Title: Re: I want the complete version
Post by: danilo_herr on August 20, 2007, 07:21:33 pm
Thanks now i have the remixes, i did it with $ sudo nautilus, thanks a lot.