
The Guardians
Overview
Game Engine: Panda3D
Scripting: Python
The Guardians was

More Details
Features
In this version of SCRAPS we have four main level mechanics; explosive devices/objects, pressure plates, switches, and object snapping with the gravnull gun. Each of these mechanics are used to guide the player through the level and provide challenge. We also developed a few more systems and features that were designed, implemented, and iterated on by our team to deliver a game that is fun to play. Those would be destructible wall assets, a voice over system, cut scenes, and a system to highlight objects that can be interacted with by the item that is currently within the gravnull guns control.
The base game systems the game uses are an inventory system, objective and checkpoint system, Character and camera controller, and a gravnull gun. The gravnull gun is the main mechanic of the game and is used to interact and collect objects in the game world. It is the one tool given to the main character instead of a weapon. The gravnull gun can pick up and throw objects regardless of weight. These systems were all set and not able to be modified by us as level designers. We had to take the time to build our level mechanics and levels using these tools provided to us.
My Role
As one of the level designers I had to come up with a theme and design for a level and two level mechanics to use throughout the level. I will list out each feature of my level and give a brief breakdown.
Theme/concept: The player is tasked with finding a way into a shut down power plant. Once the player is inside they are tasked with finding a way to turn the power plant back on. The player figures out that they have to use the gravnull gun to repair and activate certain equipment in the plant. The whole reason for this is the Bast's, which are the rich and powerful, need more power for their safe hold and they have tasked you with providing this power.
Mechanics:
Explosive devices: The player finds components to build explosive devices. They then use these devices to clear debri, knock down walls, and various other things that where an explosion might be useful.
Object snapping: The player uses the gravnull gun to pick up objects and snap them back in place. For my level this includes picking up plant equipment like pumps or live electrical lines and putting them back where they go.
Systems: I had the opportunity to implement a couple systems that the other designers could use in their levels to extend functionality and to improve play ability.
Voice Over System: This was a simple system that could take a video clip and either play it from a trigger volume or a in game event. The system also accepted a string that contained the transcript of the voice over and then displayed this using the in game message system that displayed on the UI.
Cut Scenes: Following the GDD guidelines I implemented numerous cut scenes for our game to improve flow and player feedback.
Gravnull Object Highlight: This system allows the level designer to designate which items can be interacted with by the object that is currently being held with the gravnull gun. Each object that is listening for a gravnull event will check and see if the current gravnull object is the object type it is watching for. If it is then the object will be highlighted in the game world. This is to help improve player feedback and guide them as to what they can do with the object they just picked up.