Author Topic: Nobuild problem  (Read 2233 times)

rotacak

  • Posts: 761
  • Turrets: +39/-64
Nobuild problem
« on: August 08, 2008, 04:20:27 pm »
Hi, I have problem in my map. I can't build buildables in some places and can't figure why. Its common flat ground, but somewhere I can build, but somewhere no, it says "There is no room to build here". Is any way how to found where is problem? I using many trains and that can cause problem, but don't know how to find out what where and why.

For example, I had problem with train and same nobuild problem. Train was like this (top view):
Code: [Select]
TTTTTTTTTTTTTT
TTTTTTTTTTTTTT
TTTTTTTTTTTTTT
TTTTTEEEEEEEEEE
TTTTTEEEEEEEEEE
TTTTTEEEEEEEEEE
TTTTTEEEEEEEEEE

T = train (wall)
E = empty place

If i tryed build in E area, then I can't. Train probably boxed their dimension and even I can walk in E area, I can't build there. I fixed this, but now I have maybe similar problem, but in that no build area can't see any similar trains.

rotacak

  • Posts: 761
  • Turrets: +39/-64
Re: Nobuild problem
« Reply #1 on: August 08, 2008, 08:28:06 pm »
Now I finally know, why that happen. Its similar like that train. If I have brush, like train above, then in that boxed area can nobody built. But that brush bust be special - in this case it was trigger_hurt. if it is common brush, all is ok.

It's a bug?

Example:
Code: [Select]
OOOOOOOO
OOOOOOOO
BXXXOOOO
XBXXOOOO
XXBXOOOO
XXXBOOOOO
OOOOOOOO

O = ok to build
B = brush
X = can't build