Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Releases: Cracko298/MC-3DS-Flip

Release 6.2 - Line Extractor (and Alpha *.r3dst) Release

08 Dec 01:16
cbad532
Compare
Choose a tag to compare

Line Extractor

  • This release isn't a feature update as much as it is behind the scenes stuff.
  • Line Extractor, which is available in both Python & C++ variants (These currently only work with the first line of the image).
  • This includes an Alpha Release of the .r3dst format as well!!!

Release 6.0 - GUI Release

15 Nov 18:43
c662d50
Compare
Choose a tag to compare

Update Features:

  • Added a W.I.P. GUI for non-tech-savvy users that don't want to learn how to use a CLI.
  • Nothing from the original Application was updated.

Download(s):

  • Download CLI-Tool Here.
  • Download GUI-Tool Here.

Pre-Release 5.75

13 Aug 12:53
3064bc3
Compare
Choose a tag to compare

Significant Minor Update:

  • Added a new Arg to "-c" flag called "-extract".
  • Allows users to extract all RGB colors from a .3DST Image.
  • Permits Texture and Skin Hacking/Modifying.

Pre-Release 5.5

07 Aug 17:50
b9b6139
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a few bugs and enhanced the "help" and "?" command.
  • Python Source should now work. Whoops! Forgot people want the source to work....

Pre-Release 5

31 Jul 01:03
701d6dc
Compare
Choose a tag to compare

Added Conversion Support

  • Converting is simple.
  • Some bugs remain (and is Extremely experimental).
  • Read the Notes for more information.
  • Added "-head" Arguement to the "-g" Flag for .3DST Skins.

Convert PNG 2 3DST:

> .\m3dsflip -con <png_image_path>

Convert 3DST 2 PNG:

> .\m3dsflip -con <3ds_image_path>

Note:

  • MetaData extracting from .3DST Skins outputs RGBA8 (Which PIL Identifies as ARGB), just as an FYI.

Special Thanks to the "@Minecraft-3DS-Community" & "@susbaconhairman" for testing and Usage of the Tool!

Pre-Release 4.5

26 Jul 19:13
cd06a85
Compare
Choose a tag to compare

Patch/Feature Update:

  • "-g" flag now support grabbing .PNG body parts.
  • Grab Flag is much more efficient as well... All "-g" args are in the CLI Usage Section.

Next Update:

  • "-g" flag should allow grabbing of Body Parts for Compiled .3DST Skins.

Pre-Release 4

24 Jul 14:15
6f1226b
Compare
Choose a tag to compare

Features:

  • "-g" is a new mode (Stands for Grab).
  • "-meta" is currently the only option for Grab Mode.

Outputs "<image_path>_metadata.txt"

Fixes:

  • xflip is now fixed completely.
  • Removed unnecessary dependencies.
  • Should be much more responsive.

Pre Release 3.5

21 Jul 16:19
958a903
Compare
Choose a tag to compare

A Mid-Teir Release

  • Few Bug Fixes
  • Added some more color Hues to "-c" (Color Mode).
  • Removed "xflip" for this release.
  • File Size Decreased by nearly 480%.

WARNING:

  • Update to Version v0.3.5 a bug was found in the previous release which can cause .PNG's to grow bigger than expected.
  • Offending Command: "xflip".

Notes:

  • "yflip" works fine in this release. Only "xflip" caused a problem.

Pre-Release 3

21 Jul 02:41
661a55d
Compare
Choose a tag to compare

New Stuff:

  • Added a new mode "-c" which enables color mode.
  • Added new Help Prompt.

Color Mode:

  • Color mode now have two options: "-green" and "-invert".
  • Color mode is only for Compiled *.3DST Skin Images.

WARNING:

  • If you downloaded this release, update to Version v0.3.5 a bug was found in this release which can cause png's to grow bigger than expected. Causing the system to crash.
  • Offending Command: "xflip".

Notes:

  • "yflip" works fine in this release. Only "xflip" caused a problem

Pre-Release 2

18 Jul 18:24
a242468
Compare
Choose a tag to compare

Second Pre-Release

  • Added command: "3dstflip"