mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 10:43:21 +00:00
Add data
This commit is contained in:
parent
584fd758cc
commit
e1f00e8c71
3 changed files with 199 additions and 0 deletions
50
data/walls_data.cfg
Normal file
50
data/walls_data.cfg
Normal file
|
@ -0,0 +1,50 @@
|
|||
"WallData"
|
||||
{
|
||||
"Shelter Fence"
|
||||
{
|
||||
"sizes"
|
||||
{
|
||||
"Small (64u)"
|
||||
{
|
||||
"model" "models/props_urban/fence_cover001_64.mdl"
|
||||
}
|
||||
"Medium (128u)" "models/props_urban/fence_cover001_128.mdl"
|
||||
"Large (256u)" "models/props_urban/fence_cover001_256.mdl"
|
||||
}
|
||||
}
|
||||
"Chain Link"
|
||||
{
|
||||
"sizes"
|
||||
{
|
||||
"Small (64u)" "models/props_urban/fence001_64.mdl"
|
||||
"Medium (128u)" "models/props_urban/fence002_128.mdl"
|
||||
"Large (256u)" "models/props_urban/fence002_256.mdl"
|
||||
}
|
||||
}
|
||||
"Crash Barrier"
|
||||
{
|
||||
"sizes"
|
||||
{
|
||||
"Small" "models/props_fortifications/concrete_barrier01.mdl"
|
||||
"Medium (96u)" "models/props_fortifications/concrete_barrier001_96_reference.mdl"
|
||||
"Large (128u)" "models/props_fortifications/concrete_barrier001_128_reference.mdl"
|
||||
}
|
||||
}
|
||||
"Sandbags"
|
||||
{
|
||||
"sizes"
|
||||
{
|
||||
"Normal (6l)" "models/props_fortifications/sandbags_line2.mdl"
|
||||
"Corner (4l)" "models/props_fortifications/sandbags_corner3.mdl"
|
||||
"Large (6l)" "models/props_fortifications/sandbags_corner2.mdl"
|
||||
}
|
||||
}
|
||||
"Wooden Wall"
|
||||
{
|
||||
"sizes"
|
||||
{
|
||||
"Medium (128u)" "models/props_update/wood_128.mdl"
|
||||
"Large (128u)" "models/props_update/wood_256.mdl"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue