Author Topic: Ingar's NetRadiant packages [Updated 2015-06-21]  (Read 211827 times)

Ingar

  • Tremulous Developers
  • *
  • Posts: 554
  • Turrets: +302/-7
    • Ingar's projects on the Web
Re: Ingar's NetRadiant packages [Updated 2011-03-09]
« Reply #90 on: March 09, 2011, 04:37:07 pm »
Official bump, the bug is corrected, the packages updated and there a is new package for Ubuntu Linux.
Have fun.

flames

  • Posts: 1
  • Turrets: +0/-0
Re: Ingar's NetRadiant packages [Updated 2011-03-09]
« Reply #91 on: March 11, 2011, 09:51:03 pm »
I have a Gentoo Linux installation here, and if I compile netradiant, it works, but clicking any of the compile map buttons causes it to immediately crash leaving behind no explanation. Any ideas on what to do? How should I go about figuring out what is actually happening? I ask here because you seem like one of the few people left who actually still works on netradiant.

Other than that, beautiful work, thanks for the nice OSX builds and fixing that q3map2 bug(I got that a few times)

EDIT:
Program received signal SIGSEGV, Segmentation fault.
0x0000000000646e11 in WINS_Init () at libs/l_net/l_net_berkley.c:177
177      myAddr = *(int *)local->h_addr_list[0];
(gdb)

I am a crappy programmer, but I will see if I can get anywhere

EDIT2: Fixed, didn't have my hostname in /etc/hosts, that was an easy fix, but there should really be a check in the code for if gethostbyname() returns null
« Last Edit: March 11, 2011, 10:31:36 pm by flames »

CorSair

  • Posts: 430
  • Turrets: +14/-0
Re: Ingar's NetRadiant packages [Updated 2011-03-09]
« Reply #92 on: March 19, 2011, 09:55:06 pm »
Loaded your newest version of NetRadiant few weeks ago. All went so far, until this problem popped up. Sometimes, without prompt, or console text, it doesn't respond, and after while, it closes. And there is nothing that tells what the error is. And using Win7.

c4

  • Posts: 554
  • Turrets: +9/-22
Re: Ingar's NetRadiant packages [Updated 2011-03-09]
« Reply #93 on: March 20, 2011, 02:15:31 pm »
eh, i prefer gregorian.net chat better than this. NO download and its LIVE!
 :basilisk: FTW![wiki]basilisk[/wiki]

ilikepie641

  • Posts: 1
  • Turrets: +0/-0
Netriadient error when opening maps
« Reply #94 on: June 10, 2012, 03:22:58 pm »
Hey i got a weird error when i tried to open up a .bsp file extracted from a .pk3 from openarena...

http://imgur.com/868bu

anyone know a fix?
everything else seems to work well (unlike the last time i tried netradient >.>) its just that it seems im missing a file somewhere in netradient's oa.game folder

Ingar

  • Tremulous Developers
  • *
  • Posts: 554
  • Turrets: +302/-7
    • Ingar's projects on the Web
Re: Netriadient error when opening maps
« Reply #95 on: June 22, 2012, 06:02:32 pm »
Hey i got a weird error when i tried to open up a .bsp file extracted from a .pk3 from openarena...

YOU CAN NOT OPEN .BSP FILES IN NETRADIANT.
« Last Edit: June 22, 2012, 07:23:53 pm by Ingar »

ULTRA Random ViruS

  • Posts: 924
  • Turrets: +4/-101
    • ZdrytchX's reference website
Re: Ingar's NetRadiant packages [Updated 2011-03-09]
« Reply #96 on: June 23, 2012, 04:25:26 pm »
You can reverse-compile bsp-s right? using the i<3q3 console or something... i cant remember how i did it last time, it fked up atcs. I ended up only getting the skybox without texture.

Ingar

  • Tremulous Developers
  • *
  • Posts: 554
  • Turrets: +302/-7
    • Ingar's projects on the Web
Re: Ingar's NetRadiant packages [Updated 2011-03-09]
« Reply #97 on: June 30, 2012, 10:02:29 am »
You can use q3map2 to decompile a .bsp back to a .map, but the results are usually not pretty. Lights are lost, brushes with weird shapes, ...
This is why I encourage every mapper to include the source .map file when distributing a map.

You have to run a command similar to this:

Code: [Select]
q3map2 -v -game tremulous -fs_basepath c:\games\tremulous -fs_game base -convert -format map c:\games\tremulous\base\maps\thebspfile.bsp

Ingar

  • Tremulous Developers
  • *
  • Posts: 554
  • Turrets: +302/-7
    • Ingar's projects on the Web
NetRadiant build 2012-07-05
« Reply #98 on: July 05, 2012, 09:22:53 pm »
I've uploaded a new netradiant build, if you'd like to test it you can download it here:

netradiant-20120705-ubuntu12-x86.tar.bz2
netradiant-20120705-ubuntu12-x86_64.tar.bz2
netradiant-20120705-win32.zip
netradiant-20120705-src.tar.bz2

Before I update the main post and the installation instructions, I'd like to offer the following remarks:

* I can do Ububtu 10 and 11 builds if someone requires them.

* Currently, the 64-bit version for windows crashes on startup, it's not ready for prime time.

* I do not have access to a Mac any more. I can not do a new OS X build and I can't explain somoene else how to do it, because that would require access to a Mac  :-X
« Last Edit: July 05, 2012, 09:40:04 pm by Ingar »

Ingar

  • Tremulous Developers
  • *
  • Posts: 554
  • Turrets: +302/-7
    • Ingar's projects on the Web