View Issue Details

IDProjectCategoryView StatusLast Update
0002267DarkRadiantDesign/Codingpublic22.01.2011 18:57
Reportergreebo Assigned Togreebo  
PrioritynormalSeveritynormalReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.3.1 
Target Version1.4.0Fixed in Version1.4.0 
Summary0002267: Crash at shutdown in SpeakerNode
DescriptionKeyObservers are not empty at destruction time.

Additional info: this is only happening in thiefs_den.map, and is a consequence of the case sensitivity of entity keys in DarkRadiant.
Steps To ReproduceOpen attached cat_thiefs_den.map.
Close cat_thiefs_den.map

Set a breakpoint in the ~Speaker() destructor. The detachment of the s_mindistance/s_maxdistance key observers fails due to case differences.
Additional Information     msvcr90d.dll!_NMSG_WRITE(int rterrnum=10) Line 198 C
     msvcr90d.dll!abort() Line 59 + 0x7 bytes C
     msvcr90d.dll!_wassert(const wchar_t * expr=0x01a221dc, const wchar_t * filename=0x01a22208, unsigned int lineno=16) Line 163 C
     entity.dll!entity::KeyValue::~KeyValue() Line 16 + 0x24 bytes C++
     entity.dll!entity::KeyValue::`scalar deleting destructor'() + 0xf bytes C++
     entity.dll!boost::checked_delete<entity::KeyValue>(entity::KeyValue * x=0x202fa288) Line 34 + 0x20 bytes C++
     entity.dll!boost::detail::sp_counted_impl_p<entity::KeyValue>::dispose() Line 78 + 0xc bytes C++
     entity.dll!boost::detail::sp_counted_base::release() Line 103 C++
     entity.dll!boost::detail::shared_count::~shared_count() Line 221 C++
     entity.dll!boost::shared_ptr<entity::KeyValue>::~shared_ptr<entity::KeyValue>() + 0x12 bytes C++
     entity.dll!std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,boost::shared_ptr<entity::KeyValue> >::~pair<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,boost::shared_ptr<entity::KeyValue> >() + 0x2e bytes C++
     entity.dll!std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,boost::shared_ptr<entity::KeyValue> >::`scalar deleting destructor'() + 0xf bytes C++
     entity.dll!std::_Destroy<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,boost::shared_ptr<entity::KeyValue> > >(std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,boost::shared_ptr<entity::KeyValue> > * _Ptr=("s_maxDistance",{px=0x202fa288 pn={...} })) Line 60 C++
     entity.dll!std::allocator<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,boost::shared_ptr<entity::KeyValue> > >::destroy(std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,boost::shared_ptr<entity::KeyValue> > * _Ptr=("s_maxDistance",{px=0x202fa288 pn={...} })) Line 160 + 0x9 bytes C++
     entity.dll!std::_Destroy_range<std::allocator<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,boost::shared_ptr<entity::KeyValue> > > >(std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,boost::shared_ptr<entity::KeyValue> > * _First=("s_maxDistance",{px=0x202fa288 pn={...} }), std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,boost::shared_ptr<entity::KeyValue> > * _Last=(<Bad Ptr>,{px=0xcdcdcdcd pn={...} }), std::allocator<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,boost::shared_ptr<entity::KeyValue> > > & _Al={...}, std::_Nonscalar_ptr_iterator_tag __formal={...}) Line 234 + 0xc bytes C++
     entity.dll!std::_Destroy_range<std::allocator<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,boost::shared_ptr<entity::KeyValue> > > >(std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,boost::shared_ptr<entity::KeyValue> > * _First=("",{px=0x202f9d00 pn={...} }), std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,boost::shared_ptr<entity::KeyValue> > * _Last=(<Bad Ptr>,{px=0xcdcdcdcd pn={...} }), std::allocator<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,boost::shared_ptr<entity::KeyValue> > > & _Al={...}) Line 225 + 0x29 bytes C++
     entity.dll!std::vector<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,boost::shared_ptr<entity::KeyValue> >,std::allocator<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,boost::shared_ptr<entity::KeyValue> > > >::_Destroy(std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,boost::shared_ptr<entity::KeyValue> > * _First=("",{px=0x202f9d00 pn={...} }), std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,boost::shared_ptr<entity::KeyValue> > * _Last=(<Bad Ptr>,{px=0xcdcdcdcd pn={...} })) Line 1119 + 0x14 bytes C++
     entity.dll!std::vector<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,boost::shared_ptr<entity::KeyValue> >,std::allocator<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,boost::shared_ptr<entity::KeyValue> > > >::_Tidy() Line 1132 C++
     entity.dll!std::vector<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,boost::shared_ptr<entity::KeyValue> >,std::allocator<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,boost::shared_ptr<entity::KeyValue> > > >::~vector<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,boost::shared_ptr<entity::KeyValue> >,std::allocator<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,boost::shared_ptr<entity::KeyValue> > > >() Line 560 C++
     entity.dll!entity::Doom3Entity::~Doom3Entity() + 0x4c bytes C++
     entity.dll!entity::EntityNode::~EntityNode() Line 44 + 0x5a bytes C++
> entity.dll!entity::SpeakerNode::~SpeakerNode() + 0x9a bytes C++
     entity.dll!entity::SpeakerNode::`scalar deleting destructor'() + 0xf bytes C++
     entity.dll!boost::checked_delete<entity::SpeakerNode>(entity::SpeakerNode * x=0x202f8eb0) Line 34 + 0x20 bytes C++
     entity.dll!boost::detail::sp_counted_impl_p<entity::SpeakerNode>::dispose() Line 78 + 0xc bytes C++
     DarkRadiant.exe!boost::detail::sp_counted_base::release() Line 103 C++
     DarkRadiant.exe!boost::detail::shared_count::~shared_count() Line 221 C++
     DarkRadiant.exe!boost::shared_ptr<scene::INode>::~shared_ptr<scene::INode>() + 0x12 bytes C++
     DarkRadiant.exe!std::_List_nod<boost::shared_ptr<scene::INode>,std::allocator<boost::shared_ptr<scene::INode> > >::_Node::~_Node() + 0x12 bytes C++
     DarkRadiant.exe!std::_List_nod<boost::shared_ptr<scene::INode>,std::allocator<boost::shared_ptr<scene::INode> > >::_Node::`scalar deleting destructor'() + 0xf bytes C++
     DarkRadiant.exe!std::_Destroy<std::_List_nod<boost::shared_ptr<scene::INode>,std::allocator<boost::shared_ptr<scene::INode> > >::_Node>(std::_List_nod<boost::shared_ptr<scene::INode>,std::allocator<boost::shared_ptr<scene::INode> > >::_Node * _Ptr=0x202fa960) Line 60 C++
     DarkRadiant.exe!std::allocator<std::_List_nod<boost::shared_ptr<scene::INode>,std::allocator<boost::shared_ptr<scene::INode> > >::_Node>::destroy(std::_List_nod<boost::shared_ptr<scene::INode>,std::allocator<boost::shared_ptr<scene::INode> > >::_Node * _Ptr=0x202fa960) Line 160 + 0x9 bytes C++
     DarkRadiant.exe!std::list<boost::shared_ptr<scene::INode>,std::allocator<boost::shared_ptr<scene::INode> > >::clear() Line 841 C++
     DarkRadiant.exe!scene::TraversableNodeSet::clear() Line 127 C++
     DarkRadiant.exe!scene::Node::removeAllChildNodes() Line 179 C++
     DarkRadiant.exe!map::RootNode::~RootNode() Line 24 C++
TagsNo tags attached.
Attached Files
cat_thiefs_den.map (36,266 bytes)   
Version 2
// entity 0
{
"classname" "worldspawn"
"editor_dr_stim_1002" "IncriminateStim1"
"editor_dr_stim_1003" "autoDoorStim"
"editor_dr_stim_1004" "IncriminateStim2"
"shop_skip" "1"
"target" "CourtGateDelay"
"editor_drLastCameraPos" "277.564 507.059 199.439"
"editor_drLastCameraAngle" "9.9 21 0"
"editor_drMapPos1" "622.965 891.597 194.506"
"editor_drMapAngle1" "0 4.7 0"
"editor_drMapPos2" "856 856 194.506"
"editor_drMapAngle2" "0 -88.6028 0"
"editor_drMapPos3" "832 264 194.506"
"editor_drMapAngle3" "0 82.1467 0"
"editor_drMapPos4" "462.987 512.708 197.518"
"editor_drMapAngle4" "-2.8 151.047 0"
"editor_drMapPos5" "395.633 301.73 201.855"
"editor_drMapAngle5" "-2.6 187.447 0"
"editor_drMapPos6" "406.528 296.563 56.6098"
"editor_drMapAngle6" "-4 187.247 0"
"editor_drMapPos7" "952.822 285.005 1366.04"
"editor_drMapAngle7" "-74.8 149.373 0"
"editor_drMapPos8" "976 424 320"
"editor_drMapAngle8" "-3 15.3467 0"
"editor_drMapPos9" "409.146 547.464 392.83"
"editor_drMapAngle9" "-16.8 284.947 0"
// primitive 0
{
brushDef3
{
( 0 0 1 -264 ) ( ( 0.0625 0 0 ) ( 0 0.0625 0 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 -384 ) ( ( 0.015625 0 4.5 ) ( 0 0.0078125 1.5625 ) ) "textures/darkmod/plaster/plaster_01" 0 0 0
( 1 0 0 -448 ) ( ( 0.015625 0 12.75 ) ( 0 0.0078125 1.5625 ) ) "textures/darkmod/plaster/plaster_01" 0 0 0
( 0 -1 0 192 ) ( ( 0.015625 0 11.375 ) ( 0 0.0078125 1.5625 ) ) "textures/darkmod/plaster/plaster_01" 0 0 0
( -1 0 0 192 ) ( ( 0.015625 0 3.25 ) ( 0 0.0078125 1.5625 ) ) "textures/darkmod/plaster/plaster_01" 0 0 0
( 0 0 -1 256 ) ( ( 0.015625 0 12.75 ) ( 0 0.0078125 5.6875 ) ) "textures/darkmod/plaster/plaster_01" 0 0 0
}
}
// primitive 1
{
brushDef3
{
( 0 0 1 -256 ) ( ( 0.0625 0 0 ) ( 0 0.0625 12 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 -392 ) ( ( 0.015625 0 4.5 ) ( 0 0.015625 3 ) ) "textures/darkmod/stone/brick/even_small_blocks01" 0 0 0
( 1 0 0 -448 ) ( ( 0.015625 0 12.625 ) ( 0 0.015625 3 ) ) "textures/darkmod/stone/brick/even_small_blocks01" 0 0 0
( 0 0 -1 128 ) ( ( 0.015625 0 12.625 ) ( 0 0.015625 4.625 ) ) "textures/darkmod/stone/brick/even_small_blocks01" 0 0 0
( -1 0 0 320 ) ( ( 0.015625 0 3.375 ) ( 0 0.015625 3 ) ) "textures/darkmod/stone/brick/even_small_blocks01" 0 0 0
( 0 -1 0 384 ) ( ( 0.006510416650497872 0 0 ) ( 0 0.006510416650497872 0 ) ) "textures/darkmod/stone/cobblestones/blocks_mixed_multicolour" 0 0 0
}
}
// primitive 2
{
brushDef3
{
( 0 0 1 -256 ) ( ( 0.0625 0 0 ) ( 0 0.0625 12 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 -384 ) ( ( 0.015625 0 4.625 ) ( 0 0.015625 3 ) ) "textures/darkmod/stone/brick/even_small_blocks01" 0 0 0
( 1 0 0 -456 ) ( ( 0.015625 0 12.75 ) ( 0 0.015625 3 ) ) "textures/darkmod/stone/brick/even_small_blocks01" 0 0 0
( 0 0 -1 128 ) ( ( 0.015625 0 12.75 ) ( 0 0.015625 4.75 ) ) "textures/darkmod/stone/brick/even_small_blocks01" 0 0 0
( 0 -1 0 192 ) ( ( 0.015625 0 11.25 ) ( 0 0.015625 3 ) ) "textures/darkmod/stone/brick/even_small_blocks01" 0 0 0
( -1 0 0 448 ) ( ( 0.006510416650497872 0 -0.666015625 ) ( 0 0.006510416650497872 0 ) ) "textures/darkmod/stone/cobblestones/blocks_mixed_multicolour" 0 0 0
}
}
// primitive 3
{
brushDef3
{
( 0 1 0 -384 ) ( ( 0.015625 0 4.5 ) ( 0 0.015625 2.875 ) ) "textures/darkmod/wood/boards/worn_01" 0 0 0
( 1 0 0 -448 ) ( ( 0.015625 0 12.75 ) ( 0 0.015625 2.875 ) ) "textures/darkmod/wood/boards/worn_01" 0 0 0
( 0 0 -1 120 ) ( ( 0.015625 0 12.75 ) ( 0 0.015625 4.625 ) ) "textures/darkmod/wood/boards/worn_01" 0 0 0
( 0 -1 0 328 ) ( ( 0.015625 0 11.375 ) ( 0 0.015625 2.875 ) ) "textures/darkmod/wood/boards/worn_01" 0 0 0
( -1 0 0 248 ) ( ( 9.567237139237322e-019 0.015625 12.6953125 ) ( -0.015625 9.567237139237322e-019 4.65234375 ) ) "textures/darkmod/wood/boards/worn_01" 0 0 0
( 0 0 1 -128 ) ( ( 9.567237139237322e-019 0.015625 12.75 ) ( -0.015625 9.567237139237322e-019 4.625 ) ) "textures/darkmod/wood/boards/worn_01" 0 0 0
}
}
// primitive 4
{
brushDef3
{
( 0 0 1 -320 ) ( ( 0.0625 0 0 ) ( 0 0.0625 0 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 -784 ) ( ( 0.006510416650497872 0 0 ) ( 0 0.006510416650497872 0 ) ) "textures/darkmod/stone/cobblestones/blocks_mixed_multicolour" 0 0 0
( 1 0 0 -576 ) ( ( 0.006510416650497872 0 0 ) ( 0 0.006510416650497872 0 ) ) "textures/darkmod/stone/cobblestones/blocks_mixed_multicolour" 0 0 0
( 0 0 -1 85.875 ) ( ( 0.0625 0 23.5 ) ( 0 0.0625 0 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 128 ) ( ( 0.0625 0 0 ) ( 0 0.0625 12 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 768 ) ( ( 0.006510416650497872 0 0 ) ( 0 0.006510416650497872 0 ) ) "textures/darkmod/stone/cobblestones/blocks_mixed_multicolour" 0 0 0
}
}
// primitive 5
{
brushDef3
{
( 0 1 0 -508 ) ( ( 0.0625 0 0.375 ) ( 0 0.0625 4092.375 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -584 ) ( ( 0.006510416650497872 0 0 ) ( 0 0.006510416650497872 0.029296875 ) ) "textures/darkmod/stone/cobblestones/blocks_mixed_multicolour" 0 0 0
( 0 0 -1 128 ) ( ( 0.0625 0 24 ) ( 0 0.0625 0.5 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 448 ) ( ( 0.0625 0 0 ) ( 0 0.0625 0 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 576 ) ( ( 0.006510416650497872 0 0 ) ( 0 0.006510416650497872 0.033203125 ) ) "textures/darkmod/stone/cobblestones/blocks_mixed_multicolour" 0 0 0
( 0.7071067811865475 0 0.7071067811865475 -692.9646455628021 ) ( ( 0.0625 0 0 ) ( 0 0.0625 0 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 6
{
brushDef3
{
( 0 1 0 -768 ) ( ( 0.0625 0 0 ) ( 0 0.0625 12 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -576 ) ( ( 9.567237139237322e-019 0.015625 12.75 ) ( -0.015625 9.567237139237322e-019 4.625 ) ) "textures/darkmod/wood/boards/worn_01" 0 0 0
( 0 0 -1 120 ) ( ( 0.0625 0 0 ) ( 0 0.0625 12 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 448 ) ( ( 3.826894855694929e-018 0.0625 0 ) ( -0.0625 3.826894855694929e-018 4095.5 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 120 ) ( ( 3.826894855694929e-018 0.0625 40 ) ( -0.0625 3.826894855694929e-018 4 ) ) "textures/common/caulk" 0 0 0
( 0 0 1 -128 ) ( ( 9.567237139237322e-019 0.015625 12.7421875 ) ( -0.015625 9.567237139237322e-019 4.625 ) ) "textures/darkmod/wood/boards/worn_01" 0 0 0
}
}
// primitive 7
{
brushDef3
{
( 0 0 1 -320 ) ( ( 0.0625 0 0 ) ( 0 0.0625 0 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 128 ) ( ( 0.0625 0 0 ) ( 0 0.0625 12 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 440 ) ( ( 0.0625 0 0 ) ( 0 0.0625 0 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 128 ) ( ( 0 0.06250000213928393 26.15624759207108 ) ( -0.06250000213928393 0 30.8437509686633 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 -448 ) ( ( 0.006510416650497872 0 1.354166663303557 ) ( 0 0.006510416650497872 1.354166663303557 ) ) "textures/darkmod/stone/cobblestones/blocks_mixed_multicolour" 0 0 0
( 0.8944271909999159 0.4472135954999579 0 -400.7033815679622 ) ( ( 0.006510416650497872 0 0.957682288303557 ) ( 0 0.006510416650497872 1.354166663303557 ) ) "textures/darkmod/stone/cobblestones/blocks_mixed_multicolour" 0 0 0
( 0.5547001962252292 0.8320502943378437 0 -494.7925750329044 ) ( ( 0.0625 0 0 ) ( 0 0.0625 0 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 8
{
brushDef3
{
( 0 0 1 -240 ) ( ( 0.0078125 0 1.4375 ) ( 0 0.0078125 0.3125 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 1 0 -392 ) ( ( 4.783618569618661e-019 0.0078125 7.6875 ) ( -0.0078125 4.783618569618661e-019 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 1 0 0 -320 ) ( ( 0.0078125 0 1.4375 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 0 -1 232 ) ( ( 0.0078125 0 1.40625 ) ( 0 0.0078125 7.6875 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 -1 0 380 ) ( ( 4.783618569618661e-019 0.0078125 -0.109375 ) ( -0.0078125 4.783618569618661e-019 0.09375 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( -1 0 0 256 ) ( ( 0.0078125 0 6.5625 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
}
}
// primitive 9
{
brushDef3
{
( 0 0 1 -232 ) ( ( 0.0078125 0 1.40625 ) ( 0 0.0078125 0.3125 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 1 0 -392 ) ( ( 0.0078125 0 7.6875 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 1 0 0 -262 ) ( ( 0.0078125 0 1.375 ) ( 0 0.0078125 511.5 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 0 -1 128 ) ( ( 0.0078125 0 1.4375 ) ( 0 0.0078125 7.75 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 -1 0 380 ) ( ( 0.0078125 0 0.3359375 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( -1 0 0 256 ) ( ( 0.0078125 0 6.5625 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
}
}
// primitive 10
{
brushDef3
{
( 0 0 1 -232 ) ( ( 0.0078125 0 1.40625 ) ( 0 0.0078125 511.859375 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 1 0 -392 ) ( ( 0.0078125 0 8.140625 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 1 0 0 -320 ) ( ( 0.0078125 0 1.4375 ) ( 0 0.0078125 511.5 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 0 -1 128 ) ( ( 0.0078125 0 1.4375 ) ( 0 0.0078125 8.203125 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 -1 0 380 ) ( ( 0.0078125 0 511.890625 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( -1 0 0 314 ) ( ( 0.0078125 0 6.625 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
}
}
// primitive 11
{
brushDef3
{
( 0 0 1 -320 ) ( ( 0.0625 0 0 ) ( 0 0.0625 0 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 -440 ) ( ( 0.0625 0 7.5 ) ( 0 0.0625 0 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 128 ) ( ( 0.0625 0 0 ) ( 0 0.0625 12 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 392 ) ( ( 0.0625 0 0 ) ( 0 0.0625 0 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 192 ) ( ( 0.0625 0 0 ) ( 0 0.0625 0 ) ) "textures/common/caulk" 0 0 0
( 0.8637789008984335 0.5038710255240861 0 -418.6448406354408 ) ( ( 0.006510416650497872 0 1.129557288303557 ) ( 0 0.006510416650497872 1.354166663303557 ) ) "textures/darkmod/stone/cobblestones/blocks_mixed_multicolour" 0 0 0
}
}
// primitive 12
{
brushDef3
{
( 0 0 1 -320 ) ( ( 0.0625 0 0 ) ( 0 0.0625 12 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 -448 ) ( ( 0.006510416650497872 0 0.887369788303557 ) ( 0 0.006510416650497872 1.354166663303557 ) ) "textures/darkmod/stone/cobblestones/blocks_mixed_multicolour" 0 0 0
( 1 0 0 -360 ) ( ( 0.0625 0 0 ) ( 0 0.0625 12 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 128 ) ( ( 0.0625 0 0 ) ( 0 0.0625 12 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 392 ) ( ( 0.0625 0 0 ) ( 0 0.0625 0 ) ) "textures/common/caulk" 0 0 0
( -0.9191450300180578 0.3939192985791676 0 139.7100445627448 ) ( ( 0.006510416650497872 0 1.143229163303557 ) ( 0 0.006510416650497872 1.354166663303557 ) ) "textures/darkmod/stone/cobblestones/blocks_mixed_multicolour" 0 0 0
}
}
// primitive 13
{
brushDef3
{
( 0 1 0 -448 ) ( ( 3.826894855694929e-018 0.0625 0 ) ( -0.0625 3.826894855694929e-018 4095.5 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -344 ) ( ( 3.826894855694929e-018 0.0625 24 ) ( -0.0625 3.826894855694929e-018 4095.5 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 120 ) ( ( 0.0625 0 0 ) ( 0 0.0625 12 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 384 ) ( ( 0.006510416407965962 0 0 ) ( 0 0.006510416407965962 0 ) ) "textures/darkmod/stone/cobblestones/blocks_mixed_multicolour" 0 0 0
( -1 0 0 224 ) ( ( 0.0625 0 0 ) ( 0 0.0625 12 ) ) "textures/common/caulk" 0 0 0
( 0 0 1 -128 ) ( ( 9.567237139237322e-019 0.015625 12.75 ) ( -0.015625 9.567237139237322e-019 4.625 ) ) "textures/darkmod/wood/boards/worn_01" 0 0 0
}
}
// primitive 14
{
brushDef3
{
( 0 0 1 -328 ) ( ( 0.0625 0 0 ) ( 0 0.0625 0 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 -448 ) ( ( 0.0625 0 0 ) ( 0 0.0625 0.5078125 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -344 ) ( ( 0.0625 0 0 ) ( 0 0.0625 12 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 392 ) ( ( 0.0625 0 0 ) ( 0 0.0625 0 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 224 ) ( ( 0.0625 0 0 ) ( 0 0.0625 12 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 320 ) ( ( 0.015625 0 12.75 ) ( 0 0.0078125 5.6875 ) ) "textures/darkmod/plaster/plaster_01" 0 0 0
}
}
// primitive 15
{
brushDef3
{
( 0 0 1 -256 ) ( ( 0.0625 0 0 ) ( 0 0.0625 12 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 -392 ) ( ( 0.015625 0 4.5 ) ( 0 0.015625 3 ) ) "textures/darkmod/stone/brick/even_small_blocks01" 0 0 0
( 1 0 0 -256 ) ( ( 0.015625 0 12.625 ) ( 0 0.015625 3 ) ) "textures/darkmod/stone/brick/even_small_blocks01" 0 0 0
( 0 0 -1 128 ) ( ( 0.015625 0 12.625 ) ( 0 0.015625 4.625 ) ) "textures/darkmod/stone/brick/even_small_blocks01" 0 0 0
( -1 0 0 192 ) ( ( 0.015625 0 3.375 ) ( 0 0.015625 3 ) ) "textures/darkmod/stone/brick/even_small_blocks01" 0 0 0
( 0 -1 0 384 ) ( ( 0.006510416650497872 0 0 ) ( 0 0.006510416650497872 0 ) ) "textures/darkmod/stone/cobblestones/blocks_mixed_multicolour" 0 0 0
}
}
// primitive 16
{
brushDef3
{
( 0 0 1 -320 ) ( ( 0.0625 0 0 ) ( 0 0.0625 12 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 -392 ) ( ( 0.006510416650497872 0 1.143229163303557 ) ( 0 0.006510416650497872 1.354166663303557 ) ) "textures/darkmod/stone/cobblestones/blocks_mixed_multicolour" 0 0 0
( 1 0 0 -320 ) ( ( 0.0625 0 0 ) ( 0 0.0625 12 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 240 ) ( ( 0.015625 0 12.625 ) ( 0 0.015625 4.625 ) ) "textures/darkmod/stone/brick/even_small_blocks01" 0 0 0
( -1 0 0 256 ) ( ( 0.0625 0 0 ) ( 0 0.0625 12 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 384 ) ( ( 0.006510416650497872 0 0 ) ( 0 0.006510416650497872 0 ) ) "textures/darkmod/stone/cobblestones/blocks_mixed_multicolour" 0 0 0
}
}
// primitive 17
{
brushDef3
{
( 0 0 -1 128 ) ( ( 0.0625 0 0 ) ( 0 0.0625 12 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 440 ) ( ( 0.006510416650497872 0 0.0625 ) ( 0 0.006510416650497872 0.029296875 ) ) "textures/darkmod/stone/cobblestones/blocks_mixed_multicolour" 0 0 0
( 0 1 0 -448 ) ( ( 0.006510416650497872 0 0.02604166660199149 ) ( 0 0.006510416650497872 0 ) ) "textures/darkmod/stone/cobblestones/blocks_mixed_multicolour" 0 0 0
( 0 0 1 -328 ) ( ( 0.0625 0 0 ) ( 0 0.0625 63.75 ) ) "textures/common/caulk" 0 0 0
( -0.9417419115948374 0.3363363969981562 0 173.2805117334502 ) ( ( 0.006510416650497872 0 0.008758760316741035 ) ( 0 0.006510416650497872 0 ) ) "textures/darkmod/stone/cobblestones/blocks_mixed_multicolour" 0 0 0
( 0.7071067811865475 -0.7071067811865475 0 -96.16652224136841 ) ( ( 0.3125000186264527 0 -0.046875 ) ( 0 0.3125000186264527 0.15625 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 18
{
brushDef3
{
( 0 0 1 -256 ) ( ( 0.0625 0 0 ) ( 0 0.0625 12 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 -216 ) ( ( 2.989761589305068e-019 0.004882812472715159 0.001953125 ) ( -0.004882812472715159 2.989761589305068e-019 0.1796875 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 1 0 0 -448 ) ( ( 0.0078125 0 0 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 0 -1 240 ) ( ( 0.0078125 0 -0.0234375 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 -1 0 208 ) ( ( 2.989761589305068e-019 0.004882812472715159 0 ) ( -0.004882812472715159 2.989761589305068e-019 0.30859375 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( -1 0 0 192 ) ( ( 0.0078125 0 0 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
}
}
// primitive 19
{
brushDef3
{
( 0 0 1 -256 ) ( ( 0.0625 0 0 ) ( 0 0.0625 12 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 -240 ) ( ( 2.989761589305068e-019 0.004882812472715159 0.001953125 ) ( -0.004882812472715159 2.989761589305068e-019 0.0078125 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 1 0 0 -448 ) ( ( 0.0078125 0 0 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 0 -1 240 ) ( ( 0.0078125 0 0.025390625 ) ( 0 0.0078125 -0.322265625 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 -1 0 232 ) ( ( 2.989761589305068e-019 0.004882812472715159 0.001953125 ) ( -0.004882812472715159 2.989761589305068e-019 0.0078125 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( -1 0 0 192 ) ( ( 0.0078125 0 0 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
}
}
// primitive 20
{
brushDef3
{
( 0 0 1 -256 ) ( ( 0.0625 0 0 ) ( 0 0.0625 12 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 -264 ) ( ( 2.989761589305068e-019 0.004882812472715159 0.001953125 ) ( -0.004882812472715159 2.989761589305068e-019 0.1796875 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 1 0 0 -448 ) ( ( 0.0078125 0 0 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 0 -1 240 ) ( ( 0.0078125 0 0 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 -1 0 256 ) ( ( 2.989761589305068e-019 0.004882812472715159 0.001953125 ) ( -0.004882812472715159 2.989761589305068e-019 0.158203125 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( -1 0 0 192 ) ( ( 0.0078125 0 0 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
}
}
// primitive 21
{
brushDef3
{
( 0 0 1 -256 ) ( ( 0.0625 0 0 ) ( 0 0.0625 12 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 -296 ) ( ( 2.989761589305068e-019 0.004882812472715159 0.001953125 ) ( -0.004882812472715159 2.989761589305068e-019 0.0078125 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 1 0 0 -448 ) ( ( 0.0078125 0 0 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 0 -1 240 ) ( ( 0.0078125 0 -0.068359375 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 -1 0 288 ) ( ( 2.989761589305068e-019 0.004882812472715159 0.001953125 ) ( -0.004882812472715159 2.989761589305068e-019 0.0078125 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( -1 0 0 192 ) ( ( 0.0078125 0 0 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
}
}
// primitive 22
{
brushDef3
{
( 0 0 1 -256 ) ( ( 0.0625 0 0 ) ( 0 0.0625 12 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 -320 ) ( ( 2.989761589305068e-019 0.004882812472715159 0.001953125 ) ( -0.004882812472715159 2.989761589305068e-019 0.1796875 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 1 0 0 -448 ) ( ( 0.0078125 0 0 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 0 -1 240 ) ( ( 0.0078125 0 0 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 -1 0 312 ) ( ( 2.989761589305068e-019 0.004882812472715159 0.001953125 ) ( -0.004882812472715159 2.989761589305068e-019 0.30859375 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( -1 0 0 192 ) ( ( 0.0078125 0 0 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
}
}
// primitive 23
{
brushDef3
{
( 0 0 1 -256 ) ( ( 0.0625 0 0 ) ( 0 0.0625 12 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 -344 ) ( ( 2.989761589305068e-019 0.004882812472715159 0.001953125 ) ( -0.004882812472715159 2.989761589305068e-019 0.0078125 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 1 0 0 -448 ) ( ( 0.0078125 0 0 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 0 -1 240 ) ( ( 0.0078125 0 -0.03125 ) ( 0 0.0078125 0.279296875 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 -1 0 336 ) ( ( 2.989761589305068e-019 0.004882812472715159 0.001953125 ) ( -0.004882812472715159 2.989761589305068e-019 0.0078125 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( -1 0 0 192 ) ( ( 0.0078125 0 0 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
}
}
// primitive 24
{
brushDef3
{
( 0 0 1 -256 ) ( ( 0.0625 0 0 ) ( 0 0.0625 12 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 -368 ) ( ( 2.989761589305068e-019 0.004882812472715159 0.001953125 ) ( -0.004882812472715159 2.989761589305068e-019 0.1796875 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 1 0 0 -448 ) ( ( 0.0078125 0 0 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 0 -1 240 ) ( ( 0.0078125 0 -0.044921875 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 -1 0 360 ) ( ( 2.989761589305068e-019 0.004882812472715159 0.001953125 ) ( -0.004882812472715159 2.989761589305068e-019 -0.185546875 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( -1 0 0 192 ) ( ( 0.0078125 0 0 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
}
}
// primitive 25
{
brushDef3
{
( 1 0 0 -768 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) "textures/darkmod/stone/brick/even_small_blocks01" 0 0 0
( 0 0 -1 120 ) ( ( 0 0.06250000213928393 26.15624759207108 ) ( -0.06250000213928393 0 30.8437509686633 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 128 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) "textures/darkmod/stone/brick/even_small_blocks01" 0 0 0
( -1 0 0 688 ) ( ( 0.015625 0 2.875 ) ( 0 0.015625 1.25 ) ) "textures/darkmod/stone/cobblestones/flagstones04_uneven" 0 0 0
( 0 0 1 -128 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) "textures/darkmod/stone/cobblestones/flagstones04_uneven_shiny" 0 0 0
( 0 1 0 -448 ) ( ( 0.0625 0 0 ) ( 0 0.0625 0 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 26
{
brushDef3
{
( 1 0 0 -992 ) ( ( 0 0.06250000213928393 26.15624759207108 ) ( -0.06250000213928393 0 30.8437509686633 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 128 ) ( ( 0.01116071423819783 0 0 ) ( 0 0.01116071423819783 -0.015625 ) ) "textures/darkmod/stone/brick/even_small_blocks01" 0 0 0
( 0 -1 0 120 ) ( ( 0.0625 0 0 ) ( 0 0.0625 0 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 512 ) ( ( 0.01116071423819783 0 0 ) ( 0 0.01116071423819783 -0.015625 ) ) "textures/darkmod/stone/brick/even_small_blocks01" 0 0 0
( 0 1 0 -128 ) ( ( 0.01116071423819783 0 0 ) ( 0 0.01116071423819783 -0.015625 ) ) "textures/darkmod/stone/brick/even_small_blocks01" 0 0 0
( 0 0.6 0.8 -312 ) ( ( 0.0625 0 0 ) ( 0 0.0625 0 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 27
{
brushDef3
{
( 1 0 0 -688 ) ( ( 0.015625 0 0.28125 ) ( 0 0.015625 0 ) ) "textures/darkmod/stone/brick/even_small_blocks01" 0 0 0
( 0 0 -1 120 ) ( ( 0 0.06250000213928393 26.15624759207108 ) ( -0.06250000213928393 0 30.8437509686633 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 170 ) ( ( 0.015625 0 3.09375 ) ( 0 0.015625 1.25 ) ) "textures/darkmod/stone/cobblestones/flagstones04_uneven" 0 0 0
( -1 0 0 648 ) ( ( 0.015625 0 255.75 ) ( 0 0.015625 0 ) ) "textures/darkmod/stone/brick/even_small_blocks01" 0 0 0
( 0 0 1 -128 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) "textures/darkmod/stone/cobblestones/flagstones04_uneven_shiny" 0 0 0
( 0 1 0 -448 ) ( ( 0.0625 0 59 ) ( 0 0.0625 0 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 28
{
brushDef3
{
( 0 0 1 -256 ) ( ( 0 0.0078125 511.904296875 ) ( -0.0078125 0 6.330078125 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 1 0 0 -584 ) ( ( 0.0078125 0 1.634765625 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 -1 0 508 ) ( ( 0.0078125 0 511.935546875 ) ( 0 0.0078125 511.5 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 0 -1 128 ) ( ( 0 -0.0078125 511.935546875 ) ( 0.0078125 0 1.732421875 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( -1 0 0 572 ) ( ( 0.0078125 0 6.361328125 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 1 0 -515 ) ( ( 0.0078125 0 8.126953125 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
}
}
// primitive 29
{
brushDef3
{
( 0 0 1 -256 ) ( ( 0 0.0078125 511.904296875 ) ( -0.0078125 0 6.845703125 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 1 0 0 -584 ) ( ( 0.0078125 0 1.14453125 ) ( 0 0.0078125 -0.21484375 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 -1 0 571 ) ( ( 0.0078125 0 511.873046875 ) ( 0 0.0078125 511.5 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 0 -1 128 ) ( ( 0 -0.0078125 511.935546875 ) ( 0.0078125 0 1.216796875 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( -1 0 0 572 ) ( ( 0.0078125 0 6.869140625 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 1 0 -578.125 ) ( ( 0.0078125 0 8.064453125 ) ( 0 0.0078125 0 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
}
}
// primitive 30
{
brushDef3
{
( 0 0 1 -264 ) ( ( 0 0.0078125 511.935546875 ) ( -0.0078125 0 6.814453125 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 1 0 0 -584 ) ( ( 4.783618569618661e-019 0.0078125 1.240234375 ) ( -0.0078125 4.783618569618661e-019 0.14453125 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 -1 0 508 ) ( ( 0.0078125 0 511.935546875 ) ( 0 0.0078125 0.1875 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 0 -1 256 ) ( ( 0 -0.0078125 511.904296875 ) ( 0.0078125 0 1.185546875 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( -1 0 0 572 ) ( ( 4.783618569618661e-019 0.0078125 0.078125 ) ( -0.0078125 4.783618569618661e-019 505.591796875 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 1 0 -578.125 ) ( ( 0.0078125 0 8.064453125 ) ( 0 0.0078125 0.1875 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
}
}
// primitive 31
{
brushDef3
{
( 0 1 0 -578.125 ) ( ( 0.0625 0 0 ) ( 0 0.0625 4092.375 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -584 ) ( ( 0.006510416650497872 0 0.060546875 ) ( 0 0.006510416650497872 0.029296875 ) ) "textures/darkmod/stone/cobblestones/blocks_mixed_multicolour" 0 0 0
( 0 0 -1 264 ) ( ( 0.0625 0 0 ) ( 0 0.0625 0 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 508 ) ( ( 0.0625 0 0 ) ( 0 0.0625 4092.375 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 576 ) ( ( 0.006510416650497872 0 0 ) ( 0 0.006510416650497872 0.033203125 ) ) "textures/darkmod/stone/cobblestones/blocks_mixed_multicolour" 0 0 0
( 0.7071067811865475 0 0.7071067811865475 -692.9646455628021 ) ( ( 0.0625 0 0 ) ( 0 0.0625 0 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 32
{
brushDef3
{
( 0 0 1 -128 ) ( ( 0 0.0078125 511.935546875 ) ( -0.0078125 0 6.814453125 ) ) "textures/darkmod/stone/flat/tiling_1d/concrete_dirt01" 0 0 0
( 1 0 0 -584 ) ( ( 0.0078125 0 1.185546875 ) ( 0 0.0078125 511.125 ) ) "textures/darkmod/stone/flat/tiling_1d/concrete_dirt01" 0 0 0
( 0 -1 0 509 ) ( ( 0.0078125 0 511.935546875 ) ( 0 0.0078125 511.125 ) ) "textures/darkmod/stone/flat/tiling_1d/concrete_dirt01" 0 0 0
( 0 0 -1 120 ) ( ( 0 -0.0078125 511.904296875 ) ( 0.0078125 0 1.185546875 ) ) "textures/darkmod/stone/flat/tiling_1d/concrete_dirt01" 0 0 0
( -1 0 0 576 ) ( ( 4.783618569618661e-019 0.0078125 511.015625 ) ( -0.0078125 4.783618569618661e-019 505.591796875 ) ) "textures/darkmod/stone/flat/tiling_1d/concrete_dirt01" 0 0 0
( 0 1 0 -579 ) ( ( 0.0078125 0 8.064453125 ) ( 0 0.0078125 511.125 ) ) "textures/darkmod/stone/flat/tiling_1d/concrete_dirt01" 0 0 0
}
}
// primitive 33
{
brushDef3
{
( 0 0 1 -320 ) ( ( 0 0.06250000213928393 26.15624759207108 ) ( -0.06250000213928393 0 30.8437509686633 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 -616 ) ( ( 2.657565854410004e-019 0.004340277749033254 0.5625 ) ( -0.004340277749033254 2.657565854410004e-019 511.5625 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 1 0 0 -560 ) ( ( 0.0078125 0 509.75 ) ( 0 0.0078125 0.5 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 0 -1 304 ) ( ( 0.004340277749033254 0 509.7421875 ) ( 0 0.004340277749033254 0.4375 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 -1 0 600 ) ( ( 2.657565854410004e-019 0.004340277749033254 0.5625 ) ( -0.004340277749033254 2.657565854410004e-019 511.5625 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( -1 0 0 360 ) ( ( 0.0078125 0 2.25 ) ( 0 0.0078125 0.5 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
}
}
// primitive 34
{
brushDef3
{
( 0 0 1 -320 ) ( ( 0 0.06250000213928393 26.15624759207108 ) ( -0.06250000213928393 0 30.8437509686633 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 -616 ) ( ( 2.657565854410004e-019 0.004340277749033254 0.5625 ) ( -0.004340277749033254 2.657565854410004e-019 511.5625 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 1 0 0 -344 ) ( ( 0.0078125 0 509.8125 ) ( 0 0.0078125 0.5 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 0 -1 304 ) ( ( 0.0078125 0 509.75 ) ( 0 0.0078125 0.4375 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 -1 0 600 ) ( ( 2.657565854410004e-019 0.004340277749033254 0.5625 ) ( -0.004340277749033254 2.657565854410004e-019 511.5625 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( -1 0 0 144 ) ( ( 0.0078125 0 2.3125 ) ( 0 0.0078125 0.5 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
}
}
// primitive 35
{
brushDef3
{
( 0 0 1 -328 ) ( ( 0.0625 0 24 ) ( 0 0.0625 0 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 -512 ) ( ( 0.0625 0 1 ) ( 0 0.0625 0.5 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -160 ) ( ( 0.015625 0 12.75 ) ( 0 0.0078125 5.6875 ) ) "textures/darkmod/plaster/plaster_01" 0 0 0
( 0 -1 0 448 ) ( ( 0.0625 0 0 ) ( 0 0.0625 0 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 120 ) ( ( 0.006510416650497872 0 1.354166663303557 ) ( 0 0.006510416650497872 1.354166663303557 ) ) "textures/darkmod/stone/cobblestones/blocks_mixed_multicolour" 0 0 0
( 0 0 -1 320 ) ( ( 0.015625 0 12.75 ) ( 0 0.0078125 5.6875 ) ) "textures/darkmod/plaster/plaster_01" 0 0 0
}
}
// primitive 36
{
brushDef3
{
( 0 0 1 -320 ) ( ( 0 0.06250000213928393 26.15624759207108 ) ( -0.06250000213928393 0 30.8437509686633 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -360 ) ( ( 2.657565854410004e-019 0.004340277749033254 0.0585937499999995 ) ( -0.004340277749033254 2.657565854410004e-019 8.2578125 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 -1 0 448 ) ( ( 0.0078125 0 511.78125 ) ( 0 0.0078125 0.5 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 0 -1 304 ) ( ( 2.657565854410004e-019 -0.004340277749033254 511.7578125 ) ( 0.004340277749033254 2.657565854410004e-019 504.03125 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( -1 0 0 344 ) ( ( -7.972697563230012e-019 -0.004340277749033254 2.77734375 ) ( 0.004340277749033254 -7.972697563230012e-019 1.14453125 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 1 0 -768 ) ( ( 0.0625 0 0 ) ( 0 0.0625 12 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 37
{
brushDef3
{
( 0 1 0 -616 ) ( ( -0.004340277749033254 5.315131708820008e-019 2.76171875 ) ( -5.315131708820008e-019 -0.004340277749033254 1.15625 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 1 0 0 -360 ) ( ( -0.004340277749033254 5.315131708820008e-019 2.76171875 ) ( -5.315131708820008e-019 -0.004340277749033254 1.15625 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 0 1 -304 ) ( ( 0 0.0078125 511.78125 ) ( -0.0078125 0 2.8125 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 -1 0 600 ) ( ( 0.004340277749033254 0 511.84375 ) ( 0 0.004340277749033254 511.10546875 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( -1 0 0 344 ) ( ( -0.004340277749033254 5.315131708820008e-019 2.81640625 ) ( -5.315131708820008e-019 -0.004340277749033254 1.15625 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 0 -1 128 ) ( ( 0 0.06250000213928393 26.15624759207108 ) ( -0.06250000213928393 0 30.8437509686633 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 38
{
brushDef3
{
( 0 1 0 -768 ) ( ( 0.0625 0 0 ) ( 0 0.0625 12 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -360 ) ( ( -0.004340277749033254 5.315131708820008e-019 2.76171875 ) ( -5.315131708820008e-019 -0.004340277749033254 1.15625 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 0 1 -304 ) ( ( 0 0.0078125 511.796875 ) ( -0.0078125 0 4.0234375 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 -1 0 752 ) ( ( -0.004340277749033254 5.315131708820008e-019 2.8203125 ) ( -5.315131708820008e-019 -0.004340277749033254 1.15625 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( -1 0 0 344 ) ( ( -0.004340277749033254 5.315131708820008e-019 2.75 ) ( -5.315131708820008e-019 -0.004340277749033254 1.15625 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 0 -1 128 ) ( ( 0 0.06250000213928393 26.15624759207108 ) ( -0.06250000213928393 0 30.8437509686633 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 39
{
brushDef3
{
( 0 1 0 -464 ) ( ( -0.004340277749033254 5.315131708820008e-019 2.76171875 ) ( -5.315131708820008e-019 -0.004340277749033254 1.15625 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 1 0 0 -360 ) ( ( -0.004340277749033254 5.315131708820008e-019 2.76171875 ) ( -5.315131708820008e-019 -0.004340277749033254 1.15625 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 0 1 -304 ) ( ( 0 0.0078125 511.78125 ) ( -0.0078125 0 1.625 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 -1 0 448 ) ( ( 0.0078125 0 511.78125 ) ( 0 0.0078125 511.21875 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( -1 0 0 344 ) ( ( 0.004340277749033254 -2.657565854410005e-019 1.51953125 ) ( 2.657565854410005e-019 0.004340277749033254 511.21875 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 0 -1 128 ) ( ( 0 0.0078125 0.21875 ) ( -0.0078125 0 1.625 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
}
}
// primitive 40
{
brushDef3
{
( 0 1 0 -616 ) ( ( -0.004340277892755876 -5.315131884823644e-019 -0.46875 ) ( 5.315131884823644e-019 -0.004340277892755876 0.78125 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 1 0 0 -144 ) ( ( -0.004340277749033254 5.315131708820008e-019 2.76171875 ) ( -5.315131708820008e-019 -0.004340277749033254 1.15625 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 0 1 -304 ) ( ( 0 0.0078125 1.46875 ) ( -0.0078125 0 2.8125 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( 0 -1 0 600 ) ( ( 0.004340277892755876 0 -0.5546875 ) ( 0 0.004340277892755876 0.21875 ) ) "textures/darkmod/wood/boards/scratched_dull" 0 0 0
( -1 0 0 128 ) ( ( 0.0625 0 0 ) ( 0 0.0625 0 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 128 ) ( ( 0.0625 0 0 ) ( 0 0.0625 0 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 41
{
brushDef3
{
( 0 1 0 -413.625 ) ( ( 0.005580357119098914 0 511.66015625 ) ( 0 0.01116071423819783 0 ) ) "textures/darkmod/stone/brick/tiling_1d/old_worn_greybrick" 0 0 0
( 1 0 0 -804 ) ( ( 0.005580357119098914 0 0 ) ( 0 0.01116071423819783 0 ) ) "textures/darkmod/stone/brick/tiling_1d/old_worn_greybrick" 0 0 0
( 0 0 -1 32.25 ) ( ( 0 0.06250000213928393 26.15624759207108 ) ( -0.06250000213928393 0 30.8437509686633 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 387.5 ) ( ( 0.005580357119098914 0 511.807059151759 ) ( 0 0.01116071423819783 0 ) ) "textures/darkmod/stone/brick/tiling_1d/old_worn_greybrick" 0 0 0
( -1 0 0 784 ) ( ( 0.005580357119098914 0 0 ) ( 0 0.01116071423819783 0 ) ) "textures/darkmod/stone/brick/tiling_1d/old_worn_greybrick" 0 0 0
( 0.6585046078685181 0 0.7525766947068778 -693.8757125197412 ) ( ( 0.005580357119098914 0 0 ) ( 0 0.01116071423819783 0 ) ) "textures/darkmod/stone/brick/tiling_1d/old_worn_greybrick" 0 0 0
}
}
// primitive 42
{
brushDef3
{
( 1 0 0 -784 ) ( ( 0.005580357119098914 0 -0.015625 ) ( 0 0.01116071423819783 0 ) ) "textures/darkmod/stone/brick/tiling_1d/old_worn_greybrick" 0 0 0
( 0 0 -1 24 ) ( ( 0 0.06250000213928393 26.15624759207108 ) ( -0.06250000213928393 0 30.8437509686633 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 128 ) ( ( 0.005580357119098914 0 0 ) ( 0 0.01116071423819783 0 ) ) "textures/darkmod/stone/brick/tiling_1d/old_worn_greybrick" 0 0 0
( -1 0 0 768 ) ( ( 0.005580357119098914 0 0 ) ( 0 0.01116071423819783 0 ) ) "textures/darkmod/stone/brick/tiling_1d/old_worn_greybrick" 0 0 0
( 0 1 0 -408 ) ( ( 0 0.06250000213928393 26.15624759207108 ) ( -0.06250000213928393 0 30.8437509686633 ) ) "textures/common/caulk" 0 0 0
( 0 0 1 -156 ) ( ( 0.005580357119098914 0 0 ) ( 0 0.01116071423819783 0 ) ) "textures/darkmod/stone/brick/tiling_1d/old_worn_greybrick" 0 0 0
}
}
}
// entity 1
{
"classname" "info_player_start"
"name" "info_player_start_1"
"angle" "24.913299560546875"
"angle1" "24.9133"
"origin" "449.25 902.5 128.625"
"origin1" "442.25 902.5 128.625"
}
// entity 229
{
"classname" "speaker"
"name" "catScreech"
"origin" "1048 -56 496"
"s_maxDistance" "44"
"s_minDistance" "2"
"s_shader" "animal_cat02"
"s_volume" "24"
"s_waitfortrigger" "1"
}

cat_thiefs_den.map (36,266 bytes)   

Relationships

child of 0001715 closedgreebo (Non-)case sensitivity of entity property keys 

Activities

Issue History

Date Modified Username Field Change
17.06.2010 11:10 greebo New Issue
17.06.2010 11:11 greebo Status new => confirmed
17.06.2010 12:04 greebo Relationship added child of 0001715
17.06.2010 12:05 greebo Target Version 1.3.2 => 1.4.0
17.06.2010 12:05 greebo Description Updated
17.06.2010 12:05 greebo Steps to Reproduce Updated
17.06.2010 12:05 greebo File Added: cat_thiefs_den.map
17.06.2010 12:06 greebo File Deleted: cat_thiefs_den.map
17.06.2010 12:09 greebo File Added: cat_thiefs_den.map
17.06.2010 12:10 greebo Steps to Reproduce Updated
17.06.2010 12:10 greebo Additional Information Updated
26.06.2010 14:33 greebo Status confirmed => assigned
26.06.2010 14:33 greebo Assigned To => greebo
26.06.2010 15:10 greebo Status assigned => resolved
26.06.2010 15:10 greebo Fixed in Version => 1.3.3
26.06.2010 15:10 greebo Resolution open => fixed
06.07.2010 06:20 greebo Fixed in Version 1.3.3 => 1.4.0
22.01.2011 18:57 greebo Status resolved => closed