https://github.com/iswenzz/aion-encdec
This program serves as both a Graphical User Interface and Command Line Interface for roxan & M. Soltys' command line applications.
https://github.com/iswenzz/aion-encdec
aion cli csharp dotnet encdec extract gui pak winforms
Last synced: 2 months ago
JSON representation
This program serves as both a Graphical User Interface and Command Line Interface for roxan & M. Soltys' command line applications.
- Host: GitHub
- URL: https://github.com/iswenzz/aion-encdec
- Owner: Iswenzz
- License: gpl-3.0
- Created: 2019-02-22T00:55:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T18:50:05.000Z (8 months ago)
- Last Synced: 2024-11-18T19:45:52.968Z (8 months ago)
- Topics: aion, cli, csharp, dotnet, encdec, extract, gui, pak, winforms
- Language: C#
- Homepage: https://iswenzz.com
- Size: 7.77 MB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# AION Encdec
[](https://github.com/Iswenzz/AION-Encdec/actions)
[](https://www.codefactor.io/repository/github/iswenzz/AION-Encdec)
[](https://codecov.io/gh/Iswenzz/AION-Encdec)
[](https://github.com/Iswenzz/AION-Encdec/blob/master/LICENSE)
This program serves as both a Graphical User Interface and Command Line Interface for roxan & M. Soltys' command line applications. Some features this application provides include decoding `.XML`, `.HTML`, and `.CFG` files, as well as un-packing and re-packing `.PAK` files. Usage information and miscellaneous details can be found at the bottom of this document.
## Features
* Encode/Decode `.XML`, `.HTML`, and `.CFG` files.
* Un-pack and re-pack `.PAK` files.
* Graphical User Interface
* Command Line Interface## Command Line Interface
```c
-u, --unpack Unpack pak files at the specified input folder.
-d, --decode Decode pak files at the specified input folder.
-r, --repack Repack pak files at the specified output folder.
-o, --output (Default: ./REPACK) The output folder path.
-i, --input (Default: ./PAK) The input folder path.
--help Display this help screen.
--version Display version information.
```## Instructions
In order to use this application, just download the archived file down below, and extract it to any destination. You can create a shortcut of the executable file and place it anywhere, and run it from said shortcut.## Building
1. [Visual Studio](https://visualstudio.microsoft.com/)### [Download](https://github.com/Iswenzz/AION-Encdec/releases)
## Contributors:
***Note:*** If you would like to contribute to this repository, feel free to send a pull request, and I will review your code. Also feel free to post about any problems that may arise in the issues section of the repository.