CS2 Box is a remastered version of CSGO Box (MIT licensed) which is a mod that allows users to customize crate items. Crates can be added via the configuration file csbox/box.json
. By default, it includes an initial crate that allows you to set the crate’s name, key for opening, items inside the crate, specify monster drops and rates, and shipping rates.
The mod also features a visual editor for creating crate contents. Similar to CSGO, the crate contains items of five different rarities. Each row’s slots represent the maximum number of items that can be placed for that rarity level. Gold slots can hold more items. You can input the crate name in the search box and click “Submit” to append additional crate content to the original JSON configuration. Note that saving item NBT data is optional, but reading NBT requires the mod [CraftTweaker].
Remaster Note:
- Fixes arbitrary item creation exploit in the original mod.
- Deserialize NBT without CraftTweaker.
- Make config separated so that every type of chest uses one config file.