Lobo Cases System

Arma 3   

Lobo Cases System

Available for   29.99€ 23.99€ 20% off
Vendor: Lobo's Shop
SKU: #V63UAVFFOUGT6B6EUXRK

Views:  42
Cases System

Cases System adds a Counter-Strike-inspired case opening experience to your server. Players can browse available cases, preview the possible rewards, open a case with an animated rolling sequence, and see the final reward in a 3D preview screen.

It is made for server owners who want a reward system that feels more polished than a basic item menu, while still keeping the setup flexible. You can create your own cases, set rarity odds, change colors and sounds, lock cases behind conditions, and decide what code runs when a player wins a reward.

Features
  • Animated Counter-Strike-inspired case rolling system
  • Case selection menu with tooltips and collection previews
  • Case info screen showing all possible rewards
  • 3D weapon reward preview with rotation and close interaction
  • Configurable rarities, colors, odds, sounds, and weapon pools
  • Support for custom weapon skin names and descriptions
  • Locked case support with custom open conditions and fail messages
  • Custom reward code support for economy, database, inventory, donor, or framework integration
  • Default weapon reward delivery function included
  • No hardcoded limits on the number of cases you can add
  • No hardcoded limits on the number of weapons per case
  • Scrollable UI built on RscControlsGroups that handles any amount of content without clipping or overflow
  • All case lists and reward grids remain fully usable regardless of how many entries exist
  • Clean folder structure and documented configuration
Video
Warning
The demo video may show modded or custom weapon skins used for showcase purposes. These skins are not included with the product unless stated otherwise.
Config

The system is configured through CfgCases.hpp. You can create as many cases as you want, define custom rarities, control drop chances, lock cases behind conditions, and choose what happens when a reward is won.

The example below is shortened to keep the page readable. The full default config includes the default rarities: Blue, Purple, Pink, Red, and Gold.

LOBO_WEAPON is a macro used to add weapons more easily to a case. Instead of writing the full weapon class every time, you only need to pass the weapon classname, rarity, skin name, and description.

class CfgCases {
    // Rarities are global and can be used by all cases.
    // This example only shows Blue. The default config also includes Purple, Pink, Red, and Gold.
    class Rarities {
        class Blue {
            displayName = "Mil-Spec"; // Rarity name.
            color[] = {0.30, 0.48, 1.00, 1}; // RGBA UI color.
            weight = 79923; // Drop weight. Higher = more common.
            sound = "case_rarity_blue"; // Sound played when this rarity is won.
        };
    };
 
    // Every real case must have class Weapons.
    class LoboCase {
        displayName = "Lobo"; // Case name. UI adds "Case" automatically in most places.
        icon = "Lobo\Cases\Images\crate.paa"; // Main case image.
        collectionIcon = "a3\missions_f_epa\data\img\orbat\fia_marker_ca.paa"; // Small icon 64x64 used in tooltip/reward preview.
        openCondition = "alive player"; // SQF condition. Must return true/false.
        openFailText = "You cannot open this case."; // Message shown when locked.
        rewardCode = "call lobo_fnc_giveReward;"; // Code executed after the roll finishes.
 
        // Weapon pool for this case.
        class Weapons {
            LOBO_WEAPON(arifle_MX_F, "Blue", "", ""); // No skin name, no description.
            LOBO_WEAPON(srifle_EBR_F, "Pink", "Night Ops", "A rare marksman rifle finish."); // Custom skin name and description.
        };
    };
};
Changelog

v1.0 - Initial release with animated case rolling, configurable rarities, 3D weapon preview, locked cases, custom reward code support, and default reward delivery.

N/A

Latest Reviews

There aren't any reviews of this product yet
View All Reviews

About the vendor


This product is sold by
Lobo's Shop

View Vendor Profile

Support Languages


The vendor of this product offers support in the following languages

  • Spanish
  • English

Other products of this vendor