Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "BuildWars_Props"
- {
- // "Display Name"
- // {
- // "index" "" //Unique index that is used to save/load props in the Base feature, so that changing the prop order doesn't affect bases.
- // "path" "" //The path to the specified model (path/to/.mdl)
- // "type" "" //The type of entity to spawn the prop as:
- // // 0 = prop_dynamic, 1 = prop_dynamic_override, 2 = prop_physics, 3 = prop_physics_multiplayer, 4 = prop_physics_override
- // "access" "" //String of groups, separated by spaces, that have access to the prop. Example: "access" "st1 st2 st3"
- // // These groups are defined in /buildwars/sm_buildwars_configs.ini
- // "health" "x,x,x,x" //The amount of health the prop has. Null,Build,War,Sudden phases. (note: requires *_override type)
- // "radius" "" //Used for proximity checks; players within this distance at spawn results in no-blocked prop for x seconds.
- // "alpha" "" //Whether or not the prop can be assigned a transparency color (some props break under transparency).
- //[DEV] "max" "" //The number of the specific prop a player can spawn. 0 = Prop Max.
- // }
- "Cardboard Box"
- {
- "index" "1"
- "path" "models\props\cs_assault\cardboardbox_single.mdl"
- "type" "1"
- "access" ""
- "health" "0,0,0,150"
- "radius" "70"
- "alpha" "1"
- "max" "0"
- }
- "Small Crate"
- {
- "index" "2"
- "path" "models/props/de_dust/dust_aid_crate_56.mdl"
- "type" "1"
- "access" ""
- "health" "0,0,0,225"
- "radius" "70"
- "alpha" "1"
- "max" "0"
- }
- "Medium Crate"
- {
- "index" "3"
- "path" "models/props/de_dust/dust_aid_crate_74.mdl"
- "type" "1"
- "access" ""
- "health" "0,0,0,300"
- "radius" "90"
- "alpha" "1"
- "max" "0"
- }
- "Blast Wall"
- {
- "index" "4"
- "path" "models/props/props_gameplay/bomb_blast_wall02.mdl"
- "type" "1"
- "access" ""
- "health" "0,0,0,150"
- "radius" "80"
- "alpha" "1"
- "max" "0"
- }
- "Data Console"
- {
- "index" "5"
- "path" "models/props/de_prodigy/wall_console3.mdl"
- "type" "1"
- "access" ""
- "health" "0,0,0,300"
- "radius" "120"
- "alpha" "1"
- "max" "0"
- }
- "Vending Machine"
- {
- "index" "6"
- "path" "models/props/cs_office/vending_machine.mdl"
- "type" "1"
- "access" ""
- "health" "0,0,0,300"
- "radius" "100"
- "alpha" "1"
- "max" "0"
- }
- "Hay Bale"
- {
- "index" "7"
- "path" "models\props\de_inferno\hay_bails.mdl"
- "type" "1"
- "access" ""
- "health" "0,0,0,50"
- "radius" "50"
- "alpha" "0"
- "max" "0"
- }
- //============================================================
- "Barrel"
- {
- "index" "8"
- "path" "models/props/de_train/barrel.mdl"
- "type" "1"
- "access" ""
- "health" "0,0,0,75"
- "radius" "50"
- "alpha" "1"
- "max" "0"
- }
- "Wire Spool"
- {
- "index" "9"
- "path" "models/props/de_vertigo/spoolwire.mdl"
- "type" "1"
- "access" ""
- "health" "0,0,0,200"
- "radius" "80"
- "alpha" "1"
- "max" "0"
- }
- "Drug Pallet"
- {
- "index" "10"
- "path" "models\props\cs_assault\cardboardbox_single.mdl"
- "type" "1"
- "access" ""
- "health" "0,0,0,400"
- "radius" "80"
- "alpha" "1"
- "max" "0"
- }
- "Propane Machine"
- {
- "index" "11"
- "path" "models\props\de_train\Processor_NoBase.mdl"
- "type" "1"
- "access" ""
- "health" "0,0,0,400"
- "radius" "100"
- "alpha" "1"
- }
- "Metal Pole"
- {
- "index" "12"
- "path" "models/props_urban/metal_pole001.mdl"
- "type" "1"
- "access" ""
- "health" "0,0,0,200"
- "radius" "80"
- "alpha" "1"
- "max" "0"
- }
- "Bookshelf"
- {
- "index" "13"
- "path" "models/props/cs_office/bookshelf1.mdl"
- "type" "1"
- "access" "Roo Off TT3 TT2 TT1 MT3 MT2 MT1 DT3 DT2 DT1"
- "health" "0,0,0,300"
- "radius" "100"
- "alpha" "1"
- "max" "0"
- }
- "Warehouse Shelf"
- {
- "index" "14"
- "path" "models/props_industrial/warehouse_shelf002.mdl"
- "type" "1"
- "access" ""
- "health" "0,0,0,500"
- "radius" "120"
- "alpha" "1"
- "max" "0"
- }
- //============================================================
- "Big Ass Rock"
- {
- "index" "15"
- "path" "models/props/cs_militia/militiarock03.mdl"
- "type" "1"
- "access" ""
- "health" "0,0,0,600"
- "radius" "60"
- "alpha" "1"
- "max" "0"
- }
- "Concrete Pipe"
- {
- "index" "16"
- "path" "models\props_pipes\concrete_pipe001a.mdl"
- "type" "1"
- "access" "Roo Off TT3 TT2 TT1 MT3 MT2 MT1 DT3 DT2 DT1"
- "health" "0,0,0,225"
- "radius" "120"
- "alpha" "1"
- "max" "0"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment