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

Pre-Release 5

Compare
Choose a tag to compare
@Cracko298 Cracko298 released this 31 Jul 01:03
· 41 commits to main since this release
701d6dc

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!