From 5e790e98e0daaf7a8d8f6c02d4451801fdb2feed Mon Sep 17 00:00:00 2001 From: miku-666 <74728189+NessieHax@users.noreply.github.com> Date: Mon, 15 Aug 2022 22:15:00 +0200 Subject: [PATCH] Update README.md --- PCK-Studio.Installer/License.rtf.bak | Bin 1310 -> 0 bytes .../PckStudio.Installer.wixproj.bak | 57 ------------------ README.md | 26 +++++--- 3 files changed, 17 insertions(+), 66 deletions(-) delete mode 100644 PCK-Studio.Installer/License.rtf.bak delete mode 100644 PCK-Studio.Installer/PckStudio.Installer.wixproj.bak diff --git a/PCK-Studio.Installer/License.rtf.bak b/PCK-Studio.Installer/License.rtf.bak deleted file mode 100644 index 654845cb358293b2ea0ea66aa9cce924a92e58b9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1310 zcmZ8hOK;ma5Z-fu{D(nKZJ|x=q-fFI6C=|xcV)?-SCu&&g?}y^qrKmC_-9r&T6JYpwZb~-XAqm- zDrq5=r@vobE-#+TH|1VxX@xfyxT;!N-^}3s_3ib?_p{kc`Bll&|4P^I%D$Szg2qY-rh(vnFC*{A4D6~Ne8cdE8!}i5Ld4UrCN$^q(tkX;d~D#g^Awcs+{a5gGi$=#t{97&!I8Q4CjSTrm?wDIko2SYbG^0YkI3u90!GM zwZSnC+Mi|RLnQ=hOxKxHNLm?Ps}SG)_485-Y!W;3RSx;aXF?l~_J?H*>lr+ai=VDs zE4mJLa+)MMPajw-S3>o2SkYuj>Zo1zem6R#mp7IXnu zB**hr1P`oOW!nO$(}TW=CZ@q(psvR$zB9_|pF zW(6c{%?e~LGAK}W;$sxSOITALuaKVHv4jxhDNC0erRbWb#WhM}4d^F4K)xbL67)twvc)hw*o8RTJaTrwDqxi*3yQ@%iXO>b zLPtH!7$=0SBUq3%xeq=$WJond4ZWjTcv#U;56T2Talx`Qq>8h&;CPHMG%vp6A6QN! zAe`l4K1-ghr@Ud#2tyrYLU2k)s<4A$Xx~?bEn$dToWa=@EGS8k5cigjX+y^uF>M{+ HX@7hJ)1#(+ diff --git a/PCK-Studio.Installer/PckStudio.Installer.wixproj.bak b/PCK-Studio.Installer/PckStudio.Installer.wixproj.bak deleted file mode 100644 index 584c585c..00000000 --- a/PCK-Studio.Installer/PckStudio.Installer.wixproj.bak +++ /dev/null @@ -1,57 +0,0 @@ - - - - Debug - x86 - 3.10 - 7ed78fd8-f3e6-475b-8979-fd5220545430 - 2.0 - PckStudio.Installer - Bundle - $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets - $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets - - - bin\$(Configuration)\ - obj\$(Configuration)\ - Debug - - - bin\$(Configuration)\ - obj\$(Configuration)\ - - - - - - - $(WixExtDir)\WixUtilExtension.dll - WixUtilExtension - - - $(WixExtDir)\WixUIExtension.dll - WixUIExtension - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/README.md b/README.md index 76f6ebcb..c0c720cb 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,23 @@ # PCK Studio Modify .PCK archives as you please! -_`previously known as MinecraftUSkinEditor`_\ -`A minecraft for Wii U editor` - ## Features: +#### If you'd like to suggested a feature to be added open an [issue](https://github.com/PhoenixARC/-PCK-Studio/issues) on the github. * 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! * PNG previewing -* And much more! +* And much more!\ + +## Supported File format + +| Name | file extentions | +|:-:|:-:| +| Localization files | **.loc** | +| Game Rule files | **.grh/.grf** | +| Audio.pck |**audio.pck** | +| Colour file | **.col** | + ### Known Issues - `.resx been flagged by windows(when downloading source.zip)` @@ -26,14 +34,14 @@ $ cd "-PCK-Studio" ```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 +- ### Building using [Visual Studio 2022 (or later)](https://visualstudio.microsoft.com/downloads) + * Open [PCK_Studio.sln](./PCK_Studio.sln) in Visual Studio 2022 or later * Click `Run` or press `Shift + B` -- ### Building using [MSBuild](https://github.com/dotnet/msbuild/releases) +- ### Building using [MSBuild](https://github.com/dotnet/msbuild/releases) and [Nuget](https://www.nuget.org/downloads) * ```shell - $ nuget restore MinecraftUSkinEditor.sln - $ msbuild MinecraftUSkinEditor.sln -property:Configuration=Release + $ nuget restore PCK_Studio.sln + $ msbuild PCK_Studio.sln -property:Configuration=Release ``` ### A quick note: