GithubHelp home page GithubHelp logo

whitsel / cav_ranges Goto Github PK

View Code? Open in Web Editor NEW

This project forked from raynord/cav_ranges

0.0 0.0 0.0 580 KB

A modular framework for practice target ranges in Arma 3.

Home Page: https://7cav.us

License: GNU General Public License v3.0

C++ 16.74% SQF 83.26%

cav_ranges's Introduction

cav_ranges

cav_ranges is a modular framework that allows rapid deployment of practice target ranges in Arma 3.
For detailed setup instructions, please see the wiki.

range

Features

Modular

Modular design allows ranges with differing core behavior to function within a common framework.

Current modules:

  • Popup Target Range - Animated targets are controlled via the scripts for traditional target ranges like rifle, pistol, and even grenade ranges.
  • Spawned Target Range - Targets are destroyed by the shooter and respawn, for example in an anti-tank range.

The common framework allows fast integration of new modules with completely different functionality, several of which are in development.

Easy configuration

After some quick editor setup, all configuration is done via one function's arguments at mission init.

  "targets", //range type
  "Rifle Range", // title text
  "r2", // range tag
  6, // lane count
  8, // targets per lane
  ...
  [38,30,23] // qualification tiers

Automated Range Sequencing

Popup ranges become trivial to control. A minimal syntax of "what and how long" is all that's needed, but further control is offered, like playing sounds through range loudspeakers.

  ["Load your magazine",5],
  ["Assume a prone position and standby",3],
  ["Range is hot!",1,"FD_Course_Active_F"], // play "FD_Course_Active_F" sound
  [[8],5],
  [[2],5],
  [[6,4],5],
  [[3,5],5],

Range User Interface

A real time display shows information about the range, including range instructions, who's shooting and their score, and qualification awards once the range is complete.

range ui

cav_ranges's People

Contributors

raynord avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.