Skip to content

Commit

Permalink
use grad-tvtsettings
Browse files Browse the repository at this point in the history
  • Loading branch information
McDiod committed Apr 11, 2020
1 parent e4ebb1a commit 55e966d
Show file tree
Hide file tree
Showing 7 changed files with 852 additions and 4 deletions.
1 change: 1 addition & 0 deletions cba_settings.sqf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "node_modules\grad-tvtsettings\cba_settings.sqf"
6 changes: 3 additions & 3 deletions description.ext
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ respawnOnStart = -1;
respawnDialog = 0;
disabledAI = 0;
allowFunctionsRecompile = 1;
cba_settings_hasSettingsFile = 1;

enableDebugConsole = 1;
/*enableTargetDebug = 1;*/

/*//mcdiod, nomisum
//mcdiod, nomisum
enableDebugConsole[] = {
"76561198044320063",
"76561197961080101"
};*/
};


//MISC =========================================================================
Expand Down
674 changes: 674 additions & 0 deletions node_modules/grad-tvtsettings/LICENSE

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions node_modules/grad-tvtsettings/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 53 additions & 0 deletions node_modules/grad-tvtsettings/cba_settings.sqf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

83 changes: 83 additions & 0 deletions node_modules/grad-tvtsettings/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"grad-factions-tvt": "^0.5.2",
"grad-fortifications": "^0.9.3",
"grad-listbuymenu": ">=0.0.1",
"grad-loadout": "^4.11.4"
"grad-loadout": "^4.11.4",
"grad-tvtsettings": ">=0.0.1"
}
}

0 comments on commit 55e966d

Please sign in to comment.