Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.05 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.05 KB

DiEventLib (C# Library)

C# library for Sonic Frontiers (.dvscene)

📜 Description 📜

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.

🗂️ Projects 🗂️

  • DiEventLib - The actual C# library itself.

  • DiEventTest - A testing sandbox for the C# library.

🗃 Dependencies 🗃

Name Use
Amiticia.IO Used for its upgraded and better binary reader and writer

📝 Documentation 📝

Reading

DvScene dvScene = new("file-path-to-the-dvscene");

Writing

dvScene.Save("file-path-to-your-new-dvscene");