Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 767 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 767 Bytes

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