From 7a486998d211fce70cd19dbac72bfde9c7179809 Mon Sep 17 00:00:00 2001 From: miku-666 <74728189+NessieHax@users.noreply.github.com> Date: Tue, 9 Aug 2022 11:43:02 +0200 Subject: [PATCH] Remove UnblockAllFiles.ps1 and update readme --- README.md | 45 ++++++++++++++++++++++++++------------------- UnblockAllFiles.ps1 | 1 - 2 files changed, 26 insertions(+), 20 deletions(-) delete mode 100644 UnblockAllFiles.ps1 diff --git a/README.md b/README.md index 854188e6..76f6ebcb 100644 --- a/README.md +++ b/README.md @@ -1,33 +1,40 @@ # PCK Studio -_previously MinecraftUSkinEditor_ -A minecraft for Wii U editor - Modify .PCK archives as you please! -### Features: -* Open and Save .PCK archives - -* Edit the entry data for .PCK archives (This means custom names, models, animations, entire custom packs, etc. etc.) - -* Replace, Add or Remove files from the archives. (AKA add/remove/replace skins, maps, textures packs and more!) +_`previously known as MinecraftUSkinEditor`_\ +`A minecraft for Wii U editor` +## Features: +* Open, Edit and Save .PCK archives (this means models, animations, entire custom packs, etc.) +* Add / Remove / Replace skins, audios, textures, animations and much more. * Edit localization data to make your mods support every language supported by minecraft itself! - -* Add/Remove localization objects - * PNG previewing - * And much more! -### To compile: +### Known Issues + - `.resx been flagged by windows(when downloading source.zip)` -* download +### Setup: +```shell +$ git clone https://github.com/PhoenixARC/-PCK-Studio.git +$ cd "-PCK-Studio" +``` -* run `UnblockAllFiles.ps1` +## How to Build: -* Open `MinecraftUSkinEditor.sln` +* Run if windows flags .resx files + ```powershell + $ dir -Path .\ -Recurse | Unblock-File + ``` +- ### Building using [Visual Studio](https://visualstudio.microsoft.com/downloads) + * Open [MinecraftUSkinEditor.sln](./MinecraftUSkinEditor.sln) in Visual Studio 2022 or later + * Click `Run` or press `Shift + B` -* hit run *or* hit **Shift+b** +- ### Building using [MSBuild](https://github.com/dotnet/msbuild/releases) + * ```shell + $ nuget restore MinecraftUSkinEditor.sln + $ msbuild MinecraftUSkinEditor.sln -property:Configuration=Release + ``` ### A quick note: @@ -37,7 +44,7 @@ Modify .PCK archives as you please! ## Contributers: * [PhoenixARC](https://github.com/PhoenixARC) * [MNL](https://github.com/MattN-L) -* [Miku-666](https://github.com/NessieHax)

+* [Miku-666](https://github.com/NessieHax) * [Nobledez](https://github.com/Nobledez) * [XxModZxXWiiPlaza](https://github.com/XxModZxXWiiPlaza) * [SlothWiiPlaza](https://github.com/Kashiiera) diff --git a/UnblockAllFiles.ps1 b/UnblockAllFiles.ps1 deleted file mode 100644 index 9bb8f61d..00000000 --- a/UnblockAllFiles.ps1 +++ /dev/null @@ -1 +0,0 @@ -dir -Path .\ -Recurse | Unblock-File \ No newline at end of file