Tremulous Forum

Media => Mapping Center => Topic started by: Red.Beard.IV on January 28, 2009, 10:35:39 PM

Title: Trying to use Ingar's GtkRadiant 1.5.0 builds, but it's not working.
Post by: Red.Beard.IV on January 28, 2009, 10:35:39 PM
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.
Title: Re: Trying to use Ingar's GtkRadiant 1.5.0 builds, but it's not working.
Post by: Archangel on January 29, 2009, 12:43:02 AM
cant read the errors since you're using myspace to host them. gj
Title: Re: Trying to use Ingar's GtkRadiant 1.5.0 builds, but it's not working.
Post by: Red.Beard.IV on January 29, 2009, 01:54:40 AM
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/"

Title: Re: Trying to use Ingar's GtkRadiant 1.5.0 builds, but it's not working.
Post by: Archangel on January 29, 2009, 02:08:50 AM


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
Title: Re: Trying to use Ingar's GtkRadiant 1.5.0 builds, but it's not working.
Post by: Red.Beard.IV on January 29, 2009, 06:03:21 AM
that's the dir to tremulous?
/usr/local/games/tremulous?
Title: Re: Trying to use Ingar's GtkRadiant 1.5.0 builds, but it's not working.
Post by: Biszkhopt on January 29, 2009, 12:42:04 PM
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
Title: Re: Trying to use Ingar's GtkRadiant 1.5.0 builds, but it's not working.
Post by: 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
Title: Re: Trying to use Ingar's GtkRadiant 1.5.0 builds, but it's not working.
Post by: Biszkhopt on January 30, 2009, 10:02:21 AM
R install both tremulous and radiant in you're home directory
Title: Re: Trying to use Ingar's GtkRadiant 1.5.0 builds, but it's not working.
Post by: Ingar on January 30, 2009, 06:00:29 PM
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.pk3

If locate doesnt work you can try find:
find /usr -name data-1.1.0.pk3

Title: Re: Trying to use Ingar's GtkRadiant 1.5.0 builds, but it's not working.
Post by: Red.Beard.IV on January 31, 2009, 12:22:31 AM
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