- Requires .NET 9 Desktop Runtime
- Handles the entire /font folder (with locale support) for both the GameCube and Xbox versions
- Add / Edit / Delete subtitle entries
- Filter/search by subtitle in FNT and/or audio filename from AFS archive.
- Support for previewing, linking, replacing, and extracting associated audio from AFS archive. Import/Export as
.wavor.adx. Warnings will be displayed if any issues are detected with replacement files.
- By default ShadowTH uses an ampersand (&) to represent the trademark symbol (™). Our 'universal' EN locale .met file makes it so the trademark symbol is represented by the copyright symbol (©️), freeing & for use.
- Shadow the Hedgehog only includes the letters it uses for a particular font file in the .TXD. We handle this automatically for you with EN language, overwritting any modified text's associated MET and TXD by default. If you are editing other languages you will need to manually edit MET and TXD to add any missing letters.
- We provide a universal English (EN) MET & TXD file to support all letters. This file is used unless you uncheck
Do not replace .met and .txd. If editing other languages, you will need to manually edit these if using letters not used by an edited fnt file.
- Shadow the Hedgehog: Reloaded
- Tradução PT-BR Shadow The Hedgehog
- Shadow the Hedgehog: Russian Version (GC Port)
- Created by dreamsyntax
- .fnt struct reversal done by LimblessVector & dreamsyntax
- .met/.txd EN universal map and design work by TheHatedGravity
- Uses AfsLib by Sewer56 for AFS support
- Uses VGAudio by Alex Barney for ADX playback
- Uses modified version of DarkTheme by Otiel
- Uses Ookii.Dialogs for dialogs
Release build with
dotnet publish -c Release --self-contained false /p:PublishSingleFile=true -p:TrimMode=CopyUsed --framework net9.0-windows7.0
