Skip to content

Daweyy/MapRenderer-DR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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