Closed Sajjon closed 3 years ago
Sorry, I was confident that I added instruction to readme file.
This repository does not have resource files - only scripts to extract them from game resource files.
So before starting - you first need to copy resource archives from installed game (all .lod
files in Data
folder) into scripts/in
folder and run npm run extract
. This will generate needed images and css files.
I also noticed that I committed demo map import without map itself - so you'll need to adjust src/store/AppStore
commenting out import demoMap from "../assets/homm3/maps/rnd1.json";
and this.changeMap(demoMap as H3MFile);
Yeah I figured this was the cause. Maybe we can improve the error message by eagerly verifying the Data/Maps folders exists?
I won't be working on this any time soon But feel free to submit PRs
I get this when I run
npm start
(afternpm install
), any ideas? Which node version are you using?