Cloned H&M Repo, reconfigured HEMTT launch dependencies and startup mission to point to the H&M

This commit is contained in:
Valmo Trindade
2025-09-27 14:20:10 -03:00
parent 2e017f97c9
commit 78fa2608c3
334 changed files with 33920 additions and 3 deletions

View File

@@ -0,0 +1,18 @@
enableSaving [false, false];
[] call compileScript ["core\def\mission.sqf"];
[] call compileScript ["define_mod.sqf"];
if (isServer) then {
[] call compileScript ["core\init_server.sqf"];
};
[] call compileScript ["core\init_common.sqf"];
if (!isDedicated && hasInterface) then {
[] call compileScript ["core\init_player.sqf"];
};
if (!isDedicated && !hasInterface) then {
[] call compileScript ["core\init_headless.sqf"];
};