mirror of
https://github.com/valmojr/armatak.git
synced 2026-08-20 00:42:56 +00:00
Cloned H&M Repo, reconfigured HEMTT launch dependencies and startup mission to point to the H&M
This commit is contained in:
@@ -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"];
|
||||
};
|
||||
Reference in New Issue
Block a user