Skip to content

Commit

Permalink
param for civs
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisum committed Mar 13, 2016
1 parent 8c59ab7 commit d0c77d4
Show file tree
Hide file tree
Showing 3 changed files with 803 additions and 679 deletions.
7 changes: 7 additions & 0 deletions description.ext
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,13 @@ class Params
texts[] = {"False", "True"};
default = 0;
};

class CIVILIAN_TRAFFIC {
title = "Civilian Traffic";
values[] = {0, 1};
texts[] = {"False", "True"};
default = 0;
};
};

class ACE_Settings {
Expand Down
1 change: 1 addition & 0 deletions init.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ REPLAY_ACCURACY = paramsArray select 7;
AR3PLAY_ENABLE_REPLAY = (paramsArray select 8) == 1;
AR3PLAY_IS_STREAMABLE = (paramsArray select 9) == 1;
JIP_TIME_ALLOWED = paramsArray select 11;
CIVILIAN_TRAFFIC = paramsArray select 13;


// paramsarray select 12 is BFT module in editor
Expand Down
Loading

0 comments on commit d0c77d4

Please sign in to comment.