Skip to content

Commit

Permalink
Basic save support
Browse files Browse the repository at this point in the history
TODO: Parse the json to display some simple save info
  • Loading branch information
Silarn committed Sep 15, 2023
1 parent 6a9a9bb commit f24f86e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions games/game_bladeandsorcery.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ class BaSGame(BasicGame):
GameShortName = "bladeandsorcery"
GameBinary = "BladeAndSorcery.exe"
GameDataPath = r"BladeAndSorcery_Data\StreamingAssets\Mods"
GameDocumentsDirectory = "%DOCUMENTS%/My Games/BladeAndSorcery"
GameSavesDirectory = "%GAME_DOCUMENTS%/Saves/Default"
GameSaveExtension = "chr"
GameSteamId = 629730
GameSupportURL = (
r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/"
Expand Down

0 comments on commit f24f86e

Please sign in to comment.