Skip to content
Riot Bits

Riot Bits

  • Home
  • News
  • Guides
  • Video Guides
  • Patch Notes
  • Report Abuse
  • Toggle search form

The Shrouded Isle – How to Setup Auto SaveGame Backup

Posted on 01/15/2024 By eduHolyWar No Comments on The Shrouded Isle – How to Setup Auto SaveGame Backup
  • Title: The Shrouded Isle
  • Release Date: August 4, 2017
  • Developer: Jongwoo Kim, Erica Lahaie, FX Bilodeau, Tanya Short
  • Publisher: Kitfox Games

Due to some power problems and strange issues with Windows, I had to restart my computer while playing a game. When I came back to the game, I found out that my saved progress was messed up. After losing an exciting match, I got really angry. That’s when I decided to make a fast script to fix and enhance certain aspects of the original script.

Powershell Script

When your save file gets messed up and there’s no way to get it back, it makes sense to keep a backup of the file. It’s likely that the game was trying to update the save file right when the computer suddenly turned off. The chances of this happening are not super high, but they’re not zero either. By having a backup, you can switch between different saved states, kind of like having different points in the game that you can go back to.

GitHub link to the powershell script

Changing the execution policy in PowerShell affects the entire session or system and not just a particular folder. However, there’s a trick to run a script in a specific folder without altering the overall execution policy. You can achieve this by launching PowerShell with the -ExecutionPolicy Bypass parameter for that specific script or session.

To do this, you can use the PowerShell terminal and type: .\The_Shrouded_Isle_Backup_save.ps1. Alternatively, you can right-click on the script and choose to execute it with PowerShell. This allows you to run the script without changing the system-wide execution policy, making it a handy workaround.

README.md file with general descriptions

Adjust the variable $delayInSeconds to set the desired number of seconds.

Modify the variables $sourceFile and $destinationFolder to point to the specific paths on your machine.

That's everything we are sharing today for this The Shrouded Isle guide. This guide was originally created and written by eduHolyWar. In case we fail to update this guide, you can find the latest update by following this link.

If you believe that any of the content on this site violates your rights, including your intellectual property rights, please contact us immediately using our contact form.
Guides Tags:The Shrouded Isle

Post navigation

Previous Post: Fix Horse Tales: Emerald Valley Ranch Startup Error on PC
Next Post: Phasmophobia – List of Ghost’s Special Behaviors

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • Title: The Shrouded Isle
  • Release Date: August 4, 2017
  • Developer: Jongwoo Kim, Erica Lahaie, FX Bilodeau, Tanya Short
  • Publisher: Kitfox Games

Disclaimer

All content cited is derived from their respective sources. If you think we have used your content without permission, make sure to reach us and we will be taking it seriously.
  • About Us
  • Contact Us
  • Privacy Policy
  • Terms of Service

Copyright © 2025 Riot Bits.

Powered by PressBook News WordPress theme