A Database-Driven Framework for 3D Level Generation with LLMs
By: Kaijie Xu, Clark Verbrugge
Potential Business Impact:
Builds game levels with smart building blocks.
Procedural Content Generation for 3D game levels faces challenges in balancing spatial coherence, navigational functionality, and adaptable gameplay progression across multi-floor environments. This paper introduces a novel framework for generating such levels, centered on the offline, LLM-assisted construction of reusable databases for architectural components (facilities and room templates) and gameplay mechanic elements. Our multi-phase pipeline assembles levels by: (1) selecting and arranging instances from the Room Database to form a multi-floor global structure with an inherent topological order; (2) optimizing the internal layout of facilities for each room based on predefined constraints from the Facility Database; and (3) integrating progression-based gameplay mechanics by placing components from a Mechanics Database according to their topological and spatial rules. A subsequent two-phase repair system ensures navigability. This approach combines modular, database-driven design with constraint-based optimization, allowing for systematic control over level structure and the adaptable pacing of gameplay elements. Initial experiments validate the framework's ability in generating diverse, navigable 3D environments and its capability to simulate distinct gameplay pacing strategies through simple parameterization. This research advances PCG by presenting a scalable, database-centric foundation for the automated generation of complex 3D levels with configurable gameplay progression.
Similar Papers
Narrative-to-Scene Generation: An LLM-Driven Pipeline for 2D Game Environments
Graphics
Turns stories into playable game worlds.
RoomPlanner: Explicit Layout Planner for Easier LLM-Driven 3D Room Generation
CV and Pattern Recognition
Creates realistic 3D rooms from simple text.
Automated Unity Game Template Generation from GDDs via NLP and Multi-Modal LLMs
Artificial Intelligence
Builds game worlds from written ideas automatically.