Author Topic: GtkRadiant 1.5 Final  (Read 4538 times)

Warrior

  • Posts: 230
  • Turrets: +2/-0
    • Warrior's Stuff
GtkRadiant 1.5 Final
« on: May 05, 2007, 06:30:13 pm »
For your knowledge, GtkRadiant 1.5 was officially released on April 28.

Their new website (now in Wiki format) announces the new release:
http://www.qeradiant.com/
Quote
After a very long and exhausting development phase GtkRadiant is ready for a major release. There are many more things which could have been done better or could have been fixed, but without a development team it is not possible or sane to support GtkRadiant any longer.

Direct link for the final version is:
http://zerowing.idsoftware.com/files/radiant/GtkRadiant-1.5.0.msi

For more info about the Tremulous support:
http://tremulous.net/phpBB2/viewtopic.php?t=3804

Important notes from the Wiki:
Quote
Special note for Vista-users:
You have to disable the desktop-styling in the properties of GtkRadiant.exe! In case of wrong menu-rendering you can switch to the "Raleigh" gtk-skin.
The gtk-theme can be changed in [install-folder]/etc/gtk-2.0/gtkrc.

Linux-users:
There are no precompiled radiant-packages! Its impossible to provide tested packages for the many linux distributions. If you want gtkradiant as a rpm/dep/ebuild-package, tell your package-maintainers! If you can't wait for that, you have to compile GtkRadiant from SVN. A more detailed guide can be found here: Compile guide

Shuriken

  • Posts: 28
  • Turrets: +0/-0
GtkRadiant 1.5 Final
« Reply #1 on: May 09, 2007, 06:18:44 pm »
I work under linux (Slackware 11). I have GtkRadiant 1.5.0 build 168 from SVN repository.
Q3map2 doesn't compile .map files. I have error:
Code: [Select]
Doom3LightRadius: failed to parse default light radius
Code: [Select]
############### model 0 ###############
block size = { 1024 1024 1024 }
BSP bounds: { -544.000000 -544.000000 -32.000000 } { 32.000000 32.000000 544.000000 }
Lightgrid bounds: { 99999.000000 99999.000000 99999.000000 } { -99999.000000 -99999.000000 -99999.000000 }
...

What to do?

Ingar

  • Tremulous Developers
  • *
  • Posts: 554
  • Turrets: +302/-7
    • Ingar's projects on the Web
GtkRadiant 1.5 Final
« Reply #2 on: May 09, 2007, 06:57:08 pm »
Shuriken,
this is not a bug in radiant itself, my 168 compiles without errors. From what google tells me this is either a problem with the gamepack, or an older version of gtk2.

You could try to download my build and copy your binaries into it or get the latest trempack from svn.

P.S.:
I did not use the Build menu.

Warrior

  • Posts: 230
  • Turrets: +2/-0
    • Warrior's Stuff
GtkRadiant 1.5 Final
« Reply #3 on: May 09, 2007, 08:00:45 pm »
Quote from: "Shuriken"
Code: [Select]
Doom3LightRadius: failed to parse default light radius
Code: [Select]
############### model 0 ###############
block size = { 1024 1024 1024 }
BSP bounds: { -544.000000 -544.000000 -32.000000 } { 32.000000 32.000000 544.000000 }
Lightgrid bounds: { 99999.000000 99999.000000 99999.000000 } { -99999.000000 -99999.000000 -99999.000000 }
...
You did not paste any error. These things are normal even on Windows (well, the Doom3LightRadius error is irrelevant). The compilation doesn't stop on these messages.

Check Ingar Gtk builds. Also, make sure you use a good set of map compilation parameters instead of the default ones.

Shuriken

  • Posts: 28
  • Turrets: +0/-0
GtkRadiant 1.5 Final
« Reply #4 on: May 09, 2007, 09:59:38 pm »
Now I know what was wrong 8). I had  tjw tremulous client in main folder and game.qvm file in "base/vm". When I loaded .bsp file in console i got mesage:
Code: [Select]
SV_BotFreeClient: bad ClientNum: 33551196
After deleted files everything works fine, but still get:
Code: [Select]
Doom3LightRadius: failed to parse default light radius
Thx for help  :)

f0rqu3

  • Guest
GtkRadiant 1.5 Final
« Reply #5 on: May 09, 2007, 10:02:29 pm »
if you find a way to disable it. tell me please

Warrior

  • Posts: 230
  • Turrets: +2/-0
    • Warrior's Stuff
GtkRadiant 1.5 Final
« Reply #6 on: May 09, 2007, 11:44:30 pm »
That Doom3LightRadius is a bug the Gtk devs ignored I believe... can't be disabled then...