As some people may have seen, I'm trying to get this working on the Ubuntu laptop of mine. I've got as far as installing it now but when I run it it's not running as it should.
The screenshot below is what I always get, and when I try to make a brush on the blank black map box, the map will flicker to how it should look back to its blackened state currently.
(http://c4.ac-images.myspacecdn.com/images02/18/l_ebdc7b8105b446058146c0364b168c6f.png)
I'm pretty sure I have the necessary packages installed on my system, but I'm not sure how to check to see if I do or not. But I do have OpenGL and X11.
cant read the errors since you're using myspace to host them. gj
That was the first and easiest place I thought of...
QuoteUnable to find default tag file /usr/local/games/netradiant-1.5/trem.game/shadertags.xml. No tag supports/"
QuoteGtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
QuoteTexture load failed: "textures/"
QuoteUnable to find default tag file /usr/local/games/netradiant-1.5/trem.game/shadertags.xml. No tag supports/"
QuoteGtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
those are normal
QuoteTexture load failed: "textures/"
try setting your game path correctly
that's the dir to tremulous?
/usr/local/games/tremulous?
Firstly I recommend to install radiant somewhere in your Home Directory (so you have rights to everything it contains), if U have desktop effects (like compiz fusion etc.) turn them off (it's well known that radiant don't like desktop compositing :P). Good Luck
Quote from: Red.Beard.IV on January 29, 2009, 06:03:21 AM
that's the dir to tremulous?
/usr/local/games/tremulous?
/usr/local/games/tremulous/base
R install both tremulous and radiant in you're home directory
Quote from: The Me on January 29, 2009, 04:35:17 PM
Quote from: Red.Beard.IV on January 29, 2009, 06:03:21 AM
that's the dir to tremulous?
/usr/local/games/tremulous?
/usr/local/games/tremulous/base
base is automaticly added. If you have this in trem.game:
enginepath_linux="/usr/local/games/tremulous/"This means data-1.1.0.pk3 should be in /usr/local/games/tremulous/base.
So an easy way to find your tremulous data is to look for that file.
Try locate (it might or might not work on your system)
locate data-1.1.0.pk3If locate doesnt work you can try find:
find /usr -name data-1.1.0.pk3
OK. Done that and I got this;
ryan@ubuntu:~$ locate data-1.1.0.pk3
/usr/local/games/tremulous/base/data-1.1.0.pk3