Skip to content
This repository was archived by the owner on May 23, 2026. It is now read-only.

Atlas-Commons/4Ranger-music

 
 

Repository files navigation

4RANGER Banner
Wiki Discord Server Steam Subscriptions

Download Version Issues License

Making Arma 3 a better place for all members of the 2nd Battalion, Nord Brigade.

Dependencies

There aren't any dependencies, but the music and sounds are meant to be played through KLPQ Music Player, making it a recommended mod.

For Developers of this mod

Install

We have a build system to allow for key signing and addon compiling.

Requirements

  1. Git for Windows
  2. Windows PowerShell v5.1 or higher

Automated Process:

To automatically set up your system and build the mod you can execute the included build.bat file. You can do this by either going to \tools and double clicking the build.bat file, or if you use VSC you can select the bat file then in the TERMINAL at the bottom you can select the Run Active File option from the ... menu.

Manual Proccess:

To set up your system to use the build script:

  • Open Windows PowerShell as Administrator and execute set-executionpolicy remotesigned
  • In the future, always use PowerShell as Admin

Windows

If on Windows, use the tools\make.ps1 file to build the mod for you. It will build the mod, sign the addons, include the public key in the keys folder, and also copy across all files found in the extras folder, as well as the files specified in the file tools\support-files.txt.

The build script will NOT leave the private key in the keys folder. It will delete it instead, to avoid any accidental uploading or distribution.

Be aware, that the names of the .bisign and .bikey files depend on the latest tag on git. This means that, if you wish to upload a release, it is advised to first tag the latest git commit, and then build the mod. That way you have a nice version, such as vsc_m_v1.0.3.bikey rather than vsc_m_v1.0.3-g0558b0c.bikey.

Naming conventions

To make the names of this mod less likely to run into problems in the future regarding the inclusion of a number in the name:

  • for code: bnb_m
  • for urls: 4ranger-music
  • for presentation: 4RANGER Music

Prefixes

The prefix vsc_m_ should be used where appropriate to avoid any potential name clashes with other mods.

Credits

4RANGER Mod Team


Atlas Commons — legal notices

This project is part of Atlas Commons, managed and financed by Atlas Tech Solutions Ltd. Atlas Tech Solutions Ltd is not responsible or liable for this software except as expressly stated in the applicable license.

Document Purpose
CORPORATE-LIABILITY-DISCLAIMER.md Corporate sponsor liability disclaimer
DCO Developer Certificate of Origin (required for contributions)
CONTRIBUTING.md Contribution guidelines and DCO sign-off

About

4RANGER Music is for the members of 4Ranger to include in their modpacks. This mod includes awesome music for us to play via the KLPQ Music Player mod.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 80.2%
  • PowerShell 19.5%
  • Batchfile 0.3%