Included with Purchase
Plugin Download
Instant access to the plugin file (.dll)
Future Updates
All updates and fixes at no extra cost
Developer Support
Help through our forum and Discord
Optional: Source Code
Add-on in cart for an additional fee
Readme

BetterSentries

Self-reloading sentries with customizable reload time, effects & more.

Features

  • Automatic sentry reloading using stored magazines
  • Customize reload time and effects
  • Set sentry storage size
  • Whitelist items for sentries

Credits

  • CN_MaoMao_520 for the idea behind this plugin
  • Fenyaxz and DragonPL for help with testing

Configuration

<?xml version="1.0" encoding="utf-8"?>
<BetterSentriesConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <DefaultReloadTime>2</DefaultReloadTime>
  <DefaultReloadEffectId>61</DefaultReloadEffectId>
  <DefaultReloadEffectDistance>100</DefaultReloadEffectDistance>
  <AllowOnlyGunAndMagazinesInSentry>true</AllowOnlyGunAndMagazinesInSentry>
  <CustomSentries>
    <CustomSentry SentryId="1373" Name="Hostile Sentry">
      <ReloadTime>2</ReloadTime>
      <ReloadEffectId>61</ReloadEffectId>
      <ReloadEffectDistance>100</ReloadEffectDistance>
      <StorageWidth>7</StorageWidth>
      <StorageHeight>3</StorageHeight>
    </CustomSentry>
    <CustomSentry SentryId="1372" Name="Friendly Sentry">
      <StorageWidth>7</StorageWidth>
      <StorageHeight>3</StorageHeight>
      <EnableWhitelistItems>true</EnableWhitelistItems>
      <WhitelistItems>
        <WhitelistItem ItemId="363" Name="Maplestrike" />
        <WhitelistItem ItemId="6" Name="Military Magazine" />
        <WhitelistItem ItemId="17" Name="Military Drum" />
      </WhitelistItems>
    </CustomSentry>
    <CustomSentry SentryId="1244" Name="Neutral Sentry">
      <StorageWidth>7</StorageWidth>
      <StorageHeight>3</StorageHeight>
    </CustomSentry>
  </CustomSentries>
</BetterSentriesConfiguration>