4 Repos
Systems for defining the starting state of new game save slots using external configuration files.
Distinct from Save Data Importers: None of the candidates cover the initialization of game state for new save slots; they focus on file dialogs, UI slots, or legacy importers.
Explore 4 awesome GitHub repositories matching game development · Save Game Initialization. Refine with filters or upvote what's useful.
jynew is a 3D RPG game engine and development framework designed for building three-dimensional role playing games. It provides a comprehensive suite of tools for scene editing, game logic scripting, and the creation of 3D environments. The project features a specialized 3D asset management pipeline for importing and aligning models and animations, including specific tools for weapon attachment and rendering. It includes a dedicated combat system editor for defining battle encounters, skill effects, and combat grids with real-time synchronization. Additionally, it provides a game modding fram
The engine reads external configuration files during the creation of new save slots to define starting teams and skills.
This is a browser-based Tetris game built with React, using Redux and Immutable.js to manage all game state in a single immutable store. The application renders the game board, next-block preview, and score display as React components, with state transitions that are predictable and support time-travel debugging through the Redux DevTools Extension. The game distinguishes itself through several integrated capabilities. It automatically adapts between keyboard and touch controls based on the user's input device, with configurable repeat rates for responsive gameplay. A persistence layer serial
Saves the full game state to localStorage so progress is restored after a page refresh, crash, or phone call.
Veloren is an open-source multiplayer RPG featuring a voxel-based action adventure in a procedurally generated fantasy world. It is built upon a voxel game engine that supports 3D rendering via Vulkan and Metal, utilizing a procedural world generator to create geography and ecosystems based on erosion algorithms and temperature maps. The project is distinguished by a sandboxed plugin system using WebAssembly, which allows for the addition of new game logic and equipment without recompiling the core engine. It also features a dedicated game server architecture designed to synchronize state, ma
Initializes the game using pre-generated map files and optional spawn towns for new game sessions.
CefFlashBrowser is a standalone web browser built on the Chromium Embedded Framework that preserves the ability to load and render Flash-based web pages and local Flash files after native Flash support was removed from mainstream browsers. It integrates the Pepper Flash PPAPI plugin to display Flash animations and applications alongside standard web content, and includes a built-in save data editor that can export, import, and modify values within Flash game save files. The browser bridges the CEF sandbox with the local file system, allowing it to open Flash files stored on the computer and t
Exports, imports, and edits Flash game save files for modifying stored progress.