A really simple GUI wrapper to VCDiff.Encoders.VcEncoder for making Shadow the Hedgehog xdeltas.
NET 9 app (self contained) for both Windows and Linux.
We used this to create our xdeltas for 2P Shadow / Shadow the Hedgehog: Reloaded / 2P-Reloaded, etc...
dotnet publish VCDiffGUI -c Release -r win-x64 --self-contained true /p:PublishSingleFile=true -p:TrimMode=CopyUsed
dotnet publish VCDiffGUI -c Release -r linux-x64 --self-contained true /p:PublishSingleFile=true -p:TrimMode=CopyUsed
- dreamsyntax for this GUI program
- Metric, chyyran, & Snowflake Authors for VCDiff.Encoders.VcEncoder
- SaturnAdvanced for testing