Door and Button Blueprint system

From Epic Wiki
Jump to: navigation, search

Template:Rating

In this tutorial series we will be working on the robust and extendable system for door and button interaction. The tutorials cover more abstract and pure topics rather then specific technical implementation, so the discussed system is applicable in potentially any game project type, from top-down arcades and FPS shooters to sidescrollers.

The tutorial series is actively maintained, and thus new videos will be posted here. You can also track them at author's channel

Tutorials

All the tutorials made will be posted here.

Basic mechanics setup

<youtube>http://youtu.be/HFOcthOyRxo</youtube>

In this part of the series we are setting up basic Blueprint classes and implement the simplest solution for opening/closing the door with button press. We also implement the button class in a way that multiple doors can be dynamically linked to any button object even during the runtime.


Door fade in/out effect

<youtube>http://youtu.be/74n01YUGrYU</youtube>

This tutorial adds a fade in/out effect as the door's opening/closing animation. This effect might be used in games with abstract styling to represent the door/gates functionality.



Door open/close effect

<youtube>http://youtu.be/2z0lWUd1glo</youtube>

In this tutorial we extend the basic door class to add an actual opening/closing door animation. Such effect makes the door blueprint applicable in FPS and adventure games with a first-person camera perspective.




--Lordink (talk) 02:33, 25 August 2014 (UTC)