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.dll
intobackend/wz_exporter.csproj
- fill full path of Maplestory game folder and
frontend/public
folder intobackend/Program.cs
- exec
dotnet run
underbackend/
, and see if resources are saved intofrontend/public
- install
npm
,tsc
- exec
npm install
underfrontend/
- exec
npm run serve
underfrontend/
- (optional) update default
mapID
andclientVer
at the end offrontend/src/index.cs
- access
localhost:8080?ver={CLIENT_VER}&mapID={MAP_ID}
in a browser
MIT