C# library for Sonic Frontiers (.dvscene)
A library with simple reading and writing function for the .dvscene file from Sonic Frontiers
Huge credit goes to ik-01, who did the research of the .dvscene files and who refactored the entirety of this library, without his research and help this library wouldn't exist.
-
DiEventLib - The actual C# library itself.
-
DiEventTest - A testing sandbox for the C# library.
Name | Use |
---|---|
Amiticia.IO | Used for its upgraded and better binary reader and writer |
DvScene dvScene = new("file-path-to-the-dvscene");
dvScene.Save("file-path-to-your-new-dvscene");