mirror of
https://github.com/M2noa/MCLCE-Archive.git
synced 2026-09-23 03:22:30 +00:00
99 lines
4.4 KiB
Markdown
99 lines
4.4 KiB
Markdown
# Minecraft Source Code Archives (2013-2014)
|
|
|
|
This repository contains organized Minecraft source code leaks from 2013-2014.
|
|
|
|
**Original zip archives have been removed after extraction.** All source code is preserved and organized by edition and platform.
|
|
|
|
## Repository Structure
|
|
|
|
```
|
|
minecraft/
|
|
├── console-edition-2014/ # Console Edition (PS3, PS4, Vita, Xbox 360, Xbox One, Windows)
|
|
│ ├── full-multiplatform/ # Complete multi-platform source (all consoles + Windows)
|
|
│ ├── oct-2014-backup/ # October 2014 backup snapshot
|
|
│ ├── ps3-only-stripped/ # Initial PS3-only leak (stripped version)
|
|
│ └── dec-2014-build/ # December 2014 build
|
|
├── pocket-edition-2013/ # Pocket Edition (Android, iOS, Raspberry Pi)
|
|
│ └── mcpe-source/ # MCPE C++ source code
|
|
├── infdev-2014/ # PC Infdev custom engine
|
|
│ └── source/ # Infdev source with custom game engine
|
|
├── precompiled-windows/ # Pre-compiled Windows x86_64 executable
|
|
├── dungeons-legends/ # Minecraft Dungeons & Legends spinoffs
|
|
│ ├── dungeons-source/ # Dungeons source code
|
|
│ ├── dungeons-original/ # Dungeons original build
|
|
│ ├── legends-original/ # Legends original build
|
|
│ └── narration-build-2017/ # Dungeons narration build (2017)
|
|
└── story-mode/ # Minecraft Story Mode beta branches
|
|
└── info_storymode.txt # Beta branch passwords and info
|
|
```
|
|
|
|
## Editions Overview
|
|
|
|
### Console Edition (2014)
|
|
**Platforms:** PS3, PS4, PS Vita, Xbox 360, Xbox One, Windows x86_64
|
|
**Size:** ~3 GB source code
|
|
**Files:** 19,433+ files
|
|
**Language:** C++
|
|
|
|
The full multi-platform console edition with platform-specific implementations for all major consoles. Includes complete rendering, networking, and game logic.
|
|
|
|
### Pocket Edition (2013)
|
|
**Platforms:** Android, iOS, Raspberry Pi, Windows x86
|
|
**Size:** 63 MB
|
|
**Files:** 2,100 files
|
|
**Language:** C++
|
|
**Date:** February 8, 2013
|
|
**Git Hash:** 2b519c7d6aacca7ce5865470e039268b43255217
|
|
|
|
Mobile/handheld version of Minecraft with cross-platform C++ codebase.
|
|
|
|
### Infdev (2014)
|
|
**Platform:** PC
|
|
**Size:** 4.6 MB
|
|
**Files:** 430 files
|
|
**Language:** C++
|
|
**Date:** June 30, 2014
|
|
|
|
Custom game engine implementation with OpenGL/DirectX rendering, physics, networking, and world management.
|
|
|
|
### Pre-compiled Windows Build
|
|
**Platform:** Windows x86_64
|
|
**Size:** 810 MB
|
|
**Type:** Executable + Assets
|
|
|
|
Ready-to-run Windows build of Console Edition with all dependencies and assets.
|
|
|
|
### Dungeons & Legends (2017-2021)
|
|
**Games:** Minecraft Dungeons, Minecraft Legends
|
|
**Size:** ~1.5 GB combined
|
|
**Files:** 17,401+ files
|
|
**Language:** C++
|
|
|
|
Source code and original builds for Minecraft spinoff games. Includes full Dungeons source code and original builds for both Dungeons and Legends.
|
|
|
|
### Story Mode (Beta Branches)
|
|
**Game:** Minecraft Story Mode
|
|
**Size:** ~15 GB combined
|
|
**Files:** 917 files
|
|
**Type:** Steam beta branch builds (Steam-cracked)
|
|
|
|
Steam beta branch builds modified to run without Steam. Includes enderman, endercon, linux-test, and patch branches with original passwords documented.
|
|
|
|
## Original Archive Sources
|
|
|
|
| Original Archive | New Location | Source URL | Git Hash |
|
|
|------------------|--------------|------------|----------|
|
|
| `Minecraft.zip` | `console-edition-2014/full-multiplatform/` | gofile.io/d/RRf1hv | - |
|
|
| `mc-console-oct2014.zip` | `console-edition-2014/oct-2014-backup/` | gofile.io/d/pxeEVD | 5ca1eff0124dd98f5bab76cfd2052dc8718b1c18 |
|
|
| `Minecraft PS3 Edition Source Code.zip` | `console-edition-2014/ps3-only-stripped/` | gofile.io/d/NIawxk | - |
|
|
| `MinecraftConsoles-141217.zip` | `console-edition-2014/dec-2014-build/` | gofile.io/d/pxeEVD | - |
|
|
| `mc-cpp-snapshot.zip` | `pocket-edition-2013/mcpe-source/` | gofile.io/d/pxeEVD | 2b519c7d6aacca7ce5865470e039268b43255217 |
|
|
| `Infdev_20140630_master.zip` | `infdev-2014/source/` | gofile.io/d/RONXEc | - |
|
|
| `Release.zip` | `precompiled-windows/` | gofile.io/d/4srlJI | - |
|
|
|
|
## Lore
|
|
|
|
1. Anon dropped "Minecraft PS3 edition source code leak". Code was real but stripped all other platforms and modified file timestamps.
|
|
2. Other anon then leaks the actual thing, full console edition source code leak dated 2014
|
|
3. Yet another anon posts another leak which contains MCPE.
|