| View previous topic :: View next topic |
| Author |
Message |
printf n00b

Joined: 02 Dec 2010 Posts: 48
|
Posted: Wed Mar 02, 2011 5:49 am Post subject: running quake3+teamarena with .pak files in user directory |
|
|
i installed ioquake3 and teamarena, and it works perfectly, but the .pak files (baseq3 and missionpack) are in the /usr/share/games/quake3
i would like to have them in my user (~/.q3a) because i dont like the idea of having game data files manually put somewhere in the non-home directory |
|
| Back to top |
|
 |
PaulBredbury Watchman


Joined: 14 Jul 2005 Posts: 6609
|
Posted: Wed Mar 02, 2011 7:08 am Post subject: Re: running quake3+teamarena with .pak files in user directo |
|
|
| printf wrote: | | i dont like the idea |
Why not? It's perfectly normal. Linux uses groups and permissions - it's secure and sensibly shareable, if ya don't screw up the setup. |
|
| Back to top |
|
 |
printf n00b

Joined: 02 Dec 2010 Posts: 48
|
Posted: Wed Mar 02, 2011 7:30 am Post subject: |
|
|
somehow i felt that somewhere in the first few answers at least one will be a "this ianswer will not solve your problem but why dont you like that idea" -type (no offense, its just amusing sometimes ).
idea:
-~/.q3a is one of the locations where quake3 searches for pak files
-one user computer, so no need to have the data files accessible by everyone
-while i left pretty much enough space on / to be able to install almost everything from portage, having this ~800 mbyte in the home directory will save up space and i will not forget about it and leave it taking up space in the machine, unused after an install |
|
| Back to top |
|
 |
PaulBredbury Watchman


Joined: 14 Jul 2005 Posts: 6609
|
Posted: Wed Mar 02, 2011 7:43 am Post subject: |
|
|
| printf wrote: | | while i left pretty much enough space on / |
Ah, excessive partitioning, dunno why it appeals to some people.
Ebuilds don't install into ~. Precisely because it's the wrong thing to do, on PCs that *can* be multi-user.
So what change are you wanting? |
|
| Back to top |
|
 |
printf n00b

Joined: 02 Dec 2010 Posts: 48
|
Posted: Wed Mar 02, 2011 7:50 am Post subject: |
|
|
| PaulBredbury wrote: | | printf wrote: | | while i left pretty much enough space on / |
Ah, excessive partitioning, dunno why it appeals to some people. |
50 gigs for /
~2 or 4 gigs (cant remember) for swap
170 GB for /home
i think its bare minimum (to have at least these partitions)
from my not so long linux experience (opensuse), having separate /home helps with reinstalls (if one ever happens... i hope not with gentoo) |
|
| Back to top |
|
 |
PaulBredbury Watchman


Joined: 14 Jul 2005 Posts: 6609
|
Posted: Wed Mar 02, 2011 8:51 am Post subject: |
|
|
Wrong.
The bare minimum is 1 partition for everything. Works fine.
For backups, use an external hard drive. And don't forget all the changes that you made outside of $HOME, which need backing up also.
None of this is Gentoo-specific. It's just sensible use of Linux. |
|
| Back to top |
|
 |
printf n00b

Joined: 02 Dec 2010 Posts: 48
|
Posted: Wed Mar 02, 2011 9:56 am Post subject: |
|
|
ok.
understood.
but i still want to run quake3 with the pak files in my home directory |
|
| Back to top |
|
 |
PaulBredbury Watchman


Joined: 14 Jul 2005 Posts: 6609
|
Posted: Wed Mar 02, 2011 10:00 am Post subject: |
|
|
| No-one's stopping you. If you want help, show an error message. |
|
| Back to top |
|
 |
printf n00b

Joined: 02 Dec 2010 Posts: 48
|
Posted: Wed Mar 02, 2011 10:24 am Post subject: |
|
|
this is the error:
Sys_Error: recursive error after: User Interface is version 3, expected 6
when i run the program, it switches to fullscreen, the right before the id intro it dies. |
|
| Back to top |
|
 |
luismw n00b

Joined: 04 Jan 2010 Posts: 66
|
Posted: Wed Mar 02, 2011 3:35 pm Post subject: |
|
|
| I had a the same problem and I solved it by simply creating a symlink in /usr/share/.... to the real location of the .pak files. Not too pretty, but it works. |
|
| Back to top |
|
 |
printf n00b

Joined: 02 Dec 2010 Posts: 48
|
Posted: Wed Mar 02, 2011 4:37 pm Post subject: |
|
|
| luismw wrote: | | I had a the same problem and I solved it by simply creating a symlink in /usr/share/.... to the real location of the .pak files. Not too pretty, but it works. |
that still involves modifying something outside /home
its gotta be possible, under other distros putting the files in ~/.q3a works |
|
| Back to top |
|
 |
Raptor85 Apprentice

Joined: 29 Dec 2007 Posts: 208
|
Posted: Wed Mar 02, 2011 10:20 pm Post subject: |
|
|
| This is a patch conflict, you have two different versions of the game data files installed at once. (ones pulled in by gentoo from the patch, and older ones from your cd you copied into the home dir). Consolidating the data files into a single set at the same version will fix it. |
|
| Back to top |
|
 |
|