Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Archgeus authored May 15, 2023
1 parent a401980 commit c5cec3d
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
# TERA Novadrop Helper
Simple winforms application which serves an UI to use Novadrop CLI

![1](https://i.ibb.co/LdT8VV0/Screenshot-135.png)
![1](https://i.ibb.co/SmGkqxx/Screenshot-137.png)

![2](https://i.ibb.co/9r8XpnY/Screenshot-136.png)
![2](https://i.ibb.co/1K8xbbD/Screenshot-138.png)

![3](https://i.ibb.co/sKpX3LK/Screenshot-139.png)

# Implemented Functionality**

- DataCenter pack / unpack UI
- Resources pack / unpack UI
- Schemas generation UI

# Requisites

1. Compiled binaries of [Novadrop](https://github.com/vezel-dev/novadrop)
2. [.Net Runtime Desktop](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.14-windows-x64-installer)

Recommended: Precompiled [Novadrop binaries](https://anonfiles.com/F5la5fr9zc/novadrop_zip)

# Pre-Configuration

Folders must follow this structure, place the binaries and their corresponding dlls into their respective folders.
Expand All @@ -21,3 +31,20 @@ novadrop
├── novadrop-dc-x86

└── novadrop-rc

The app automatically generates a DataCenter.xml file to persist certain configurations. You can also add more branches by following this structure.

BranchName Text="Branch Name" Value="KEY,IV"

Ex
BranchName Text="100.02 EUR" Value="1C01C904FF76FF06C211187E197B5716,396C342C52A0C12D511DD0209F90CA7D"

# CREDITS

[Novadrop](https://github.com/vezel-dev/novadrop)

[hsdn](https://forum.ragezone.com/members/hsdn.2000292876/)

# DISCLAIMER**

This app doesn't replace or perform the functionality of Novadrop, it simply facilitates its use.

0 comments on commit c5cec3d

Please sign in to comment.