df2profiler map drawer

a simple map drawer for df2profiler.com by clicking on the map to draw color on area

Ajankohdalta 24.3.2024. Katso uusin versio.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Tekijä
Oscar0159
Arvostelut
0 0 0
Versio
0.2.0
Luotu
23.3.2024
Päivitetty
24.3.2024
Size
129 kt
Lisenssi
MIT
Käytössä

df2profiler map drawer

Description

a simple map drawer for df2profiler.com by clicking on the map to draw color on area

Notice

Usage

  1. Install a user script manager
  2. Install df2profiler map drawer
  3. Open df2profiler map page and click on the map
  4. Press ScreenShot button at the top right corner to save the map

Optional

  • You can change the default color or chunk size by editing the script
const color = "rgba(255, 255, 0, 0.3)"; // default color for drawing
const pvpColor = "rgba(255, 0, 0, 0.4)"; // color for pvp area
const outpostColor = "rgba(0, 255, 0, 0.4)"; // color for outpost area
const chunkSize = 6; // echo chunk have (chunkSize * chunkSize) cells

Screenshot

web

screenshot

download

screenshot


df2profiler 圖譜過濾器

說明

一個簡單的地圖繪製工具,用於 df2profiler.com 地圖頁面,透過點擊地圖來繪製區域

注意事項

使用方法

  1. 安裝 使用者腳本管理器
  2. 安裝 df2profiler 圖譜過濾器
  3. 開啟 df2profiler 地圖頁面 並點擊地圖以繪製區域
  4. 點擊右上角的 ScreenShot 按鈕以儲存地圖

可選項目

  • 你可以透過編輯腳本來更改預設顏色或區塊大小
const color = "rgba(255, 255, 0, 0.3)"; // 預設繪製顏色
const pvpColor = "rgba(255, 0, 0, 0.4)"; // pvp 區域顏色
const outpostColor = "rgba(0, 255, 0, 0.4)"; // 哨站區域顏色
const chunkSize = 6; // 每個區塊有 (chunkSize * chunkSize) 個格子

截圖

同上