Skip to content

This is a python script that will natively backup your progress when you die in Barony. This is just something people asked for when they played Barony so I decided to create it. Please change the path to your barony path in your config folder if it's different for you.

Notifications You must be signed in to change notification settings

Sat727/Barony-Checkpoint-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Does not work in multiplayer. Only singleplayer

This is a Barony checkpoint script coded in python. This does not require any modded version of the game, and can be used across all versions unless they change savefile contents.

How it works

The script will keep all savefile contents in memory and once one gets deleted IE all players die in a game, you keep the savefile. However, I noticed this does not work in multiplayer as all players need their own savefile version of the save and must match host's savegame. This led me to creating a modified version of Barony in which this is prevented (Prevents host from telling clients to delete the savefile). This can be found here: https://github.com/Sat727/Barony-Checkpoint.

How to setup

In the "Config" File, you will see a variable named "path" this is the path to your ROOT folder of the game. From there, the script will do the rest of the work. Happy gaming!

About

This is a python script that will natively backup your progress when you die in Barony. This is just something people asked for when they played Barony so I decided to create it. Please change the path to your barony path in your config folder if it's different for you.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages