Wplace chunk downloader

Easily download chunk images from wplace.live using multi-point selection and highlighting

作者
NotNotWaldo
今日安裝
2
安裝總數
9
評價
0 0 0
版本
2.1.2
建立日期
2025-08-19
更新日期
2025-08-22
尺寸
27.7 KB
授權條款
MIT
腳本執行於

WPlace Chunk Downloader

Overview

This userscript makes it easier to download chunk images from wplace.live.


How the Multiple Chunk Downloader Works

  • You can set 1 or 2 points on the canvas.
  • These points serve as opposite corners of a rectangle (or square).
  • The downloaded image will include all chunks inside that area.
  • Setting another point after you've already set 2 will move the second point into the first slot, and assign the new point as the second slot.

Steps:

  1. Press “Set point” to mark a corner.
  2. After setting one or two points, press “Download chunks” to download all the chunks within the selected area.

Highlighting Chunks

The “Highlight chunks” option helps you visualize which area your selected points cover.

Important notes:

  • The highlights will only appear when the canvas image is re-fetched/reloaded/updated.

How it works:

  • If you have at least one point set, you can click “Highlight chunks” to see the highlighted area.
  • If you add a second point while highlighting is enabled, it will automatically highlight all chunks within the two points.
  • If you press “Remove points”, highlighting will also be turned off automatically.

Manual Chunk Downloading

With manual chunk downloading, you can enter coordinates directly instead of setting them on the canvas.

How it works:

  • Input the X and Y coordinates of the first chunk.
  • Input the X and Y coordinates of the second chunk.
  • Optionally, add a fifth value to toggle safety on or off.
    • If safety is set to true, the script prevents downloading more than 70 chunks in one go.
    • If set to false, this restriction is ignored.

Example input:

400, 300, 401, 301, true
  • The first 4 numbers represent the chunk coordinates.
  • The last value (true) enables the safety check.

Additional Features:

  • You can drag the tab/box around the screen.
  • Sections can be collapsed or expanded using the “–” buttons.

Notes

  • If you get rate-limited by the website, the script will do a 10 seconds cooldown before proceeding with downloading chunks.
  • If you are using other overlay scripts and those overlays are positioned over the chunks being downloaded, they will also appear in the saved chunk images.

Planned Features

  • Nothing major for now.