New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

grad-drop

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grad-drop

* [CBA_A3](https://github.com/CBATeam/CBA_A3) * [CUP Terrains Core (or Complete)](http://www.armaholic.com/page.php?id=30044)

latest
npmnpm
Version
0.0.6
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

GRAD Drop

Dependencies

  • CBA_A3
  • CUP Terrains Core (or Complete)

Installation

Manually

  • Create a folder in your mission root folder and name it modules. Then create one inside there and call it grad-drop.
  • Download the contents of this repository ( there's a download link at the side ) and put it into the directory you just created.
  • Append the following lines of code to the description.ext:
class CfgFunctions {
    #include "modules\grad-drop\cfgFunctions.hpp"
};

class CfgSounds {
	sounds[] = {};
    #include "modules\grad-drop\cfgSounds.hpp"
};

Via npm

for details about what npm is and how to use it, look it up on npmjs.com

  • Install package grad-drop : npm install --save grad-drop
  • Prepend your mission's description.ext with #define MODULES_DIRECTORY node_modules
  • Append the following lines of code to the description.ext:
class CfgFunctions {
    #include "node_modules\grad-drop\cfgFunctions.hpp"
};

class CfgSounds {
	sounds[] = {};
    #include "node_modules\grad-drop\cfgSounds.hpp"
};

FAQs

Package last updated on 22 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts