df2profiler map drawer - Dead Frontier 2
Description
a simple map drawer for df2profiler.com by clicking on the map to draw color on area
Notice
Usage
- Install a user script manager
- Install df2profiler map drawer
- Open df2profiler map page and click on the map
- 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

download

Demo

Keywords
dead frontier 2
df2profiler
map
drawer
paint
color
df2profiler 地圖繪製器 - 死亡邊境 2
說明
用於 df2profiler.com 地圖頁面,透過點擊地圖來繪製顏色的簡易地圖繪製器
注意事項
使用方法
- 安裝 使用者腳本管理器
- 安裝 df2profiler 圖譜過濾器
- 開啟 df2profiler 地圖頁面 並點擊地圖以繪製區域
- 點擊右上角的 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) 個格子
截圖
同上
示範
同上
關鍵字
死亡邊境 2
df2profiler
地圖
繪製
畫
顏色