Wplace chunk downloader

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

作者
NotNotWaldo
日安装量
3
总安装量
6
评分
0 0 0
版本
2.0.1
创建于
2025-08-19
更新于
2025-08-20
大小
27.9 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 put the values of second point into the first one and the new point's value on the second place.

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 on the chunk will only appear WHENEVER it only refetch/reloads/updates the image for the canvas obj. Also if you are using other overlays and the overlay is placed in the chunk that you are downloading, that overlay will also be included in the chunk image that you are downloading.

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.

Planned Features

  • Nothing major for now.