THE DOOR CHALLENGE: Rules and Discussion
-
-
Pretty much what KFS said. They are both really similar, kismet is just more visual and it has that sweet sweet matinee

-
o-k, so changing the class proximity types, although it made perfect sense and I assumed it would fix my problem, does nothing..
it seems like when the trigger volume isn't set to Class Proximity Type Pawn isn't even affecting the matinee at all. I disconnected all links between the two, and connected Untouched, and Empty both to the Play, then tried each by itself connected to play, and none of the three play tests did anything... the matinee didn't play whatsoever.
when I change the class proximity back to Pawn, it works fine when I walk into the trigger volume though..
thanks for the advice anyhow Serenius, it probably got me much closer to figuring it out, and I didn't know about that Class Proximity Type setting before. Awesome.
James
-
What class is the actor you're trying to use to open the door? The proximity class in your trigger has to match it exactly.
Pawn works because a player actor is a pawn. An NPC would trigger it too, as an NPC is also a pawn, as are vehicles.
-
the object class is listed as KActor in the properties window. It's a static mesh that was converted to KActor.
James
-
I'd recommend playing around with the various trigger settings to make it work. Might have to uncheck some of the options like "Pawn Must Overlap" etc.
-
Think I'm nearly done with mine
Just got to spend an hour or so over the next week tightening it up and making sure the final step isn't too hard figure out. I fear it may be. Don't want fiendish difficulty to penalise me D: -
I'm nearly done with mine too! Except for the puzzle though.
-
alright, I got it working. found out the solution on 3dbuzz. there's a setting for optimization called "NoEncroachCheck" or something similar. I unchecked it, and now the kActor activates the trigger.
moving on, It's looking good so far.
James
-
Sweet I was having that EXACT SAME PROBLEM (don't worry though, not for the door challenge
), thanks for posting the solution! -
Question.
(source Episode 2)
I have three triggers I need that all need to be triggered before the door unlocks. Is there a way to have it check and wait to see how many are done and not move on until all three are. Simple enough I just can't work out the process for it in source.
Thanks
-
math_counter
max value 3
onhitmax -> output.
Or did I misunderstand the problem?

-
Yep that did the trick
Thanks -
If it's, say, three weighted buttons ala Portal for example, you can also use 3 logic_branch and 1 logic_branch_listener.
-
Good to hear so many participating! Looking forward to the end results!
-
Is it kosher to redo the brushwork for the Gears of War editor as long as the door size remains the same? Came up with a pretty cool idea that I can't pull off without writing custom UDK mechanics.
-
-
Another question. Is there a simple way (well a way) with in source to animate a bit of BSP. In the screenshot below I want the cap to open and close, via some logic timers.
Thanks
[Blocked Image: http://img685.imageshack.us/img685/5530/unled1bqp.jpg]
-
just make it a rotating door and have an entity trigger that. Look up some door tutorials and figure it out

-
:embarrassed: never thought of that.
Cheers.
-
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!