Added Chernarus map support with new convert function paramether, to handle rotated maps

This commit is contained in:
Valmo Trindade
2025-02-23 13:56:47 -03:00
parent 883db07797
commit 452394f995
3 changed files with 36 additions and 0 deletions

View File

@@ -64,6 +64,9 @@ class CfgFunctions {
class convert_to_takistan_montains {
file = "\armatak\armatak\armatak_main\functions\map\fn_convert_to_takistan_montains.sqf";
};
class convert_to_chernarus {
file = "\armatak\armatak\armatak_main\functions\map\fn_convert_to_chernarus.sqf";
};
};
};
};