<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Chatsubo MUD Development Blog</title>
        <description>Development updates, features, and community news from the cyberpunk streets of Chiba City</description>
        <link>https://blog.chatsubo.io/</link>
        <atom:link href="https://blog.chatsubo.io/feed.xml" rel="self" type="application/rss+xml"/>
        <pubDate>Thu, 14 May 2026 21:44:33 +0000</pubDate>
        <lastBuildDate>Thu, 14 May 2026 21:44:33 +0000</lastBuildDate>
        <generator>Jekyll v3.10.0</generator>
        
        
        <item>
            <title>Why We&apos;ve Been Quiet</title>
            <description>
                
                    An honest update on where we&apos;ve been, what happened, and what Chatsubo needs to move forward.
                
            </description>
            <pubDate>Fri, 13 Feb 2026 22:47:00 +0000</pubDate>
            <link>https://blog.chatsubo.io/community/2026/02/13/why-weve-been-quiet.html</link>
            <guid isPermaLink="true">https://blog.chatsubo.io/community/2026/02/13/why-weve-been-quiet.html</guid>
            
            
            
            
            <category>personal</category>
            
            <category>mental-health</category>
            
            <category>community</category>
            
            <category>open-development</category>
            
            
            
            <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mauvehed</dc:creator>
            
        </item>
        
        <item>
            <title>December Update: Quest System &amp; World Polish (v0.3.0)</title>
            <description>
                
                    Building toward launch: Chatsubo&apos;s December milestone adds quest system foundation with location-based triggers, automatic loot cleanup, and critical XP fixes. The world is taking shape.
                
            </description>
            <pubDate>Tue, 02 Dec 2025 03:00:00 +0000</pubDate>
            <link>https://blog.chatsubo.io/release/2025/12/02/release-v0.3.0.html</link>
            <guid isPermaLink="true">https://blog.chatsubo.io/release/2025/12/02/release-v0.3.0.html</guid>
            
            
            
            
            <category>mud</category>
            
            <category>evennia</category>
            
            <category>quests</category>
            
            <category>loot-system</category>
            
            <category>combat</category>
            
            <category>npcs</category>
            
            <category>dialogue</category>
            
            
            
            <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Development Team</dc:creator>
            
        </item>
        
        <item>
            <title>Zero Database Queries: The Great AttributeProperty Migration</title>
            <description>
                
                    How we eliminated 90% of database queries and solved cache invalidation by deleting four Django models and rebuilding our entire character progression system.
                
            </description>
            <pubDate>Thu, 06 Nov 2025 12:00:00 +0000</pubDate>
            <link>https://blog.chatsubo.io/architecture/2025/11/06/attributeproperty-migration.html</link>
            <guid isPermaLink="true">https://blog.chatsubo.io/architecture/2025/11/06/attributeproperty-migration.html</guid>
            
            
            
            
            <category>mud</category>
            
            <category>evennia</category>
            
            <category>database</category>
            
            <category>optimization</category>
            
            <category>refactoring</category>
            
            
            
            <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Development Team</dc:creator>
            
        </item>
        
        <item>
            <title>November Game Updates - Milestone 1</title>
            <description>
                
                    From empty codebase to playable cyberpunk world: How we built Chatsubo&apos;s foundation in two months, creating the combat, progression, and social systems that bring Night City to life.
                
            </description>
            <pubDate>Fri, 31 Oct 2025 12:00:00 +0000</pubDate>
            <link>https://blog.chatsubo.io/release/2025/10/31/november-update.html</link>
            <guid isPermaLink="true">https://blog.chatsubo.io/release/2025/10/31/november-update.html</guid>
            
            
            
            
            <category>mud</category>
            
            <category>evennia</category>
            
            <category>cyberpunk</category>
            
            <category>milestone</category>
            
            <category>v0.2.0</category>
            
            
            
            <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Development Team</dc:creator>
            
        </item>
        
        <item>
            <title>Live World Editing: YAML Content System and Hot-Reload</title>
            <description>
                
                    How we built a content management system that lets writers edit the world in real-time without destroying rooms, displacing players, or losing NPCs - and the journey from &apos;rebuild everything&apos; to &apos;just change the description.&apos;
                
            </description>
            <pubDate>Wed, 22 Oct 2025 12:00:00 +0000</pubDate>
            <link>https://blog.chatsubo.io/development/content/world-building/tools/2025/10/22/yaml-content-system-and-hot-reload.html</link>
            <guid isPermaLink="true">https://blog.chatsubo.io/development/content/world-building/tools/2025/10/22/yaml-content-system-and-hot-reload.html</guid>
            
            
            
            
            <category>mud</category>
            
            <category>evennia</category>
            
            <category>yaml</category>
            
            <category>hot-reload</category>
            
            <category>content-management</category>
            
            <category>workflow</category>
            
            
            
            <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Development Team</dc:creator>
            
        </item>
        
        <item>
            <title>Building for Scale: How We Transformed Chatsubo&apos;s NPC Architecture</title>
            <description>
                
                    The story of how we reimagined Chatsubo&apos;s NPC system from the ground up - eliminating resource waste, building intelligent AI management, and creating architecture that scales from 10 NPCs to 1000+ without breaking a sweat.
                
            </description>
            <pubDate>Tue, 21 Oct 2025 12:00:00 +0000</pubDate>
            <link>https://blog.chatsubo.io/development/architecture/scalability/npcs/2025/10/21/npc-performance-revolution.html</link>
            <guid isPermaLink="true">https://blog.chatsubo.io/development/architecture/scalability/npcs/2025/10/21/npc-performance-revolution.html</guid>
            
            
            
            
            <category>mud</category>
            
            <category>evennia</category>
            
            <category>optimization</category>
            
            <category>ai</category>
            
            <category>architecture</category>
            
            <category>engineering</category>
            
            
            
            <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Development Team</dc:creator>
            
        </item>
        
        <item>
            <title>Building the Foundation: The Three-Tier Scaling System</title>
            <description>
                
                    How we built a centralized scaling system that makes progression feel rewarding from level 1 to 50, integrated dynamic area-based spawning, and created a minimal leveling system that keeps combat meaningful - all while preparing for the comprehensive Leveling System to come.
                
            </description>
            <pubDate>Mon, 20 Oct 2025 15:40:00 +0000</pubDate>
            <link>https://blog.chatsubo.io/development/progression/combat/scaling/2025/10/20/three-tier-scaling-foundation.html</link>
            <guid isPermaLink="true">https://blog.chatsubo.io/development/progression/combat/scaling/2025/10/20/three-tier-scaling-foundation.html</guid>
            
            
            
            
            <category>mud</category>
            
            <category>evennia</category>
            
            <category>game-design</category>
            
            <category>balance</category>
            
            <category>leveling</category>
            
            <category>npcs</category>
            
            
            
            <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Development Team</dc:creator>
            
        </item>
        
        <item>
            <title>Breathing Life Into NPCs: The Journey to Autonomous NPC Roaming</title>
            <description>
                
                    How we built an NPC AI system that makes the world feel alive, from timestamp-based state machines to surviving server reloads, and all the lessons learned along the way.
                
            </description>
            <pubDate>Wed, 15 Oct 2025 12:00:00 +0000</pubDate>
            <link>https://blog.chatsubo.io/development/ai/npcs/world-building/2025/10/15/breathing-life-into-npcs.html</link>
            <guid isPermaLink="true">https://blog.chatsubo.io/development/ai/npcs/world-building/2025/10/15/breathing-life-into-npcs.html</guid>
            
            
            
            
            <category>mud</category>
            
            <category>evennia</category>
            
            <category>npc-ai</category>
            
            <category>roaming</category>
            
            <category>persistence</category>
            
            <category>game-design</category>
            
            
            
            <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Development Team</dc:creator>
            
        </item>
        
        <item>
            <title>Your Voice in the Code: Building the Help Ticket System</title>
            <description>
                
                    From bug reports to feature requests: How we built a comprehensive help system that empowers players to shape the game while keeping development organized and responsive.
                
            </description>
            <pubDate>Mon, 13 Oct 2025 12:00:00 +0000</pubDate>
            <link>https://blog.chatsubo.io/development/community/player-support/2025/10/13/help-ticket-system.html</link>
            <guid isPermaLink="true">https://blog.chatsubo.io/development/community/player-support/2025/10/13/help-ticket-system.html</guid>
            
            
            
            
            <category>mud</category>
            
            <category>evennia</category>
            
            <category>player-feedback</category>
            
            <category>bug-tracking</category>
            
            <category>feature-requests</category>
            
            <category>community-driven</category>
            
            
            
            <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Development Team</dc:creator>
            
        </item>
        
        <item>
            <title>Navigating Chiba City: Building the HoverTaxi Fast Travel System</title>
            <description>
                
                    From initial concept to production-ready system: How we built an atmospheric fast travel experience that captures the essence of cyberpunk transit while respecting player exploration.
                
            </description>
            <pubDate>Sun, 12 Oct 2025 13:00:00 +0000</pubDate>
            <link>https://blog.chatsubo.io/development/gameplay/world-building/2025/10/12/hovertaxi-fast-travel-system.html</link>
            <guid isPermaLink="true">https://blog.chatsubo.io/development/gameplay/world-building/2025/10/12/hovertaxi-fast-travel-system.html</guid>
            
            
            
            
            <category>mud</category>
            
            <category>evennia</category>
            
            <category>cyberpunk</category>
            
            <category>fast-travel</category>
            
            <category>game-mechanics</category>
            
            <category>player-experience</category>
            
            
            
            <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Development Team</dc:creator>
            
        </item>
        
        <item>
            <title>Building a Cyberpunk Combat System: From Concept to Reality</title>
            <description>
                
                    A technical deep-dive into developing a comprehensive combat system for Chatsubo MUD, covering everything from basic mechanics to AI-driven NPCs.
                
            </description>
            <pubDate>Fri, 10 Oct 2025 12:00:00 +0000</pubDate>
            <link>https://blog.chatsubo.io/development/combat/game-design/2025/10/10/cyberpunk-combat-system-development.html</link>
            <guid isPermaLink="true">https://blog.chatsubo.io/development/combat/game-design/2025/10/10/cyberpunk-combat-system-development.html</guid>
            
            
            
            
            <category>mud</category>
            
            <category>evennia</category>
            
            <category>cyberpunk</category>
            
            <category>combat</category>
            
            <category>ai</category>
            
            <category>game-mechanics</category>
            
            
            
            <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Development Team</dc:creator>
            
        </item>
        
        <item>
            <title>Building the Future of Chatsubo MUD</title>
            <description>
                
                    Our vision for creating an immersive cyberpunk MUD experience that brings William Gibson&apos;s sprawl to life through innovative gameplay systems and rich storytelling.
                
            </description>
            <pubDate>Thu, 09 Oct 2025 15:00:00 +0000</pubDate>
            <link>https://blog.chatsubo.io/2025/10/09/building-the-future-of-chatsubo.html</link>
            <guid isPermaLink="true">https://blog.chatsubo.io/2025/10/09/building-the-future-of-chatsubo.html</guid>
            
            
            
            
            <category>announcement</category>
            
            <category>vision</category>
            
            <category>development</category>
            
            
            
            <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Development Team</dc:creator>
            
        </item>
        
    </channel>
</rss>