eXtr33m wrote:
Weeeee Thx! :D
Altough i cant watch any demos, some permission problem, but i will solve that..
I assume you're on a *nix system.
Have you ran the game as root at some point?
In that case:
Code:
sudo chown -R your_username_here ~/.q3a
chmod -R u+rw ~/.q3a
The first command will set you to the owner of your .q3a folder and all of it's content (~/.q3a is where all Quake III Arena (and thus Urban Terror as well since it's officialy a mod for q3a) user-specific files are stored(that includes config, demos, maps, ...)).
The second one will allow you to read and write all files there. Replace it with
Code:
chmod -R u+r ~/.q3a
if you had your config locked (or if you want to preserve any other read-only-ness).