I wanted to move my savegame for Mainframe Defenders from my windows to linux. Unfortunately I was unable to figure out where the game expects the savegame.
Is there some equivalent of Process Monitor to figure out where the game writes my savegame to?
5 Comments
CameronDev@programming.dev · 5 pts · 295d
You want
straceon Linux. You can use it withgrep, or it has some built in filtering methods as well.ackthxbye@feddit.org · 2 pts · 294d
Exactly what I was looking for. Thank you!
SnotFlickerman@lemmy.blahaj.zone · 4 pts · 295d
You could always try searching the drive for
current.savwhich seems to be the name of the savegame file, and I doubt that filename would be different in Linux as opposed to Windows.Elsewhere, it is said that Steam often puts save games in these various locations:
So check those locations as well if you haven't already.
ackthxbye@feddit.org · 8 pts · 295d
It's in $HOME/.config/unity3d/ZeroTheCat/Mainframe
Thank you!
SnotFlickerman@lemmy.blahaj.zone · 3 pts · 295d
You're welcome, glad you were able to find it!