Author Topic: Glitched Ground  (Read 5344 times)

nubcake

  • Posts: 529
  • Turrets: +49/-85
Glitched Ground
« on: December 13, 2008, 11:40:48 am »
Hey guys, for my map for the amu comp, i found a serious glitch. For some reason the ground on this brush is glitched (like caulk), it isnt clipping anything, and it only has the hall of mirrors effect when you look at it from an angle (ie doesnt glitch when you run across it and face the horizon, but when you look at it) Any ideas?

In game:



In Radiant:


Kaleo

  • Posts: 2098
  • Turrets: +176/-220
    • KaleoDesign
Re: Glitched Ground
« Reply #1 on: December 13, 2008, 01:14:15 pm »
Are there any overlapping brushes? I've had this sort of problem and found that an overlapping brush was the culprit.
Quote from: Stannum
Thou canst not kill that which doth not live,
but you can blow it into chunky kibbles!
I has a cookie, and u can has a cookie, but i no givs u mai cookie...

Plague Bringer

  • Posts: 3815
  • Turrets: +147/-187
Re: Glitched Ground
« Reply #2 on: December 13, 2008, 01:22:09 pm »
Yeah. Generally the cause is duplicating a brush (say a wall, or a piece of ground) and duplicating it one too many times.
U R A Q T

nubcake

  • Posts: 529
  • Turrets: +49/-85
Re: Glitched Ground
« Reply #3 on: December 13, 2008, 03:44:58 pm »
no overlapping brushes, and the ground wasnt copied it was created like a normal brush

Kaleo

  • Posts: 2098
  • Turrets: +176/-220
    • KaleoDesign
Re: Glitched Ground
« Reply #4 on: December 14, 2008, 01:07:07 am »
Try recompiling the map with a different build setup. You're screenshot looked like it was a fast compile.
Quote from: Stannum
Thou canst not kill that which doth not live,
but you can blow it into chunky kibbles!
I has a cookie, and u can has a cookie, but i no givs u mai cookie...

nubcake

  • Posts: 529
  • Turrets: +49/-85
Re: Glitched Ground
« Reply #5 on: December 14, 2008, 02:22:54 am »
No it was full compile, but ill try a different compile :(

TRaK

  • Posts: 442
  • Turrets: +94/-21
    • TRaK@MG
Re: Glitched Ground
« Reply #6 on: December 14, 2008, 05:48:56 am »
I had a similar problem in Eden. I worked around it by scrapping the brushwork and rebuilding it differently. I dug up the thread if it's any use: http://tremulous.net/forum/index.php?topic=5569.0

It might be a vis glitch, you could try compiling the map with no vis, or fast vis, and see if that changes anything. Otherwise, rebuilding the area is probably your best bet.
« Last Edit: December 14, 2008, 05:51:46 am by TRaK »

nubcake

  • Posts: 529
  • Turrets: +49/-85
Re: Glitched Ground
« Reply #7 on: December 14, 2008, 09:08:22 am »
I had a similar problem in Eden. I worked around it by scrapping the brushwork and rebuilding it differently. I dug up the thread if it's any use: http://tremulous.net/forum/index.php?topic=5569.0

It might be a vis glitch, you could try compiling the map with no vis, or fast vis, and see if that changes anything. Otherwise, rebuilding the area is probably your best bet.


Thanks for your help. I think I will have to try that :(

Odin

  • Spam Killer
  • *
  • Posts: 1767
  • Turrets: +113/-204
    • My Website
Re: Glitched Ground
« Reply #8 on: December 14, 2008, 06:11:04 pm »
Every once in a while q3map2 will choke on a surface or two and bork the coordinates completely. It tends to do this after the the vis stage(somehow), which means it won't leak, and you never know it happened until you test the map after a complete compile. The best way to fix the problem(which will recur every time you compile) is to just delete the brush and remake it in GtkRadiant.

The fact that you have to remake the brush probably suggests that it is a bug in GtkRadiant, not q3map2 or Tremulous. GtkRadiant might be outputting the wrong data into the .map for the brush, but it still parses OK for GtkRadiant(since it doesn't need to know much besides the coordinates for the brush, and the texture on the sides). Fixing the .map by hand is probably impossible unless you know how to read a .map file.
« Last Edit: December 14, 2008, 06:12:46 pm by Odin »

Kaleo

  • Posts: 2098
  • Turrets: +176/-220
    • KaleoDesign
Re: Glitched Ground
« Reply #9 on: December 15, 2008, 01:14:28 am »
Every once in a while q3map2 will choke on a surface or two and bork the coordinates completely. It tends to do this after the the vis stage(somehow), which means it won't leak, and you never know it happened until you test the map after a complete compile. The best way to fix the problem(which will recur every time you compile) is to just delete the brush and remake it in GtkRadiant.

The fact that you have to remake the brush probably suggests that it is a bug in GtkRadiant, not q3map2 or Tremulous. GtkRadiant might be outputting the wrong data into the .map for the brush, but it still parses OK for GtkRadiant(since it doesn't need to know much besides the coordinates for the brush, and the texture on the sides). Fixing the .map by hand is probably impossible unless you know how to read a .map file.

It seems to do this with lighting as well. I got one of those fullbright borks the other day.
Quote from: Stannum
Thou canst not kill that which doth not live,
but you can blow it into chunky kibbles!
I has a cookie, and u can has a cookie, but i no givs u mai cookie...

nubcake

  • Posts: 529
  • Turrets: +49/-85
Re: Glitched Ground
« Reply #10 on: December 17, 2008, 06:34:44 pm »
Well i found out my problem. I had to change the ground texture which is highly annoying :( Such a shame to have to put my vision of hand for some stupid glitch. Topic solved

Odin

  • Spam Killer
  • *
  • Posts: 1767
  • Turrets: +113/-204
    • My Website
Re: Glitched Ground
« Reply #11 on: December 17, 2008, 06:59:45 pm »
Yea, us mappers are often having to put off what we want our stuff to look like but are at the mercy of the limitations of the engine.