Prop_hallucination?

Posted Apr 25, 2013
So, I saw this page (https://developer.valvesoftware.com/wik ... lucination) on the wiki and immedeately though "COOL! I wanna try that out!!" and so I did.

So, I'm not sure how the hallucination prop is supposed to work, but it's not disappearing. At all. I expected the thing to stop drawing moments after it comes into the player's view screen. But instead, I can look right at it and, besides being creepy because I chose a model of Atlas and its not animating or casting any shadows, it doesn't do anything hallucinatory.

I just thought I'd ask and see if anyone has made it work, or if its simply reverted to a bad prop_dynamic in Portal 2 (which makes me a little sad).

Advertisement
Registered users don’t see ads! Register now!
Posted Apr 26, 2013
Replied 4 hours later
According to the same VDC page, it has been removed from the Portal 2 FGD. I'm not quite sure on the specifics of that but I think the gist of it is that Hammer can't "find" the entity, or make it work, or something.

Anyway, I think that could be your problem. Of course, that can be worked around with custom FGDs. Or you could use a system of trigger_looks and so on.

Posted Apr 26, 2013
Replied 19 minutes later
you can check to see if the engine still supports it, fgds just are a list of what is to show up in hammer
Posted Apr 26, 2013
Replied 5 hours later
The engine seems to support it, did you copy the FGD code from Alien Swarm? There are some properties that control the fade that might have strange defaults.
Posted Apr 26, 2013
Replied 5 hours later
An easy fix to the FGD instead of created a custom one, just add the Alien Swarm FGD to your Hammer config, and put it under Portal 2's. Then use as normal. If the engine support it, it will work. If not, you'll know. :razz:
Posted Apr 26, 2013
Replied 3 hours later
Ooh, good idea. I didn't even know you could add extra QCs, I had just been adding #include directives in base.fgd.
Advertisement
Registered users don’t see ads! Register now!
Posted Apr 26, 2013
Replied 42 minutes later
Yeah, tools>options>add