Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Project Overview

TheQuantifier edited this page Sep 29, 2025 · 6 revisions

Engine: Godot 4.5 (.NET/Mono build)
Models: Mixamo (shared skeleton structure)
Theme: Isekai dungeon crawler with RPG systems

Core Goals

  • Modular character system (equipment, stats, inventory, skills)
  • Functional UI panels (stats, hub, menus, overlays)
  • Expandable 3D world with terrain, dungeons, and cities
  • Multiplayer support for multiple logged-in characters

Folder Structure (Res://)

res:// ├── addons/ # Imported Assets and Pre-built Projects ├── assets/ # Models, images, textures ├── autoload/ # Global singletons (game_manager.gd) ├── config/ # Editable Settings for scripts ├── core/ # Game logic (character, equipment, stats) ├── data/ # Character data (.tres files) ├── scenes/ # Gameplay world ├── ui/ # Menus and interface ├── utilites/ # Helper Scripts used in main scripts ├── zDungeon101Ideas/ # Random Ideas for this game - Not needed for the project

Clone this wiki locally