This repository was archived by the owner on Mar 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Creating new cases
Nexd edited this page Jan 2, 2021
·
12 revisions
| casename | unique_name | case_id | req_key | model |
|---|---|---|---|---|
| This will appears in the menus, and in the chat messages. | Required for the plugin to identify the case somehow, you can use anything | This one will be required for the items, inventory, pickup parts (Dont set the same id for two case, do it like 1-2-3-4-...n) | Require a key to open? 1 - yes | 0 - no | Model for the case (models/.../.mdl) |
CSGO stock case model list:
- models/props/crates/csgo_drop_crate_armsdeal1.mdl
- models/props/crates/csgo_drop_crate_armsdeal2.mdl
- models/props/crates/csgo_drop_crate_armsdeal3.mdl
- models/props/crates/csgo_drop_crate_bloodhound.mdl
- models/props/crates/csgo_drop_crate_bravo.mdl
- models/props/crates/csgo_drop_crate_breakout.mdl
- models/props/crates/csgo_drop_crate_chroma.mdl
- models/props/crates/csgo_drop_crate_chroma2.mdl
- models/props/crates/csgo_drop_crate_chroma3.mdl
- models/props/crates/csgo_drop_crate_clutch.mdl
- models/props/crates/csgo_drop_crate_community_22.mdl (Prisma)
- models/props/crates/csgo_drop_crate_community_23.mdl (Shattered Operation Case)
- models/props/crates/csgo_drop_crate_community_24.mdl (CS20)
- models/props/crates/csgo_drop_crate_community_25.mdl (Prisma2)
- models/props/crates/csgo_drop_crate_community_26.mdl (Fracture Case)
- models/props/crates/csgo_drop_crate_community_27.mdl (Broken Fang Operation Case) NEW
- models/props/crates/csgo_drop_crate_dangerzone.mdl
- models/props/crates/csgo_drop_crate_gamma.mdl
- models/props/crates/csgo_drop_crate_gamma2.mdl
- models/props/crates/csgo_drop_crate_glove.mdl
- models/props/crates/csgo_drop_crate_horizon.mdl
- models/props/crates/csgo_drop_crate_huntsman.mdl
- models/props/crates/csgo_drop_crate_hydra.mdl
- models/props/crates/csgo_drop_crate_phoenix.mdl
- models/props/crates/csgo_drop_crate_revolver.mdl
- models/props/crates/csgo_drop_crate_shadow.mdl
- models/props/crates/csgo_drop_crate_spectrum.mdl
- models/props/crates/csgo_drop_crate_spectrum2.mdl
- models/props/crates/csgo_drop_crate_vanguard.mdl
- models/props/crates/csgo_drop_crate_wildfire.mdl
- models/props/crates/csgo_drop_crate_winteroffensive.mdl
- models/props/crates/patch_envelope.mdl
- models/props/crates/weapon_crate_a.mdl -- Dont use this one with case_open_animation 1
If its not clear for you, just check the default install values.
IF YOU HAVE GOT A CUSTOM CASE MODEL DONT FORGET TO DOWNLOAD && PRECACHE THE MODEL SOMEHOW, THIS PLUGIN WONT DO IT FOR YOU!
Dont forget: You dont have to use store at all. I just created the core modules for store, you can create any module for yourself.