Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Archgeus authored Dec 30, 2024
1 parent c7a400a commit 6991495
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,34 @@
# TERA Novadrop Helper
Simple winforms application which serves an UI to use Novadrop CLI

![1](https://i.ibb.co/SmGkqxx/Screenshot-137.png)
![1](https://ss.archgeus.com/u/Oj8XcP.png)

![2](https://i.ibb.co/1K8xbbD/Screenshot-138.png)
![2](https://ss.archgeus.com/u/cpzSrV.png)

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

# Implemented Functionality**

- DataCenter pack / unpack UI
- DataCenter pack / unpack / validate / verify 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)
2. [.Net SDK 9](https://dotnet.microsoft.com/es-es/download/dotnet/thank-you/sdk-9.0.101-windows-x64-installer)

Recommended: Precompiled [Novadrop binaries](https://www.mediafire.com/file/mxsu22uixhya0q7/novadrop.zip/file)
Recommended: Precompiled [Novadrop binaries](https://www.mediafire.com/file/tightf0bvp1cegf/novadrop.zip/file)

# Pre-Configuration

Folders must follow this structure, place the binaries and their corresponding dlls into their respective folders.

novadrop
novadrop\

├── novadrop-dc-x64
├── dc

├── novadrop-dc-x86

└── novadrop-rc
└── rc

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

Expand Down

0 comments on commit 6991495

Please sign in to comment.