Depending on your linux distribution (and selected package repositories), there may actually be a gtkradiant package. I'm on Kubuntu 7.04 here, and there is one:
Code: Select all
root@threat:~# apt-cache search radiant | grep gtk
gtkradiant - GtkRadiant Level Editor
The version is radiant 1.5.0, Mar 2 2006 though.
If you want to try a newer version: I've just compiled zeroRadiant from SVN (for linux-x86) and gave it a try. It works, and it also has the option to insert ase models for q3a. I can't verify that it works for d3 though, because I don't have d3 installed on this box.
You can
> download the compiled SVN version with support for q3a and D3 here < (~110 MB). This is version 1.5.0, Jan 16 2008.
Unpack the archive:
Code: Select all
tar xzf zeroRadiant.tar.gz
cd zeroRadiant
then install radiant:
and run it:
Instructions above taken from
this guide.
@everybody who gives this a try:
It works for me, if it doesn't for you, you are missing some of the libraries listed in the guide and need to install them. Note that you do NOT need the development libs (<libname>-dev) unless you want to recompile it (which makes downloading this compiled version pretty useless, grab the source of radiant and the relevant game packs from the qeradiant.com SVN in that case).
Let us know if inserting models works for d3. Feel free to post here again if you're having trouble. Wish I also had time for some mapping atm...