Strange crash when using prop_floor_button
The first button has output to change the direction of a funnel when unpressed, and the second one has no outputs.
Please help me. Thanks in advance.
JakeeeD wrote:
I'm working on a simple map where you have to bring a cube from a button to another button. But unfortunately, when you put the cube to the second button, the game crashes, no error messages and the map compiles fine.The first button has output to change the direction of a funnel when unpressed, and the second one has no outputs.
Please help me. Thanks in advance.
I've had the game crash due to changing the funnel flow before, so I don't think it's the button but the funnel. Although that was on the fly and using negative numbers (which it appears the funnel is sensitive about for some reason)
And the crash is strange, since the "empty" button does crash, not that button which changes the funnel direction.
Also, how to use global_ents.vmf correctly? I have tried to do a good looking color correction and stuff. Still my level seems to be overbright and the walls look very bad and blurry.
Just place a logic_auto anywhere and set the following output: "OnMapSpawn ambient <whateversettingyouwant> trigger".
EDIT: It seems that the reason is not the map. I was playing official map today and it did crash similar way. No error messager or anything, it just throws me to desktop. And I have had the game for months and it has worked fine, but now it has started that, for some reason.