mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
#110 Ability to load/save settings
Also includes support for remaining enum/timedelta settings through the yaml file. - timedelta's in minutes - enum's should be written out: enumType.enumValue
This commit is contained in:
@@ -27,6 +27,10 @@ def base_path() -> str:
|
||||
return _dcs_saved_game_folder
|
||||
|
||||
|
||||
def settings_dir() -> Path:
|
||||
return Path(base_path()) / "Retribution" / "Settings"
|
||||
|
||||
|
||||
def save_dir() -> Path:
|
||||
return Path(base_path()) / "Retribution" / "Saves"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user