Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 months ago
JSON representation

This program serves as both a Graphical User Interface and Command Line Interface for roxan & M. Soltys' command line applications.

Awesome Lists containing this project

README

        

# AION Encdec

[![Checks](https://img.shields.io/github/check-runs/Iswenzz/AION-Encdec/master?logo=github)](https://github.com/Iswenzz/AION-Encdec/actions)
[![CodeFactor](https://img.shields.io/codefactor/grade/github/Iswenzz/AION-Encdec?label=codefactor&logo=codefactor)](https://www.codefactor.io/repository/github/iswenzz/AION-Encdec)
[![CodeCov](https://img.shields.io/codecov/c/github/Iswenzz/AION-Encdec?label=codecov&logo=codecov)](https://codecov.io/gh/Iswenzz/AION-Encdec)
[![License](https://img.shields.io/github/license/Iswenzz/AION-Encdec?color=blue&logo=gitbook&logoColor=white)](https://github.com/Iswenzz/AION-Encdec/blob/master/LICENSE)

![](https://i.imgur.com/0kAlsBZ.png)

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.