Author Topic: Brush Error  (Read 4517 times)

Lonly

  • Posts: 231
  • Turrets: +9/-39
    • Host-Man
Brush Error
« on: November 07, 2008, 10:17:33 pm »
I got my Shader problem fixed but now I get a diffrent error. This error is unusal because I constantly try to fix it. I add models and delete models, add shaders and delete shaders all I get is:
 
Code: [Select]
!readconfig: loaded 7 levels, 39 admins, 1 bans, 0 commands
********************
ERROR: SV_SetBrushModel: NULL
********************
----- Server Shutdown (Server crashed: SV_SetBrushModel: NULL) -----
Sending heartbeat to master.tremulous.net
Sending heartbeat to master.tremulous.net
==== ShutdownGame ====
ShutdownGame:
------------------------------------------------------------
---------------------------

Why does this happen? What is missing?

Taiyo.uk

  • Posts: 2309
  • Turrets: +222/-191
    • Haos Redro
Re: Brush Error
« Reply #1 on: November 07, 2008, 10:23:50 pm »
Open the entity list in Radiant (press L) then delete all of the empty entities then recompile. These often appear at the origin of the map (at 0,0,0 in Radiant)

Knowitall66

  • Posts: 492
  • Turrets: +70/-52
Re: Brush Error
« Reply #2 on: November 07, 2008, 10:27:24 pm »

Lonly

  • Posts: 231
  • Turrets: +9/-39
    • Host-Man
Re: Brush Error
« Reply #3 on: November 08, 2008, 12:17:40 am »
Ok and how do you make something, if you run into it it teleports you?

Knowitall66

  • Posts: 492
  • Turrets: +70/-52
Re: Brush Error
« Reply #4 on: November 08, 2008, 12:33:48 am »
Make a brush, while it's selected right-click the 2D window and choose 'Trigger>Trigger_Teleport'. Put the brush where you want the Teleporters entrance. (This will be invisible ingame)
Deselect it, right click 2D window and select 'Misc>Misc_Teleport_Dest'. Put this where you want the Teleporters Exit. (Also invisible ingame, Arrow is direction player will face on exit)
Select both and press ctrl + k. (This will link the 2 together)

This site might come in handy to you; http://tremmapping.pbwiki.com/
« Last Edit: November 08, 2008, 12:36:53 am by Knowitall66 »

Drakotsu

  • Posts: 110
  • Turrets: +2/-1
Re: Brush Error
« Reply #5 on: November 08, 2008, 01:24:15 am »
http://bubba.planetquake.gamespy.com/mapping.html

That website is extremely helpful, good luck :)

Lonly

  • Posts: 231
  • Turrets: +9/-39
    • Host-Man
Re: Brush Error
« Reply #6 on: November 09, 2008, 05:17:45 pm »
Were do i find textures/NULL? I think thats the error. When i compile it says missing textures/NULL. That must be the problem. Were do i find it.

This is my errors durning compilement:
C:\Documents and Settings\***\Desktop\q3map2build>q3map2 -bsp -meta
 -patchmeta -game quake3 Maze.map
2.5.16
2 threads
Q3Map         - v1.0r (c) 1999 Id Software Inc.
Q3Map (ydnar) - v2.5.16
GtkRadiant    - v1.5.0 Oct  8 2004 08:08:27
Voter turnout
VFS Init: ..//baseq3/

--- BSP ---
-bsp argument unnecessary
Creating meta surfaces from brush faces
Creating meta surfaces from patches
Loading C:/Documents and Settings/***/Desktop/q3map2build/Maze.map
entering C:/Documents and Settings/***/Desktop/q3map2build/Maze.map

WARNING: Couldn't find image for shader textures/NULL
WARNING: Couldn't find image for shader textures/atcs/bulb_red
WARNING: Couldn't find image for shader textures/atcs/force_grid
        0 areaportals
Size: -1284, -3328,  -128 to   960,   128,   192
block size = { 1024 1024 1024 }
Entity 2, Brush 0: Entity leaked
**********************
******* leaked *******
**********************
--- WriteSurfaceExtraFile ---
Writing C:/Documents and Settings/***/Desktop/q3map2build/Maze.srf
Writing C:/Documents and Settings/***/Desktop/q3map2build/Maze.bsp
Wrote 0.4 MB (431656 bytes)
        0 seconds elapsed

C:\Documents and Settings\***\Desktop\q3map2build>

cactusfrog

  • Posts: 390
  • Turrets: +678/-176
    • tremulous fun server offical site
Re: Brush Error
« Reply #7 on: November 09, 2008, 06:35:18 pm »
press I to select all brushes and do file>save selected then open the file you just saved and compile and it should work. this happens when you do to functions on one brush

Lonly

  • Posts: 231
  • Turrets: +9/-39
    • Host-Man
Re: Brush Error
« Reply #8 on: November 09, 2008, 07:15:36 pm »
I get SV_SetBrushModel: NULL all over again. I click I, save selected, compiled, and tested it in pk3 and didnt work.

cactusfrog

  • Posts: 390
  • Turrets: +678/-176
    • tremulous fun server offical site
Re: Brush Error
« Reply #9 on: November 09, 2008, 10:29:49 pm »
upload the .map to mediafire and post the link here

Lonly

  • Posts: 231
  • Turrets: +9/-39
    • Host-Man
Re: Brush Error
« Reply #10 on: November 10, 2008, 12:42:49 am »
I am aiming you dude. But here it is:
http://www.mediafire.com/download.php?mzjinorjj5z

Its COPYRIGHETED! Thanks, RoK. Its a large map so. And the humans base, and textures are not set because we stoped editing the map when we got the error. So we decided, when we solve it, we continue. Thanks.

Drakotsu

  • Posts: 110
  • Turrets: +2/-1
Re: Brush Error
« Reply #11 on: November 10, 2008, 03:08:37 am »
Fixed man :)
There was a _teleporter at 0,0,0 or 1,1,1 which killed it.
Heres your .map file:

http://www.mediafire.com/download.php?vzzjziazmzq

Lonly

  • Posts: 231
  • Turrets: +9/-39
    • Host-Man
Re: Brush Error
« Reply #12 on: November 10, 2008, 01:59:43 pm »
THANKS SO MUCH MAN YOU ROCK!