An example of using wzlib to load wz, export resources, and render basic map elements on webpage.
- install
dotnet - fill full path of
WzComparerR2.WzLib.dllintobackend/wz_exporter.csproj - fill full path of Maplestory game folder and
frontend/publicfolder intobackend/Program.cs - exec
dotnet rununderbackend/, and see if resources are saved intofrontend/public
- install
npm,tsc - exec
npm installunderfrontend/ - exec
npm run serveunderfrontend/ - (optional) update default
mapIDandclientVerat the end offrontend/src/index.cs - access
localhost:8080?ver={CLIENT_VER}&mapID={MAP_ID}in a browser
MIT