This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is a simple script that enables quicksaving/quickloading save files for Barony game. | |
# Place this script inside barony_folder/savegames. | |
# Create a directory named backup inside barony_folder/savegames. | |
# Start game & adjust save_file variable with a name of savefile you want to backup. | |
# You must do this after game autosaves at least once | |
# In case of multiplayer games, all players must create backup independently - otherwise there will be troubles with loading game. | |
# After changing save_file and game autosaving at least once, start the app. | |
# Quicksave on F5, Quickload on F7, exit app on = | |
import os |