Skip to content

A library with simple reading and writing function for the .dvscene file from Sonic Frontiers

Notifications You must be signed in to change notification settings

Ashrindy/DiEventLib

Repository files navigation

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");

About

A library with simple reading and writing function for the .dvscene file from Sonic Frontiers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages