Skip to content

cfman/MapleStory-node-resources

 
 

Repository files navigation

MapleStory Clone Game Resources module

this is a MapleStory wz extractor using node with async/await and providing a server function.

Usage

git clone https://github.com/PhilippSchwab/MapleStory-node-resources
cd MapleStory-node-resources
npm install

Parser

const {
  fileclass,
  wz_file,
  wz_image
} = require('./parser')
let MapWz = new wz_file('../origin/Map.wz')
await MapWz.parse()
let Map0img = new wz_image(MapWz.value.dir[0])
await Map0img.extractImg()

the whole declaration in parser/index.d.ts

WZ Browser

this repo provide a WZ browser with using electron first you need put your MapleStory folder with this folder

cd MapleStory-node-resources
# link or copy MapleStory with this repo folder
#  or you can change Browser.js to change the origin location
ln -s $HOME/Downloads/MapleStory ../origin
npm run electron Browser

Some wz data can be found in here

About

MapleStory node Resources Wz extractor and server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 41.4%
  • JavaScript 39.2%
  • TypeScript 19.3%
  • HTML 0.1%