View Issue Details

IDProjectCategoryView StatusLast Update
0003563The Dark ModAIpublic04.10.2013 19:15
Reportergrayman Assigned Tograyman  
PrioritynormalSeveritynormalReproducibilitysometimes
Status resolvedResolutionfixed 
Product VersionTDM 2.00 
Target VersionTDM 2.00Fixed in VersionTDM 2.00 
Summary0003563: Blackjacking problem
DescriptionA failed KO in a small window of time as the AI rises to Combat can put the AI into a bad state.

The window appears to be the reaction time at the start of Combat where we give the player time to duck out of sight, before the AI recognizes the player as an enemy.

The bad state includes ignoring the player, not raising a weapon, and ignoring further blackjack attempts.
TagsNo tags attached.

Relationships

related to 0003547 resolvedgrayman An instance of a failed KO freezing an AI 

Activities

grayman

grayman

24.09.2013 00:31

viewer   ~0006189

For the example given (in Lords & Legacy) the problem was that the guard began to draw his weapon, then knelt down, which killed the weapon drawing animation. When he stood up, the code thought he was still drawing his weapon, so it was waiting for him to finish, which he never would. This put him into a state where he would not draw his weapon or chase the player or enter into combat.

The solution is a “belt and suspenders” one. First, disallow kneeling when in the act of drawing a weapon. Second, provide a timeout during weapon drawing that—-when it ends—-will cause a check of whether the weapon is out. If not, redraw the weapon. This might be the solution to issue 0003547.

Rev. 5891:

AgitatedSearchingState.cpp
CombatState.cpp
State.cpp
State.h
InvestigateSpotTask.cpp
grayman

grayman

24.09.2013 00:34

viewer  

bug3563.map (60,578 bytes)   
Version 2
// entity 0
{
"classname" "worldspawn"
"difficulty0Name" "Easy"
"difficulty1Name" "Hard"
"difficulty2Name" "Expert"
"editor_drLastCameraPos" "471.292 325.401 640.502"
"editor_drLastCameraAngle" "-23.4 260.7 0"
"editor_drMapPos1" "1738.55 1171.14 -520.531"
"editor_drMapAngle1" "14.7001 87.8977 0"
"editor_drMapPos2" "414.798 255.441 -264.933"
"editor_drMapAngle2" "2.10002 84.5976 0"
"editor_drMapPos3" "-749.97 -1606.21 -470.066"
"editor_drMapAngle3" "-3.29998 6.59757 0"
"editor_drMapPos4" "1014.05 -953.679 -556.857"
"editor_drMapAngle4" "-10.2 355.498 0"
"editor_drMapPos5" "987.599 3513.79 -319.877"
"editor_drMapAngle5" "-61.1999 172.198 0"
"editor_drMapPos6" "-1032.5 -2840 739.5"
"editor_drMapAngle6" "-77.0999 175.798 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 -400 ) ( ( 0.015625 6.829904419802801e-010 114.75 ) ( -6.829904419802801e-010 0.015625 112.875 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 384 ) ( ( -0.015625 -6.829904419802801e-010 13.24999904632568 ) ( 6.829904419802801e-010 -0.015625 112.875 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 -152 ) ( ( -3.414952209901401e-010 0.0078125 0.06249978020787239 ) ( -0.0078125 -3.414952209901401e-010 248.375 ) ) "textures/darkmod/wood/boards/rough_wood_brown_dull" 0 0 0
( -1 0 0 160 ) ( ( -3.414952209901401e-010 0.0078125 -2.212889000929863e-007 ) ( -0.0078125 -3.414952209901401e-010 248.4375 ) ) "textures/darkmod/wood/boards/rough_wood_brown_dull" 0 0 0
( 1 0 0 -352 ) ( ( -6.829904419802801e-010 0.015625 3.934025016860687e-007 ) ( -0.015625 -6.829904419802801e-010 13.25 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 136 ) ( ( 0.02604166604578495 0 0 ) ( 0 0.02604166604578495 0.2083333283662796 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 1
{
brushDef3
{
( 0 0 1 -256 ) ( ( 0.015625 6.829904419802801e-010 120.75 ) ( -6.829904419802801e-010 0.015625 109.875 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 248 ) ( ( -0.015625 -6.829904419802801e-010 7.249999046325684 ) ( 6.829904419802801e-010 -0.015625 109.875 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 -576 ) ( ( -6.829904419802801e-010 0.015625 1.092784714273876e-006 ) ( -0.015625 -6.829904419802801e-010 19.125 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 352 ) ( ( -3.414952209901401e-010 0.0078125 -2.868559931812342e-007 ) ( -0.0078125 -3.414952209901401e-010 249.9375 ) ) "textures/darkmod/wood/boards/rough_wood_brown_dull" 0 0 0
( 1 0 0 -368 ) ( ( -6.829904419802801e-010 0.015625 1.256702546470478e-007 ) ( -0.015625 -6.829904419802801e-010 7.125 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 536 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 2
{
brushDef3
{
( 0 0 1 -384 ) ( ( 0 -0.015625 18.125 ) ( 0.015625 0 120.75 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 256 ) ( ( 0 0.015625 18.125 ) ( -0.015625 0 7.25 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 352 ) ( ( 0.015625 0 43.625 ) ( 0 0.0078125 256 ) ) "textures/darkmod/plaster/framed_01" 0 0 0
( 0 -1 0 -576 ) ( ( 0.015625 0 108.875 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -368 ) ( ( 0.0078125 0 1.1875 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster_dirty01_brown" 0 0 0
( 0 1 0 536 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 3
{
brushDef3
{
( 0 0 1 -400 ) ( ( 0.015625 6.829904419802801e-010 120.75 ) ( -6.829904419802801e-010 0.015625 109.875 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 152 ) ( ( 0.015625 0 122 ) ( 0 0.015625 0.125 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 384 ) ( ( -0.015625 -6.829904419802801e-010 7.249999046325684 ) ( 6.829904419802801e-010 -0.015625 109.875 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 352 ) ( ( -3.414952209901401e-010 0.0078125 -2.868559931812342e-007 ) ( -0.0078125 -3.414952209901401e-010 249.9375 ) ) "textures/darkmod/wood/boards/rough_wood_brown_dull" 0 0 0
( 1 0 0 -368 ) ( ( -6.829904419802801e-010 0.015625 1.256702546470478e-007 ) ( -0.015625 -6.829904419802801e-010 7.125 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 -344 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 4
{
brushDef3
{
( 0 0 1 -384 ) ( ( 0 -0.015625 18.125 ) ( 0.015625 0 120.75 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 256 ) ( ( 0 0.015625 18.125 ) ( -0.015625 0 7.25 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 352 ) ( ( 0.015625 0 43.625 ) ( 0 0.0078125 256 ) ) "textures/darkmod/plaster/framed_01" 0 0 0
( 1 0 0 -368 ) ( ( 0.0078125 0 0 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster_dirty01_brown" 0 0 0
( 0 -1 0 -344 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 304 ) ( ( 0.02604166604578495 0 0 ) ( 0 0.02604166604578495 0 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 5
{
brushDef3
{
( 0 0 1 -256 ) ( ( 0.0078125 3.414952209901401e-010 61.875 ) ( -3.414952209901401e-010 0.0078125 57.9375 ) ) "textures/darkmod/wood/boards/old_small_grainy" 0 0 0
( 0 1 0 320 ) ( ( -6.829904419802801e-010 0.015625 5.409283971857803e-007 ) ( -0.015625 -6.829904419802801e-010 112.25 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 248 ) ( ( -6.829904419802801e-010 0.015625 126.875 ) ( -0.015625 -6.829904419802801e-010 121.75 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 -576 ) ( ( -6.829904419802801e-010 0.015625 2.458765493429382e-007 ) ( -0.015625 -6.829904419802801e-010 119 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -512 ) ( ( -6.829904419802801e-010 0.015625 0 ) ( -0.015625 -6.829904419802801e-010 4.25 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 368 ) ( ( 0.02604166604578495 0 0 ) ( 0 0.02604166604578495 0 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 6
{
brushDef3
{
( 0 0 1 -400 ) ( ( 0.015625 6.829904419802801e-010 122.875 ) ( -6.829904419802801e-010 0.015625 109.875 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 384 ) ( ( -1.707476160461852e-009 0.0390625 0 ) ( -0.0390625 -1.707476160461852e-009 0 ) ) "textures/darkmod/wood/boards/pagfloor02_dark" 0 0 0
( 0 -1 0 -576 ) ( ( -6.829904419802801e-010 0.015625 0.1249995231628418 ) ( -0.015625 -6.829904419802801e-010 118.125 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -512 ) ( ( 0.02604166604578495 0 1.25 ) ( 0 0.02604166604578495 0 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 368 ) ( ( 0.02604166604578495 0 1.458333253860474 ) ( 0 0.02604166604578495 0.2083333283662796 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 320 ) ( ( 0.02604166604578495 0 15.8333330154419 ) ( 0 0.02604166604578495 0.2083333283662796 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 7
{
brushDef3
{
( 0 0 1 -384 ) ( ( 0 -0.015625 17.875 ) ( 0.015625 0 127.75 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 256 ) ( ( 0 0.015625 17.875 ) ( -0.015625 0 0.25 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -368 ) ( ( 0.0078125 0 1.1875 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster_dirty01_brown" 0 0 0
( -1 0 0 352 ) ( ( 0.0078125 0 0 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster_dirty01_brown" 0 0 0
( 0 -1 0 -520 ) ( ( 0.02604166604578495 0 118.4166641235352 ) ( 0 0.02604166604578495 0 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 474 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 8
{
brushDef3
{
( 0 0 1 -384 ) ( ( 0 -0.015625 17.875 ) ( 0.015625 0 127.75 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 256 ) ( ( 0 0.015625 17.875 ) ( -0.015625 0 0.25 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 360 ) ( ( 0.015625 0 76.26559448242188 ) ( 0 0.015625 6 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -368 ) ( ( 0.0078125 0 1.1875 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster_dirty01_brown" 0 0 0
( -1 0 0 352 ) ( ( 0.0078125 0 0 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster_dirty01_brown" 0 0 0
( 0 -1 0 -406 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 9
{
brushDef3
{
( 0 0 -1 256 ) ( ( 0 0.015625 17.75 ) ( -0.015625 0 0.25 ) ) "textures/common/nodraw" 0 0 0
( 1 0 0 -360 ) ( ( 0.02604166604578495 0 0.625 ) ( 0 0.02604166604578495 0 ) ) "textures/editor/visportal" 0 0 0
( -1 0 0 344 ) ( ( 0.015625 0 2.375 ) ( 0 0.015625 0 ) ) "textures/common/nodraw" 0 0 0
( 0 1 0 406 ) ( ( 0.015625 0 127.875 ) ( 0 0.015625 0 ) ) "textures/common/nodraw" 0 0 0
( 0 -1 0 -474 ) ( ( 0.015625 0 0.125 ) ( 0 0.015625 0 ) ) "textures/common/nodraw" 0 0 0
( 0 0 1 -362 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125 ) ) "textures/common/nodraw" 0 0 0
}
}
// primitive 10
{
brushDef3
{
( 0 0 1 -384 ) ( ( 0 -0.015625 17.875 ) ( 0.015625 0 127.75 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -368 ) ( ( 0.0078125 0 1.1875 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster_dirty01_brown" 0 0 0
( -1 0 0 352 ) ( ( 0.0078125 0 0 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster_dirty01_brown" 0 0 0
( 0 1 0 406 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 -474 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 362 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 11
{
brushDef3
{
( 0 0 1 -384 ) ( ( -0.015625 0 3.125 ) ( 0 -0.015625 127.875 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 256 ) ( ( -0.015625 0 3.125 ) ( 0 -0.015625 0.125 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 576 ) ( ( 0.0078125 0 1.25 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster_dirty01_brown" 0 0 0
( 0 -1 0 -592 ) ( ( 0.015625 0 2.25 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -512 ) ( ( 0.02604166604578495 0 14.99999523162842 ) ( 0 0.02604166604578495 0 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 474 ) ( ( 0.015625 0 113.25 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 12
{
brushDef3
{
( 0 0 1 -384 ) ( ( -0.015625 0 3.125 ) ( 0 -0.015625 127.875 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 256 ) ( ( -0.015625 0 3.125 ) ( 0 -0.015625 0.125 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 368 ) ( ( 0.015625 0 61.51559448242188 ) ( 0 0.015625 6 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 576 ) ( ( 0.0078125 0 1.25 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster_dirty01_brown" 0 0 0
( 0 -1 0 -592 ) ( ( 0.015625 0 2.25 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -406 ) ( ( 0.015625 0 14.75 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 13
{
brushDef3
{
( 0 0 -1 256 ) ( ( -0.015625 0 2.875 ) ( 0 -0.015625 0.125 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 592 ) ( ( 0.02604166604578495 0 0.8333384394645691 ) ( 0 0.02604166604578495 0 ) ) "textures/darkmod/sfx/black_near" 0 0 0
( 0 -1 0 -608 ) ( ( 0.015625 0 2.25 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 406 ) ( ( 0.015625 0 113 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -474 ) ( ( 0.015625 0 15 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
( 0 0 1 -362 ) ( ( 0 -0.015625 0.125 ) ( 0.015625 0 15 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 14
{
brushDef3
{
( 0 0 1 -384 ) ( ( -0.015625 0 3.125 ) ( 0 -0.015625 127.875 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 576 ) ( ( 0.0078125 0 1.25 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster_dirty01_brown" 0 0 0
( 0 -1 0 -592 ) ( ( 0.015625 0 2.25 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 406 ) ( ( 0.015625 0 113.25 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -474 ) ( ( 0.015625 0 14.75 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 362 ) ( ( 0 0.015625 0.125 ) ( -0.015625 0 113.25 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 15
{
brushDef3
{
( 0 0 -1 240 ) ( ( -0.015625 0 3.125 ) ( 0 -0.015625 0.125 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 576 ) ( ( 0.02604166604578495 0 0.8333384394645691 ) ( 0 0.02604166604578495 125.2916641235352 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 -592 ) ( ( 0.015625 0 2.25 ) ( 0 0.015625 126.375 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 406 ) ( ( 0.015625 0 113.25 ) ( 0 0.015625 126.375 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -474 ) ( ( 0.015625 0 14.75 ) ( 0 0.015625 126.375 ) ) "textures/common/caulk" 0 0 0
( 0 0 1 -256 ) ( ( -0.01302083302289248 -1.138317329285599e-009 0 ) ( 1.138317329285599e-009 -0.01302083302289248 0 ) ) "textures/darkmod/wood/boards/rough_wood_brown" 0 0 0
}
}
// primitive 16
{
brushDef3
{
( 0 0 1 -384 ) ( ( 0.015625 0 17.125 ) ( 0 0.015625 113.875 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 256 ) ( ( 0.015625 0 17.125 ) ( 0 0.015625 14.125 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 -320 ) ( ( 0.0078125 0 250.25 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster_dirty01_brown" 0 0 0
( 0 1 0 304 ) ( ( 0.0078125 0 6.9375 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster02" 0 0 0
( -1 0 0 368 ) ( ( 0.02604166604578495 0 119.6666641235352 ) ( 0 0.02604166604578495 0 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -406 ) ( ( 0.015625 0 127.25 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 17
{
brushDef3
{
( 0 0 1 -384 ) ( ( 0.015625 0 17.125 ) ( 0 0.015625 113.875 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 256 ) ( ( 0.015625 0 17.125 ) ( 0 0.015625 14.125 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -512 ) ( ( 0.015625 0 75.51559448242188 ) ( 0 0.015625 6 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 -320 ) ( ( 0.0078125 0 250.25 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster_dirty01_brown" 0 0 0
( 0 1 0 304 ) ( ( 0.0078125 0 6.9375 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster02" 0 0 0
( -1 0 0 474 ) ( ( 0.015625 0 0.75 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 18
{
brushDef3
{
( 0 0 1 -384 ) ( ( 0.015625 0 17.125 ) ( 0 0.015625 113.875 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 -320 ) ( ( 0.0078125 0 250.25 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster_dirty01_brown" 0 0 0
( 0 1 0 304 ) ( ( 0.0078125 0 6.9375 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster02" 0 0 0
( 1 0 0 -474 ) ( ( 0.015625 0 127.25 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 406 ) ( ( 0.015625 0 0.75 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 362 ) ( ( 0 -0.015625 114.125 ) ( 0.015625 0 127.25 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 19
{
brushDef3
{
( 0 0 -1 240 ) ( ( 0.015625 0 17.125 ) ( 0 0.015625 14.125 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 -320 ) ( ( 0.02604166604578495 0 105.5 ) ( 0 0.02604166604578495 125.2916641235352 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 304 ) ( ( 0.015625 0 16.25 ) ( 0 0.015625 127.75 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -474 ) ( ( 0.015625 0 127.25 ) ( 0 0.015625 126.375 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 406 ) ( ( 0.015625 0 0.75 ) ( 0 0.015625 126.375 ) ) "textures/common/caulk" 0 0 0
( 0 0 1 -256 ) ( ( -0.01302083302289248 -1.138317329285599e-009 0 ) ( 1.138317329285599e-009 -0.01302083302289248 0 ) ) "textures/darkmod/wood/boards/rough_wood_brown" 0 0 0
}
}
// primitive 20
{
brushDef3
{
( 0 0 1 -256 ) ( ( -5.691586646427993e-010 0.01302083302289248 0 ) ( -0.01302083302289248 -5.691586646427993e-010 0 ) ) "textures/darkmod/wood/boards/rough_wood_brown" 0 0 0
( 0 1 0 344 ) ( ( -6.829904419802801e-010 0.015625 6.88454292685492e-007 ) ( -0.015625 -6.829904419802801e-010 499.625 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 248 ) ( ( -6.829904419802801e-010 0.015625 507.875 ) ( -0.015625 -6.829904419802801e-010 505.75 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 -536 ) ( ( -6.829904419802801e-010 0.015625 512 ) ( -0.015625 -6.829904419802801e-010 500.125 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -368 ) ( ( -6.829904419802801e-010 0.015625 0 ) ( -0.015625 -6.829904419802801e-010 4.25 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 352 ) ( ( 0.02604166604578495 0 127.7916641235352 ) ( 0 0.02604166604578495 0 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 21
{
brushDef3
{
( 0 0 1 -392 ) ( ( 0.0078125 6.829904419802801e-010 9.124999046325684 ) ( -6.829904419802801e-010 0.0078125 9.09375 ) ) "textures/darkmod/wood/boards/rough_wood_brown_dull" 0 0 0
( 0 -1 0 -604 ) ( ( -3.414952209901401e-010 0.0078125 1.062500357627869 ) ( -0.0078125 -3.414952209901401e-010 253.1875 ) ) "textures/darkmod/wood/boards/rough_wood_brown_dull" 0 0 0
( 0 0 -1 384 ) ( ( -1.707476160461852e-009 0.0390625 0 ) ( -0.0390625 -1.707476160461852e-009 0 ) ) "textures/darkmod/wood/boards/pagfloor02_dark" 0 0 0
( 1 0 0 -324 ) ( ( -3.414952209901401e-010 0.0078125 1.0625 ) ( -0.0078125 -3.414952209901401e-010 249.0625 ) ) "textures/darkmod/wood/boards/rough_wood_brown_dull" 0 0 0
( -1 0 0 188 ) ( ( -3.414952209901401e-010 0.0078125 1.062500953674316 ) ( -0.0078125 -3.414952209901401e-010 6.78125 ) ) "textures/darkmod/wood/boards/rough_wood_brown_dull" 0 0 0
( 0 1 0 536 ) ( ( 0.02604166604578495 0 118.833366394043 ) ( 0 0.02604166604578495 3.749999523162842 ) ) "textures/common/caulk" 0 0 0
( 0.7071068286895752 -0.7071068286895752 0 -653.3818969726563 ) ( ( -3.414952209901401e-010 0.0078125 1.062500357627869 ) ( -0.0078125 -3.414952209901401e-010 246.0379028320313 ) ) "textures/darkmod/wood/boards/rough_wood_brown_dull" 0 0 0
( -0.7071068286895752 -0.7071068286895752 0 -291.2993469238281 ) ( ( -3.414952209901401e-010 0.0078125 1.062500834465027 ) ( -0.0078125 -3.414952209901401e-010 2.854332447052002 ) ) "textures/darkmod/wood/boards/rough_wood_brown_dull" 0 0 0
}
}
// primitive 22
{
brushDef3
{
( 0 0 1 -384 ) ( ( -0.015625 0 5.125 ) ( 0 -0.0078125 250.875 ) ) "textures/darkmod/plaster/framed_01" 0 0 0
( 0 -1 0 -600 ) ( ( 0.015625 0 11 ) ( 0 0.0078125 1 ) ) "textures/darkmod/plaster/framed_01" 0 0 0
( 0 0 -1 256 ) ( ( -0.015625 0 7.125 ) ( 0 -0.015625 17.75 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -320 ) ( ( 0.015625 0 25.375 ) ( 0 0.0078125 1 ) ) "textures/darkmod/plaster/framed_01" 0 0 0
( 0 1 0 536 ) ( ( 0.02604166604578495 0 118.833366394043 ) ( 0 0.02604166604578495 3.541666269302368 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 304 ) ( ( 0.0078125 0 -6.4375 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster_dirty01_brown" 0 0 0
}
}
// primitive 23
{
brushDef3
{
( 0 0 1 -384 ) ( ( -0.015625 0 5.125 ) ( 0 -0.0078125 250.875 ) ) "textures/darkmod/plaster/framed_01" 0 0 0
( 0 -1 0 -600 ) ( ( 0.015625 0 11 ) ( 0 0.0078125 1 ) ) "textures/darkmod/plaster/framed_01" 0 0 0
( 0 0 -1 256 ) ( ( -0.015625 0 7.125 ) ( 0 -0.015625 17.75 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -304 ) ( ( 0.015625 0 10.375 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 208 ) ( ( 0.015625 0 117.625 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 584 ) ( ( 0.0078125 0 2.4375 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster_dirty01_brown" 0 0 0
}
}
// primitive 24
{
brushDef3
{
( 0 0 1 -392 ) ( ( -0.0078125 -6.829904419802801e-010 2.249999523162842 ) ( 6.829904419802801e-010 -0.0078125 13.09375 ) ) "textures/darkmod/wood/boards/rough_wood_brown_dull" 0 0 0
( 0 1 0 276 ) ( ( -3.414952209901401e-010 0.0078125 1.06249988079071 ) ( -0.0078125 -3.414952209901401e-010 249.1875 ) ) "textures/darkmod/wood/boards/rough_wood_brown_dull" 0 0 0
( 0 0 -1 384 ) ( ( -1.707476160461852e-009 0.0390625 0 ) ( -0.0390625 -1.707476160461852e-009 0 ) ) "textures/darkmod/wood/boards/pagfloor02_dark" 0 0 0
( -1 0 0 188 ) ( ( -3.414952209901401e-010 0.0078125 1.062500476837158 ) ( -0.0078125 -3.414952209901401e-010 255.9375 ) ) "textures/darkmod/wood/boards/rough_wood_brown_dull" 0 0 0
( 1 0 0 -324 ) ( ( -3.414952209901401e-010 0.0078125 1.062500476837158 ) ( -0.0078125 -3.414952209901401e-010 255.90625 ) ) "textures/darkmod/wood/boards/rough_wood_brown_dull" 0 0 0
( 0 -1 0 -344 ) ( ( 0.02604166604578495 0 105.5000228881836 ) ( 0 0.02604166604578495 3.749999523162842 ) ) "textures/common/caulk" 0 0 0
( -0.7071068286895752 0.7071068286895752 0 330.9114379882813 ) ( ( -3.414952209901401e-010 0.0078125 1.062500476837158 ) ( -0.0078125 -3.414952209901401e-010 248.0708465576172 ) ) "textures/darkmod/wood/boards/rough_wood_brown_dull" 0 0 0
( 0.7071068286895752 0.7071068286895752 0 -31.08243942260742 ) ( ( -3.414952209901401e-010 0.0078125 1.062500476837158 ) ( -0.0078125 -3.414952209901401e-010 251.1645660400391 ) ) "textures/darkmod/wood/boards/rough_wood_brown_dull" 0 0 0
}
}
// primitive 25
{
brushDef3
{
( 0 0 1 -384 ) ( ( 0.015625 0 18.875 ) ( 0 0.0078125 246.875 ) ) "textures/darkmod/plaster/framed_01" 0 0 0
( 0 1 0 280 ) ( ( 0.015625 0 19 ) ( 0 0.0078125 1 ) ) "textures/darkmod/plaster/framed_01" 0 0 0
( 0 0 -1 256 ) ( ( 0.015625 0 20.875 ) ( 0 0.015625 25.75 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -320 ) ( ( 0.015625 0 18.375 ) ( 0 0.0078125 1 ) ) "textures/darkmod/plaster/framed_01" 0 0 0
( 0 -1 0 -344 ) ( ( 0.02604166604578495 0 105.5000228881836 ) ( 0 0.02604166604578495 3.541666269302368 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 304 ) ( ( 0.0078125 0 -0.4375 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster_dirty01_brown" 0 0 0
}
}
// primitive 26
{
brushDef3
{
( 0 0 1 -384 ) ( ( 0.015625 0 18.875 ) ( 0 0.0078125 246.875 ) ) "textures/darkmod/plaster/framed_01" 0 0 0
( 0 1 0 280 ) ( ( 0.015625 0 19 ) ( 0 0.0078125 1 ) ) "textures/darkmod/plaster/framed_01" 0 0 0
( 0 0 -1 256 ) ( ( 0.015625 0 20.875 ) ( 0 0.015625 25.75 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -304 ) ( ( 0.015625 0 10.375 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 208 ) ( ( 0.015625 0 117.625 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 -296 ) ( ( 0.0078125 0 4.4375 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster_dirty01_brown" 0 0 0
}
}
// primitive 27
{
brushDef3
{
( 0 0 1 -384 ) ( ( 0 -0.015625 12.125 ) ( 0.015625 0 123.75 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 256 ) ( ( 0 0.015625 12.125 ) ( -0.015625 0 4.25 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 344 ) ( ( 0.015625 0 72.51559448242188 ) ( 0 0.0078125 3 ) ) "textures/darkmod/plaster/framed_01" 0 0 0
( 1 0 0 -368 ) ( ( 0.0078125 0 0 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster_dirty01_brown" 0 0 0
( 0 -1 0 -360 ) ( ( 0.0078125 0 0 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster_dirty01_brown" 0 0 0
( -1 0 0 304 ) ( ( 0.0078125 0 -0.4375 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster_dirty01_brown" 0 0 0
}
}
// primitive 28
{
brushDef3
{
( 0 0 1 -384 ) ( ( 0 -0.015625 12.125 ) ( 0.015625 0 123.75 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 256 ) ( ( 0 0.015625 12.125 ) ( -0.015625 0 4.25 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 -536 ) ( ( 0.015625 0 91.49996948242188 ) ( 0 0.0078125 3 ) ) "textures/darkmod/plaster/framed_01" 0 0 0
( 1 0 0 -368 ) ( ( 0.0078125 0 1.1875 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster_dirty01_brown" 0 0 0
( 0 1 0 520 ) ( ( 0.0078125 0 0 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster_dirty01_brown" 0 0 0
( -1 0 0 304 ) ( ( 0.0078125 0 -6.4375 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster_dirty01_brown" 0 0 0
}
}
// primitive 29
{
brushDef3
{
( 0 0 1 -384 ) ( ( 0.015625 0 11.5 ) ( 0 0.015625 113.875 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 256 ) ( ( 0.015625 0 11.5 ) ( 0 0.015625 14.125 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -512 ) ( ( 0.015625 0 69.89059448242188 ) ( 0 0.015625 6 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 40 ) ( ( 0.0078125 0 -1.0625 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster02" 0 0 0
( 0 1 0 -56 ) ( ( 0.02604166604578495 0 0.4166666567325592 ) ( 0 0.02604166604578495 0 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 176 ) ( ( 0.015625 0 6.625 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 30
{
brushDef3
{
( 0 0 1 -256 ) ( ( 0.0078125 3.414952209901401e-010 59.75 ) ( -3.414952209901401e-010 0.0078125 57.9375 ) ) "textures/darkmod/wood/boards/old_small_grainy" 0 0 0
( 0 1 0 -40 ) ( ( -6.829904419802801e-010 0.015625 5.409283971857803e-007 ) ( -0.015625 -6.829904419802801e-010 112.25 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 248 ) ( ( -6.829904419802801e-010 0.015625 126.875 ) ( -0.015625 -6.829904419802801e-010 126 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 -304 ) ( ( -6.829904419802801e-010 0.015625 2.458765493429382e-007 ) ( -0.015625 -6.829904419802801e-010 119 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -512 ) ( ( -6.829904419802801e-010 0.015625 1.85773401994993e-007 ) ( -0.015625 -6.829904419802801e-010 8.5 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 368 ) ( ( 0.02604166604578495 0 7.083333015441895 ) ( 0 0.02604166604578495 0 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 31
{
brushDef3
{
( 0 0 1 -256 ) ( ( 0.0078125 3.414952209901401e-010 59.75 ) ( -3.414952209901401e-010 0.0078125 59.4375 ) ) "textures/darkmod/wood/boards/old_small_grainy" 0 0 0
( 0 1 0 -40 ) ( ( -6.829904419802801e-010 0.015625 6.720625833622762e-007 ) ( -0.015625 -6.829904419802801e-010 115.25 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 248 ) ( ( -6.829904419802801e-010 0.015625 123.875 ) ( -0.015625 -6.829904419802801e-010 126 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 -136 ) ( ( -6.829904419802801e-010 0.015625 1.038145356346831e-007 ) ( -0.015625 -6.829904419802801e-010 115.75 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -368 ) ( ( -6.829904419802801e-010 0.015625 1.803094846763997e-007 ) ( -0.015625 -6.829904419802801e-010 8.375 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 176 ) ( ( 0.02604166604578495 0 7.083333015441895 ) ( 0 0.02604166604578495 0 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 32
{
brushDef3
{
( 0 0 1 -400 ) ( ( 0.015625 6.829904419802801e-010 118.625 ) ( -6.829904419802801e-010 0.015625 109.875 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 384 ) ( ( -1.707476160461852e-009 0.0390625 4.644335263037647e-007 ) ( -0.0390625 -1.707476160461852e-009 10.625 ) ) "textures/darkmod/wood/boards/pagfloor02_dark" 0 0 0
( 0 -1 0 -304 ) ( ( -6.829904419802801e-010 0.015625 0.1249995231628418 ) ( -0.015625 -6.829904419802801e-010 118.125 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -512 ) ( ( 0.02604166604578495 0 122.1666641235352 ) ( 0 0.02604166604578495 0 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 368 ) ( ( 0.02604166604578495 0 8.541666030883789 ) ( 0 0.02604166604578495 0.2083333283662796 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 -40 ) ( ( 0.02604166604578495 0 15.8333330154419 ) ( 0 0.02604166604578495 0.2083333283662796 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 33
{
brushDef3
{
( 0 0 1 -400 ) ( ( 0.015625 6.829904419802801e-010 118.625 ) ( -6.829904419802801e-010 0.015625 112.875 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 384 ) ( ( -1.707476160461852e-009 0.0390625 248.5 ) ( -0.0390625 -1.707476160461852e-009 10.625 ) ) "textures/darkmod/wood/boards/pagfloor02_dark" 0 0 0
( 0 -1 0 -136 ) ( ( -6.829904419802801e-010 0.015625 0.1249993965029717 ) ( -0.015625 -6.829904419802801e-010 115.25 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -368 ) ( ( 0.02604166604578495 0 122.1666641235352 ) ( 0 0.02604166604578495 0 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 176 ) ( ( 0.02604166604578495 0 8.541666030883789 ) ( 0 0.02604166604578495 0.2083333283662796 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 -40 ) ( ( 0.02604166604578495 0 10.8333330154419 ) ( 0 0.02604166604578495 0.2083333283662796 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 34
{
brushDef3
{
( 0 0 1 -384 ) ( ( 0 -0.015625 15.125 ) ( 0.015625 0 114.75 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 256 ) ( ( 0 0.015625 15.125 ) ( -0.015625 0 13.25 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 -152 ) ( ( 0.015625 0 40.515625 ) ( 0 0.0078125 256 ) ) "textures/darkmod/plaster/framed_01" 0 0 0
( 1 0 0 -352 ) ( ( 0.015625 0 114.75 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 136 ) ( ( 0.0078125 0 0 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster02" 0 0 0
( -1 0 0 176 ) ( ( 0.02604166604578495 0 127.9479141235352 ) ( 0 0.02604166604578495 0 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 35
{
brushDef3
{
( 0 0 1 -416 ) ( ( 0.01116071455180645 0 2.053571462631226 ) ( 0 0.01116071455180645 123.6249923706055 ) ) "textures/common/monster_clip" 0 0 0
( 1 0 0 -376 ) ( ( 0.01116071455180645 0 4.470348358154297e-008 ) ( 0 0.01116071455180645 0 ) ) "textures/common/monster_clip" 0 0 0
( 0 0 -1 256 ) ( ( 0.01116071455180645 0 2.053571462631226 ) ( 0 0.01116071455180645 4.464285850524902 ) ) "textures/common/monster_clip" 0 0 0
( 0 -1 0 -520 ) ( ( 0.01116071455180645 0 119.6964263916016 ) ( 0 0.01116071455180645 3.392857313156128 ) ) "textures/common/monster_clip" 0 0 0
( -1 0 0 344 ) ( ( 0.01116071455180645 0 0.8928593397140503 ) ( 0 0.01116071455180645 0 ) ) "textures/common/monster_clip" 0 0 0
( 0 1 0 464 ) ( ( 0.01116071455180645 0 0.0892857164144516 ) ( 0 0.01116071455180645 0 ) ) "textures/common/monster_clip" 0 0 0
}
}
// primitive 36
{
brushDef3
{
( 0 0 1 -416 ) ( ( 0.01116071455180645 0 2.142857074737549 ) ( 0 0.01116071455180645 123.6249923706055 ) ) "textures/common/monster_clip" 0 0 0
( 0 1 0 384 ) ( ( 0.01116071455180645 0 8.482143402099609 ) ( 0 0.01116071455180645 3.392857313156128 ) ) "textures/common/monster_clip" 0 0 0
( 1 0 0 -376 ) ( ( 0.01116071455180645 0 0.08928576111793518 ) ( 0 0.01116071455180645 0 ) ) "textures/common/monster_clip" 0 0 0
( 0 0 -1 256 ) ( ( 0.01116071455180645 0 2.142857074737549 ) ( 0 0.01116071455180645 4.464285850524902 ) ) "textures/common/monster_clip" 0 0 0
( -1 0 0 344 ) ( ( 0.01116071455180645 0 0.8035736083984375 ) ( 0 0.01116071455180645 0 ) ) "textures/common/monster_clip" 0 0 0
( 0 -1 0 -416 ) ( ( 0.01116071455180645 0 127.9107131958008 ) ( 0 0.01116071455180645 0 ) ) "textures/common/monster_clip" 0 0 0
}
}
// primitive 37
{
brushDef3
{
( 0 0 1 -384 ) ( ( 0.015625 0 5.375 ) ( 0 0.015625 124.125 ) ) "textures/common/monster_clip" 0 0 0
( 1 0 0 -512 ) ( ( 0.015625 0 5.375 ) ( 0 0.015625 0 ) ) "textures/common/monster_clip" 0 0 0
( 0 0 -1 256 ) ( ( 0.015625 0 5.375 ) ( 0 0.015625 3.875 ) ) "textures/common/monster_clip" 0 0 0
( 0 -1 0 -496 ) ( ( 0.015625 0 125.875 ) ( 0 0.015625 0 ) ) "textures/common/monster_clip" 0 0 0
( -1 0 0 486 ) ( ( 0.015625 0 122.625 ) ( 0 0.015625 0 ) ) "textures/common/monster_clip" 0 0 0
( 0 1 0 400 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) "textures/common/monster_clip" 0 0 0
}
}
// primitive 38
{
brushDef3
{
( 0 0 1 -384 ) ( ( 0.015625 0 6.25 ) ( 0 0.015625 125.875 ) ) "textures/common/monster_clip" 0 0 0
( 0 1 0 488 ) ( ( 0.015625 0 2 ) ( 0 0.015625 0 ) ) "textures/common/monster_clip" 0 0 0
( 1 0 0 -400 ) ( ( 0.015625 0 6.25 ) ( 0 0.015625 0 ) ) "textures/common/monster_clip" 0 0 0
( 0 0 -1 256 ) ( ( 0.015625 0 6.25 ) ( 0 0.015625 2.125 ) ) "textures/common/monster_clip" 0 0 0
( 0 -1 0 -570 ) ( ( 0.015625 0 127.625 ) ( 0 0.015625 0 ) ) "textures/common/monster_clip" 0 0 0
( -1 0 0 368 ) ( ( 0.015625 0 121.75 ) ( 0 0.015625 0 ) ) "textures/common/monster_clip" 0 0 0
}
}
// primitive 39
{
brushDef3
{
( 0 0 1 -384 ) ( ( 0.015625 0 5.375 ) ( 0 0.015625 124.125 ) ) "textures/common/monster_clip" 0 0 0
( 0 1 0 320 ) ( ( 0.015625 0 3.875 ) ( 0 0.015625 0 ) ) "textures/common/monster_clip" 0 0 0
( 1 0 0 -512 ) ( ( 0.015625 0 5.375 ) ( 0 0.015625 0 ) ) "textures/common/monster_clip" 0 0 0
( 0 0 -1 256 ) ( ( 0.015625 0 5.375 ) ( 0 0.015625 3.875 ) ) "textures/common/monster_clip" 0 0 0
( -1 0 0 480 ) ( ( 0.015625 0 122.625 ) ( 0 0.015625 0 ) ) "textures/common/monster_clip" 0 0 0
( 0 -1 0 -400 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) "textures/common/monster_clip" 0 0 0
}
}
// primitive 40
{
brushDef3
{
( 0 0 1 -384 ) ( ( 0.015625 0 19.125 ) ( 0 0.0078125 247.75 ) ) "textures/darkmod/plaster/framed_01" 0 0 0
( 0 1 0 296 ) ( ( 0.015625 0 17.25 ) ( 0 0.0078125 1 ) ) "textures/darkmod/plaster/framed_01" 0 0 0
( 0 0 -1 256 ) ( ( 0.015625 0 21.125 ) ( 0 0.015625 24 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -208 ) ( ( 0.015625 0 18.625 ) ( 0 0.0078125 1 ) ) "textures/darkmod/plaster/framed_01" 0 0 0
( 0 -1 0 -592 ) ( ( 0.02604166604578495 0 108.8333587646484 ) ( 0 0.02604166604578495 3.541666269302368 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 192 ) ( ( 0.0078125 0 255.4375 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster_dirty01_brown" 0 0 0
}
}
// primitive 41
{
brushDef3
{
( 0 0 1 -384 ) ( ( 0 -0.015625 18.125 ) ( 0.015625 0 120.75 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 352 ) ( ( 0.015625 0 43.625 ) ( 0 0.0078125 256 ) ) "textures/darkmod/plaster/framed_01" 0 0 0
( 1 0 0 -368 ) ( ( 0.0078125 0 0 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster02" 0 0 0
( 0 0 -1 256 ) ( ( 0 0.015625 18.125 ) ( -0.015625 0 7.25 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 -304 ) ( ( 0.02604166604578495 0 0 ) ( 0 0.02604166604578495 0 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 136 ) ( ( 0.0078125 0 0 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster02" 0 0 0
}
}
// primitive 42
{
brushDef3
{
( 0 0 1 -384 ) ( ( 0.015625 0 12 ) ( 0 0.015625 109.875 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 256 ) ( ( 0.015625 0 12 ) ( 0 0.015625 18.125 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 160 ) ( ( 0.015625 0 43.640625 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/framed_01" 0 0 0
( 0 -1 0 -152 ) ( ( 0.015625 0 109.875 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -176 ) ( ( 0.0078125 0 254.4375 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster02" 0 0 0
( 0 1 0 -48 ) ( ( 0.02604166604578495 0 8.072911262512207 ) ( 0 0.02604166604578495 0 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 43
{
brushDef3
{
( 0 0 1 -256 ) ( ( 0.0078125 3.414952209901401e-010 61.875 ) ( -3.414952209901401e-010 0.0078125 57.9375 ) ) "textures/darkmod/wood/boards/old_small_grainy" 0 0 0
( 0 0 -1 248 ) ( ( -0.0078125 0 241.90625 ) ( 0 -0.0078125 8.0625 ) ) "textures/darkmod/wood/boards/rough_wood_brown_dull" 0 0 0
( 1 0 0 -352 ) ( ( -3.414952209901401e-010 0.0078125 6.010315445337255e-008 ) ( -0.0078125 -3.414952209901401e-010 249.0625 ) ) "textures/darkmod/wood/boards/rough_wood_brown_dull" 0 0 0
( -1 0 0 188 ) ( ( -3.414952209901401e-010 0.0078125 4.562376432204474e-007 ) ( -0.0078125 -3.414952209901401e-010 6.78125 ) ) "textures/darkmod/wood/boards/rough_wood_brown_dull" 0 0 0
( 0 1 0 280 ) ( ( 0.02604166604578495 0 117.583366394043 ) ( 0 0.02604166604578495 0.2083638459444046 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 -600 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 44
{
brushDef3
{
( 0 0 1 -400 ) ( ( 0.015625 6.829904419802801e-010 123.5 ) ( -6.829904419802801e-010 0.015625 115.875 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 384 ) ( ( -1.707476160461852e-009 0.0390625 0 ) ( -0.0390625 -1.707476160461852e-009 0 ) ) "textures/darkmod/wood/boards/pagfloor02_dark" 0 0 0
( 1 0 0 -368 ) ( ( 0.02604166604578495 0 127.7916641235352 ) ( 0 0.02604166604578495 0 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 208 ) ( ( 0.02604166604578495 0 0.4166666567325592 ) ( 0 0.02604166604578495 0.2083333283662796 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 -536 ) ( ( -3.414952209901401e-010 0.0078125 0.06249971315264702 ) ( -0.0078125 -3.414952209901401e-010 249.9375 ) ) "textures/darkmod/wood/boards/rough_wood_brown_dull" 0 0 0
( 0 1 0 344 ) ( ( -3.414952209901401e-010 0.0078125 0.06250035017728806 ) ( -0.0078125 -3.414952209901401e-010 249.9375 ) ) "textures/darkmod/wood/boards/rough_wood_brown_dull" 0 0 0
}
}
// primitive 45
{
brushDef3
{
( 0 0 1 -416 ) ( ( 0 0.01116071455180645 120.2321395874023 ) ( -0.01116071455180645 0 124.1606979370117 ) ) "textures/common/monster_clip" 0 0 0
( 0 -1 0 -328 ) ( ( 0.01116071455180645 0 118.1785659790039 ) ( 0 0.01116071455180645 0 ) ) "textures/common/monster_clip" 0 0 0
( 0 0 -1 256 ) ( ( 0 -0.01116071455180645 120.2321395874023 ) ( 0.01116071455180645 0 3.928571701049805 ) ) "textures/common/monster_clip" 0 0 0
( -1 0 0 360 ) ( ( 0.01116071455180645 0 120.2321319580078 ) ( 0 0.01116071455180645 3.392857313156128 ) ) "textures/common/monster_clip" 0 0 0
( 0 1 0 296 ) ( ( 0.01116071455180645 0 10.71428871154785 ) ( 0 0.01116071455180645 0 ) ) "textures/common/monster_clip" 0 0 0
( 1 0 0 -416 ) ( ( 0.01116071455180645 0 127.5535736083984 ) ( 0 0.01116071455180645 0 ) ) "textures/common/monster_clip" 0 0 0
}
}
// primitive 46
{
brushDef3
{
( 0 0 1 -416 ) ( ( 0 0.01116071455180645 120.3214263916016 ) ( -0.01116071455180645 0 124.1606979370117 ) ) "textures/common/monster_clip" 0 0 0
( 1 0 0 -512 ) ( ( 0.01116071455180645 0 7.946429252624512 ) ( 0 0.01116071455180645 3.392857313156128 ) ) "textures/common/monster_clip" 0 0 0
( 0 -1 0 -328 ) ( ( 0.01116071455180645 0 118.2678527832031 ) ( 0 0.01116071455180645 0 ) ) "textures/common/monster_clip" 0 0 0
( 0 0 -1 256 ) ( ( 0 -0.01116071455180645 120.3214263916016 ) ( 0.01116071455180645 0 3.928571701049805 ) ) "textures/common/monster_clip" 0 0 0
( 0 1 0 296 ) ( ( 0.01116071455180645 0 10.62500286102295 ) ( 0 0.01116071455180645 0 ) ) "textures/common/monster_clip" 0 0 0
( -1 0 0 464 ) ( ( 0.01116071455180645 0 0.4464307427406311 ) ( 0 0.01116071455180645 0 ) ) "textures/common/monster_clip" 0 0 0
}
}
// primitive 47
{
brushDef3
{
( 0 0 1 -384 ) ( ( 0 -0.015625 20.375 ) ( 0.015625 0 122.875 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 256 ) ( ( 0 0.015625 20.375 ) ( -0.015625 0 5.125 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 -40 ) ( ( 0.015625 0 78.76559448242188 ) ( 0 0.015625 6 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -528 ) ( ( 0.02604166604578495 0 120.5 ) ( 0 0.02604166604578495 0 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 512 ) ( ( 0.0078125 0 3.25 ) ( 0 0.0078125 0 ) ) "textures/darkmod/plaster/tiling_1d/plaster02" 0 0 0
( 0 -1 0 -576 ) ( ( 0.02604166604578495 0 114.25 ) ( 0 0.02604166604578495 0 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 48
{
brushDef3
{
( 0 0 1 -384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 127.96875 ) ) "textures/common/monster_clip" 0 0 0
( 0 1 0 570 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) "textures/common/monster_clip" 0 0 0
( 1 0 0 -512 ) ( ( 0.015625 0 127.96875 ) ( 0 0.015625 0 ) ) "textures/common/monster_clip" 0 0 0
( 0 0 -1 255 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) "textures/common/monster_clip" 0 0 0
( 0 -1 0 -592 ) ( ( 0.015625 0 127.984375 ) ( 0 0.015625 0 ) ) "textures/common/monster_clip" 0 0 0
( -1 0 0 368 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) "textures/common/monster_clip" 0 0 0
}
}
// primitive 49
{
brushDef3
{
( 0 0 1 -352 ) ( ( 0.0625 0 58.90625 ) ( 0 0.0625 0.4375 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 -136 ) ( ( 0.0625 0 63.5625 ) ( 0 0.0625 17.78125 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -1070 ) ( ( 0.0625 0 58.90625 ) ( 0 0.0625 17.78125 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 -184 ) ( ( 0.0625 0 0.4375 ) ( 0 0.0625 17.78125 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 942 ) ( ( 0.0625 0 5.09375 ) ( 0 0.0625 17.78125 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 344 ) ( ( 0.0625 0 58.90625 ) ( 0 0.0625 62.5625 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 50
{
brushDef3
{
( 0 0 1 -344 ) ( ( 0.0625 0 58.90625 ) ( 0 0.0625 0.4375 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 -144 ) ( ( 0.0625 0 63.5625 ) ( 0 0.0625 17.28125 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -1070 ) ( ( 0.0625 0 58.90625 ) ( 0 0.0625 17.28125 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 216 ) ( ( 0.0625 0 58.90625 ) ( 0 0.0625 63.5625 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 942 ) ( ( 0.0625 0 5.09375 ) ( 0 0.0625 17.28125 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 136 ) ( ( 0.0625 0 1.4375 ) ( 0 0.0625 17.28125 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 51
{
brushDef3
{
( 0 1 0 -136 ) ( ( 0.0625 0 63.5625 ) ( 0 0.0625 16.78125 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -1070 ) ( ( 0.0625 0 58.90625 ) ( 0 0.0625 16.78125 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 208 ) ( ( 0.0625 0 58.90625 ) ( 0 0.0625 63.5625 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 -184 ) ( ( 0.0625 0 127.9375 ) ( 0 0.0625 16.78125 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 942 ) ( ( 0.0625 0 5.09375 ) ( 0 0.0625 16.78125 ) ) "textures/common/caulk" 0 0 0
( 0 0 1 -216 ) ( ( 0.0625 0 58.90625 ) ( 0 0.0625 1.4375 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 52
{
brushDef3
{
( 0 0 1 -344 ) ( ( 0.0625 0 8.03125 ) ( 0 0.0625 0.625 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -1070 ) ( ( 0.0625 0 8.03125 ) ( 0 0.0625 17.28125 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 216 ) ( ( 0.0625 0 8.03125 ) ( 0 0.0625 63.375 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 -192 ) ( ( 0.0625 0 0.625 ) ( 0 0.0625 17.28125 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 942 ) ( ( 0.0625 0 55.96875 ) ( 0 0.0625 17.28125 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 184 ) ( ( 0.0625 0 62.375 ) ( 0 0.0625 17.28125 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 53
{
brushDef3
{
( 0 0 1 -344 ) ( ( 0.0625 0 59.5 ) ( 0 0.0625 1.125 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 -136 ) ( ( 0.0625 0 62.875 ) ( 0 0.0625 17.28125 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 216 ) ( ( 0.0625 0 59.5 ) ( 0 0.0625 62.875 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 -184 ) ( ( 0.0625 0 1.125 ) ( 0 0.0625 17.28125 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 934 ) ( ( 0.0625 0 4.5 ) ( 0 0.0625 17.28125 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -942 ) ( ( 0.0625 0 59.5 ) ( 0 0.0625 17.28125 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 54
{
brushDef3
{
( 0 0 1 -344 ) ( ( 0.0625 0 59.5 ) ( 0 0.0625 120.625 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 -136 ) ( ( 0.0625 0 71.375 ) ( 0 0.0625 17.28125 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 216 ) ( ( 0.0625 0 59.5 ) ( 0 0.0625 71.375 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 -184 ) ( ( 0.0625 0 120.625 ) ( 0 0.0625 17.28125 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 1070 ) ( ( 0.0625 0 4.5 ) ( 0 0.0625 17.28125 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -1078 ) ( ( 0.0625 0 59.5 ) ( 0 0.0625 17.28125 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 55
{
brushDef3
{
( 0 0 1 -344 ) ( ( 0.0625 0 0.40625 ) ( 0 0.0625 0.4375 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 -56 ) ( ( 0.0625 0 63.5625 ) ( 0 0.0625 17.28125 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -1070 ) ( ( 0.0625 0 0.40625 ) ( 0 0.0625 17.28125 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 216 ) ( ( 0.0625 0 0.40625 ) ( 0 0.0625 63.5625 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 942 ) ( ( 0.0625 0 63.59375 ) ( 0 0.0625 17.28125 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 48 ) ( ( 0.0625 0 1.4375 ) ( 0 0.0625 17.28125 ) ) "textures/common/caulk" 0 0 0
}
}
// primitive 56
{
brushDef3
{
( 0 0 1 -344 ) ( ( 0.0625 0 2.90625 ) ( 0 0.0625 0.4375 ) ) "textures/common/caulk" 0 0 0
( 0 1 0 -16 ) ( ( 0.0625 0 63.5625 ) ( 0 0.0625 17.28125 ) ) "textures/common/caulk" 0 0 0
( 1 0 0 -1070 ) ( ( 0.0625 0 2.90625 ) ( 0 0.0625 17.28125 ) ) "textures/common/caulk" 0 0 0
( 0 0 -1 216 ) ( ( 0.0625 0 2.90625 ) ( 0 0.0625 63.5625 ) ) "textures/common/caulk" 0 0 0
( -1 0 0 942 ) ( ( 0.0625 0 61.09375 ) ( 0 0.0625 17.28125 ) ) "textures/common/caulk" 0 0 0
( 0 -1 0 8 ) ( ( 0.0625 0 1.4375 ) ( 0 0.0625 17.28125 ) ) "textures/common/caulk" 0 0 0
}
}
}
// entity 1
{
"classname" "func_static"
"name" "func_static_1378"
"model" "models/darkmod/architecture/doorframes/door_frame_wood_96x48.ase"
"origin" "360 -440 256"
"rotation" "0 1 0 -1 0 0 0 0 1"
"skin" "doorframe_rough_wood_brown"
}
// entity 2
{
"classname" "atdm:door_96x48_2hinge"
"name" "atdm_door_96x48_2hinge_4"
"origin" "360 -416 256"
"rotate" "0 -90 0"
"rotation" "0 -1 0 1 0 0 0 0 1"
"skin" "door_024"
"used_by" "-"
}
// entity 3
{
"classname" "func_static"
"name" "func_static_1380"
"model" "models/darkmod/architecture/doorframes/door_frame_wood_96x48.ase"
"origin" "440 -312 256"
"rotation" "-1 0 0 0 -1 0 0 0 1"
"skin" "doorframe_rough_wood_brown"
}
// entity 4
{
"classname" "func_static"
"name" "func_static_1381"
"model" "models/darkmod/architecture/doorframes/door_frame_wood_96x48.ase"
"origin" "440 -584 256"
"rotation" "-1 0 0 0 -1 0 0 0 1"
"skin" "doorframe_rough_wood_brown"
}
// entity 5
{
"classname" "func_static"
"name" "func_static_1402"
"model" "models/darkmod/furniture/shelves/shelf_timber.ase"
"origin" "496.001 -367.999 256"
"rotation" "-0.0151737 -0.999884 0 0.999884 -0.0151737 0 0 0 1"
}
// entity 6
{
"classname" "func_static"
"name" "func_static_1403"
"model" "models/darkmod/furniture/shelves/shelf_timber.ase"
"origin" "384.001 -519.999 256"
"rotation" "-0.0151737 -0.999884 0 0.999884 -0.0151737 0 0 0 1"
}
// entity 7
{
"classname" "func_static"
"name" "func_static_1404"
"model" "models/darkmod/furniture/seating/bench_wooden01.lwo"
"origin" "496.029 -448.02 256"
"rotation" "-0.0136403 -0.999907 0 0.999907 -0.0136403 0 0 0 1"
}
// entity 8
{
"classname" "atdm:ai_guard_thug"
"name" "Thug"
"origin" "464 -440 257"
"rotation" "-0.999968 -0.00801927 0 0.00801927 -0.999968 0 0 0 1"
"sit_down_slide_dist" "20"
"sitting" "1"
}
// entity 9
{
"classname" "atdm:moveable_lantern_oil_hand_lit"
"name" "atdm_moveable_lantern_oil_hand_lit_2"
"origin" "496.142 -479.746 287.625"
"rotation" "0.967953 0.251132 0 -0.251132 0.967953 0 0 0 1"
}
// entity 10
{
"classname" "atdm:handle_curved_rotate_double_right"
"name" "atdm_handle_curved_rotate_double_right_13"
"bind" "atdm_door_96x48_2hinge_4"
"origin" "360 -460 306"
"rotation" "0 -1 0 1 0 0 0 0 1"
}
// entity 11
{
"classname" "func_static"
"name" "func_static_1992"
"model" "models/darkmod/architecture/doors/door96x48_2hinge.lwo"
"origin" "416 -584 256"
"skin" "door_01_1"
}
// entity 12
{
"classname" "func_static"
"name" "func_static_2113"
"model" "models/darkmod/door_related/handle_curved_rotate_2.ase"
"origin" "460 -579.5 307.5"
"rotation" "-1 0 0 0 -1 0 0 0 1"
"skin" "doorhandle_curved_01_dark"
}
// entity 13
{
"classname" "info_player_start"
"name" "info_player_start_1"
"origin" "232 -40 264"
"angle" "1"
}
// entity 14
{
"classname" "light"
"name" "ambient_world"
"_color" "0.06 0.06 0.06"
"light_center" "0 0 0"
"light_radius" "7777 7777 7777"
"nodiffuse" "0"
"noshadows" "0"
"nospecular" "0"
"origin" "1039 117.5 309.5"
"parallel" "0"
"texture" "lights/ambientlightnfo"
}
// entity 15
{
"classname" "atdm:playertools_compass"
"name" "CompassEasy"
"diff_0_nospawn" "0"
"diff_1_nospawn" "1"
"diff_2_nospawn" "1"
"inv_map_start" "1"
"origin" "951 97.5 324.5"
}
// entity 16
{
"classname" "atdm:playertools_lantern"
"name" "LanternEasy"
"diff_0_nospawn" "0"
"diff_1_nospawn" "1"
"diff_2_nospawn" "1"
"inv_map_start" "1"
"origin" "963 97.5 324.5"
}
// entity 17
{
"classname" "atdm:playertools_spyglass"
"name" "SpyglassEasy"
"diff_0_nospawn" "0"
"diff_1_nospawn" "1"
"diff_2_nospawn" "1"
"inv_map_start" "1"
"origin" "973 97.5 324.5"
}
// entity 18
{
"classname" "atdm:playertools_health_potion"
"name" "HealthPotionsEasy"
"diff_0_nospawn" "0"
"diff_1_nospawn" "1"
"diff_2_nospawn" "1"
"inv_count" "10"
"inv_map_start" "1"
"origin" "989 97.5 299.5"
}
// entity 19
{
"classname" "atdm:weapon_shortsword"
"name" "SwordEasy"
"diff_0_nospawn" "0"
"diff_1_nospawn" "1"
"diff_2_nospawn" "1"
"inv_map_start" "1"
"inv_no_pickup_message" "1"
"origin" "1061 -0.5 275.5"
"rotation" "0 1 0 -1 0 0 0 0 1"
}
// entity 20
{
"classname" "atdm:weapon_blackjack"
"name" "BlackjackEasy"
"diff_0_nospawn" "0"
"diff_1_nospawn" "1"
"diff_2_nospawn" "1"
"inv_map_start" "1"
"inv_no_pickup_message" "1"
"origin" "1012.63 -1.25 275.5"
}
// entity 21
{
"classname" "atdm:playertools_breath_potion"
"name" "BreathPotionsEasy"
"diff_0_nospawn" "0"
"diff_1_nospawn" "1"
"diff_2_nospawn" "1"
"inv_count" "10"
"inv_map_start" "1"
"origin" "1001 97.5 299.5"
}
// entity 22
{
"classname" "atdm:playertools_flashbomb"
"name" "FlashbombsEasy"
"diff_0_nospawn" "0"
"diff_1_nospawn" "1"
"diff_2_nospawn" "1"
"inv_count" "10"
"inv_map_start" "1"
"origin" "953 -0.5 299.5"
}
// entity 23
{
"classname" "atdm:ammo_broadhead"
"name" "BroadheadsEasy"
"diff_0_nospawn" "0"
"diff_1_nospawn" "1"
"diff_2_nospawn" "1"
"inv_ammo_amount" "30"
"inv_map_start" "1"
"inv_no_pickup_message" "1"
"origin" "950 -80 256"
"rotation" "1 0 0 0 0 1 0 -1 0"
}
// entity 24
{
"classname" "atdm:ammo_broadhead"
"name" "BroadheadsHard"
"diff_0_nospawn" "1"
"diff_1_nospawn" "0"
"diff_2_nospawn" "1"
"inv_ammo_amount" "30"
"inv_map_start" "1"
"inv_no_pickup_message" "1"
"origin" "950 -128 256"
"rotation" "1 0 0 0 0 1 0 -1 0"
}
// entity 25
{
"classname" "atdm:ammo_broadhead"
"name" "BroadheadsExpert"
"diff_0_nospawn" "1"
"diff_1_nospawn" "1"
"diff_2_nospawn" "0"
"inv_ammo_amount" "30"
"inv_map_start" "1"
"inv_no_pickup_message" "1"
"origin" "950 -176 256"
"rotation" "1 0 0 0 0 1 0 -1 0"
}
// entity 26
{
"classname" "atdm:ammo_firearrow"
"name" "FireArrowsEasy"
"diff_0_nospawn" "0"
"diff_1_nospawn" "1"
"diff_2_nospawn" "1"
"inv_ammo_amount" "30"
"inv_map_start" "1"
"inv_no_pickup_message" "1"
"origin" "966 -80 256"
"rotation" "1 0 0 0 0 1 0 -1 0"
}
// entity 27
{
"classname" "atdm:ammo_firearrow"
"name" "FireArrowsHard"
"diff_0_nospawn" "1"
"diff_1_nospawn" "0"
"diff_2_nospawn" "1"
"inv_ammo_amount" "30"
"inv_map_start" "1"
"inv_no_pickup_message" "1"
"origin" "966 -128 256"
"rotation" "1 0 0 0 0 1 0 -1 0"
}
// entity 28
{
"classname" "atdm:ammo_firearrow"
"name" "FireArrowsExpert"
"diff_0_nospawn" "1"
"diff_1_nospawn" "1"
"diff_2_nospawn" "0"
"inv_ammo_amount" "30"
"inv_map_start" "1"
"inv_no_pickup_message" "1"
"origin" "966 -176 256"
"rotation" "1 0 0 0 0 1 0 -1 0"
}
// entity 29
{
"classname" "atdm:ammo_gasarrow"
"name" "GasArrowsEasy"
"diff_0_nospawn" "0"
"diff_1_nospawn" "1"
"diff_2_nospawn" "1"
"inv_ammo_amount" "30"
"inv_map_start" "1"
"inv_no_pickup_message" "1"
"origin" "982 -80 256"
"rotation" "1 0 0 0 0 1 0 -1 0"
}
// entity 30
{
"classname" "atdm:ammo_gasarrow"
"name" "GasArrowsHard"
"diff_0_nospawn" "1"
"diff_1_nospawn" "0"
"diff_2_nospawn" "1"
"inv_ammo_amount" "30"
"inv_map_start" "1"
"inv_no_pickup_message" "1"
"origin" "982 -128 256"
"rotation" "1 0 0 0 0 1 0 -1 0"
}
// entity 31
{
"classname" "atdm:ammo_gasarrow"
"name" "GasArrowsExpert"
"diff_0_nospawn" "1"
"diff_1_nospawn" "1"
"diff_2_nospawn" "0"
"inv_ammo_amount" "30"
"inv_map_start" "1"
"inv_no_pickup_message" "1"
"origin" "982 -176 256"
"rotation" "1 0 0 0 0 1 0 -1 0"
}
// entity 32
{
"classname" "atdm:ammo_mossarrow"
"name" "MossArrowsEasy"
"diff_0_nospawn" "0"
"diff_1_nospawn" "1"
"diff_2_nospawn" "1"
"inv_ammo_amount" "30"
"inv_map_start" "1"
"inv_no_pickup_message" "1"
"origin" "998 -80 256"
"rotation" "1 0 0 0 0 1 0 -1 0"
}
// entity 33
{
"classname" "atdm:ammo_mossarrow"
"name" "MossArrowsExpert"
"diff_0_nospawn" "1"
"diff_1_nospawn" "1"
"diff_2_nospawn" "0"
"inv_ammo_amount" "30"
"inv_map_start" "1"
"inv_no_pickup_message" "1"
"origin" "998 -176 256"
"rotation" "1 0 0 0 0 1 0 -1 0"
}
// entity 34
{
"classname" "atdm:ammo_mossarrow"
"name" "MossArrowsHard"
"diff_0_nospawn" "1"
"diff_1_nospawn" "0"
"diff_2_nospawn" "1"
"inv_ammo_amount" "30"
"inv_map_start" "1"
"inv_no_pickup_message" "1"
"origin" "998 -128 256"
"rotation" "1 0 0 0 0 1 0 -1 0"
}
// entity 35
{
"classname" "atdm:ammo_noisemaker"
"name" "NoiseArrowsEasy"
"diff_0_nospawn" "0"
"diff_1_nospawn" "1"
"diff_2_nospawn" "1"
"inv_ammo_amount" "30"
"inv_map_start" "1"
"inv_no_pickup_message" "1"
"origin" "1014 -80 256"
"rotation" "1 0 0 0 0 1 0 -1 0"
}
// entity 36
{
"classname" "atdm:ammo_noisemaker"
"name" "NoiseArrowsHard"
"diff_0_nospawn" "1"
"diff_1_nospawn" "0"
"diff_2_nospawn" "1"
"inv_ammo_amount" "30"
"inv_map_start" "1"
"inv_no_pickup_message" "1"
"origin" "1014 -128 256"
"rotation" "1 0 0 0 0 1 0 -1 0"
}
// entity 37
{
"classname" "atdm:ammo_noisemaker"
"name" "NoiseArrowsExpert"
"diff_0_nospawn" "1"
"diff_1_nospawn" "1"
"diff_2_nospawn" "0"
"inv_ammo_amount" "30"
"inv_map_start" "1"
"inv_no_pickup_message" "1"
"origin" "1014 -176 256"
"rotation" "1 0 0 0 0 1 0 -1 0"
}
// entity 38
{
"classname" "atdm:ammo_ropearrow"
"name" "RopeArrowsEasy"
"diff_0_nospawn" "0"
"diff_1_nospawn" "1"
"diff_2_nospawn" "1"
"inv_ammo_amount" "30"
"inv_map_start" "1"
"inv_no_pickup_message" "1"
"origin" "1030 -80 256"
"rotation" "1 0 0 0 0 1 0 -1 0"
}
// entity 39
{
"classname" "atdm:ammo_ropearrow"
"name" "RopeArrowsHard"
"diff_0_nospawn" "1"
"diff_1_nospawn" "0"
"diff_2_nospawn" "1"
"inv_ammo_amount" "30"
"inv_map_start" "1"
"inv_no_pickup_message" "1"
"origin" "1030 -128 256"
"rotation" "1 0 0 0 0 1 0 -1 0"
}
// entity 40
{
"classname" "atdm:ammo_ropearrow"
"name" "RopeArrowsExpert"
"diff_0_nospawn" "1"
"diff_1_nospawn" "1"
"diff_2_nospawn" "0"
"inv_ammo_amount" "30"
"inv_map_start" "1"
"inv_no_pickup_message" "1"
"origin" "1030 -176 256"
"rotation" "1 0 0 0 0 1 0 -1 0"
}
// entity 41
{
"classname" "atdm:ammo_waterarrow"
"name" "WaterArrowsEasy"
"diff_0_nospawn" "0"
"diff_1_nospawn" "1"
"diff_2_nospawn" "1"
"inv_ammo_amount" "30"
"inv_map_start" "1"
"inv_no_pickup_message" "1"
"origin" "1062 -80 256"
"rotation" "1 0 0 0 0 1 0 -1 0"
}
// entity 42
{
"classname" "atdm:ammo_waterarrow"
"name" "WaterArrowsHard"
"diff_0_nospawn" "1"
"diff_1_nospawn" "0"
"diff_2_nospawn" "1"
"inv_ammo_amount" "30"
"inv_map_start" "1"
"inv_no_pickup_message" "1"
"origin" "1062 -128 256"
"rotation" "1 0 0 0 0 1 0 -1 0"
}
// entity 43
{
"classname" "atdm:ammo_waterarrow"
"name" "WaterArrowsExpert"
"diff_0_nospawn" "1"
"diff_1_nospawn" "1"
"diff_2_nospawn" "0"
"inv_ammo_amount" "30"
"inv_map_start" "1"
"inv_no_pickup_message" "1"
"origin" "1062 -176 256"
"rotation" "1 0 0 0 0 1 0 -1 0"
}
// entity 44
{
"classname" "atdm:weapon_blackjack"
"name" "BlackjackHard"
"diff_0_nospawn" "1"
"diff_1_nospawn" "0"
"diff_2_nospawn" "1"
"inv_map_start" "1"
"inv_no_pickup_message" "1"
"origin" "1012.63 -17.25 275.5"
}
// entity 45
{
"classname" "atdm:weapon_blackjack"
"name" "BlackjackExpert"
"diff_0_nospawn" "1"
"diff_1_nospawn" "1"
"diff_2_nospawn" "0"
"inv_map_start" "1"
"inv_no_pickup_message" "1"
"origin" "1012.63 -33.25 275.5"
}
// entity 46
{
"classname" "atdm:weapon_shortsword"
"name" "SwordHard"
"diff_0_nospawn" "1"
"diff_1_nospawn" "0"
"diff_2_nospawn" "1"
"inv_map_start" "1"
"inv_no_pickup_message" "1"
"origin" "1061 -16.5 275.5"
"rotation" "0 1 0 -1 0 0 0 0 1"
}
// entity 47
{
"classname" "atdm:weapon_shortsword"
"name" "SwordExpert"
"diff_0_nospawn" "1"
"diff_1_nospawn" "1"
"diff_2_nospawn" "0"
"inv_map_start" "1"
"inv_no_pickup_message" "1"
"origin" "1061 -32.5 275.5"
"rotation" "0 1 0 -1 0 0 0 0 1"
}
// entity 48
{
"classname" "atdm:playertools_compass"
"name" "CompassHard"
"diff_0_nospawn" "1"
"diff_1_nospawn" "0"
"diff_2_nospawn" "1"
"inv_map_start" "1"
"origin" "951 81.5 324.5"
}
// entity 49
{
"classname" "atdm:playertools_compass"
"name" "CompassExpert"
"diff_0_nospawn" "1"
"diff_1_nospawn" "1"
"diff_2_nospawn" "0"
"inv_map_start" "1"
"origin" "951 65.5 324.5"
}
// entity 50
{
"classname" "atdm:playertools_lantern"
"name" "LanternHard"
"diff_0_nospawn" "1"
"diff_1_nospawn" "0"
"diff_2_nospawn" "1"
"inv_map_start" "1"
"origin" "963 81.5 324.5"
}
// entity 51
{
"classname" "atdm:playertools_lantern"
"name" "LanternExpert"
"diff_0_nospawn" "1"
"diff_1_nospawn" "1"
"diff_2_nospawn" "0"
"inv_map_start" "1"
"origin" "963 65.5 324.5"
}
// entity 52
{
"classname" "atdm:playertools_spyglass"
"name" "SpyglassHard"
"diff_0_nospawn" "1"
"diff_1_nospawn" "0"
"diff_2_nospawn" "1"
"inv_map_start" "1"
"origin" "973 81.5 324.5"
}
// entity 53
{
"classname" "atdm:playertools_spyglass"
"name" "SpyglassExpert"
"diff_0_nospawn" "1"
"diff_1_nospawn" "1"
"diff_2_nospawn" "0"
"inv_map_start" "1"
"origin" "973 65.5 324.5"
}
// entity 54
{
"classname" "atdm:playertools_flashbomb"
"name" "FlashbombsHard"
"diff_0_nospawn" "1"
"diff_1_nospawn" "0"
"diff_2_nospawn" "1"
"inv_count" "10"
"inv_map_start" "1"
"origin" "953 -16.5 299.5"
}
// entity 55
{
"classname" "atdm:playertools_flashbomb"
"name" "FlashbombsExpert"
"diff_0_nospawn" "1"
"diff_1_nospawn" "1"
"diff_2_nospawn" "0"
"inv_count" "10"
"inv_map_start" "1"
"origin" "953 -32.5 299.5"
}
// entity 56
{
"classname" "atdm:playertools_health_potion"
"name" "HealthPotionsHard"
"diff_0_nospawn" "0"
"diff_1_nospawn" "1"
"diff_2_nospawn" "1"
"inv_count" "10"
"inv_map_start" "1"
"origin" "989 81.5 299.5"
}
// entity 57
{
"classname" "atdm:playertools_health_potion"
"name" "HealthPotionsExpert"
"diff_0_nospawn" "1"
"diff_1_nospawn" "1"
"diff_2_nospawn" "0"
"inv_count" "10"
"inv_map_start" "1"
"origin" "989 65.5 299.5"
}
// entity 58
{
"classname" "atdm:playertools_breath_potion"
"name" "BreathPotionsHard"
"diff_0_nospawn" "1"
"diff_1_nospawn" "0"
"diff_2_nospawn" "1"
"inv_count" "10"
"inv_map_start" "1"
"origin" "1001 81.5 299.5"
}
// entity 59
{
"classname" "atdm:playertools_breath_potion"
"name" "BreathPotionsExpert"
"diff_0_nospawn" "1"
"diff_1_nospawn" "1"
"diff_2_nospawn" "0"
"inv_count" "10"
"inv_map_start" "1"
"origin" "1001 65.5 299.5"
}
// entity 60
{
"classname" "atdm:playertools_mine"
"name" "MinesEasy"
"diff_0_nospawn" "0"
"diff_1_nospawn" "1"
"diff_2_nospawn" "1"
"inv_count" "10"
"inv_map_start" "1"
"origin" "984 0 296"
}
// entity 61
{
"classname" "atdm:playertools_holywater"
"name" "HolyWatersEasy"
"diff_0_nospawn" "0"
"diff_1_nospawn" "1"
"diff_2_nospawn" "1"
"inv_count" "10"
"inv_map_start" "1"
"origin" "1000 0 296"
}
// entity 62
{
"classname" "atdm:playertools_flashmine"
"name" "FlashminesEasy"
"diff_0_nospawn" "0"
"diff_1_nospawn" "1"
"diff_2_nospawn" "1"
"inv_count" "10"
"inv_map_start" "1"
"origin" "968 0 296"
}
// entity 63
{
"classname" "atdm:playertools_flashmine"
"name" "FlashminesHard"
"diff_0_nospawn" "1"
"diff_1_nospawn" "0"
"diff_2_nospawn" "1"
"inv_count" "10"
"inv_map_start" "1"
"origin" "968 -16 296"
}
// entity 64
{
"classname" "atdm:playertools_flashmine"
"name" "FlashminesExpert"
"diff_0_nospawn" "1"
"diff_1_nospawn" "1"
"diff_2_nospawn" "0"
"inv_count" "10"
"inv_map_start" "1"
"origin" "968 -32 296"
}
// entity 65
{
"classname" "atdm:playertools_mine"
"name" "MinesHard"
"diff_0_nospawn" "1"
"diff_1_nospawn" "0"
"diff_2_nospawn" "1"
"inv_count" "10"
"inv_map_start" "1"
"origin" "984 -16 296"
}
// entity 66
{
"classname" "atdm:playertools_mine"
"name" "MinesExpert"
"diff_0_nospawn" "1"
"diff_1_nospawn" "1"
"diff_2_nospawn" "0"
"inv_count" "10"
"inv_map_start" "1"
"origin" "984 -32 296"
}
// entity 67
{
"classname" "atdm:playertools_holywater"
"name" "HolyWatersHard"
"diff_0_nospawn" "1"
"diff_1_nospawn" "0"
"diff_2_nospawn" "1"
"inv_count" "10"
"inv_map_start" "1"
"origin" "1000 -16 296"
}
// entity 68
{
"classname" "atdm:playertools_holywater"
"name" "HolyWatersExpert"
"diff_0_nospawn" "1"
"diff_1_nospawn" "1"
"diff_2_nospawn" "0"
"inv_count" "10"
"inv_map_start" "1"
"origin" "1000 -32 296"
}
// entity 69
{
"classname" "atdm:ammo_vinearrow"
"name" "VineArrowsEasy"
"diff_0_nospawn" "0"
"diff_1_nospawn" "1"
"diff_2_nospawn" "1"
"inv_ammo_amount" "30"
"inv_map_start" "1"
"inv_no_pickup_message" "1"
"origin" "1046 -80 256"
"rotation" "1 0 0 0 0 1 0 -1 0"
}
// entity 70
{
"classname" "atdm:ammo_vinearrow"
"name" "VineArrowsHard"
"diff_0_nospawn" "1"
"diff_1_nospawn" "0"
"diff_2_nospawn" "1"
"inv_ammo_amount" "30"
"inv_map_start" "1"
"inv_no_pickup_message" "1"
"origin" "1046 -128 256"
"rotation" "1 0 0 0 0 1 0 -1 0"
}
// entity 71
{
"classname" "atdm:ammo_vinearrow"
"name" "VineArrowsExpert"
"diff_0_nospawn" "1"
"diff_1_nospawn" "1"
"diff_2_nospawn" "0"
"inv_ammo_amount" "30"
"inv_map_start" "1"
"inv_no_pickup_message" "1"
"origin" "1046 -176 256"
"rotation" "1 0 0 0 0 1 0 -1 0"
}
bug3563.map (60,578 bytes)   
AluminumHaste

AluminumHaste

29.09.2013 14:56

developer   ~0006192

This seems to be fixed, I can no longer reproduce the original bug.

Issue History

Date Modified Username Field Change
23.09.2013 15:09 grayman New Issue
23.09.2013 15:09 grayman Status new => assigned
23.09.2013 15:09 grayman Assigned To => grayman
23.09.2013 15:11 grayman Relationship added related to 0003547
24.09.2013 00:31 grayman Note Added: 0006189
24.09.2013 00:31 grayman Status assigned => feedback
24.09.2013 00:31 grayman Resolution open => fixed
24.09.2013 00:31 grayman Fixed in Version => TDM 2.00
24.09.2013 00:34 grayman File Added: bug3563.map
29.09.2013 14:56 AluminumHaste Note Added: 0006192
04.10.2013 19:15 Springheel Status feedback => resolved