grad-drop

0.0.6 • Public • Published

GRAD Drop

Dependencies

Installation

Manually

  1. Create a folder in your mission root folder and name it modules. Then create one inside there and call it grad-drop.
  2. Download the contents of this repository ( there's a download link at the side ) and put it into the directory you just created.
  3. 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

  1. Install package grad-drop : npm install --save grad-drop
  2. Prepend your mission's description.ext with #define MODULES_DIRECTORY node_modules
  3. 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"
};

Readme

Keywords

none

Package Sidebar

Install

npm i grad-drop

Weekly Downloads

1

Version

0.0.6

License

none

Last publish

Collaborators

  • gruppe-adler-admin