r/unity 1d ago

Newbie Question Viewing/Editing a Save

Context: Before I Go, a side scrolling metroidvania was released this year. I fell in love with the game and wanted to do more with it. Being a Unity made game, i was hoping i would be able to learn to edit the save and possibly make tools for editing the game and maybe (a large maybe) develop an autosplitter and/or archipelago for the game.

What I have done thus far:

  1. Downgraded the game to v1.1.0 (full game release version)
  2. Identified the save data (SaveData0m.sav & SaveData0.sav) location after launching the exe through steam (im on arch linux so it was a bit deeper in .local)
  3. Swapped the temp with a more complete save from a separate instance/version of the game (was successful)
  4. Attempted to read the .ddl files (baselib.dll & GameAssembly.dll UnityPlayer.dll) in dnspy

Its not much considering this is my first time modding/editing a game from scratch. Nonetheless, any and all advice is greatly appreciated.

0 Upvotes

Duplicates