Links

This page serves as an index of resources related to Eden. It includes official links, community platforms, shared world services, source code repositories, third-party tools, and reverse-engineering documentation.

Official Website

Official Discord Server

Online World Database - useful for finding old worlds

Community Projects Discord Server (including this project)

Mass archive project

Eden: World Builder Wiki (hosted on Fandom)

Community-run Subreddit

Community-run Instagram account (inactive)

Facebook page, run by the game’s creator Ari

Shared Worlds service (current, version 2.2 - )

Online Shared Worlds Search (current server)

Online Shared Worlds Upload (current server)

World Download (current server) - add / followed by your world’s ‘.eden’ filename

Shared Worlds service (legacy, version 2.0 - 2.1)

Online Shared Worlds Search (legacy server)

Online Shared Worlds Upload (legacy server)

World Download (legacy server) - add / followed by your world’s ‘.eden’ filename

Eden Source Code

In 2018, Ari released the game’s source code. It is available on GitHub alongside a few WIP projects that community members have started using the source code.

Version 2.1.1 source code

Version 2.1 source code

The version 2.1 link contains the version of the source code that was published by Ari in 2018. It is the latest unmodified version of the source code that is publicly available. The 2.2.X updates from 2021 onwards with the increased height limit have not yet had any source code publications.

The version 2.1.1 link contains a repo modified by Barrel for compatibility with Xcode 16. The world download function has been modified so that it points to the current server as opposed to the legacy server. The hidden fly mode is activated by default, but can be deactiviated easily by following instructions in the README.

Eden World Manipulator

Eden World Manipulator is a program developed and published by Jeremy. It was written from the source code provided from the first version of Vuenctools. Full article coming soon. There is a wiki article, which is currently outdated. You can access that here.

Eden World Manipulator v3.0

Eden World Manipulator v2.0 (legacy)

v2.0 source code

The latest version (3.0) of Eden World Manipulator allows you to download/upload worlds from both the current and legacy shared world servers. When loaded, you are able to generate maps and make edits to your world, such as mass changing block type/colour, generating trees and adding water.

Note: there is a bug in version 3.0 where generating trees will result in them missing stumps/log blocks.

Reverse-Engineering

Robert Munafo has written documentation on the game’s file format, which has been useful for developing a mapping utility and manipulator software:

The Eden World Builder File Format at MROB

Munafo’s command-line mapping program

Vuenctools - older manipulator software based on Munafo’s documentation