0.1.6 • Published 5 years ago

lineage-conv-unr v0.1.6

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

lineage-conv-unr

Lineage 2 UE2 map converter to json, yaml and csv.

  • app - Win32 executable to convert decrypted map files to any of the formats mentioned above.

  • lib - main code where all #reverse_engineering magic is hapenning, link to this static library from your projects.

  • addon - the same application but ready for use in node.js

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

CMake 3.14.0 + NPM 6.10.0 +

Installing

Use yeoman to install / build / generate files for this project.

Following command was used to scaffold this app:

$ yo node-cpp

If you need to create additional project for this solution use:

$ yo node-cpp:create project

Also there are a few options to generate C++ 'Hello world' samples:

$ yo node-cpp:create class
$ yo node-cpp:create struct
$ yo node-cpp:create interface

More options will be added later.

Running the tests

Explain how to run the automated tests for this system.

Built With

  • Yeoman - Yeoman is a generic scaffolding system allowing the creation of any kind of app.
  • CMake - CMake is an open-source, cross-platform family of tools designed to build, test and package software.
  • NAN - A header file filled with macro and utility goodness for making add-on development for Node.js easier across versions.

Authors

  • Alexei Gaidulean

License

This project is licensed under the MIT License - see the LICENSE.md file for details

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago