tsunamods-codes / 7th-Heaven

The Ultimate Mod Manager for Final Fantasy VII PC
https://7thheaven.rocks/
Microsoft Public License
129 stars 25 forks source link

Convert profile.xml to profile.txt for crashlog #146

Closed dotaxis closed 1 year ago

dotaxis commented 1 year ago

There was some talk in Discord about using the profile.txt that is created with ViewProfileDetails() in OpenProfileViewModel.cs than providing the profile.xml, since the former is much more readable.

There may be a better place in the codebase for this but I didn't go too deep because this is only running when the game crashes anyway. Open to suggestions.

dotaxis commented 1 year ago

Didn't expect you'd get to this so soon and I was just finishing up the latest commit.

Let me know if there is an issue using the profiles directory rather than temp.

julianxhokaxhiu commented 1 year ago

Let me know if there is an issue using the profiles directory rather than temp.

The file is a throwaway one. Please put it on Temp. Thanks

dotaxis commented 1 year ago

Should be good now.

julianxhokaxhiu commented 1 year ago

Thank you :)