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 ├── utilities/ # Helper scripts used in main scripts └── zDungeon101Ideas/ # Random ideas (not needed for the project)

Clone this wiki locally