Skip to main content

Gameplay Mechanics 1 - The Blue Beacon

This explains the teleport mechanic. You need 1 dynamic object (say the box). 


You fire your blue beacon at it. The blue beacon arcs when it travels (doesn't travel in a straight line), and it has a physical weight. You can fire as many blue beacons as you want. 


If the blue beacon hits a dynamic object, that object will become marked, and will start to glow blue. If the blue beacon hits a wall, or a non-dynamic object, nothing will be marked. You can only have one object marked at a time. So if you mark a second object, the first mark will disappear. 


Now, with your object marked, no matter where you are, you can teleport back to it (on top of it to be precise). So you can use it to get to places you cant reach, go back to previous places, and most importantly, you can create temporary save points before a difficult jump or trap or enemy. 

Comments

Popular posts from this blog

Painterly Shader with GLSL

Besides all the regular fancy shaders you would normally find (reflections, normal mapping...) the demo features one advanced fullscreen shader to produce the painterly effect. Its different from the usual cel-shading techniques because it doesn't rely on silhouettes or a different lighting model to produce the effect. Instead, the shader utilizes a brush pass ( the scene re-rendered with a brush texture applied to everything) and the depth pass, alongsde the main color pass to distort the image in a specific way. The brush pass is used to define the  magnitude  of the distortion, and some math applied to the depth pass to define the  direction  of the distortion. Its useful to note that the main color pass is rendered completely normally, the lighting is baked from Maya into the textures, and shaders are applied normally for reflections and normal mapping. Below are screenshots of the passes with a brief explanation of how it works. 1.  The bru...

Q - PC Build

Q started out as a PC game. It was controlled with a mouse only, and you used it to connect nodes on the spell pad. We were only getting started with UDK, but we managed to get a look, feel, and some controls for a small demo. It relied heavily on post processing effects, cloth simulation, and real time accurate reflections. When we later moved to iPads, none of those features became viable, and the visual had to change drastically. It looked like this:

Q Trailer

Q is an actiony puzzler game for tablets (currently just iPads, 2 and above recommended). It was made with UDK. Here is the trailer... (I'll post some info about the gameplay and puzzles soon) The team: Hosni Auji, Andrew Kalu (music), and me.