Sunday 9 August 2015

Final Game Mechanic Test Map

Final Game Mechanic Test Map

This map is designed to test the blueprints for the final game by turning on 6 generators to open a door

Map Layout

Basic place set for power generator


All 6 generators in place with collision boxes set up in front of them. Also the control console is also in place for when the generators are on

Added doors both to show progression but also practice using the blueprint. Each door is made out of 2 pieces so it requires 2 timelines


I needed 2 collision boxes because the collision box could only power 1 timeline. I fixed this later with a Sequence blueprint

Timeline movement

I added locations for the start point of the doors and told the door where to move with the Set Actor Location Blueprint

Doors Closed

Door Open

This is when I added the Sequence Blueprint

I duplicated the blueprint to the second door to open the end.

As in my final game idea, I added cables that go from the generators to the Door Console. These cables are part of the Splines:Hoses - Ropes - Sci-fi on the marketplace

3 Cables

6 Cables

This blueprint is from the Unreal Engine 4 Contents Example Pack for opening the doors. The part I am interested in is collecting 8 coins to open the door

This is the final blueprint for opening the door. On collision with the collision box the game adds 1 to the Generators Parameter. When the parameter is equal to 1 the Door Two script executes. The script is also set up to destroy the trigger box so that the user cant walk back into the same generator and skip part of the level

This sets the generator parameter

This sets the generator parameter at the start of the game 

Tidying up

Tidying Up

I duplicated the Generator Script to all generators so that all 6 must be activated before the door can be opened

Added a Print Text script so the game tells me when the door is 'unlocked'

These timelines is set up to make the generator spin at increasing speeds until finally looping on the final timeline

After many hours of trying the change the Emissive quality on materials I finally found this inside the same script on the Coin Door. When activated it simply switches the material on the item so it only requires me to duplicate the original material and turn off the Emissive there

Tidying Up

Material Change in the group. Unrelated to this part but still needed in the map is a passive float movement of the generator. This is a timeline that runs at the beginning of the map instead of when the collision box is entered

Simple glow material for the button on the Door Console

Final Map Layout


----- Videos -----




No comments:

Post a Comment