Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Frago9876543210/WorldDownloader

Mod for minecraft-linux/mcpelauncher-client which collects chunks sent over network from server
https://github.com/Frago9876543210/WorldDownloader

mcpelaucher mcpelauncher-mod

Last synced: 3 months ago
JSON representation

Mod for minecraft-linux/mcpelauncher-client which collects chunks sent over network from server

Awesome Lists containing this project

README

        

# WorldDownloader
It's mod for [minecraft-linux/mcpelauncher-client](https://github.com/minecraft-linux/mcpelauncher-client) which collects chunks sent over network from server

### Install
```bash
mkdir mods && cd mods
git clone [email protected]:Frago9876543210/WorldDownloader.git
git clone [email protected]:MCMrARM/mod-ndk-gnustl.git

# Also you should download lastest Android NDK to this folder

cd WorldDownloader

# Now set up all variables in scripts/install.sh (game version, mcpelauncher folder, NDK folder)

scripts/install.sh
```

### Usage
This mod creates folder `chunks` in place where game was launched
- When player join to server it also collect `StartGamePacket` into `chunk/.table`, which is necessary to obtain information about the paletted chunks
- When a player gets `FullChunkDataPacket` mod store this into `chunks//chunkX_chunkZ`, `capture_name = default_world` as default
- You can change `capture_name` in runtime. Just send to chunk `capture ` (message will not be sent)