Miku-666 6f273008c9 Manage Pcks feature (#18)
* Add Console Installer Form

* Improved FTPClient constructor

* Add FTPClient.SetTimeoutLimit and made download and upload file accept a stream

* Add new Panels and move old for reference

* Update WiiU Install Panel

* Update FTPClient.ListDirectory

* Add Cemu Installer Panel

* CemuInstallPanel - Add path validation

* ConsoleInstaller - Removed PS3 support

* Rename 'Additional-Features' folder to 'Features'

* CemuInstallPanel - Add context item to add new custom pcks

* CemuInstallerPanel - Add function to remove pck from DLC folder

* CemuInstallPanel - Add directory exist check

* Rename 'ConsoleInstaller' to 'PckManager'

* Renamed Panels

* FTPClient.cs - Prefixed private class members with an underscore

* PckManager.cs - Renamed 'selectedPlatformComboBox' to 'supportedPlatformComboBox'

* CemuPanel.cs - Add better Directory name validation

* WiiUPanel.cs - Renamed some designer component names

* PS3Panel.cs - Removed unused text box

* PckManager.cs - Added message box for unimplemented panels

* CemuPanel.cs - Improved file path handling

* Removed PS3Panel.cs

* PckManager.cs - For now only Cemu is supported !

* Moved Features folder to project root and changed namespace of PckManager

* Removed StringExtensions and made method 'ContainsAny' generic and moved it to EnumerableExtensions
2023-05-07 16:29:37 +02:00
2022-12-17 23:42:35 +01:00
2023-05-07 16:29:37 +02:00
2022-08-15 22:15:00 +02:00
2021-01-30 13:19:58 -05:00
2022-06-26 15:52:45 +02:00
2021-01-30 13:19:58 -05:00
2022-12-24 23:32:40 +01:00
2023-04-19 16:14:28 -04:00

PCK Studio

Modify .PCK archives as you please!
If you have any issues or would like to suggested a feature, we encourage you to open a new issue on the github.

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!\

Supported File formats

Name Extention
Localization files .loc
Game Rule files .grh/.grf
Music Cues file audio.pck
Color/Colour Table file .col

Known Issues

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

Setup:

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

How to Build:

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

A quick note:

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

Active Developers:

PhoenixARC
MattNL
Miku-666
EternalModz

Previous Developers and Contributors:

Nobledez
jam1garner
XxModZxXWiiPlaza
SlothWiiPlaza

Other Credits

Description
No description provided
Readme 143 MiB
Languages
C# 99.7%
GLSL 0.3%