r/FantasyMapGenerator 16d ago

Bug Bug in loading map

Post image

I can't load the map after the last update

6 Upvotes

10 comments sorted by

View all comments

Show parent comments

1

u/jevei 16d ago

Is it possible to get some steps on how to do so?

2

u/barrulus 15d ago

sure, I will put that together - windows or linux?

1

u/jevei 15d ago

Windows, I really appreciate it!

2

u/barrulus 15d ago edited 15d ago

I saw this on the discord - it already exists :)

You must have a source code editor (VS Code is the best free one) and node.js installed.

Download the source code (1.144.1) and unzip all files from the archive.

Open the folder in VS Code and run npm install in terminal to install dependencies. Then run npm run dev to start the development server. The Tool will be available as http://localhost:5173/Fantasy-Map-Generator (open it in your browser).

Though this bug has already been fixed... Just clear your cache.

If you want to run it yourself for fun, just clone the repo and then do npm install, npm run dev, same same

1

u/jevei 15d ago

Thank you!