This commit is contained in:
Jackz 2023-05-16 20:56:42 -05:00
parent 584fd758cc
commit e1f00e8c71
No known key found for this signature in database
GPG key ID: E0BBD94CF657F603
3 changed files with 199 additions and 0 deletions

50
data/walls_data.cfg Normal file
View 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"
}
}
}