So i've managed to save files, load files, and even change the read/write directory for my custom save solution, however i'm stuck at actually importing saves because once I get to a save file ORKFramework.ORK.Game.LoadGame(_gameData) needs the _gameData to be of the ORKFramework.DataObject type, and I can't find anything on converting strings to DataObject.
I know it's possible because to save and load games because SaveGame() and LoadGame() save as/pass in a string respectively, but how do i do this manually through code?
Edit: I'm on ORK 2.25.2, haven't upgraded for fear of breaking project