1 repositorio
Frameworks for writing game actor variables and user profiles to disk in binary format for efficiency.
Distinct from Auto-Save Systems: Candidates focus on save-game initialization or versioning, not the serialization mechanism itself.
Explore 1 awesome GitHub repository matching data & databases · Binary Game State Serialization. Refine with filters or upvote what's useful.
ActionRoguelike is a third-person cooperative game project built with C++ and Unreal Engine. It functions as a networked application that utilizes replication architecture to synchronize character states and combat across multiple clients. The project implements a data-oriented performance framework that employs object pooling and asynchronous asset loading to optimize memory usage and frame rates. It features a behavior tree AI system combined with environment queries to drive autonomous NPC decision making and combat, alongside a binary serialization framework for saving actor variables and
Implements a serialization framework that writes actor variables and user profiles to disk to preserve world state.