From 699149574dd70bf16cb0c67217cf5cba19e502ba Mon Sep 17 00:00:00 2001 From: Archgeus <85969195+Archgeus@users.noreply.github.com> Date: Mon, 30 Dec 2024 15:24:15 -0500 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1b9532d..55828d0 100644 --- a/README.md +++ b/README.md @@ -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.