mirror of
https://github.com/M2noa/MCLCE-Archive.git
synced 2026-03-10 23:41:55 +00:00
No description
- Created 21 wiki pages for repository and Whisper LCE - Updated Whisper LCE README with build instructions - Enhanced GitHub templates (issues, PRs) - Added GitHub Actions workflow for automated builds - All changes documented with M1noa as maintainer |
||
|---|---|---|
| archives | ||
| console-edition-2014 | ||
| dungeons-legends | ||
| infdev-2014 | ||
| pocket-edition-2013 | ||
| precompiled-windows | ||
| story-mode | ||
| .gitattributes | ||
| .gitignore | ||
| ARCHIVES.md | ||
| README.md | ||
| SOURCES.md | ||
| WIKI_Console_Edition.md | ||
| WIKI_Contributing.md | ||
| WIKI_Credits.md | ||
| WIKI_Download_Guide.md | ||
| WIKI_Git_LFS_Setup.md | ||
| WIKI_Home.md | ||
| WIKI_Repository_Overview.md | ||
MCLCE Archive
Comprehensive archive of Minecraft Legacy Console Edition and related source code leaks from 2013-2021
Download This Repository
git clone https://github.com/M2noa/MCLCE-Archive.git
Important
This isn't a permanent solution. I'm working on a custom archive. I wanted to dip my toes into the water by seeing how long it would take to get taken down from GitHub. I expect this to be taken down any day now - I'm surprised it hasn't lol...
Repository Contents
This repository contains organized source code from multiple Minecraft editions:
| Edition | Platforms | Year | Size | Files |
|---|---|---|---|---|
| Console Edition | PS3, PS4, PS Vita, Xbox 360, Xbox One, Windows x86_64 | 2014 | ~3 GB | 19,433+ |
| Pocket Edition | Android, iOS, Raspberry Pi, Windows x86 | 2013 | 63 MB | 2,100 |
| Infdev | PC | 2014 | 4.6 MB | 430 |
| Dungeons & Legends | Multi-platform | 2017-2021 | ~1.5 GB | 17,401+ |
| Story Mode | Multi-platform (Steam beta) | 2024? | ~15 GB | 917 |
| Pre-compiled Windows | Windows x86_64 | 2014 | 810 MB | - |
Structure
MCLCE-Archive/
├── console-edition-2014/ # Console Edition source code
│ ├── full-multiplatform/ # All platforms (PS3, PS4, Vita, Xbox 360, Xbox One, Windows)
│ ├── oct-2014-backup/ # October 2014 snapshot
│ ├── ps3-only-stripped/ # Initial PS3-only leak
│ └── dec-2014-build/ # December 2014 build
├── pocket-edition-2013/ # MCPE 0.6.1 C++ source
├── infdev-2014/ # PC Infdev custom engine
├── dungeons-legends/ # Dungeons & Legends builds
│ ├── dungeons-source/ # Dungeons C++ source code
│ ├── dungeons-original/ # Original Dungeons build
│ ├── legends-original/ # Original Legends build (MCBE 1.2.9.0)
│ └── narration-build-2017/ # Dungeons dev build (MCBE 0.15.0.0)
├── story-mode/ # Story Mode beta branches
│ ├── enderman/ # Steam beta branch
│ ├── endercon/ # Steam beta branch
│ ├── linux-test/ # Steam beta branch
│ └── patch/ # Steam beta branch
├── precompiled-windows/ # Windows x86_64 executable + assets
└── archives/ # Original downloaded archives
├── README.md # Archive documentation and hashes
└── download.bat # Download script for all archives
Technical Notes
Console Edition
Note
Java-like build system on C++ (not Bedrock)
- Multi-platform support with platform-specific implementations
- Complete rendering, networking, and game logic
Pocket Edition
- Version 0.6.1 C++
- Cross-platform mobile implementation
Dungeons & Legends
| Build | Base Version | Notes |
|---|---|---|
| Dungeons Narration | MCBE 0.15.0.0 | Can switch between Dungeons and regular MCBE mode (Ctrl+E) |
| Legends | MCBE 1.2.9.0 Win32 Dev | Includes .PDB debug symbols |
Story Mode
Warning
All builds modified to run without Steam (Steam-cracked)
- Beta branches: enderman, endercon, linux-test, patch
- Branch passwords documented in
info_storymode.txt
Git LFS
Large files (>100MB) are stored using Git LFS:
| Extension | Description |
|---|---|
*.ttarch2 |
Story Mode game archives |
*.pdb |
Debug symbol files |
*.ilk |
Incremental linker files |
*.pak |
Package files |
*.bank |
Audio bank files |
Original Sources
| Source | URL |
|---|---|
| Console Edition | https://bin.skylvi.net/Leaks/Minecraft/ |
| Dungeons source | https://drive.proton.me/urls/EVM0GRC0MM#WckH5oSa6fOn |
| Dungeons/Legends builds | https://hazbinhelluvageneral.com/cubevideojuego/ |
| Legends | https://archive.org/details/minecraft-console-legacy-edition-source-code-leak |
| Story Mode | https://hazbinhelluvageneral.com/cubevideojuego/ |
| Archive Mirror | https://hazbinhelluvageneral.com/cubevideojuego/cubegame |
Note: This is an archival repository for preservation and educational purposes.