lineage-conv-unr
v0.1.6
Published
Lineage 2 UE2 map converter to json, yaml and csv.
Downloads
4
Readme
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