mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 17:20:26 +03:00
Re-build missionfiles
- Every missionfile has the configVariables.sqf added now since almost every server admin move their configVariables to the mission folder. Now it comes by default with it. - The missionfile contains by default a custom variables and compiles.sqf too now. This makes it easier for server admins to add scripts. - Having all configVariables in one place makes a map change much easier now. - Only map specifc variables are still in init.sqf and should stay there.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
if (isServer) then {
|
||||
|
||||
};
|
||||
|
||||
if (!isDedicated) then {
|
||||
//Add your custom or override functions here
|
||||
//fnc_usec_selfActions = compile preprocessFileLineNumbers "dayz_code\compile\fn_selfActions.sqf";
|
||||
};
|
||||
Reference in New Issue
Block a user