Files
PCK-Studio/README.md
2022-08-09 11:43:02 +02:00

1.6 KiB

PCK Studio

Modify .PCK archives as you please!

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!
  • PNG previewing
  • And much more!

Known Issues

  • .resx been flagged by windows(when downloading source.zip)

Setup:

$ git clone https://github.com/PhoenixARC/-PCK-Studio.git
$ cd "-PCK-Studio"

How to Build:

  • Run if windows flags .resx files
    $ dir -Path .\ -Recurse | Unblock-File
    
  • Building using Visual Studio

  • Building using MSBuild

    • $ nuget restore MinecraftUSkinEditor.sln
      $ msbuild MinecraftUSkinEditor.sln -property:Configuration=Release
      

A quick note:

  • Forms will not load in viewer until the solution is build at least once

Contributers:

Credits