Cracko298 / MC3DS-World-Injection

An exploit that allows for index.cdb to be read and not checked for validity. Allowing custom made Maps to be played without inputting extra save data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MC3DS-World-Injection

Better Known as "Festive World Override"

An exploit that allows for index.cdb to be read and not checked for validity. Allowing custom made Maps to be played without inputting extra save data.

How it Works:

  1. A template index.cdb was used in creating the exploit, used a few parts of it to trick the Game into loading it while retaining some of the World Data I wanted (LoCity in this Case).
  2. The file "template.json" was then modified to include randomly generated structures from LoCity and weird terrain.
  3. Slot/Chunk Data (slt.cdb) files where just brought over from the default map, and referenced in "template.json". Allowing for Random Generation from the index file.
  4. Blang/LOC Files where modified using 'mc3dslib'. And a custom Python Script (provided in ".\src\python" on GitHub).
  5. The Panorama Images where originally made by @STBrian. And where downloaded via his Personal UniStore.
  6. Some new structures are also randomly generated, thanks to OliverDISC for his Map LoCity.

Mod Screenshots:

2018-07-22_15-24-37 116_top 2018-07-22_15-24-14 465_top 2018-07-22_15-23-49 697_top 2018-07-22_14-51-15 490_top 2018-07-22_15-25-08 657_bot 2018-07-22_15-25-04 331_bot 2018-07-22_15-24-57 884_bot

About

An exploit that allows for index.cdb to be read and not checked for validity. Allowing custom made Maps to be played without inputting extra save data.


Languages

Language:Python 100.0%