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:
A Man
2022-04-02 16:05:20 +02:00
parent bfa836bb2a
commit ac68b0ca93
69 changed files with 13196 additions and 1029 deletions

View File

@@ -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";
};