another bug same map

Qbus

L1: Registered
Nov 2, 2017
9
1
SWzqiSE.png

Backt then there was an error with breakable now there's an error with func_brush...
 

henke37

aa
Sep 23, 2011
2,075
515
You have a brush entity that attempts to reference a brush that doesn't exist. Edit out the broken entity in the vmf manually.
 
Mar 23, 2013
1,013
347
by the way. Judging for the screenshot, I'm suspecting you are making a beginner mistake. Do you work with a grid size of 1 or do you have snap-to-grid disabled? Because it looks like your brushes are just slightly off bigger grid sizes which implies that said mistakes are the case.
Try to work with a bigger grid until you make details. A good grid size to start when making more basic things like layout is 8 or 16. Also brush vertices should always be on the grid.
If you have plenty of offgrid brushes or always work on grid size 1 then mapping will be more unorganized by a clustered view, inconvinient to edit brushes and can cause technical issues.

But maybe I'm just missjudging you from that screenshot. It's just a guess
 
Last edited:

henke37

aa
Sep 23, 2011
2,075
515
thank you.
dr orange i taught there was no limit for brush
There certainly is a limit on the number of brushes. Lots of things have hardcoded limits in source.
 

Freyja

aa
Jul 31, 2009
2,994
5,813
It would really help if you explained what you were trying to do or what weird logic you are trying to use because this is seldom an error a normal map would have.