Slendytubbies 2 Open Source Today

MMF2 games can be partially reverse-engineered using tools like:

Several GitHub repositories claim to provide "open source Slendytubbies 2" – these are reconstructed MFA files from decompilation, not original source.

In the annals of indie horror, few titles are as deceptively absurd as Slendytubbies. Born from the early 2010s trend of "Slender Man" clones and meme-based asset flips, the series seemed destined for obscurity. However, the 2016 release of Slendytubbies 2 (ST2) marked a turning point. Yet, its lasting legacy is not merely its jump scares or its grotesque reimagining of the Teletubbies’ children’s show. The true, transformative event was the developer, ZeoWorks, making the game open-source. This decision transformed a cult horror game into a dynamic, breathing educational tool and a testament to the power of collaborative creativity in the GameMaker community.

To understand the impact of its open-source nature, one must first appreciate the game’s mechanical core. Slendytubbies 2 is a third-person survival horror game that pits players against infected, monstrous versions of Tinky Winky, Dipsy, Laa-Laa, and Po. It featured a single-player campaign, a collection of semi-linear levels, and—crucially—a multiplayer mode where one player controlled a monster while others attempted to collect custards and escape. For a free game built on a niche engine (GameMaker: Studio), its netcode, AI pathfinding, and camera systems were surprisingly robust. When ZeoWorks released the full source code, project files, and assets to the public, they did more than just give away a game; they provided a blueprint for intermediate game developers. slendytubbies 2 open source

The foremost benefit of ST2’s open-source status was its value as an educational primer. For aspiring developers overwhelmed by the complexity of 3D engines like Unity or Unreal, ST2 offered a manageable sandbox. A student could open the project, trace the exact lines of GML (GameMaker Language) that controlled the Slenderman-inspired “stare” mechanic, or see how a finite state machine governed the AI of a pursuing monster. It provided answers to concrete questions: How do I program a camera that follows a player in 3D space within a 2D engine? How do I synchronize flashlights across a network without desync? ST2 became an open-source textbook, proving that complex behaviors could be deconstructed into understandable, commented logic.

Beyond education, the open-source release fostered a vibrant modding and expansion community. Because the source was available, barriers to modification vanished. Within months, creators produced total conversions that ranged from serious (adding new monsters, maps, and voice acting) to the surreal (replacing Teletubbies with memes or historical figures). This prolonged the game’s lifespan far beyond its initial viral moment. Where proprietary games rely on official updates to stay relevant, ST2 thrived on community-driven chaos. Forums buzzed with patches that fixed netcode bugs ZeoWorks had missed, custom game modes like “Prop Hunt,” and even standalone spin-offs that credited the original project.

Furthermore, the open-source model acted as a critical survival mechanism for the game’s legacy. Commercial horror games often vanish due to licensing issues, server shutdowns, or software rot. Because ST2’s source code is archived on platforms like GitHub, it is effectively immortal. A developer in 2035 could, in theory, port the game to a future operating system, recompile it, and run it perfectly. The "Slendytubbies 2 Community Edition," a fan-driven optimization project, emerged directly from the source code, fixing performance issues on modern hardware—a feat impossible with a closed executable. MMF2 games can be partially reverse-engineered using tools

Of course, the open-source model is not without its risks. For ZeoWorks, releasing their proprietary code meant forgoing any potential commercial remaster of ST2. It also led to a fragmentation of the player base, with dozens of uncredited forks and questionable “reuploads” that stripped the original developers’ names. There is an inherent vulnerability in handing over your creative child to the internet: not everyone will respect the license or the original vision.

Nevertheless, the open-sourcing of Slendytubbies 2 remains a masterclass in alternative game distribution. It challenged the industry’s obsession with secrecy and profit, proposing instead that a game’s greatest value might lie in its ability to teach and inspire. ZeoWorks showed that a horror game about horrifying childhood icons could, paradoxically, become a generous gift to the next generation of programmers. In a cynical era of microtransactions and walled gardens, Slendytubbies 2 stands as a monstrous, purple, custard-drenched monument to the radical idea that code—no matter how ridiculous the context—should be shared. The real horror wasn't the infected Teletubbies; it was the thought of all that potential staying locked away.


A full ST2 source dump (often found on GitHub or Internet Archive) usually contains: Several GitHub repositories claim to provide "open source

Some releases are partial—missing certain prefabs or scene dependencies—but complete dumps allow a full recompile in Unity 5.

Slendytubbies is a cult-classic horror game series that began as a Garry’s Mod joke before evolving into a standalone fangame. The second installment, Slendytubbies 2 (often abbreviated ST2), marked a significant leap in quality—introducing multiple endings, cooperative multiplayer, and a genuinely unsettling atmosphere built on the Unity engine.

In the modding and fan-horror communities, the phrase “Slendytubbies 2 Open Source” carries specific weight. It refers not to an official release by the original developer (Zeebarf), but to a community-driven or leaked availability of the game’s source code and assets. This write-up explores what “open source” means in this context, the legal and ethical gray areas, and what fans can actually do with the ST2 source.