Daweyy / MapRenderer-DR

Map Renderer for Dofus Retro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Map Renderer for Dofus Retro

About

Generate Dofus Retro maps as PNG, from API.DofusRetro.fr datas

No images are provided with this project, if needed, they will be loaded from API and cached

How to use

  • Get Bun runtime (not compatible with Node.JS anymore)

  • Clone repository

  • Install dependencies :

bun install --production #ignore dev and optional dependencies
  • Run :
bun main.js <mapid>
# OR
bun run start <mapid>
  • Find the result in output directory

Unsupported features

  • Random sprites
  • Ground levels
  • Rotations (partially)

Feel free to contribute

About

Map Renderer for Dofus Retro


Languages

Language:JavaScript 100.0%