Code Monkey home page Code Monkey logo

argonms-data's Introduction

If your XML WZ files are not in a folder named "wz" in your root directory, then
you will have to edit the batch file (on Windows), or the bash file (on Linux).
Likewise, you will have to edit those files if you want to change where the
directory to place the converted files or if you want to rename the wzlog.txt
file. Make sure that if you are using Windows and need to put backspaces in the
path that you escape them (just double each backspace) so that Java understands
that it is not an escape sequence. Unlike in earlier revisions, the paths do not
have to have a trailing directory delimiter, but you should place one anyway.

No external libraries are necessary. The only API needed is StAX (Streaming API
for XML), which should be included with JRE 6 and later. An independent
LittleEndianWriter is used instead of the one in OdinMS, and the sample
WzInterpreter that is included uses its own LittleEndianReader. If you wish to
use the OdinMS classes instead of the included ones, some code may need to be
modified since they use 2-byte chars (UTF-8?) instead of 1-byte, and you have to
be careful to read/write null terminated strings instead of a MapleAsciiString
(which is basically just an ASCII encoding with a 2-byte prefix that indicates
the string's length).

If you wish to find an example on the usage/parsing of these files, just take a
look in the ArgonMS source files in the package and any subpackages of
argonms.loading. I removed KvjInterpreter, which was present in earlier
revisions, because it was outdated and it was pointless to maintain when there
is a better demonstration available.

argonms-data's People

Contributors

kevin-jin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.