mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Custom kneeboard injection
Drop custom kneeboards in SavedGames/DCS/Retribution/Kneeboards as you would normally do, i.e. using the necessary folders if kneeboards are aircraft-specific
This commit is contained in:
@@ -111,6 +111,10 @@ def airwing_dir() -> Path:
|
||||
return base_path() / "Retribution" / "AirWing"
|
||||
|
||||
|
||||
def kneeboards_dir() -> Path:
|
||||
return base_path() / "Retribution" / "Kneeboards"
|
||||
|
||||
|
||||
def payloads_dir(backup: bool = False) -> Path:
|
||||
payloads = base_path() / "MissionEditor" / "UnitPayloads"
|
||||
if backup:
|
||||
|
||||
Reference in New Issue
Block a user