grad-heligame
v1.0.1
Published
adds minigame to helis to practice landings and take-off
Downloads
7
Readme
GRAD Heligame
Generates random LZs to practice your landing skills.
Dependencies
Installation
Add the following lines of code to the description.ext
:
#define MODULES_DIRECTORY node_modules
class CfgFunctions {
#include "node_modules\grad-heligame\cfgFunctions.hpp"
};
If you want to name the folder differently than node_modules, make sure to change the MODULES_DIRECTORY define as well.
Manually
- Create a folder in your mission root folder and name it
node_modules
. Then create one inside there and call itgrad-heligame
. - Download the latest release and put it into the directory you just created.
Via npm
for details about what npm is and how to use it, look it up on npmjs.com
- Install package
grad-heligame
:npm install --save grad-heligame
Usage
Get into any helicopter and execute the Heligame! mouse wheel action. Fly to the LZ (marked on map), land on the smoke, wait until the next LZ is generated. Repeat until you can land like a pro. Will end automatically when you stop completing your LZs.