Mountable Turrets

$19.99

Sold by: _senyaa

This plugin adds 2 new deployable mountable turrets and IR-traps.

Depends on

Availability: Out of stock Categories: , ,

Description

Mountable Turrets

Overview

Anti-Aerial turret

This turret can be accessed via a computer station.

It has several modes

  •  Automatic – shoots multiple homing rockets, which will follow the target
  •  Manual (single) – shoots a single rocket
  •  Manual (burst) – shoots multiple

If the turret is in automatic mode it waits for the target.

To acquire the target player needs to place the crosshair on it and wait some time, which is configured here -> ([AA Turret] Target acquiring time (seconds)).

After that the turret will follow the target and the player can shoot by pressing Middle Mouse Button.

Manual modes just shoot regular rockets.

Machine gun Turret

This turret can be mounted by pressing E on any of its parts (such as pipes etc.).

Players can just aim and shoot.

Ammo type can be configured here -> [Machine Gun Turret] Ammo type (short prefab name, must be one of 5.56 Rifle ammo).

IR-Traps

IR-traps (or flares) are used as a counter-measure to the anti-aerial turret.

They can be loaded in the fuel storage of mini copter or scrap heli and can be deployed by pressing E.

Stack sizes, amount per use, and cooldown are configurable.

IR-Traps can also affect SAM sites, this option can be enabled here -> [IR Trap] Affects SAM Sites (true/false)

Commands

Chat Commands

  • /aaturret – buy anti-aerial turret (requires mountableturrets.aaturret.give permission)
  • /mgturret – buy machine gun turret (requires mountableturrets.machinegun.give permission)

Admin Chat Commands

Following commands require mountableturrets.admin permission to work. See “Permissions” chapter for more info.

/mt command must be ran a monument you want to modify.

Positions are saved relative to the monument and persist even after a wipe or a map change.

/mt (requires mountableturrets.admin permission)

  • /mt add aa – spawns anti-aerial turret on a monument
  • /mt add mg – spawns machine gun turret on a monument
  • /mt add comp – spawns computer station on a monument, which gets automatically linked to anti-aerial turrets
  • /mt remove – removes turret/computer station from the monument
  • /mt reset – clears all data for a monument

Admin Console Commands

  • giveaaturret <player name> – gives anti-aerial turret to specified player
  • givemgturret <player name> – gives machine gun turret to specified player

Permissions

  • mountableturrets.admin – allows usage of giveaaturret, givemgturret and /mg commands
  • mountableturrets.aaturret.give – allows players to buy AA turret using /aaturret
  • mountableturrets.aaturret.free – allows players to get AA turret for free using /aaturret (give permission is still needed)
  • mountableturrets.machinegun.give – allows players to buy machine gun turret using /mgturret
  • mountableturrets.machinegun.free – allows players to get a machine gun turret for free using /mgturret (give permission is still needed)

Localization

This plugin has built-in support for the following languages –

  • English
  • Russian

API

BaseEntity SpawnAATurret(Vector3 position, Quaternion rotation) // spawns anti-aerial turret

BaseEntity SpawnMachinegunTurret(Vector3 position, Quaternion rotation) // spawns machinegun turret

void DestroyTurret(BaseEntity turret) // destroys the turret

Credits

Thanks to Vitek & Nikitos for helping me with this plugin!

1 review for Mountable Turrets

  1. 5 out of 5

    Chill Roleplay (verified owner)

    Instantly one of best purchases ive made for the server. people having so much fun with this! so well done!


Only logged in customers who have purchased this product may leave a review.

Version 1.2.1 | Updated July 7, 2024
  • Fixed Compile error
Version 1.2.0 | Updated June 29, 2024
  • Removed IR-Traps, since they were added in vanilla Rust
  • Fixed NRE spamming
  • Fixed Item Worldmodels floating
  • Added Compile fix
Version 1.1.21 | Updated February 4, 2024
  • Fixed Performance fix
Version 1.1.20 | Updated January 23, 2024
  • Fixed Compile fix
Version 1.1.19 | Updated January 23, 2024
  • Fixed NRE spam
Version 1.1.17 | Updated October 15, 2023
  • Added Carbon support
Version 1.1.16 | Updated August 18, 2023
  • Fixed Fixed NRE Spamming
Version 1.1.15 | Updated July 4, 2023
  • Fixed HV rockets not causing damage, when PVE Mode is set.
Version 1.1.14 | Updated May 4, 2023
  • Updated Updated for the latest Rust update
Version 1.1.13 | Updated April 21, 2023
  • Fixed Not being able to shoot and change mode
Version 1.1.12 | Updated March 22, 2023
  • Fixed Bug fix
Version 1.1.11 | Updated March 22, 2023
  • Added Damage multipliers for AA rockets
Version 1.1.10 | Updated February 2, 2023
  • Fixed Fix for 02.02.2023 Rust Update
  • Updated Better code formatting
Version 1.1.9 | Updated November 18, 2022
  • Fixed Updated train wagon prefab names. Delete your config for changes to apply.
Version 1.1.8 | Updated November 4, 2022
  • Fixed Fixed for the latest Rust Update
Version 1.1.7 | Updated September 4, 2022
  • Added Configurable turret HP
Version 1.1.6 | Updated September 3, 2022
  • Removed Reverted scrap heli config
  • Fixed Other plugin conflict
Version 1.1.5 | Updated September 2, 2022
  • Added Added turrets on scrap helicopter. Requires deleting the config for changes to apply.
Version 1.1.4 | Updated September 1, 2022
  • Updated Fix for the latest Rust update
Version 1.1.3 | Updated August 30, 2022
  • Fixed CanPickupEntity hook returning true, instead of null.
Version 1.1.2 | Updated August 28, 2022
  • Fixed Invalid position console spam
  • Fixed Phantom turrets spawning at 0 0 0
  • Fixed Minor NREs
Version 1.1.1 | Updated August 24, 2022
  • Fixed Minor NREs
Version 1.1.0 | Updated August 24, 2022
  • Added Ammo storage
  • Fixed Being able to shoot in the safe zone
Version 1.0.2 | Updated August 23, 2022
  • Added PVE mode
Version 1.0.1 | Updated August 19, 2022
  • Updated Improved data loading

One thought on "Mountable Turrets"

Leave a reply

Your email address will not be published. Required fields are marked *

Plugin FAQ – How do I use this .zip/.7z file I just purchased on my server?

• First, you want to unzip the file. You can do so by just double-clicking it to open, then drag the contents to the desired location (you may need to install an external unzipping software if you don’t already have one such as 7zip or winrar)
• Next you will find either a structure of folders or just the .cs file itself (it’s the actual plugin file itself).
• After that just install the .cs (plugin file) into your …/oxide/plugins/ folder where you will install plugins you ever need to.

Additionally, here’s a great video that easily covers adding a plugin to your server if you need! https://youtu.be/yWC_p97FhQA

• Installation is not included with any products on the site, however, if needed we may assist if you reach out to our support.

Currently all products on Lone.Design will be contained within a zipped file which is the .7z or .zip that you see. I believe windows 10 and up can unzip on its own without 3rd party tools, but in that case, if you’re unfamiliar with zipped files here are 2 programs I recommend to easily unzip zipped files.

Video On How to Zip and Unzip: https://youtu.be/Ep-L3PjBPCk (TechInsider Youtube Channel)

Zipping/Unzipping Tools
Winrar https://www.rarlab.com (I used to use for years, but works great!)
7zip https://www.7-zip.org/a/7z2107-x64.exe (the one I use currently)

Product Enquiry

Please Login to make enquiry about this product