diff --git a/game/theater/theaterloader.py b/game/theater/theaterloader.py index f88096fd..b57b6306 100644 --- a/game/theater/theaterloader.py +++ b/game/theater/theaterloader.py @@ -17,6 +17,7 @@ from dcs.terrain import ( Syria, TheChannel, Sinai, + Kola, ) from .conflicttheater import ConflictTheater @@ -34,6 +35,7 @@ ALL_TERRAINS = [ TheChannel(), Syria(), Sinai(), + Kola(), ] TERRAINS_BY_NAME = {t.name: t for t in ALL_TERRAINS} diff --git a/requirements.txt b/requirements.txt index c458f670..268346e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ pluggy==1.5.0 pre-commit==3.7.0 pydantic==2.7.1 pydantic-settings==2.2.1 -pydcs @ git+https://github.com/dcs-retribution/pydcs@d32918d591ce4ce4f061ef6ae454dab1c87bffe2 +pydcs @ git+https://github.com/dcs-retribution/pydcs@961b5e1109c416f1a168d10db52c34bede6306af pyinstaller==5.13.2 pyinstaller-hooks-contrib==2024.0 pyparsing==3.1.2 diff --git a/resources/theaters/kola/landmap.p b/resources/theaters/kola/landmap.p new file mode 100644 index 00000000..52009b66 Binary files /dev/null and b/resources/theaters/kola/landmap.p differ