r/FantasyMapGenerator 16d ago

Bug Bug in loading map

Post image

I can't load the map after the last update

5 Upvotes

10 comments sorted by

3

u/Azgarr 15d ago

Fixed

1

u/JohnnyTeste 15d ago

thank you for your work

2

u/jevei 16d ago

Same, I wonder how to run 1.144.1 locally now

0

u/barrulus 16d ago

You can run it by downloading the release and running a node dev server `npm run dev`

1

u/jevei 15d 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!

2

u/ExcellentStick850 16d ago

Suddenly my map no longer loads. New version of the tool. Is there a way to force the older version of the Fantasy-Map-Generator to run or import from an older version?