Base Insight provides players with the ability to ping loot containers and tool cupboards inside buildings. This allows players to quickly identify valuable loot containers and strategic tool cupboards within a specified radius.
• Loot Container Pinging – Ping supported storage containers inside a base including large wooden boxes, coffins, barrels, fridges, lockers, vending machines, wall cabinets, drop boxes, and weapon racks.
• Tool Cupboard Pinging – Locate Tool Cupboards inside a scanned base.
• Allowed Container List – Choose exactly which storage containers can be pinged using the allowed container list in the config.
• Loot-Only Pinging – Optionally only ping supported containers that currently contain loot.
• Raidable Bases Only Option – Optionally restrict the scanner so it can only be used on Raidable Bases.
• Customizable Scanner Settings – Adjust scan radius, max distance, ping delay, ping duration, scanner skin, scanner display name, ping types, and more.
• Permission-Based Cooldowns – Set a default scan cooldown and override it with permission-based cooldowns.
• Chat and Console Distribution – Give the scanner to players through chat command aliases or via console command.
• Loot Support – Optionally add the scanner item into supported loot containers with configurable chances and min/max amounts.
• baseinsight.use – Required to use the Base Insight scanner.
• baseinsight.give – Required to use the chat command to receive a scanner.
• /bis – Gives the Base Insight scanner item to the player.
• bis [SteamID] – Gives the Base Insight scanner item to the target player.
• bi_wipe – Manually wipe the cooldown data file (automatically wipes on new wipes).
• Scanner Display Name – Display name of the Base Insight scanner item.
• Scanner Skin ID – Skin ID used for the scanner item.
• Enable Storage Containers – Enable or disable storage container pinging.
• Enable Tool Cupboard – Enable or disable tool cupboard pinging.
• Only Use On RaidableBases – Restrict scanner use to Raidable Bases only.
• Only Ping Containers with Loot – Only ping supported containers that currently contain loot.
• Destroy Scanner After Use – Destroy the scanner item after one successful use.
• Max Distance from Base – Maximum distance the player can be from the base they are scanning.
• Scan Radius – Radius around the targeted base used for scanning.
• Ping Delay – How long the player must hold before the scan completes.
• Ping Duration – How long pings remain visible.
• Ping Type – Loot Containers – Ping type used for storage containers.
• Ping Type – Tool Cupboard – Ping type used for tool cupboards.
• Ping Types – List of available ping types included in the config for reference.
• Allowed Storage Container List – List of storage container prefab names that the scanner is allowed to ping.
• Chat Command Cooldown – Cooldown for receiving a scanner via chat command.
• Default Scan Cooldown – Default cooldown between scans.
• Scan Cooldowns By Permission – Permission-based scan cooldown overrides.
• Chat Command Aliases – List of chat commands that give the scanner item.
• Add Scanner To Loot Containers – Enable or disable adding the scanner item into loot containers.
• Min Scanners Per Container – Minimum number of scanners that can be added.
• Max Scanners Per Container – Maximum number of scanners that can be added.
• Loot Containers List – Loot container prefab names and the chance for the scanner to be added.
| 1 | { |
| 2 | "Scanner Settings": { |
| 3 | "Scanner Display Name": "Base Insight Scanner", |
| 4 | "Scanner Skin ID": 3242988854, |
| 5 | "Enable Storage Containers": true, |
| 6 | "Enable Tool Cupboard": true, |
| 7 | "Only Use On RaidableBases": false, |
| 8 | "Only Ping Containers with Loot": true, |
| 9 | "Destroy Scanner After Use": false, |
| 10 | "Max Distance from Base": 100, |
| 11 | "Scan Radius": 50, |
| 12 | "Ping Delay": 5, |
| 13 | "Ping Duration": 20, |
| 14 | "Ping Type - Loot Containers": 3, |
| 15 | "Ping Type - Tool Cupboard": 2, |
| 16 | "Ping Types": { |
| 17 | "Hostile": 0, |
| 18 | "GoTo": 1, |
| 19 | "Dollar": 2, |
| 20 | "Loot": 3, |
| 21 | "Node": 4, |
| 22 | "Gun": 5, |
| 23 | "Build": 6 |
| 24 | } |
| 25 | }, |
| 26 | "Allowed Storage Containers Settings": { |
| 27 | "Allowed Storage Container List": [ |
| 28 | "abyss_barrel_horizontal", |
| 29 | "abyss_barrel_vertical", |
| 30 | "bamboo_barrel", |
| 31 | "box.wooden.large", |
| 32 | "coffinstorage", |
| 33 | "component.box.ammo.large", |
| 34 | "component.box.armor.large", |
| 35 | "component.box.charcoal.large", |
| 36 | "component.box.clothing.large", |
| 37 | "component.box.comps.large", |
| 38 | "component.box.explosives.large", |
| 39 | "component.box.food.large", |
| 40 | "component.box.guns.large", |
| 41 | "component.box.meds.large", |
| 42 | "component.box.metal.large", |
| 43 | "component.box.ore.large", |
| 44 | "component.box.scrap.large", |
| 45 | "component.box.stone.large", |
| 46 | "component.box.sulfur.large", |
| 47 | "component.box.tools.large", |
| 48 | "component.box.wood.large", |
| 49 | "dropbox.deployed", |
| 50 | "electric.wallcabinet.deployed", |
| 51 | "fridge.deployed", |
| 52 | "krieg_storage_horizontal", |
| 53 | "krieg_storage_vertical", |
| 54 | "locker.deployed", |
| 55 | "medieval.box.wooden.large", |
| 56 | "minifridge.deployed", |
| 57 | "pilot_hazmat_woodbox_deployed", |
| 58 | "storage_barrel_b", |
| 59 | "storage_barrel_c", |
| 60 | "twitch_dropbox.deployed", |
| 61 | "vendingmachine.deployed", |
| 62 | "weaponrack_horizontal.deployed", |
| 63 | "weaponrack_single1.deployed", |
| 64 | "weaponrack_single2.deployed", |
| 65 | "weaponrack_single3.deployed", |
| 66 | "weaponrack_stand.deployed", |
| 67 | "weaponrack_tall.deployed", |
| 68 | "weaponrack_wide.deployed", |
| 69 | "wicker_barrel", |
| 70 | "woodbox_deployed" |
| 71 | ] |
| 72 | }, |
| 73 | "Permissions & Cooldown Settings": { |
| 74 | "Chat Command Cooldown": 3600, |
| 75 | "Default Scan Cooldown": 60, |
| 76 | "Scan Cooldowns By Permission": { |
| 77 | "baseinsight.vip": 30, |
| 78 | "baseinsight.elite": 10 |
| 79 | } |
| 80 | }, |
| 81 | "Chat Command Settings": { |
| 82 | "Chat Command Aliases": [ |
| 83 | "bis", |
| 84 | "givebis" |
| 85 | ] |
| 86 | }, |
| 87 | "Loot Settings": { |
| 88 | "Add Scanner To Loot Containers": false, |
| 89 | "Min Scanners Per Container": 1, |
| 90 | "Max Scanners Per Container": 1, |
| 91 | "Loot Containers List": { |
| 92 | "crate_elite": 0.2, |
| 93 | "heli_crate": 0.8, |
| 94 | "bradley_crate": 0.8, |
| 95 | "codelockedhackablecrate": 0.5, |
| 96 | "codelockedhackablecrate_oilrig": 0.5 |
| 97 | } |
| 98 | }, |
| 99 | "Version": { |
| 100 | "Major": 2, |
| 101 | "Minor": 0, |
| 102 | "Patch": 1 |
| 103 | } |
| 104 | } |
| 1 | { |
| 2 | "Cooldown": "Scan cooldown. Please wait {0} seconds.", |
| 3 | "ChatCooldown": "You need to wait {0} seconds to use this command!", |
| 4 | "ScanResult": "Found {0} loot containers and {1} Tool Cupboards.", |
| 5 | "ScanResultLootOnly": "Found {0} loot containers.", |
| 6 | "ScanResultTCOnly": "Found {0} Tool Cupboards.", |
| 7 | "NoPerm": "You do not have permission for this command!", |
| 8 | "RaidableBasesOnly": "Only Usable On RaidableBases!", |
| 9 | "ItemReceived": "You Received A {0}", |
| 10 | "NoPermission": "You Don't Have Permission To Use {0}", |
| 11 | "TooFar": "Too far away from base! Max distance is {0}m.", |
| 12 | "Error": "ERROR: No scannable targets are enabled in the config." |
| 13 | } |