Minecraft Wiki

The Minecraft Wiki has moved from Fandom; see the linked discussion page for details.

READ MORE

Minecraft Wiki
Advertisement
Paper
The contents of this page are not supported by Mojang Studios or the Minecraft Wiki. 

TectonicusUploader is a Python script developed to upload files from the Changed.txt that the deep map renderer Tectonicus creates.

Run it using python uploader.py

Script[]

File:UploadChanged.txt
Rename this file to .py.

Alter the "Vars" section to fit it to your needs.

Changelog[]

V 0.5[]

Error handling on a failed upload. It will now keep retrying the same file till it's uploaded.

V 0.4[]

Fix bug occurring on windows. Where images opened without the binary tag (open(..., 'rb')) would end on the first Null byte rather than at the EOF.

V 0.3[]

Fix bug when script was meant to create multiple directories. F.ex. at a completely new render. Script is optimized to only attempt creations once.

V 0.2[]

Alterations to better handle linux systems

V 0.1[]

Initial creation

Advertisement