mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 10:33:29 +00:00
Cloned H&M Repo, reconfigured HEMTT launch dependencies and startup mission to point to the H&M
This commit is contained in:
18
hearts_and_minds.kunduz_valley/core/init.sqf
Normal file
18
hearts_and_minds.kunduz_valley/core/init.sqf
Normal 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"];
|
||||
};
|
||||
Reference in New Issue
Block a user