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?

  • CameronDev
    link
    fedilink
    arrow-up
    6
    ·
    3 months ago

    You want strace on Linux. You can use it with grep, or it has some built in filtering methods as well.