Damiano Tagliaferri

Drauma

Nov 30, 2024
Cover art
Shield ImageShield ImageShield ImageShield Image

Drauma is a first person horror-thriller game with retro aesthetics and fixed 4:3 screen ratio.

Store Link

RoleGame Designer - Lead ProgrammerCompany<Personal project>PlatformsPCWork time5 months

My contributions

Open world dynamic loading system🔥

The loading system was inspired by a GDC talk from the developers of Firewatch. Unfortunately the video is no longer available, but the gist of it is that the game world is divided into chunks, and only the chunks that are close to the player or visible from a distance (with LODs) are loaded into memory. This allows for a large game world to be loaded seamlessly and with no performance issues.

Grid-based movement and world

Implemented grid based movement, and extended Unity tilemap system to create and edit world chunks in a 3D grid.

Dialogue system

Implemented dialoue system on top of Ink that allows for:

  1. Branching dialogues
  2. Contextual item inspection text (affected by world state)
  3. Actions or animations triggered by dialogue choices or progression
Save system🔥

Designed a save system with manual and auto save functionality, using Json.NET for its powerful serialization features.

Manual saves are managed by the player, while auto saves are triggered by specific events in the game world. In case of game over the latest save is loaded, but the manual save is the only one kept between game sessions.

Savable objects are easily editable by adding a “UniqueId” component to them, and assigning methods to Unity events.

UI system

Management of UI panels with a custom pushdown automata system. This includes prompts in the game world, item descriptions, dialogue interface, puzzle views and contextual prompts for player inputs.

© 2025 Damiano Tagliaferri