NinjaCheetah / wii-menu-visual-patcher

Shell script to make modifying visual elements of the Wii Menu easier.
8 stars 0 forks source link

Sharpii has a .NET Core port (works on Linux natively!) #2

Open Naim2000 opened 4 months ago

Naim2000 commented 4 months ago

TheShadowEevee/Sharpii-NetCore

NinjaCheetah commented 4 months ago

I actually learned about that shortly after making the script. It's definitely really cool and would solve some of my problem, but unfortunately I depend on ashcompress.exe, which is a Windows-only binary with no known source code (so I can't build it for Linux like I did with ASH.exe) for compressing ASH files. That's a mandatory step in the repacking process, so until I can break free of that, I'm not able to make a fully Linux native version, because WINE is still going to be required somewhere in the process.

I'm actually working on a brand new library to replace libWiiSharp (what Sharpii uses) written in Python that will entirely solve my problems, and with that I'm working on a new graphical app to replace this script. ASH file support is currently in the works over there, which will entirely remove my dependency on Windows-only software. If you want to see how that's progressing, the repository for that is here. Once I can support all the file types I need over there, then I'll have a fully Linux-native version, as well as native Windows and macOS apps.