SR's Native Reusables

Free SR's Native Reusables 1.2

No permission to download
This resource is free

Make any item or weapon reusable!


Plugin features:

  • Make weapon's ammo infinite. (Grappling Hook, Flare Gun)
  • Restrict players from getting "infinite" ammo.
  • Make consumables infinite. (Parachute, Meat)

Console & RCON Commands:

NativeReusables.Reload - Reload plugin configuration.

JSON:
{
    "Debug": false, # Enable to display CI, CA, and RA debug fields.
    # CI - ConsumedItem - Displays when item that can be made reusable was used.
    # CA - ConsumedAmmo - Displays when item consumes ammo and is a weapon.
    # RA - RemovedAmmo - Displays when ammo was removed or swapped as accessory.
    "ReusableWeapons": [ # CA - Use for weapons and everything that consumes ammo
        "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/WeapFlareGun.WeapFlareGun'", # Flare Gun
        "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/WeapCrossbow_GrapplingHook.WeapCrossbow_GrapplingHook'", # Grappling Hook Crossbow
        "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/WeapGasGrenade.WeapGasGrenade'", # Smoke Grenade
        "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/WeapBola.WeapBola'" # Bola
    ],
    "ReusableConsumables": [ # CI - Use for parachutes or something that is not a weapon but can be consumed.
        "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/BaseBPs/PrimalItemConsumableBuff_Parachute.PrimalItemConsumableBuff_Parachute'" # Parachute
    ],
    "RestrictedRemoveAmmo": [ # RA - Block removing specific ammo from weapons.
        "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_GrapplingHook.PrimalItemAmmo_GrapplingHook'" # Grappling Hook
    ]
}

Author
srdev
Downloads
51
Views
715
First release
Last update
Rating
5.00 star(s) 2 ratings

More resources from srdev

Latest updates

  1. v1.2 - Fixes

    Some fixes updating plugin to recent API version (Update from Discord chat, idk what else was added)

Latest reviews

The perfect low-impact tweak for making certain items reusable. Similar to Lethal's Reusables in ASE, Native Reusables allows you to have "everlasting" items, such as grappling hooks, bolas, and flare guns available to all users without the need for an additional mod.

Configuration is fairly straightforward, although you need to know the blueprint for *weapons*, as opposed to _items_ which you'd use in `GiveItem`, but they're easily figured out by enabling Debug and watching the AsaApiLoader.exe console log.

Highly recommended!
Much better and faster then a mod. Users don't have to install anything for it.

Config is great and you can setup what you want to be reusable and not.
Back
Top