Anyone help me with resolving this compile error

  • If you're asking a question make sure to set the thread type to be a question!

Asd417

Sample Text
aa
Mar 20, 2016
1,451
1,031
So basically, I got this error

error: displacement found on a(n) func_detail entity - not supported (entity 2463, brush 0)

So I flied through the map but I can't find it and I've been doing this for 3 hours.
Can anyone show me the best way to find the displacement?
 

nickybakes

You should've played Rumbleverse
aa
Jul 28, 2015
911
1,739
What you have is a displacement tied to an entity, which in your case is a func_detail. To find this displacement, go to your VIS groups, select "displacements", and click mark. This will select all of your displacements. Then go to tools, and hit move to world. This will untie the displacement from the func_detail.
 

BigfootBeto

Party Time 2.0!
aa
Jun 8, 2016
496
847
Click the conflicting displacement(s), and then click group. The click move to world while it's grouped.
 

Asd417

Sample Text
aa
Mar 20, 2016
1,451
1,031
Disable all visgroups except func_detail and look for a displacement
Well that's what I've been doing for the last 3hours.
I am using wireframe view to find it because in wireframe, all displacements (including the ones that are tied to func_detail) are rendered white. But I can assure you that hammer is simply being a dick because there are no visible displacements.

Maybe someone else can find it: https://drive.google.com/file/d/0ByegAi8NUehebjdSLVRVQnRvY28/view?usp=sharing
(do not redistribute)
 

killohurtz

Distinction in Applied Carving
aa
Feb 22, 2014
1,016
1,277
I can't replicate this error. After deleting missing instances, I tried compiling with all visgroups and got too many tjuncs; then I tried again with just displacements/func_details and the compile finished. Could the problem displacement be in one of those instances?
 

Asd417

Sample Text
aa
Mar 20, 2016
1,451
1,031
I can't replicate this error. After deleting missing instances, I tried compiling with all visgroups and got too many tjuncs; then I tried again with just displacements/func_details and the compile finished. Could the problem displacement be in one of those instances?
You sir are now officially anti-procrastinator. Thanks alot.
 

henke37

aa
Sep 23, 2011
2,075
515
Just open the vmf and search for the listed entity id.
 

Asd417

Sample Text
aa
Mar 20, 2016
1,451
1,031
well the thing is,
1. none of my instances uses displacement tied to func_detail
2. none of my entities have displacement in them. I checked every single one of them 3 times
3. There are new bugs caused by my custom model that is technically not being used.
4. New compile error by an areaportal showed up when all I did is deleting instances.
5. I get errors that others don't get.