-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/TheCodeNugget/Arma3-PiShock
- Loading branch information
Showing
1 changed file
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,29 @@ | ||
# Arma3-PiShock | ||
# :cloud_with_lightning: Arma3-PiShock | ||
Pishock Extension for Arma 3 written in Rust | ||
|
||
![GitHub](https://img.shields.io/github/license/TheCodeNugget/Arma3-PiShock?color=darkred) | ||
[![](https://img.shields.io/badge/Github-Wiki-orange.svg?style=flat-square)](https://github.com/TheCodeNugget/Arma3-PiShock/wiki) | ||
[![](https://img.shields.io/badge/Changelog-Link-yellow.svg?style=flat-square)](https://github.com/TheCodeNugget/Arma3-PiShock/releases/latest) | ||
[![](https://img.shields.io/badge/Release-0.2.7-blue.svg?style=flat-square)](https://github.com/TheCodeNugget/Arma3-PiShock/releases/latest) | ||
![GitHub issues](https://img.shields.io/github/issues/TheCodeNugget/Arma3-PiShock) | ||
<p align="left"> | ||
<a href="https://www.gnu.org/licenses/gpl-3.0.en.html#license-text"> | ||
<img alt="GitHub" src="https://img.shields.io/github/license/TheCodeNugget/Arma3-PiShock?style=for-the-badge&logo=gitbook&logoColor=D9E0EE&labelColor=302D41&color=f38ba8"> | ||
<a href="https://github.com/TheCodeNugget/Arma3-PiShock/wiki"> | ||
<img alt="Static Badge" src="https://img.shields.io/badge/Github-Wiki-Orange?style=for-the-badge&logo=github&logoColor=D9E0EE&labelColor=302D41&color=fab387"> | ||
<a href="https://github.com/catppuccin/catppuccin/releases/latest"> | ||
<img alt="GitHub release (with filter)" src="https://img.shields.io/github/v/release/TheCodeNugget/Arma3-PiShock?style=for-the-badge&logo=github&color=F2CDCD&logoColor=D9E0EE&labelColor=302D41"> | ||
<a href="https://github.com/TheCodeNugget/Arma3-PiShock/issues"> | ||
<img alt="Issues" src="https://img.shields.io/github/issues/TheCodeNugget/Arma3-PiShock?style=for-the-badge&logo=gitbook&logoColor=D9E0EE&labelColor=302D41&color=B5E8E0"></a> | ||
</p> | ||
|
||
## Installation | ||
## :warning: Disclaimer | ||
Usage of the PiShock shocker in any of the areas outlined by PiShock (Everywhere on the Head and Neck, Everywhere on the Chest in Proximity to your Heart and anywhere along your back in Proximity to your Spine) can lead to permanent injury and is strongly discouraged. PiShock or the Author of this Mod is not responsible for any Injuries or harm sustained by you or a 3rd party whilst using the shockers. | ||
|
||
Play Safe and know your Limits. | ||
|
||
## :hammer_and_wrench: Installation | ||
Grab the latest release from [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=3024239355) | ||
or | ||
Download the latest version and unpack it in your Arma 3 installation folder. | ||
Simply launch Arma 3 with `-mod=@A3PiShock` afterwards. | ||
|
||
## License | ||
## :books: License | ||
Licensed under GNU General Public License ([GPLv3](LICENSE.md)) | ||
|
||
Any addon which depends on or calls for A3PiShock functions need not be licensed under the GPLv3 or released under a free software license. Only if it is directly including A3PiShock code in the addon's binarized PBO or redistributing a modified version of A3PiShock or its binaries itself would be considered a derivative and therefore be legally required to be released under the terms of the GPLv3. |