Closed MrKev312 closed 4 months ago
Rewrote XTX conversion to not rely on a python script
Refactored code to remove unused namespaces and introduced new texture conversion functionalities.
AudioConverter.cs
IUbiArtToUnityConverter.cs
CoverArtGenerator.cs
MenuArtConverter.cs
PictoConverter.cs
Extensions.cs
JustDanceIPKParser.cs
Program.cs
ExtractorDialogue.cs
TextureConverter
TextureConverter.cs
DDS.cs
XTX.cs
SwitchTexture
PR Classification
Rewrote XTX conversion to not rely on a python script
PR Summary
Refactored code to remove unused namespaces and introduced new texture conversion functionalities.
AudioConverter.cs
,IUbiArtToUnityConverter.cs
,CoverArtGenerator.cs
,MenuArtConverter.cs
,PictoConverter.cs
,Extensions.cs
,JustDanceIPKParser.cs
,Program.cs
, andExtractorDialogue.cs
: Removed unused namespaces.MenuArtConverter.cs
andPictoConverter.cs
: Replaced conversion logic with calls toTextureConverter
.TextureConverter.cs
with methods for image conversion and extraction.DDS.cs
andXTX.cs
for handling DDS headers and XTX texture files.SwitchTexture
.