The Goddess's Will — Why Nobody Makes Pre-Rendered 3D Video Games Anymore, and Why We're Making One

A five-year development retrospective on 'The Goddess's Will,' an isometric 2.5D action-RPG built with pre-rendered graphics in the style of late-1990s classics, covering world-building, engine migration from GameMaker to Godot, hiring artists and composers, and the philosophy of deliberate creative constraints.

What Is This Project?

The Goddess's Will is an isometric 2.5D action-RPG adventure featuring pre-rendered graphics styled after the late 1990s and early 2000s. It combines action, story elements, and metroidvania mechanics with tactical live-action combat where players face multiple opponents, each with unique abilities. The team at Imagine Tavern has spent five years building this technical demonstration.

What Is Pre-Rendering and Why Did It Exist?

Pre-rendering was born out of necessity. In the early days of 3D graphics, hardware simply couldn't handle real-time rendering of detailed models. The solution was elegant: 3D models and scenes were prepared in advance, rendered on powerful workstations, and then included in the game engine as sprites — flat images that formed animations and richly detailed backgrounds.

This technique powered some of the most iconic games of the era: Donkey Kong Country (1994), the Resident Evil series, Diablo 1 and 2, StarCraft, and Age of Empires 2. These games achieved a visual fidelity that was impossible with real-time 3D at the time.

As GPUs became more powerful, real-time 3D rendering became cheaper and more flexible than the labor-intensive pre-rendering pipeline. The technique essentially died out. So why would anyone choose it in 2025?

The Vision: Danger and Atmosphere

The choice wasn't born from technical necessity but from artistic vision rooted in personal experience. The creator wanted to recreate the specific atmosphere of playing Diablo 1 on the original PlayStation — that feeling where exploration was genuinely dangerous and threatening, where every new room could end your run, and the isometric perspective created a sense of looking into a dark, hostile world from above.

Modern real-time 3D can render far more polygons, but it rarely captures that specific visual quality — the hyper-detailed, almost photographic look of pre-rendered sprites against painted backgrounds. It's an aesthetic that belongs to a particular moment in technology, and recreating it requires actually using the techniques of that era.

2020: World-Building First

The project began not with code but with world-building. Before writing a single line of game logic, the creator spent months developing extensive lore, world physics, and mythology. He read Darwin's Origin of Species for inspiration on how to create believable species diversity within the game world. This research resulted in a comprehensive fictional universe with its own rules and history.

A programmer friend, Sergey (known as SquaII), joined the project and deepened the game design further. Together they built an internal wiki with over 400 articles documenting the story, characters, factions, world mechanics, and physical laws of the game universe. This wiki became the foundation for every subsequent creative decision.

2021: GameMaker and the First 10,000 Lines

Development began in GameMaker Studio using GML (GameMaker Language). The initial prototype reached approximately 10,000 lines of code and proved the core gameplay concept. Character concepts were developed with artist Evgeny (Spaaace), establishing the visual direction.

However, GameMaker's limitations became apparent as the project grew more ambitious. Large pre-rendered sprite sheets consumed enormous amounts of video memory, causing crashes. The engine lacked proper object-oriented architecture, making the increasingly complex animation pipeline difficult to manage.

2022-2023: Migration to Godot 4

The team made the difficult decision to migrate from GameMaker to Godot 4 with C#. The author briefly tested Unity but found Godot's open-source nature and C# support more aligned with the project's needs. The migration was painful but necessary — GameMaker simply couldn't handle the technical demands of the pre-rendered content pipeline.

The custom engine built on Godot features isometric 2.5D gameplay with custom pathfinding and AI decision-making systems. Automated workflows were developed for rendering 3D models to sprites at 16 directional positions for movement and 8 positions for actions.

The HR Marathon: Finding the Right People

The article humorously but honestly documents the exhausting process of recruiting specialized talent for an indie project.

3D Animator

The initial search yielded approximately 60 responses. Animator Konstantin (Prepadoshni) was selected. Rather than using Mixamo's motion-captured animation library, Kostya proposed creating over 200 hand-crafted animations to better capture the authentic spirit of classic pre-rendered games. Each animation needed to read clearly when converted to small sprites, requiring an exaggerated, deliberate style that motion capture couldn't provide.

3D Modeler

The second major hire attracted over 450 portfolio submissions. The evaluation involved five stages: portfolio screening, a detailed questionnaire, Discord video calls, paid test assignments, and final selection. Artist Maria (Masha Maki) was ultimately chosen. The author provided individual feedback to every applicant, which many praised as "the best HR experience" they'd ever encountered — a remarkable achievement for a small indie studio.

Initial plans called for low-poly character models, but the team discovered that preserving visual quality when converting to sprites required higher-poly models than expected.

Sound Designer and Composer

Approximately 500 applications were received for the sound design and music role. After the same rigorous multi-stage evaluation, composer Margo (mrgrt_music) was selected. The complete audio design includes live voice acting.

VFX Designer

In stark contrast to the other roles, only 16 applications arrived for VFX design. This scarcity reflects how specialized the skill set is. Ksenia (Terekhova) was hired and built the complete visual effects suite for the game.

2023-2024: The GUI Year

GUI development consumed a full year — twice the anticipated six months. User interface design for a game with this aesthetic complexity proved far more challenging than expected. Every menu, HUD element, and interaction prompt needed to feel consistent with the pre-rendered world while remaining functional and readable.

Web Presence: Nostalgia as Design Philosophy

The team created two websites that extend the game's aesthetic philosophy to the web:

The Goddess's Will official site (thegoddesswill.com) is styled after 1990s gaming magazine layouts — intentionally imperfect, with dense information architecture inspired by browsing through archived issues of PlayStation Magazine. This was a deliberate rejection of contemporary flat-design trends.

Imagine Tavern (imaginetavern.com) is the team's company website, built as a Windows 98 interface using React by Kate Swann, the author's wife. Visitors interact with a virtual desktop, complete with draggable windows and period-appropriate UI elements.

Current Status (Autumn 2025)

The technical demonstration is nearing completion with:

  • A custom isometric 2.5D engine built on Godot 4
  • Full audio design with live voice acting
  • Multiple playable locations featuring vertical exploration mechanics
  • Working AI decision systems for enemies
  • A complete visual effects suite
  • An active Steam store page

The team is preparing for the full gameplay trailer release. After five years of development, including intensive weekly 10-hour meetings during peak production, the pace has lightened during this polishing phase.

Philosophy: Restrictions Liberate

The recurring theme throughout the project is that limitations shape identity. The deliberate choice to use pre-rendered graphics — a technique most developers abandoned two decades ago — forced creative solutions at every step. It constrained the animation count, the camera perspective, the rendering pipeline, and the art style. But those same constraints gave the game a visual identity that no modern real-time 3D game possesses.

The guiding phrase throughout development was: "Wait, you could actually do that?" Each decision to expand scope — from writing complete world mythology to hiring professional artists and composers for an indie project — felt simultaneously audacious and necessary. Five years later, the author reflects: "Now I think the gamble paid off."

FAQ

What is this article about in one sentence?

This article explains the core idea in practical terms and focuses on what you can apply in real work.

Who is this article for?

It is written for engineers, technical leaders, and curious readers who want a clear, implementation-focused explanation.

What should I read next?

Use the related articles below to continue with closely connected topics and concrete examples.