Jump to content

Search the Community

Showing results for tags 'guns'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Categories

  • Plugins
  • Carbon
  • Harmony
  • Maps
  • Monuments
  • Prefabs
  • Bases
  • Tools
  • Discord Bots
  • Customizations
  • Extensions
  • Graphics

Forums

  • CF Hub
    • Announcements
  • Member Hub
    • General
    • Show Off
    • Requests
  • Member Resources
    • For Hire
    • Creators Directory
  • Community Hub
    • Feedback
  • Support Hub
    • Support
    • Site Support

Product Groups

  • Creator Services
  • Host Services
  • Memberships

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 8 results

  1. Marte6

    Turbo Weapons

    Version 2.1.0

    125 downloads

    Transform your Rust server’s combat dynamics with TurboWeapons, a powerful plugin that allows you to customize firearm magazine capacities based on player VIP levels. Whether you want to reward your dedicated players with enhanced firepower or maintain balanced gameplay, TurboWeapons provides a flexible and intuitive system to achieve your goals. Key Features Three Distinct VIP Levels: Implement VIP1, VIP2, and VIP3 permissions (turboweapons.vip1, turboweapons.vip2, turboweapons.vip3), each offering unique magazine capacities for firearms. Tailor the firepower rewards to match your server’s progression and economy. Customizable Magazine Capacities: Assign separate MagazineCapacityVip1, MagazineCapacityVip2, and MagazineCapacityVip3 settings for each firearm in your configuration. Ensure that each VIP tier receives appropriate enhancements without affecting other levels. User-Friendly Configuration UI: Administrators can easily manage and adjust magazine capacities through an intuitive in-game UI. The updated interface replaces the old multiplier buttons with dedicated VIP selection buttons, allowing for seamless switching and editing of capacities for each VIP level. Fast Reload Support: Enhance gameplay with optional fast reload capabilities. Administrators can toggle fast reload settings per firearm, providing a tactical advantage to players who hold the necessary permissions. Dynamic Ammo Management: TurboWeapons intelligently handles ammo consumption and replenishment based on player permissions and VIP levels. It ensures that magazine capacities align with the configured settings, maintaining a balanced and engaging combat experience. Dependency Integration: Seamlessly integrates with popular plugins such as ImageLibrary, LangAPI, Notify, and SkillTree, allowing for extended functionality and customization. Configuration Flexibility: Customize each firearm’s magazine capacities independently for each VIP level. Adjust settings to fit your server’s unique balance requirements and player progression systems. Commands Admin Chat Commands: /turboweapons – Opens the TurboWeapons configuration UI. Permissions turboweapons.admin – Grants access to UI edit features. turboweapons.vip1 – Enables VIP1 magazine capacity enhancements. turboweapons.vip2 – Enables VIP2 magazine capacity enhancements. turboweapons.vip3 – Enables VIP3 magazine capacity enhancements. turboweapons.fastreload – Allows players to utilize fast reload features on firearms with this permission. Dependencies ImageLibrary – Required for managing and displaying weapon icons in the UI. LangAPI – Optional, for enhanced language support and localization. Notify – Optional, for sending in-game notifications to players. Configuration TurboWeapons offers a comprehensive configuration system, allowing administrators to define default settings and customize each firearm’s capacities per VIP level. The configuration file includes: { "Use Notify Plugin": true, "Use LangAPI Plugin": true, "Weapon Configurations": [ { "Weapon Shortname": "blunderbuss", "Magazine Capacity (VIP1)": 2, "Magazine Capacity (VIP2)": 2, "Magazine Capacity (VIP3)": 2, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "hmlmg", "Magazine Capacity (VIP1)": 60, "Magazine Capacity (VIP2)": 60, "Magazine Capacity (VIP3)": 60, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "homingmissile.launcher", "Magazine Capacity (VIP1)": 1, "Magazine Capacity (VIP2)": 1, "Magazine Capacity (VIP3)": 1, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "lmg.m249", "Magazine Capacity (VIP1)": 100, "Magazine Capacity (VIP2)": 100, "Magazine Capacity (VIP3)": 100, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "minigun", "Magazine Capacity (VIP1)": 300, "Magazine Capacity (VIP2)": 300, "Magazine Capacity (VIP3)": 300, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "multiplegrenadelauncher", "Magazine Capacity (VIP1)": 6, "Magazine Capacity (VIP2)": 6, "Magazine Capacity (VIP3)": 6, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "pistol.eoka", "Magazine Capacity (VIP1)": 1, "Magazine Capacity (VIP2)": 1, "Magazine Capacity (VIP3)": 1, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "pistol.m92", "Magazine Capacity (VIP1)": 15, "Magazine Capacity (VIP2)": 15, "Magazine Capacity (VIP3)": 15, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "pistol.nailgun", "Magazine Capacity (VIP1)": 16, "Magazine Capacity (VIP2)": 16, "Magazine Capacity (VIP3)": 16, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "pistol.prototype17", "Magazine Capacity (VIP1)": 18, "Magazine Capacity (VIP2)": 18, "Magazine Capacity (VIP3)": 18, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "pistol.python", "Magazine Capacity (VIP1)": 6, "Magazine Capacity (VIP2)": 6, "Magazine Capacity (VIP3)": 6, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "pistol.revolver", "Magazine Capacity (VIP1)": 8, "Magazine Capacity (VIP2)": 8, "Magazine Capacity (VIP3)": 8, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "pistol.semiauto", "Magazine Capacity (VIP1)": 10, "Magazine Capacity (VIP2)": 10, "Magazine Capacity (VIP3)": 10, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "revolver.hc", "Magazine Capacity (VIP1)": 6, "Magazine Capacity (VIP2)": 6, "Magazine Capacity (VIP3)": 6, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "rifle.ak", "Magazine Capacity (VIP1)": 30, "Magazine Capacity (VIP2)": 30, "Magazine Capacity (VIP3)": 30, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "rifle.ak.diver", "Magazine Capacity (VIP1)": 30, "Magazine Capacity (VIP2)": 100, "Magazine Capacity (VIP3)": 30, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "rifle.ak.ice", "Magazine Capacity (VIP1)": 30, "Magazine Capacity (VIP2)": 30, "Magazine Capacity (VIP3)": 30, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "rifle.bolt", "Magazine Capacity (VIP1)": 4, "Magazine Capacity (VIP2)": 4, "Magazine Capacity (VIP3)": 4, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "rifle.l96", "Magazine Capacity (VIP1)": 5, "Magazine Capacity (VIP2)": 5, "Magazine Capacity (VIP3)": 5, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "rifle.lr300", "Magazine Capacity (VIP1)": 30, "Magazine Capacity (VIP2)": 30, "Magazine Capacity (VIP3)": 30, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "rifle.m39", "Magazine Capacity (VIP1)": 20, "Magazine Capacity (VIP2)": 20, "Magazine Capacity (VIP3)": 20, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "rifle.semiauto", "Magazine Capacity (VIP1)": 16, "Magazine Capacity (VIP2)": 16, "Magazine Capacity (VIP3)": 16, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "rifle.sks", "Magazine Capacity (VIP1)": 15, "Magazine Capacity (VIP2)": 15, "Magazine Capacity (VIP3)": 15, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "rocket.launcher", "Magazine Capacity (VIP1)": 1, "Magazine Capacity (VIP2)": 1, "Magazine Capacity (VIP3)": 1, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "rocket.launcher.dragon", "Magazine Capacity (VIP1)": 1, "Magazine Capacity (VIP2)": 10, "Magazine Capacity (VIP3)": 1, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "shotgun.double", "Magazine Capacity (VIP1)": 2, "Magazine Capacity (VIP2)": 2, "Magazine Capacity (VIP3)": 2, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "shotgun.m4", "Magazine Capacity (VIP1)": 6, "Magazine Capacity (VIP2)": 6, "Magazine Capacity (VIP3)": 6, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "shotgun.pump", "Magazine Capacity (VIP1)": 6, "Magazine Capacity (VIP2)": 6, "Magazine Capacity (VIP3)": 6, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "shotgun.spas12", "Magazine Capacity (VIP1)": 6, "Magazine Capacity (VIP2)": 6, "Magazine Capacity (VIP3)": 6, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "shotgun.waterpipe", "Magazine Capacity (VIP1)": 1, "Magazine Capacity (VIP2)": 1, "Magazine Capacity (VIP3)": 1, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "smg.2", "Magazine Capacity (VIP1)": 30, "Magazine Capacity (VIP2)": 30, "Magazine Capacity (VIP3)": 30, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "smg.mp5", "Magazine Capacity (VIP1)": 30, "Magazine Capacity (VIP2)": 30, "Magazine Capacity (VIP3)": 30, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "smg.thompson", "Magazine Capacity (VIP1)": 20, "Magazine Capacity (VIP2)": 20, "Magazine Capacity (VIP3)": 20, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "snowballgun", "Magazine Capacity (VIP1)": 50, "Magazine Capacity (VIP2)": 50, "Magazine Capacity (VIP3)": 50, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "speargun", "Magazine Capacity (VIP1)": 1, "Magazine Capacity (VIP2)": 1, "Magazine Capacity (VIP3)": 1, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "t1_smg", "Magazine Capacity (VIP1)": 18, "Magazine Capacity (VIP2)": 18, "Magazine Capacity (VIP3)": 18, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true } ], "Version": { "Major": 2, "Minor": 1, "Patch": 0 } } TurboWeapons empowers you to create a more engaging and customizable combat environment on your Rust server. Reward your VIP players with enhanced firepower, maintain game balance, and provide an enriched gameplay experience with this versatile plugin!
    $14.99
  2. Version 1.0.23

    1,609 downloads

    Survival Arena is a plugin that spawns a Battle-royal style game, where players must scavenge for equipment and fight to the death, all while staying inside of a shrinking, non-radiated zone. The plugin spawns a large play area high in the sky and inherits the biome type from the ground below. This means that if the area is suspended above an arctic biome, all of the rocks, trees, logs and bushes will be spawned mirroring that biome type. Players are teleported into the center building when they join, and once the game begins, they must loot containers to gear up to survive. Players are returned to their original locations when they leave the event or respawn after dying at the event. Server owners can change or add loot profiles via the config. The plugin will select a random profile when the arena begins and fill the loot containers based on your specifications. It comes with 2 default loot profiles: Primitive - spears, melee weapons, bows, crossbows, burlap equipment, revolvers etc GunLoot - more modern weapons. The plugin uses EventHelper to run automatically, handle joining and leaving, and will allow players to vote to start the game. Admins can also add additional trees, bushes, logs and loot spawns to the arena via command. Type: Chat Command: survivalarena Function: Sends the user the UI to start up the game. Loot profiles, spawn height and lobby time can be adjusted here before starting the game. Type: Chat/Console Command: startarena <heightMod> <lobbytime> <arenaName> <lootProfile> Function: Spawns and starts the game using the specified heightmod and lobbytime parameters. You can simply use the command with no parameters to start it using the default settings and a random arena/lootprofile. Type: Chat/Console Command: endarena Function: Ends any active games and despawns the arena. Type: Chat Command: spawnarena <name> Function: Spawns the arena, but does not start the game. Useful for debugging and development. Type: Chat Command: setcentrepoint Function: Sets the arena's new center point at the players location. Useful if you want to move the spawn so it has more biome variety. Be sure not to make it too high or too close to the ground. Type: Chat Command: survival Function: Used to join the game when the lobby is active. Type: Chat Command: saremove Function: Removes the tree, loot container, log or bush that the player is looking at. This will no longer spawn in future games. Type: Chat Command: addtree Function: adds a tree spawn at the players position. Type: Chat Command: addbush Function: adds a bush spawn at the players position. Type: Chat Command: addlog Function: adds a log spawn at the players position. Type: Chat Command: addloot Function: adds a loot spawn at the players position. Type: Chat Command: saleave Function: Leaves the event Type: Console/Chat Command: wipeoldarena Function: Wipes any entities that are at the same height or higher than the arena. survivalarena.admin If you wish to create your own arena, you may follow this tutorial here: https://youtu.be/BxmcjHjIJDU Please note that the map file name needs to contain survivalarena or it will not allow the getarena command to work. Also I will not be offering support for this, so use at your own risk.
    $19.99
  3. Version 1.0.0

    18 downloads

    - Inferno Arena Inferno Arena is a battlefield with traps, death and fire. Enter the real hell in this scenario full of traps and fire, survive your opponent, watch your back. There can only be one left. - Includes: Gods of War (Giant statues). Traps, Watchtowers, Barricades, Poisonous liquid and fire.
    $10.91
  4. Version 1.0.0

    6 downloads

    BullRing Arena is a battlefield where your players can fight battles. With a Spanish style, this Arena represents a Bullring. I almost forgot, this time your players will be the victims, the Bull will be the spectator. Don't be horrified, it's just “Art and Culture”. - INCLUDES: Loots Locked Crates Elite Crates Tramps NPC Respawn Horse Respawns Image Posters - TIPS: Enjoy
    $12.90
  5. Version 1.2.1

    478 downloads

    This plugin adds 2 new deployable turrets and IR-traps. Overview Anti-Aerial turret This turret can be accessed via 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 target. To acquire 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 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 minicopter 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 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 Configuration Example of MountableTurrets.json (some parts are shortened) { "PVE Mode (true/false)": false, "[AA Turret] Price (set value to 0 to make it free, use ServerRewards as a key to use RP points)": { "Key": "scrap", "Value": 500 }, "[AA Turret] Item Skin ID (Workshop ID)": 2849176835, "[AA Turret] Item Name": "Anti-Aerial Turret", "[AA Turret] Cooldown between shots (seconds)": 10.0, "[AA Turret] Rocket fuse length (seconds)": 10.0, "[AA Turret] Rocket fuse length (meters)": 450.0, "[AA Turret] Entities that turret is able to lock on to (short prefab name)": [ "minicopter.entity", "scraptransporthelicopter", "hotairballoon" ], "[AA Turret] Target acquiring time (seconds)": 0.6, "[AA Turret] Rocket initial velocity (meters per second)": 30.0, "[AA Turret] Interval between shots in Burst mode (seconds)": 0.4, "[AA Turret] Rocket explosion radius (meters)": 5.0, "[AA Turret] Movement Speed Fast": 3.7, "[AA Turret] Movement Speed Normal": 2.0, "[AA Turret] Movement Speed Slow": 1.0, "[Machine Gun Turret] Price (set value to 0 to make it free, use ServerRewards as a key to use RP points)": { "Key": "ServerRewards", "Value": 250 }, "[Machine Gun Turret] Item Skin ID (Workshop ID)": 2849176974, "[Machine Gun Turret] Item Name": "Machine Gun Turret", "[Machine Gun Turret] Ammo type (short prefab name, must be one of 5.56 Rifle ammo)": "ammo.rifle", "[IR Trap] Stack size": 12, "[IR Trap] Amount per use": 2, "[IR Trap] Cooldown (seconds)": 3.0, "[IR Trap] Initial velocity (meters per seconds)": 20.0, "[IR Trap] Fuse length (seconds)": 10.0, "[IR Trap] Affects SAM Sites (true/false)": true, "[IR Trap] SAM Site blind time (seconds)": 5.0, "[IR Trap] Show IR-Trap hint UI (true/false)": true, "[IR Trap] Deploy positions": { "minicopter.entity": [ { <..> } <..> ] }, "[Misc] Spawn positions on other entities (full prefab name)": { "assets/content/vehicles/modularcar/module_entities/2module_flatbed.prefab": [ { "Type": "MachinegunTurret", "Position": { <..> }, "Rotation": { <..> } } ], "assets/content/vehicles/train/trainwagonb.entity.prefab": [ <..> }, "[Misc] UI Images (leave names intact)": { <...> } } 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!
    $19.99
  6. Version 1.0.1

    9 downloads

    - Mars Attacks Arena Mars Attacks Arena is a booby-trapped battlefield where players must fight to the death. Beautifully decorated in a sci-fi style, Mars Attacks Arena will leave your players with their mouths agape. - Includes: Two zones: Floor 1 and 2, with Traps, Barricades, Parkour, Radiation Zone, NPCS and Loots.
    $14.90
  7. Version 1.0.0

    12 downloads

    - Inferno Arena Lite Inferno Arena Lite is an optimized version of Inferno Arena. Inferno Arena is a battlefield with traps, death and fire. Enter the real hell in this scenario full of traps and fire, survive your opponent, watch your back. There can only be one left. - Includes: Gods of War (Giant statues). Traps, Watchtowers, Barricades, Poisonous liquid and fire.
    $8.70
  8. badgyver

    Mr Hankey

    Version 1.0.0

    199 downloads

    Now the spirit of Christmas will always be with you on your server thanks to the company of Mr Hankey.
    Free
1.5m

Downloads

Total number of downloads.

7.3k

Customers

Total customers served.

108.4k

Files Sold

Total number of files sold.

2.2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.