The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 36 new columns ({'teammate_0_side', 'teammate_1_side', 'teammate_3_place', 'teammate_0_place', 'teammate_3_Y', 'teammate_4_name', 'teammate_2_name', 'teammate_1_place', 'teammate_4_Z', 'teammate_2_Z', 'teammate_2_place', 'teammate_0_id', 'teammate_2_id', 'pov_team_side', 'teammate_3_X', 'teammate_4_id', 'teammate_1_Z', 'teammate_4_place', 'teammate_3_name', 'teammate_0_X', 'teammate_1_X', 'teammate_4_X', 'teammate_1_Y', 'teammate_3_id', 'teammate_1_name', 'teammate_4_Y', 'teammate_1_id', 'teammate_3_side', 'teammate_2_side', 'teammate_3_Z', 'teammate_4_side', 'teammate_0_name', 'teammate_0_Y', 'teammate_2_Y', 'teammate_0_Z', 'teammate_2_X'}) and 70 missing columns ({'player_6_side', 'player_1_Y', 'player_4_Z', 'player_8_id', 'player_1_X', 'player_7_X', 'player_3_Z', 'player_7_side', 'player_0_X', 'player_9_name', 'player_2_name', 'player_2_id', 'player_1_place', 'player_9_Z', 'player_0_name', 'player_6_Z', 'player_5_side', 'player_8_name', 'player_7_name', 'player_8_side', 'player_5_name', 'player_3_id', 'player_2_Z', 'player_8_Z', 'player_7_id', 'player_3_Y', 'player_1_id', 'player_4_id', 'player_1_side', 'player_2_side', 'player_4_X', 'player_0_side', 'player_6_id', 'player_8_place', 'player_1_name', 'player_0_Z', 'player_6_name', 'player_9_id', 'player_7_Z', 'player_0_id', 'player_9_side', 'player_7_place', 'player_6_place', 'player_3_name', 'player_5_place', 'player_6_Y', 'player_2_X', 'player_8_Y', 'player_6_X', 'player_3_X', 'player_8_X', 'player_0_Y', 'player_3_place', 'player_5_Y', 'player_7_Y', 'player_2_Y', 'player_3_side', 'player_1_Z', 'player_5_Z', 'player_9_Y', 'player_5_X', 'player_4_place', 'player_5_id', 'player_9_X', 'player_4_Y', 'player_4_name', 'player_0_place', 'player_9_place', 'player_2_place', 'player_4_side'}).
This happened while the csv dataset builder was generating data using
hf://datasets/wangyz1999/X-EGO-CS/labels/teammate_location_nowcast_s1s_l5s.csv (at revision 877914e234f3fdb55dae2c13dea04082b7b241f1)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1831, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 714, in write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
idx: int64
partition: string
pov_team_side: string
seg_duration_sec: int64
start_tick: int64
end_tick: int64
prediction_tick: int64
start_seconds: double
end_seconds: double
prediction_seconds: double
normalized_start_seconds: double
normalized_end_seconds: double
normalized_prediction_seconds: double
match_id: string
round_num: int64
map_name: string
teammate_0_id: int64
teammate_0_name: string
teammate_0_side: string
teammate_0_X: double
teammate_0_Y: double
teammate_0_Z: double
teammate_0_place: string
teammate_1_id: int64
teammate_1_name: string
teammate_1_side: string
teammate_1_X: double
teammate_1_Y: double
teammate_1_Z: double
teammate_1_place: string
teammate_2_id: int64
teammate_2_name: string
teammate_2_side: string
teammate_2_X: double
teammate_2_Y: double
teammate_2_Z: double
teammate_2_place: string
teammate_3_id: int64
teammate_3_name: string
teammate_3_side: string
teammate_3_X: double
teammate_3_Y: double
teammate_3_Z: double
teammate_3_place: string
teammate_4_id: int64
teammate_4_name: string
teammate_4_side: string
teammate_4_X: double
teammate_4_Y: double
teammate_4_Z: double
teammate_4_place: string
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 6733
to
{'idx': Value('int64'), 'partition': Value('string'), 'seg_duration_sec': Value('int64'), 'start_tick': Value('int64'), 'end_tick': Value('int64'), 'prediction_tick': Value('int64'), 'start_seconds': Value('float64'), 'end_seconds': Value('float64'), 'prediction_seconds': Value('float64'), 'normalized_start_seconds': Value('float64'), 'normalized_end_seconds': Value('float64'), 'normalized_prediction_seconds': Value('float64'), 'match_id': Value('string'), 'round_num': Value('int64'), 'map_name': Value('string'), 'player_0_id': Value('int64'), 'player_0_name': Value('string'), 'player_0_side': Value('string'), 'player_0_X': Value('float64'), 'player_0_Y': Value('float64'), 'player_0_Z': Value('float64'), 'player_0_place': Value('string'), 'player_1_id': Value('int64'), 'player_1_name': Value('string'), 'player_1_side': Value('string'), 'player_1_X': Value('float64'), 'player_1_Y': Value('float64'), 'player_1_Z': Value('float64'), 'player_1_place': Value('string'), 'player_2_id': Value('int64'), 'player_2_name': Value('string'), 'player_2_side': Value('string'), 'player_2_X': Value('float64'), 'player_2_Y': Value('float64'), 'player_2_Z': Value('float64'), 'player_2_place': Value('string'), 'player_3_id': Value('int64'), 'player_3_name': Value('string'), 'player_3_side': Value('string'), 'player_3_X': Value('float64'), 'player_3_Y': Value('float64'), 'player_3_Z': Value('float64'), 'player_3_place': Value('string'), 'player_4_id': Value('int64'), 'player_4_name': Value('string'), 'player_4_side': Value('string'), 'player_4_X': Value('float64'), 'player_4_Y': Value('float64'), 'player_4_Z': Value('float64'), 'player_4_place': Value('string'), 'player_5_id': Value('int64'), 'player_5_name': Value('string'), 'player_5_side': Value('string'), 'player_5_X': Value('float64'), 'player_5_Y': Value('float64'), 'player_5_Z': Value('float64'), 'player_5_place': Value('string'), 'player_6_id': Value('int64'), 'player_6_name': Value('string'), 'player_6_side': Value('string'), 'player_6_X': Value('float64'), 'player_6_Y': Value('float64'), 'player_6_Z': Value('float64'), 'player_6_place': Value('string'), 'player_7_id': Value('int64'), 'player_7_name': Value('string'), 'player_7_side': Value('string'), 'player_7_X': Value('float64'), 'player_7_Y': Value('float64'), 'player_7_Z': Value('float64'), 'player_7_place': Value('string'), 'player_8_id': Value('int64'), 'player_8_name': Value('string'), 'player_8_side': Value('string'), 'player_8_X': Value('float64'), 'player_8_Y': Value('float64'), 'player_8_Z': Value('float64'), 'player_8_place': Value('string'), 'player_9_id': Value('int64'), 'player_9_name': Value('string'), 'player_9_side': Value('string'), 'player_9_X': Value('float64'), 'player_9_Y': Value('float64'), 'player_9_Z': Value('float64'), 'player_9_place': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1450, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 993, in stream_convert_to_parquet
builder._prepare_split(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1702, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1833, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 36 new columns ({'teammate_0_side', 'teammate_1_side', 'teammate_3_place', 'teammate_0_place', 'teammate_3_Y', 'teammate_4_name', 'teammate_2_name', 'teammate_1_place', 'teammate_4_Z', 'teammate_2_Z', 'teammate_2_place', 'teammate_0_id', 'teammate_2_id', 'pov_team_side', 'teammate_3_X', 'teammate_4_id', 'teammate_1_Z', 'teammate_4_place', 'teammate_3_name', 'teammate_0_X', 'teammate_1_X', 'teammate_4_X', 'teammate_1_Y', 'teammate_3_id', 'teammate_1_name', 'teammate_4_Y', 'teammate_1_id', 'teammate_3_side', 'teammate_2_side', 'teammate_3_Z', 'teammate_4_side', 'teammate_0_name', 'teammate_0_Y', 'teammate_2_Y', 'teammate_0_Z', 'teammate_2_X'}) and 70 missing columns ({'player_6_side', 'player_1_Y', 'player_4_Z', 'player_8_id', 'player_1_X', 'player_7_X', 'player_3_Z', 'player_7_side', 'player_0_X', 'player_9_name', 'player_2_name', 'player_2_id', 'player_1_place', 'player_9_Z', 'player_0_name', 'player_6_Z', 'player_5_side', 'player_8_name', 'player_7_name', 'player_8_side', 'player_5_name', 'player_3_id', 'player_2_Z', 'player_8_Z', 'player_7_id', 'player_3_Y', 'player_1_id', 'player_4_id', 'player_1_side', 'player_2_side', 'player_4_X', 'player_0_side', 'player_6_id', 'player_8_place', 'player_1_name', 'player_0_Z', 'player_6_name', 'player_9_id', 'player_7_Z', 'player_0_id', 'player_9_side', 'player_7_place', 'player_6_place', 'player_3_name', 'player_5_place', 'player_6_Y', 'player_2_X', 'player_8_Y', 'player_6_X', 'player_3_X', 'player_8_X', 'player_0_Y', 'player_3_place', 'player_5_Y', 'player_7_Y', 'player_2_Y', 'player_3_side', 'player_1_Z', 'player_5_Z', 'player_9_Y', 'player_5_X', 'player_4_place', 'player_5_id', 'player_9_X', 'player_4_Y', 'player_4_name', 'player_0_place', 'player_9_place', 'player_2_place', 'player_4_side'}).
This happened while the csv dataset builder was generating data using
hf://datasets/wangyz1999/X-EGO-CS/labels/teammate_location_nowcast_s1s_l5s.csv (at revision 877914e234f3fdb55dae2c13dea04082b7b241f1)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
idx
int64 | partition
string | seg_duration_sec
int64 | start_tick
int64 | end_tick
int64 | prediction_tick
int64 | start_seconds
float64 | end_seconds
float64 | prediction_seconds
float64 | normalized_start_seconds
float64 | normalized_end_seconds
float64 | normalized_prediction_seconds
float64 | match_id
string | round_num
int64 | map_name
string | player_0_id
int64 | player_0_name
string | player_0_side
string | player_0_X
float64 | player_0_Y
float64 | player_0_Z
float64 | player_0_place
string | player_1_id
int64 | player_1_name
string | player_1_side
string | player_1_X
float64 | player_1_Y
float64 | player_1_Z
float64 | player_1_place
string | player_2_id
int64 | player_2_name
string | player_2_side
string | player_2_X
float64 | player_2_Y
float64 | player_2_Z
float64 | player_2_place
string | player_3_id
int64 | player_3_name
string | player_3_side
string | player_3_X
float64 | player_3_Y
float64 | player_3_Z
float64 | player_3_place
string | player_4_id
int64 | player_4_name
string | player_4_side
string | player_4_X
float64 | player_4_Y
float64 | player_4_Z
float64 | player_4_place
string | player_5_id
int64 | player_5_name
string | player_5_side
string | player_5_X
float64 | player_5_Y
float64 | player_5_Z
float64 | player_5_place
string | player_6_id
int64 | player_6_name
string | player_6_side
string | player_6_X
float64 | player_6_Y
float64 | player_6_Z
float64 | player_6_place
string | player_7_id
int64 | player_7_name
string | player_7_side
string | player_7_X
float64 | player_7_Y
float64 | player_7_Z
float64 | player_7_place
string | player_8_id
int64 | player_8_name
string | player_8_side
string | player_8_X
float64 | player_8_Y
float64 | player_8_Z
float64 | player_8_place
string | player_9_id
int64 | player_9_name
string | player_9_side
string | player_9_X
float64 | player_9_Y
float64 | player_9_Z
float64 | player_9_place
string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0
|
test
| 5
| 48,102
| 48,422
| 48,262
| 751.59375
| 756.59375
| 754.09375
| 0
| 5
| 2.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 9
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.260227
| 0.365121
| 0.260491
|
CTSpawn
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.923441
| 0.504613
| 0.283036
|
TSpawn
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.858392
| 0.87898
| 0.284289
|
SideAlley
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.318427
| 0.095228
| 0.37388
|
CTSpawn
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.22986
| 0.329057
| 0.277317
|
CTSpawn
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.294675
| 0.100556
| 0.319139
|
CTSpawn
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.992109
| 0.756085
| 0.614663
|
TSpawn
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.240983
| 0.335048
| 0.263791
|
CTSpawn
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.883924
| 0.879321
| 0.276599
|
SideAlley
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.962639
| 0.539491
| 0.500234
|
TSpawn
|
1
|
test
| 5
| 48,166
| 48,486
| 48,326
| 752.59375
| 757.59375
| 755.09375
| 1
| 6
| 3.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 9
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.266195
| 0.434867
| 0.353333
|
CTSpawn
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.901406
| 0.440578
| 0.270713
|
PalaceAlley
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.797874
| 0.87927
| 0.275174
|
SideAlley
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.377661
| 0.081551
| 0.500234
|
CTSpawn
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.256027
| 0.383977
| 0.26726
|
CTSpawn
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.34895
| 0.071371
| 0.450542
|
CTSpawn
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.992113
| 0.765972
| 0.63905
|
TSpawn
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.251199
| 0.40202
| 0.28709
|
CTSpawn
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.824031
| 0.877213
| 0.282131
|
SideAlley
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.964029
| 0.467909
| 0.500234
|
TSpawn
|
2
|
test
| 5
| 48,230
| 48,550
| 48,390
| 753.59375
| 758.59375
| 756.09375
| 2
| 7
| 4.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 9
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.310444
| 0.463972
| 0.500234
|
CTSpawn
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.846083
| 0.418987
| 0.367477
|
PalaceAlley
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.743713
| 0.853762
| 0.271832
|
SideAlley
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.435303
| 0.060859
| 0.500234
|
CTSpawn
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.258856
| 0.450754
| 0.388012
|
CTSpawn
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.407636
| 0.062514
| 0.500234
|
CTSpawn
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.99211
| 0.76597
| 0.63905
|
TSpawn
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.252625
| 0.473385
| 0.44059
|
CTSpawn
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.796799
| 0.879276
| 0.275336
|
SideAlley
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.964307
| 0.396354
| 0.500234
|
TSpawn
|
3
|
test
| 5
| 48,294
| 48,614
| 48,454
| 754.59375
| 759.59375
| 757.09375
| 3
| 8
| 5.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 9
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.331658
| 0.465518
| 0.500234
|
CTSpawn
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.807263
| 0.371281
| 0.307449
|
PalaceAlley
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.73715
| 0.784864
| 0.368923
|
SideAlley
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.49306
| 0.063208
| 0.496901
|
BombsiteA
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.258065
| 0.519477
| 0.500234
|
CTSpawn
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.449046
| 0.091609
| 0.478985
|
CTSpawn
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.984192
| 0.760123
| 0.613368
|
TSpawn
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.25037
| 0.541871
| 0.500234
|
CTSpawn
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.854379
| 0.881598
| 0.28556
|
SideAlley
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.94825
| 0.338633
| 0.500234
|
PalaceInterior
|
4
|
test
| 5
| 48,358
| 48,678
| 48,518
| 755.59375
| 760.59375
| 758.09375
| 4
| 9
| 6.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 9
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.361783
| 0.49802
| 0.500234
|
CTSpawn
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.791447
| 0.305803
| 0.260136
|
PalaceAlley
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.743286
| 0.723796
| 0.466175
|
TopofMid
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.525065
| 0.098991
| 0.483755
|
BombsiteA
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.227387
| 0.575007
| 0.626114
|
Shop
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.462807
| 0.124853
| 0.47022
|
BombsiteA
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.93759
| 0.740686
| 0.510239
|
TSpawn
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.202188
| 0.581042
| 0.500234
|
Shop
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.906545
| 0.850705
| 0.267013
|
SideAlley
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.890414
| 0.327632
| 0.500234
|
PalaceInterior
|
5
|
test
| 5
| 48,422
| 48,742
| 48,582
| 756.59375
| 761.59375
| 759.09375
| 5
| 10
| 7.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 9
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.35549
| 0.528001
| 0.500234
|
CTSpawn
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.753682
| 0.308227
| 0.336825
|
TRamp
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.749585
| 0.693481
| 0.512543
|
TopofMid
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.572322
| 0.120015
| 0.489035
|
BombsiteA
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.187769
| 0.620951
| 0.500234
|
Shop
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.469792
| 0.138623
| 0.47022
|
BombsiteA
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.93479
| 0.68324
| 0.510239
|
TSpawn
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.180218
| 0.647273
| 0.594693
|
Shop
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.949259
| 0.80426
| 0.459174
|
TSpawn
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.877525
| 0.260039
| 0.719478
|
PalaceInterior
|
6
|
test
| 5
| 48,486
| 48,806
| 48,646
| 757.59375
| 762.59375
| 760.09375
| 6
| 11
| 8.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 9
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.36282
| 0.535074
| 0.500234
|
SnipersNest
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.72147
| 0.318872
| 0.480225
|
TRamp
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.742022
| 0.719937
| 0.666719
|
TopofMid
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.580653
| 0.120552
| 0.492425
|
BombsiteA
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.187266
| 0.691027
| 0.500305
|
BombsiteB
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.466606
| 0.149229
| 0.47022
|
BombsiteA
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.936378
| 0.612887
| 0.486038
|
TSpawn
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.161365
| 0.712377
| 0.505862
|
BombsiteB
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.985803
| 0.755138
| 0.500234
|
TSpawn
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.873775
| 0.196222
| 0.740347
|
PalaceInterior
|
7
|
test
| 5
| 152,851
| 153,171
| 153,011
| 2,388.296875
| 2,393.296875
| 2,390.796875
| 0
| 5
| 2.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 24
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
t
| 0.906264
| 0.860876
| 0.26834
|
SideAlley
| 76,561,198,089,583,890
|
no1nx
|
ct
| 0.256143
| 0.334527
| 0.325739
|
CTSpawn
| 76,561,198,131,414,910
|
C0C0-
|
ct
| 0.264923
| 0.39541
| 0.269447
|
CTSpawn
| 76,561,198,145,303,410
|
--ST4RK--
|
t
| 0.906471
| 0.846162
| 0.267416
|
SideAlley
| 76,561,198,183,003,660
|
Swisher
|
t
| 0.927139
| 0.753108
| 0.50876
|
TSpawn
| 76,561,198,190,463,460
|
s1n
|
t
| 0.921385
| 0.843556
| 0.26627
|
TSpawn
| 76,561,198,282,785,840
|
okaylma0
|
ct
| 0.242736
| 0.333142
| 0.261663
|
CTSpawn
| 76,561,198,302,431,680
|
LGN
|
t
| 0.885458
| 0.88401
| 0.275034
|
SideAlley
| 76,561,198,315,699,470
|
BAGEL
|
ct
| 0.266132
| 0.360962
| 0.263903
|
CTSpawn
| 76,561,198,825,272,140
|
woohoo
|
ct
| 0.299742
| 0.099954
| 0.330836
|
CTSpawn
|
8
|
test
| 5
| 152,915
| 153,235
| 153,075
| 2,389.296875
| 2,394.296875
| 2,391.796875
| 1
| 6
| 3.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 24
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
t
| 0.86141
| 0.908813
| 0.324193
|
SideAlley
| 76,561,198,089,583,890
|
no1nx
|
ct
| 0.261218
| 0.401338
| 0.285755
|
CTSpawn
| 76,561,198,131,414,910
|
C0C0-
|
ct
| 0.27493
| 0.463788
| 0.42348
|
CTSpawn
| 76,561,198,145,303,410
|
--ST4RK--
|
t
| 0.878227
| 0.904735
| 0.286277
|
SideAlley
| 76,561,198,183,003,660
|
Swisher
|
t
| 0.918853
| 0.824053
| 0.332187
|
TSpawn
| 76,561,198,190,463,460
|
s1n
|
t
| 0.893971
| 0.901376
| 0.265828
|
SideAlley
| 76,561,198,282,785,840
|
okaylma0
|
ct
| 0.248527
| 0.404405
| 0.291767
|
CTSpawn
| 76,561,198,302,431,680
|
LGN
|
t
| 0.832463
| 0.917946
| 0.522636
|
SideAlley
| 76,561,198,315,699,470
|
BAGEL
|
ct
| 0.271065
| 0.431582
| 0.346162
|
CTSpawn
| 76,561,198,825,272,140
|
woohoo
|
ct
| 0.356351
| 0.077811
| 0.462014
|
CTSpawn
|
9
|
test
| 5
| 152,979
| 153,299
| 153,139
| 2,390.296875
| 2,395.296875
| 2,392.796875
| 2
| 7
| 4.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 24
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
t
| 0.803765
| 0.928126
| 0.580272
|
SideAlley
| 76,561,198,089,583,890
|
no1nx
|
ct
| 0.269729
| 0.470621
| 0.433693
|
CTSpawn
| 76,561,198,131,414,910
|
C0C0-
|
ct
| 0.321018
| 0.467669
| 0.500234
|
CTSpawn
| 76,561,198,145,303,410
|
--ST4RK--
|
t
| 0.824216
| 0.925806
| 0.579174
|
SideAlley
| 76,561,198,183,003,660
|
Swisher
|
t
| 0.890291
| 0.879098
| 0.273152
|
SideAlley
| 76,561,198,190,463,460
|
s1n
|
t
| 0.839686
| 0.921885
| 0.473117
|
SideAlley
| 76,561,198,282,785,840
|
okaylma0
|
ct
| 0.250776
| 0.475967
| 0.447031
|
CTSpawn
| 76,561,198,302,431,680
|
LGN
|
t
| 0.787098
| 0.951089
| 0.580272
|
House
| 76,561,198,315,699,470
|
BAGEL
|
ct
| 0.309075
| 0.467547
| 0.500234
|
CTSpawn
| 76,561,198,825,272,140
|
woohoo
|
ct
| 0.413216
| 0.0575
| 0.500234
|
CTSpawn
|
10
|
test
| 5
| 153,043
| 153,363
| 153,203
| 2,391.296875
| 2,396.296875
| 2,393.796875
| 3
| 8
| 5.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 24
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
t
| 0.770069
| 0.972664
| 0.580272
|
House
| 76,561,198,089,583,890
|
no1nx
|
ct
| 0.257001
| 0.522569
| 0.500234
|
CTSpawn
| 76,561,198,131,414,910
|
C0C0-
|
ct
| 0.354312
| 0.48556
| 0.500234
|
CTSpawn
| 76,561,198,145,303,410
|
--ST4RK--
|
t
| 0.787178
| 0.961546
| 0.580272
|
House
| 76,561,198,183,003,660
|
Swisher
|
t
| 0.842359
| 0.917306
| 0.454795
|
SideAlley
| 76,561,198,190,463,460
|
s1n
|
t
| 0.789424
| 0.942407
| 0.580272
|
House
| 76,561,198,282,785,840
|
okaylma0
|
ct
| 0.248785
| 0.544312
| 0.500234
|
Shop
| 76,561,198,302,431,680
|
LGN
|
t
| 0.743094
| 0.976186
| 0.580272
|
House
| 76,561,198,315,699,470
|
BAGEL
|
ct
| 0.329319
| 0.463694
| 0.500234
|
CTSpawn
| 76,561,198,825,272,140
|
woohoo
|
ct
| 0.464072
| 0.085941
| 0.47022
|
BombsiteA
|
11
|
test
| 5
| 153,107
| 153,427
| 153,267
| 2,392.296875
| 2,397.296875
| 2,394.796875
| 4
| 9
| 6.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 24
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
t
| 0.709478
| 0.976484
| 0.580272
|
House
| 76,561,198,089,583,890
|
no1nx
|
ct
| 0.225269
| 0.569978
| 0.639519
|
Shop
| 76,561,198,131,414,910
|
C0C0-
|
ct
| 0.373122
| 0.553205
| 0.594966
|
SnipersNest
| 76,561,198,145,303,410
|
--ST4RK--
|
t
| 0.732229
| 0.976245
| 0.580272
|
House
| 76,561,198,183,003,660
|
Swisher
|
t
| 0.789291
| 0.944893
| 0.580272
|
House
| 76,561,198,190,463,460
|
s1n
|
t
| 0.754386
| 0.976
| 0.580272
|
House
| 76,561,198,282,785,840
|
okaylma0
|
ct
| 0.199385
| 0.583265
| 0.500234
|
Shop
| 76,561,198,302,431,680
|
LGN
|
t
| 0.683688
| 0.978577
| 0.580272
|
House
| 76,561,198,315,699,470
|
BAGEL
|
ct
| 0.345558
| 0.405482
| 0.500234
|
CTSpawn
| 76,561,198,825,272,140
|
woohoo
|
ct
| 0.515916
| 0.107582
| 0.472905
|
BombsiteA
|
12
|
test
| 5
| 153,171
| 153,491
| 153,331
| 2,393.296875
| 2,398.296875
| 2,395.796875
| 5
| 10
| 7.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 24
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
t
| 0.649634
| 0.976707
| 0.580272
|
House
| 76,561,198,089,583,890
|
no1nx
|
ct
| 0.196667
| 0.603538
| 0.500234
|
Shop
| 76,561,198,131,414,910
|
C0C0-
|
ct
| 0.356219
| 0.601733
| 0.700602
|
SnipersNest
| 76,561,198,145,303,410
|
--ST4RK--
|
t
| 0.671813
| 0.977061
| 0.580272
|
House
| 76,561,198,183,003,660
|
Swisher
|
t
| 0.750384
| 0.976533
| 0.580272
|
House
| 76,561,198,190,463,460
|
s1n
|
t
| 0.694855
| 0.981916
| 0.580272
|
House
| 76,561,198,282,785,840
|
okaylma0
|
ct
| 0.182843
| 0.651762
| 0.599265
|
Shop
| 76,561,198,302,431,680
|
LGN
|
t
| 0.624191
| 0.973306
| 0.580272
|
House
| 76,561,198,315,699,470
|
BAGEL
|
ct
| 0.385401
| 0.359049
| 0.660036
|
CTSpawn
| 76,561,198,825,272,140
|
woohoo
|
ct
| 0.471907
| 0.107385
| 0.47022
|
BombsiteA
|
13
|
test
| 5
| 153,235
| 153,555
| 153,395
| 2,394.296875
| 2,399.296875
| 2,396.796875
| 6
| 11
| 8.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 24
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
t
| 0.590744
| 0.960527
| 0.604594
|
BackAlley
| 76,561,198,089,583,890
|
no1nx
|
ct
| 0.181783
| 0.672049
| 0.622362
|
BombsiteB
| 76,561,198,131,414,910
|
C0C0-
|
ct
| 0.358042
| 0.614979
| 0.595318
|
SnipersNest
| 76,561,198,145,303,410
|
--ST4RK--
|
t
| 0.61494
| 0.977663
| 0.580272
|
BackAlley
| 76,561,198,183,003,660
|
Swisher
|
t
| 0.690832
| 0.979012
| 0.580272
|
House
| 76,561,198,190,463,460
|
s1n
|
t
| 0.636664
| 0.98802
| 0.580272
|
House
| 76,561,198,282,785,840
|
okaylma0
|
ct
| 0.160976
| 0.71695
| 0.505237
|
BombsiteB
| 76,561,198,302,431,680
|
LGN
|
t
| 0.568962
| 0.945381
| 0.720338
|
BackAlley
| 76,561,198,315,699,470
|
BAGEL
|
ct
| 0.440011
| 0.356171
| 0.500234
|
Jungle
| 76,561,198,825,272,140
|
woohoo
|
ct
| 0.42867
| 0.078308
| 0.500234
|
BombsiteA
|
14
|
test
| 5
| 153,299
| 153,619
| 153,459
| 2,395.296875
| 2,400.296875
| 2,397.796875
| 7
| 12
| 9.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 24
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
t
| 0.544359
| 0.921071
| 0.718754
|
BackAlley
| 76,561,198,089,583,890
|
no1nx
|
ct
| 0.217615
| 0.727072
| 0.499918
|
BombsiteB
| 76,561,198,131,414,910
|
C0C0-
|
ct
| 0.365792
| 0.595283
| 0.500234
|
SnipersNest
| 76,561,198,145,303,410
|
--ST4RK--
|
t
| 0.571628
| 0.932349
| 0.720564
|
BackAlley
| 76,561,198,183,003,660
|
Swisher
|
t
| 0.63242
| 0.983573
| 0.580272
|
House
| 76,561,198,190,463,460
|
s1n
|
t
| 0.593793
| 0.952802
| 0.63048
|
BackAlley
| 76,561,198,282,785,840
|
okaylma0
|
ct
| 0.143717
| 0.783329
| 0.520244
|
BombsiteB
| 76,561,198,302,431,680
|
LGN
|
t
| 0.514362
| 0.915184
| 0.718601
|
BackAlley
| 76,561,198,315,699,470
|
BAGEL
|
ct
| 0.461755
| 0.371526
| 0.500234
|
Jungle
| 76,561,198,825,272,140
|
woohoo
|
ct
| 0.398996
| 0.030185
| 0.500234
|
BombsiteA
|
15
|
test
| 5
| 153,363
| 153,683
| 153,523
| 2,396.296875
| 2,401.296875
| 2,398.796875
| 8
| 13
| 10.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 24
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
t
| 0.485144
| 0.914137
| 0.845045
|
BackAlley
| 76,561,198,089,583,890
|
no1nx
|
ct
| 0.255748
| 0.783157
| 0.636587
|
BombsiteB
| 76,561,198,131,414,910
|
C0C0-
|
ct
| 0.367545
| 0.567509
| 0.596999
|
SnipersNest
| 76,561,198,145,303,410
|
--ST4RK--
|
t
| 0.518415
| 0.905564
| 0.717861
|
BackAlley
| 76,561,198,183,003,660
|
Swisher
|
t
| 0.586272
| 0.953173
| 0.648197
|
BackAlley
| 76,561,198,190,463,460
|
s1n
|
t
| 0.587051
| 0.918696
| 0.725962
|
BackAlley
| 76,561,198,282,785,840
|
okaylma0
|
ct
| 0.140992
| 0.85264
| 0.520244
|
BombsiteB
| 76,561,198,302,431,680
|
LGN
|
t
| 0.453725
| 0.910983
| 0.715757
|
BackAlley
| 76,561,198,315,699,470
|
BAGEL
|
ct
| 0.455475
| 0.362066
| 0.500234
|
Jungle
| 76,561,198,825,272,140
|
woohoo
|
ct
| 0.407921
| 0.009708
| 0.500234
|
BombsiteA
|
16
|
test
| 5
| 153,427
| 153,747
| 153,587
| 2,397.296875
| 2,402.296875
| 2,399.796875
| 9
| 14
| 11.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 24
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
t
| 0.428134
| 0.910765
| 0.715559
|
BackAlley
| 76,561,198,089,583,890
|
no1nx
|
ct
| 0.312254
| 0.804197
| 0.637916
|
BombsiteB
| 76,561,198,131,414,910
|
C0C0-
|
ct
| 0.362991
| 0.534034
| 0.500234
|
SnipersNest
| 76,561,198,145,303,410
|
--ST4RK--
|
t
| 0.457637
| 0.907569
| 0.715077
|
BackAlley
| 76,561,198,183,003,660
|
Swisher
|
t
| 0.539625
| 0.916448
| 0.719108
|
BackAlley
| 76,561,198,190,463,460
|
s1n
|
t
| 0.548714
| 0.906913
| 0.861654
|
BackAlley
| 76,561,198,282,785,840
|
okaylma0
|
ct
| 0.149921
| 0.869198
| 0.520244
|
BombsiteB
| 76,561,198,302,431,680
|
LGN
|
t
| 0.394476
| 0.91666
| 0.720338
|
Apartments
| 76,561,198,315,699,470
|
BAGEL
|
ct
| 0.444879
| 0.352067
| 0.500234
|
Jungle
| 76,561,198,825,272,140
|
woohoo
|
ct
| 0.415399
| 0.067516
| 0.500234
|
BombsiteA
|
17
|
test
| 5
| 153,491
| 153,811
| 153,651
| 2,398.296875
| 2,403.296875
| 2,400.796875
| 10
| 15
| 12.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 24
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
t
| 0.376733
| 0.932791
| 0.720338
|
Apartments
| 76,561,198,089,583,890
|
no1nx
|
ct
| 0.334531
| 0.834497
| 0.502695
|
BombsiteB
| 76,561,198,131,414,910
|
C0C0-
|
ct
| 0.362475
| 0.530732
| 0.645537
|
SnipersNest
| 76,561,198,145,303,410
|
--ST4RK--
|
t
| 0.397126
| 0.913308
| 0.720338
|
Apartments
| 76,561,198,183,003,660
|
Swisher
|
t
| 0.480042
| 0.915495
| 0.801626
|
BackAlley
| 76,561,198,190,463,460
|
s1n
|
t
| 0.496022
| 0.90093
| 0.716619
|
BackAlley
| 76,561,198,282,785,840
|
okaylma0
|
ct
| 0.137355
| 0.89861
| 0.505862
|
BombsiteB
| 76,561,198,302,431,680
|
LGN
|
t
| 0.345824
| 0.957232
| 0.720338
|
Apartments
| 76,561,198,315,699,470
|
BAGEL
|
ct
| 0.446859
| 0.354669
| 0.500234
|
Jungle
| 76,561,198,825,272,140
|
woohoo
|
ct
| 0.421859
| 0.078421
| 0.500234
|
BombsiteA
|
18
|
test
| 5
| 153,555
| 153,875
| 153,715
| 2,399.296875
| 2,404.296875
| 2,401.796875
| 11
| 16
| 13.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 24
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
t
| 0.329209
| 0.952497
| 0.720338
|
Apartments
| 76,561,198,089,583,890
|
no1nx
|
ct
| 0.328642
| 0.860622
| 0.500234
|
BombsiteB
| 76,561,198,131,414,910
|
C0C0-
|
ct
| 0.34821
| 0.538171
| 0.59778
|
SnipersNest
| 76,561,198,145,303,410
|
--ST4RK--
|
t
| 0.346931
| 0.940494
| 0.720338
|
Apartments
| 76,561,198,183,003,660
|
Swisher
|
t
| 0.425354
| 0.910191
| 0.715654
|
BackAlley
| 76,561,198,190,463,460
|
s1n
|
t
| 0.435822
| 0.897549
| 0.72318
|
BackAlley
| 76,561,198,282,785,840
|
okaylma0
|
ct
| 0.107545
| 0.897824
| 0.505945
|
BombsiteB
| 76,561,198,302,431,680
|
LGN
|
t
| 0.292912
| 0.963236
| 0.800375
|
Apartments
| 76,561,198,315,699,470
|
BAGEL
|
ct
| 0.439772
| 0.349031
| 0.500234
|
Jungle
| 76,561,198,825,272,140
|
woohoo
|
ct
| 0.396487
| 0.034751
| 0.500234
|
BombsiteA
|
19
|
test
| 5
| 153,619
| 153,939
| 153,779
| 2,400.296875
| 2,405.296875
| 2,402.796875
| 12
| 17
| 14.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 24
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
t
| 0.274821
| 0.957984
| 0.800375
|
Apartments
| 76,561,198,089,583,890
|
no1nx
|
ct
| 0.330999
| 0.865586
| 0.500689
|
BombsiteB
| 76,561,198,131,414,910
|
C0C0-
|
ct
| 0.359085
| 0.532798
| 0.631741
|
SnipersNest
| 76,561,198,145,303,410
|
--ST4RK--
|
t
| 0.293057
| 0.954402
| 0.800375
|
Apartments
| 76,561,198,183,003,660
|
Swisher
|
t
| 0.371315
| 0.930895
| 0.720338
|
Apartments
| 76,561,198,190,463,460
|
s1n
|
t
| 0.426726
| 0.897359
| 0.720635
|
BackAlley
| 76,561,198,282,785,840
|
okaylma0
|
ct
| 0.077268
| 0.855311
| 0.500234
|
BombsiteB
| 76,561,198,302,431,680
|
LGN
|
t
| 0.238449
| 0.955548
| 0.800375
|
Apartments
| 76,561,198,315,699,470
|
BAGEL
|
ct
| 0.392052
| 0.356255
| 0.504551
|
Jungle
| 76,561,198,825,272,140
|
woohoo
|
ct
| 0.379238
| 0.031434
| 0.500234
|
BombsiteA
|
20
|
test
| 5
| 153,683
| 154,003
| 153,843
| 2,401.296875
| 2,406.296875
| 2,403.796875
| 13
| 18
| 15.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 24
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
t
| 0.222562
| 0.948884
| 0.800375
|
Apartments
| 76,561,198,089,583,890
|
no1nx
|
ct
| 0.336675
| 0.894405
| 0.516493
|
BombsiteB
| 76,561,198,131,414,910
|
C0C0-
|
ct
| 0.384944
| 0.578383
| 0.596139
|
SnipersNest
| 76,561,198,145,303,410
|
--ST4RK--
|
t
| 0.2424
| 0.97512
| 0.800375
|
Apartments
| 76,561,198,183,003,660
|
Swisher
|
t
| 0.315729
| 0.949016
| 0.720338
|
Apartments
| 76,561,198,190,463,460
|
s1n
|
t
| 0.381342
| 0.929109
| 0.720338
|
Apartments
| 76,561,198,282,785,840
|
okaylma0
|
ct
| 0.095078
| 0.855291
| 0.500234
|
BombsiteB
| 76,561,198,302,431,680
|
LGN
|
t
| 0.211976
| 0.910283
| 0.801899
|
Apartments
| 76,561,198,315,699,470
|
BAGEL
|
ct
| 0.348773
| 0.394946
| 0.500234
|
CTSpawn
| 76,561,198,825,272,140
|
woohoo
|
ct
| 0.373361
| 0.028578
| 0.500234
|
BombsiteA
|
21
|
test
| 5
| 181,370
| 181,690
| 181,530
| 2,833.90625
| 2,838.90625
| 2,836.40625
| 0
| 5
| 2.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 28
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.266206
| 0.395606
| 0.270133
|
CTSpawn
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.924239
| 0.820075
| 0.633891
|
TSpawn
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.879242
| 0.875829
| 0.280085
|
SideAlley
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.290596
| 0.108303
| 0.313119
|
CTSpawn
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.260961
| 0.329047
| 0.260296
|
CTSpawn
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.260443
| 0.361551
| 0.259888
|
CTSpawn
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.98029
| 0.753151
| 0.500234
|
TSpawn
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.348167
| 0.090341
| 0.437889
|
CTSpawn
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.910444
| 0.834447
| 0.310145
|
TSpawn
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.899731
| 0.855695
| 0.272407
|
SideAlley
|
22
|
test
| 5
| 181,434
| 181,754
| 181,594
| 2,834.90625
| 2,839.90625
| 2,837.40625
| 1
| 6
| 3.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 28
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.282851
| 0.458569
| 0.507113
|
CTSpawn
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.89372
| 0.877346
| 0.272989
|
SideAlley
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.83604
| 0.919739
| 0.498112
|
SideAlley
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.340332
| 0.0681
| 0.434722
|
CTSpawn
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.262043
| 0.397293
| 0.276026
|
CTSpawn
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.266114
| 0.432755
| 0.348721
|
CTSpawn
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.937975
| 0.797197
| 0.510239
|
TSpawn
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.406067
| 0.078533
| 0.500234
|
CTSpawn
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.868604
| 0.876949
| 0.283787
|
SideAlley
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.860722
| 0.908419
| 0.328909
|
SideAlley
|
23
|
test
| 5
| 181,498
| 181,818
| 181,658
| 2,835.90625
| 2,840.90625
| 2,838.40625
| 2
| 7
| 4.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 28
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.319444
| 0.465461
| 0.500234
|
CTSpawn
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.847525
| 0.919518
| 0.419379
|
SideAlley
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.787101
| 0.950429
| 0.580272
|
House
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.392901
| 0.051745
| 0.500234
|
CTSpawn
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.275967
| 0.462789
| 0.433875
|
CTSpawn
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.308961
| 0.464887
| 0.531108
|
CTSpawn
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.901961
| 0.848404
| 0.270547
|
SideAlley
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.463621
| 0.083195
| 0.47022
|
BombsiteA
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.807855
| 0.879142
| 0.275399
|
SideAlley
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.804443
| 0.932052
| 0.580272
|
SideAlley
|
24
|
test
| 5
| 181,562
| 181,882
| 181,722
| 2,836.90625
| 2,841.90625
| 2,839.40625
| 3
| 8
| 5.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 28
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.351429
| 0.478815
| 0.500234
|
CTSpawn
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.791614
| 0.940508
| 0.580272
|
House
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.745717
| 0.976179
| 0.580272
|
House
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.448962
| 0.070029
| 0.487437
|
CTSpawn
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.309207
| 0.464526
| 0.500234
|
CTSpawn
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.320391
| 0.465107
| 0.500234
|
CTSpawn
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.850834
| 0.878008
| 0.281465
|
SideAlley
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.520496
| 0.097818
| 0.482577
|
BombsiteA
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.750553
| 0.86384
| 0.272879
|
SideAlley
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.769295
| 0.976578
| 0.580272
|
House
|
25
|
test
| 5
| 181,626
| 181,946
| 181,786
| 2,837.90625
| 2,842.90625
| 2,840.40625
| 4
| 9
| 6.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 28
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.369546
| 0.545888
| 0.631702
|
SnipersNest
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.757305
| 0.969603
| 0.580272
|
House
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.684938
| 0.975508
| 0.580272
|
House
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.452116
| 0.094032
| 0.475239
|
CTSpawn
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.319471
| 0.465299
| 0.500234
|
CTSpawn
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.340551
| 0.440723
| 0.500234
|
CTSpawn
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.791247
| 0.877719
| 0.27745
|
SideAlley
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.568966
| 0.128572
| 0.647804
|
BombsiteA
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.76474
| 0.874542
| 0.322417
|
SideAlley
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.708708
| 0.979216
| 0.580272
|
House
|
26
|
test
| 5
| 181,690
| 182,010
| 181,850
| 2,838.90625
| 2,843.90625
| 2,841.40625
| 5
| 10
| 7.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 28
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.357295
| 0.590936
| 0.72237
|
SnipersNest
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.698168
| 0.981345
| 0.580272
|
House
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.624788
| 0.968882
| 0.580272
|
House
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.399973
| 0.080759
| 0.500234
|
CTSpawn
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.348482
| 0.476485
| 0.500234
|
CTSpawn
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.362016
| 0.374617
| 0.500234
|
CTSpawn
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.752097
| 0.871987
| 0.266443
|
SideAlley
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.592671
| 0.146657
| 0.827888
|
BombsiteA
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.735106
| 0.829891
| 0.272809
|
SideAlley
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.64977
| 0.976937
| 0.580272
|
House
|
27
|
test
| 5
| 181,754
| 182,074
| 181,914
| 2,839.90625
| 2,844.90625
| 2,842.40625
| 6
| 11
| 8.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 28
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.361122
| 0.628369
| 0.780366
|
SnipersNest
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.640627
| 0.974116
| 0.62416
|
House
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.570303
| 0.943392
| 0.720338
|
BackAlley
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.415831
| 0.066041
| 0.500234
|
CTSpawn
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.36198
| 0.541294
| 0.500234
|
SnipersNest
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.416144
| 0.348795
| 0.500234
|
Jungle
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.74769
| 0.856731
| 0.275103
|
SideAlley
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.64731
| 0.132482
| 0.820385
|
Scaffolding
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.739589
| 0.761751
| 0.381171
|
SideAlley
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.591757
| 0.961007
| 0.599895
|
BackAlley
|
28
|
test
| 5
| 181,818
| 182,138
| 181,978
| 2,840.90625
| 2,845.90625
| 2,843.40625
| 7
| 12
| 9.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 28
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.366878
| 0.68511
| 0.908277
|
Ladder
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.593407
| 0.946668
| 0.658254
|
BackAlley
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.514934
| 0.917231
| 0.718614
|
BackAlley
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.449876
| 0.103584
| 0.473579
|
CTSpawn
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.370496
| 0.522147
| 0.500234
|
SnipersNest
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.463283
| 0.343478
| 0.500234
|
BombsiteA
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.731422
| 0.838249
| 0.264052
|
SideAlley
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.675956
| 0.0835
| 0.820385
|
PalaceInterior
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.716751
| 0.710654
| 0.506487
|
TopofMid
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.544501
| 0.919961
| 0.719025
|
BackAlley
|
29
|
test
| 5
| 181,882
| 182,202
| 182,042
| 2,841.90625
| 2,846.90625
| 2,844.40625
| 8
| 13
| 10.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 28
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.41319
| 0.718436
| 0.500234
|
Catwalk
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.577158
| 0.897898
| 0.718812
|
BackAlley
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.45461
| 0.914576
| 0.851845
|
BackAlley
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.421216
| 0.07063
| 0.500234
|
CTSpawn
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.338872
| 0.467095
| 0.613882
|
SnipersNest
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.491619
| 0.357845
| 0.500234
|
BombsiteA
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.73324
| 0.773015
| 0.354256
|
SideAlley
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.693018
| 0.06952
| 0.820385
|
PalaceInterior
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.698635
| 0.658858
| 0.501267
|
TopofMid
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.486866
| 0.902712
| 0.714916
|
BackAlley
|
30
|
test
| 5
| 181,946
| 182,266
| 182,106
| 2,842.90625
| 2,847.90625
| 2,845.40625
| 9
| 14
| 11.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 28
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.424593
| 0.693875
| 0.500231
|
Catwalk
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.525838
| 0.880329
| 0.798421
|
BackAlley
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.401298
| 0.905636
| 0.738667
|
BackAlley
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.399028
| 0.07527
| 0.500234
|
CTSpawn
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.312069
| 0.468657
| 0.500234
|
CTSpawn
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.520811
| 0.323194
| 0.797986
|
Stairs
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.731165
| 0.709429
| 0.506487
|
TopofMid
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.693656
| 0.068046
| 0.820385
|
PalaceInterior
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.695404
| 0.604801
| 0.505132
|
TopofMid
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.428119
| 0.901552
| 0.71616
|
BackAlley
|
31
|
test
| 5
| 182,010
| 182,330
| 182,170
| 2,843.90625
| 2,848.90625
| 2,846.40625
| 10
| 15
| 12.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 28
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.433746
| 0.716184
| 0.500125
|
Catwalk
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.480869
| 0.882196
| 0.335251
|
Underpass
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.393031
| 0.951181
| 0.798583
|
Apartments
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.362397
| 0.081935
| 0.472048
|
CTSpawn
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.273517
| 0.507719
| 0.505237
|
CTSpawn
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.516947
| 0.345216
| 0.644148
|
BombsiteA
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.698586
| 0.696283
| 0.501077
|
TopofMid
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.692453
| 0.070462
| 0.820385
|
PalaceInterior
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.70186
| 0.605865
| 0.508269
|
TopofMid
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.378058
| 0.91483
| 0.720338
|
Apartments
|
32
|
test
| 5
| 182,074
| 182,394
| 182,234
| 2,844.90625
| 2,849.90625
| 2,847.40625
| 11
| 16
| 13.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 28
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.429056
| 0.696539
| 0.500231
|
Catwalk
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.425836
| 0.877191
| 0
|
Underpass
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.394196
| 0.961457
| 0.793095
|
Apartments
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.382105
| 0.041949
| 0.500234
|
CTSpawn
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.23345
| 0.559134
| 0.500234
|
Shop
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.485017
| 0.396323
| 0.500234
|
Connector
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.696955
| 0.682246
| 0.500434
|
TopofMid
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.694059
| 0.069985
| 0.820385
|
PalaceInterior
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.697013
| 0.587445
| 0.524753
|
TopofMid
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.342028
| 0.936239
| 0.720338
|
Apartments
|
33
|
test
| 5
| 182,138
| 182,458
| 182,298
| 2,845.90625
| 2,850.90625
| 2,848.40625
| 12
| 17
| 14.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 28
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.425121
| 0.686723
| 0.500303
|
Catwalk
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.430959
| 0.86122
| 0
|
Underpass
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.397271
| 0.96295
| 0.793095
|
Apartments
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.406879
| 0.014601
| 0.500234
|
CTSpawn
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.192778
| 0.606254
| 0.500234
|
Shop
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.4879
| 0.428049
| 0.476155
|
Connector
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.688834
| 0.699537
| 0.540253
|
TopofMid
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.695871
| 0.070921
| 0.820385
|
PalaceInterior
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.700452
| 0.583354
| 0.533039
|
TopofMid
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.299867
| 0.950304
| 0.792247
|
Apartments
|
34
|
test
| 5
| 182,202
| 182,522
| 182,362
| 2,846.90625
| 2,851.90625
| 2,849.40625
| 13
| 18
| 15.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 28
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.424438
| 0.686779
| 0.500296
|
Catwalk
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.397173
| 0.854373
| 0
|
Underpass
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.387783
| 0.964879
| 0.7575
|
Apartments
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.416085
| 0.008779
| 0.500234
|
CTSpawn
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.175925
| 0.675622
| 0.618493
|
BombsiteB
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.518292
| 0.442991
| 0.500234
|
Connector
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.692045
| 0.688896
| 0.540253
|
TopofMid
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.701471
| 0.073886
| 0.820385
|
PalaceInterior
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.699215
| 0.577834
| 0.540086
|
TopofMid
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.284036
| 0.959417
| 0.800375
|
Apartments
|
35
|
test
| 5
| 182,266
| 182,586
| 182,426
| 2,847.90625
| 2,852.90625
| 2,850.40625
| 14
| 19
| 16.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 28
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.424443
| 0.684628
| 0.500317
|
Catwalk
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.415226
| 0.855369
| 0
|
Underpass
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.387875
| 0.964897
| 0.7575
|
Apartments
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.425098
| 0.000612
| 0.637096
|
CTSpawn
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.15579
| 0.73419
| 0.505862
|
BombsiteB
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.511067
| 0.406257
| 0.500234
|
Connector
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.688834
| 0.681545
| 0.540253
|
TopofMid
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.729797
| 0.067555
| 0.820385
|
PalaceInterior
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.693538
| 0.579855
| 0.526545
|
TopofMid
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.264538
| 0.977753
| 0.800375
|
Apartments
|
36
|
test
| 5
| 182,330
| 182,650
| 182,490
| 2,848.90625
| 2,853.90625
| 2,851.40625
| 15
| 20
| 17.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 28
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.42444
| 0.684538
| 0.500317
|
Catwalk
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.445004
| 0.846703
| 0.089381
|
Underpass
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.352029
| 0.942984
| 0.720338
|
Apartments
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.409271
| 0.018567
| 0.500234
|
CTSpawn
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.142575
| 0.785407
| 0.520244
|
BombsiteB
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.493287
| 0.366133
| 0.500234
|
BombsiteA
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.688833
| 0.680854
| 0.540253
|
TopofMid
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.742964
| 0.073832
| 0.820385
|
PalaceInterior
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.694299
| 0.569369
| 0.513607
|
TopofMid
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.256021
| 0.977739
| 0.800375
|
Apartments
|
37
|
test
| 5
| 182,394
| 182,714
| 182,554
| 2,849.90625
| 2,854.90625
| 2,852.40625
| 16
| 21
| 18.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 28
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.425022
| 0.684128
| 0.500323
|
Catwalk
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.475448
| 0.852139
| 0.298088
|
Underpass
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.321726
| 0.946379
| 0.720338
|
Apartments
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.41938
| 0.005098
| 0.500234
|
CTSpawn
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.140567
| 0.818087
| 0.520244
|
BombsiteB
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.497266
| 0.366122
| 0.500234
|
BombsiteA
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.688828
| 0.682559
| 0.540253
|
TopofMid
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.771037
| 0.074494
| 0.820385
|
PalaceInterior
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.694461
| 0.571029
| 0.513083
|
TopofMid
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.24402
| 0.977288
| 0.800375
|
Apartments
|
38
|
test
| 5
| 182,458
| 182,778
| 182,618
| 2,850.90625
| 2,855.90625
| 2,853.40625
| 17
| 22
| 19.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 28
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.42444
| 0.68514
| 0.500314
|
Catwalk
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.50639
| 0.858199
| 0.390153
|
Underpass
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.302182
| 0.947209
| 0.776377
|
Apartments
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.420575
| 0.003054
| 0.637564
|
CTSpawn
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.14189
| 0.846218
| 0.520244
|
BombsiteB
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.501462
| 0.354157
| 0.500234
|
BombsiteA
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.68883
| 0.682932
| 0.540253
|
TopofMid
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.793165
| 0.076541
| 0.820385
|
PalaceInterior
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.694439
| 0.571454
| 0.512877
|
TopofMid
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.245522
| 0.980559
| 0.800375
|
Apartments
|
39
|
test
| 5
| 182,522
| 182,842
| 182,682
| 2,851.90625
| 2,856.90625
| 2,854.40625
| 18
| 23
| 20.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 28
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.424658
| 0.685674
| 0.50031
|
Catwalk
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.536621
| 0.853487
| 0.597405
|
Underpass
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.288
| 0.949644
| 0.800375
|
Apartments
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.407765
| 0.019866
| 0.500234
|
CTSpawn
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.168896
| 0.827406
| 0.520244
|
BombsiteB
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.492883
| 0.388605
| 0.500234
|
Connector
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.690205
| 0.67867
| 0.540253
|
TopofMid
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.793616
| 0.076147
| 0.820385
|
PalaceInterior
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.693796
| 0.560752
| 0.515568
|
TopofMid
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.249832
| 0.970268
| 0.800375
|
Apartments
|
40
|
test
| 5
| 182,586
| 182,906
| 182,746
| 2,852.90625
| 2,857.90625
| 2,855.40625
| 19
| 24
| 21.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 28
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.424658
| 0.685674
| 0.50031
|
Catwalk
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.550833
| 0.877395
| 0.830233
|
Underpass
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.286675
| 0.95124
| 0.800375
|
Apartments
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.420628
| 0.002869
| 0.500234
|
CTSpawn
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.192323
| 0.817825
| 0.520244
|
BombsiteB
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.51132
| 0.393543
| 0.500234
|
Connector
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.669988
| 0.663247
| 0.540253
|
TopofMid
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.79285
| 0.07595
| 0.820385
|
PalaceInterior
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.68594
| 0.543256
| 0.507412
|
TopofMid
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.263573
| 0.979339
| 0.800375
|
Apartments
|
41
|
test
| 5
| 186,239
| 186,559
| 186,399
| 2,909.984375
| 2,914.984375
| 2,912.484375
| 0
| 5
| 2.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 29
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.261984
| 0.375974
| 0.264159
|
CTSpawn
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.872135
| 0.898174
| 0.289732
|
SideAlley
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.917558
| 0.840876
| 0.28955
|
TSpawn
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.325359
| 0.086404
| 0.393272
|
CTSpawn
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.230717
| 0.358024
| 0.278585
|
CTSpawn
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.264346
| 0.395347
| 0.269227
|
CTSpawn
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.956213
| 0.83736
| 0.340159
|
TSpawn
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.241629
| 0.333523
| 0.263008
|
CTSpawn
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.897411
| 0.853496
| 0.273802
|
SideAlley
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.922173
| 0.49457
| 0.271472
|
TSpawn
|
42
|
test
| 5
| 186,303
| 186,623
| 186,463
| 2,910.984375
| 2,915.984375
| 2,913.484375
| 1
| 6
| 3.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 29
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.26646
| 0.44633
| 0.378356
|
CTSpawn
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.817595
| 0.925958
| 0.580272
|
SideAlley
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.876099
| 0.880368
| 0.28145
|
SideAlley
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.381827
| 0.063094
| 0.500234
|
CTSpawn
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.252709
| 0.418292
| 0.318987
|
CTSpawn
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.274264
| 0.464084
| 0.417385
|
CTSpawn
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.941353
| 0.882293
| 0.263643
|
TSpawn
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.250565
| 0.398894
| 0.280964
|
CTSpawn
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.846638
| 0.876915
| 0.278942
|
SideAlley
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.891815
| 0.438266
| 0.261071
|
PalaceAlley
|
43
|
test
| 5
| 186,367
| 186,687
| 186,527
| 2,911.984375
| 2,916.984375
| 2,914.484375
| 2
| 7
| 4.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 29
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.30782
| 0.463392
| 0.500234
|
CTSpawn
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.784436
| 0.965783
| 0.580272
|
House
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.835983
| 0.926137
| 0.498506
|
SideAlley
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.437459
| 0.071315
| 0.497452
|
CTSpawn
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.257314
| 0.488053
| 0.477182
|
CTSpawn
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.320897
| 0.467271
| 0.500234
|
CTSpawn
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.956433
| 0.888866
| 0.265874
|
TSpawn
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.25452
| 0.466416
| 0.423203
|
CTSpawn
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.807455
| 0.875055
| 0.276411
|
SideAlley
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.835023
| 0.414375
| 0.266323
|
PalaceAlley
|
44
|
test
| 5
| 186,431
| 186,751
| 186,591
| 2,912.984375
| 2,917.984375
| 2,915.484375
| 3
| 8
| 5.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 29
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.328343
| 0.466432
| 0.500234
|
CTSpawn
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.72661
| 0.980777
| 0.580272
|
House
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.787514
| 0.906412
| 0.633344
|
SideAlley
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.491753
| 0.064522
| 0.495283
|
BombsiteA
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.245286
| 0.555998
| 0.500234
|
Shop
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.354155
| 0.482598
| 0.500234
|
CTSpawn
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.93731
| 0.848238
| 0.346572
|
TSpawn
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.256965
| 0.535465
| 0.524152
|
CTSpawn
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.807455
| 0.875055
| 0.276411
|
SideAlley
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.809466
| 0.351463
| 0.261415
|
PalaceAlley
|
45
|
test
| 5
| 186,495
| 186,815
| 186,655
| 2,913.984375
| 2,918.984375
| 2,916.484375
| 4
| 9
| 6.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 29
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.359966
| 0.495793
| 0.513991
|
CTSpawn
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.665905
| 0.978289
| 0.583633
|
House
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.746396
| 0.85533
| 0.31589
|
SideAlley
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.538825
| 0.088249
| 0.498381
|
BombsiteA
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.195041
| 0.596717
| 0.500234
|
Shop
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.369783
| 0.547385
| 0.561513
|
SnipersNest
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.889514
| 0.872588
| 0.27645
|
SideAlley
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.220143
| 0.567112
| 0.500234
|
Shop
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.837198
| 0.873561
| 0.282312
|
SideAlley
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.785599
| 0.297849
| 0.260122
|
PalaceAlley
|
46
|
test
| 5
| 186,559
| 186,879
| 186,719
| 2,914.984375
| 2,919.984375
| 2,917.484375
| 5
| 10
| 7.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 29
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.356072
| 0.542256
| 0.59778
|
SnipersNest
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.60611
| 0.975827
| 0.673519
|
BackAlley
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.743049
| 0.798014
| 0.294369
|
SideAlley
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.58031
| 0.120954
| 0.491957
|
BombsiteA
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.180719
| 0.663627
| 0.639128
|
Shop
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.424026
| 0.560415
| 0.331718
|
Middle
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.842889
| 0.913744
| 0.45116
|
SideAlley
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.184584
| 0.616536
| 0.500234
|
Shop
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.893592
| 0.874129
| 0.274545
|
SideAlley
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.748419
| 0.308743
| 0.363885
|
TRamp
|
47
|
test
| 5
| 186,623
| 186,943
| 186,783
| 2,915.984375
| 2,920.984375
| 2,918.484375
| 6
| 11
| 8.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 29
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.353077
| 0.538183
| 0.59778
|
SnipersNest
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.554909
| 0.940976
| 0.72197
|
BackAlley
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.741193
| 0.731347
| 0.444925
|
TopofMid
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.606883
| 0.165849
| 0.500234
|
BombsiteA
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.210303
| 0.721251
| 0.50037
|
BombsiteB
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.465055
| 0.540909
| 0.252109
|
Middle
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.789234
| 0.919914
| 0.580272
|
SideAlley
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.173041
| 0.685365
| 0.573394
|
BombsiteB
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.93747
| 0.829601
| 0.404408
|
TSpawn
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.737722
| 0.324047
| 0.480225
|
TRamp
|
48
|
test
| 5
| 186,687
| 187,007
| 186,847
| 2,916.984375
| 2,921.984375
| 2,919.484375
| 7
| 12
| 9.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 29
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.342887
| 0.530425
| 0.59778
|
SnipersNest
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.514756
| 0.921634
| 0.720494
|
BackAlley
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.723509
| 0.75145
| 0.400484
|
SideAlley
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.614136
| 0.171082
| 0.500234
|
BombsiteA
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.253623
| 0.770834
| 0.499797
|
BombsiteB
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.491699
| 0.490922
| 0.371854
|
Middle
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.744456
| 0.873644
| 0.638698
|
SideAlley
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.149573
| 0.748558
| 0.501597
|
BombsiteB
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.943926
| 0.768376
| 0.509544
|
TSpawn
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.721565
| 0.334288
| 0.480225
|
TRamp
|
49
|
test
| 5
| 186,751
| 187,071
| 186,911
| 2,917.984375
| 2,922.984375
| 2,920.484375
| 8
| 13
| 10.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 29
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.342476
| 0.527959
| 0.59778
|
SnipersNest
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.48367
| 0.921753
| 0.720946
|
BackAlley
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.73412
| 0.813666
| 0.274758
|
SideAlley
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.614817
| 0.184582
| 0.500234
|
BombsiteA
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.30601
| 0.802866
| 0.500234
|
BombsiteB
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.491244
| 0.505001
| 0.33758
|
Middle
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.741031
| 0.860527
| 0.264383
|
SideAlley
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.141466
| 0.81942
| 0.520244
|
BombsiteB
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.947193
| 0.706572
| 0.500234
|
TSpawn
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.718356
| 0.33373
| 0.480225
|
TRamp
|
50
|
test
| 5
| 186,815
| 187,135
| 186,975
| 2,918.984375
| 2,923.984375
| 2,921.484375
| 9
| 14
| 11.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 29
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.342475
| 0.536834
| 0.59778
|
SnipersNest
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.45286
| 0.918728
| 0.720317
|
BackAlley
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.743286
| 0.771071
| 0.360931
|
SideAlley
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.622099
| 0.176746
| 0.500234
|
BombsiteA
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.362661
| 0.819757
| 0.499544
|
BombsiteB
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.487839
| 0.513751
| 0.260122
|
Middle
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.724404
| 0.852609
| 0.258018
|
SideAlley
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.135875
| 0.88548
| 0.510131
|
BombsiteB
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.938505
| 0.768042
| 0.510239
|
TSpawn
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.714552
| 0.333567
| 0.480225
|
TRamp
|
51
|
test
| 5
| 186,879
| 187,199
| 187,039
| 2,919.984375
| 2,924.984375
| 2,922.484375
| 10
| 15
| 12.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 29
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.34887
| 0.531385
| 0.59778
|
SnipersNest
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.424006
| 0.919003
| 0.718194
|
BackAlley
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.743291
| 0.754234
| 0.394701
|
SideAlley
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.661926
| 0.173397
| 0.500234
|
BombsiteA
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.412434
| 0.788826
| 0.489784
|
Catwalk
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.491195
| 0.464841
| 0.380178
|
Connector
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.707983
| 0.791506
| 0.312518
|
SideAlley
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.120464
| 0.949919
| 0.667539
|
Truck
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.918766
| 0.828957
| 0.284691
|
TSpawn
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.723309
| 0.323395
| 0.480225
|
TRamp
|
52
|
test
| 5
| 186,943
| 187,263
| 187,103
| 2,920.984375
| 2,925.984375
| 2,923.484375
| 11
| 16
| 13.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 29
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.363931
| 0.530767
| 0.500234
|
SnipersNest
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.404659
| 0.905707
| 0.720338
|
BackAlley
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.743228
| 0.73923
| 0.425058
|
TopofMid
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.680573
| 0.181008
| 0.607042
|
BombsiteA
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.449036
| 0.738807
| 0.628889
|
Catwalk
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.4909
| 0.397557
| 0.500234
|
Connector
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.707731
| 0.742757
| 0.433577
|
TopofMid
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.126175
| 0.899976
| 0.510645
|
BombsiteB
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.880731
| 0.879767
| 0.278583
|
SideAlley
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.748041
| 0.303205
| 0.365829
|
TRamp
|
53
|
test
| 5
| 187,007
| 187,327
| 187,167
| 2,921.984375
| 2,926.984375
| 2,924.484375
| 12
| 17
| 14.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 29
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.369913
| 0.488413
| 0.500234
|
CTSpawn
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.378916
| 0.914631
| 0.720338
|
Apartments
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.743717
| 0.720623
| 0.51274
|
TopofMid
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.681754
| 0.190593
| 0.84993
|
PalaceInterior
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.445758
| 0.674659
| 0.515026
|
Catwalk
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.474047
| 0.336726
| 0.500234
|
BombsiteA
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.707163
| 0.796649
| 0.297056
|
SideAlley
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.12822
| 0.942388
| 0.656206
|
Truck
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.83434
| 0.920398
| 0.543419
|
SideAlley
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.791027
| 0.272821
| 0.260122
|
PalaceAlley
|
54
|
test
| 5
| 187,071
| 187,391
| 187,231
| 2,922.984375
| 2,927.984375
| 2,925.484375
| 13
| 18
| 15.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 29
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.32801
| 0.467063
| 0.500234
|
CTSpawn
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.363046
| 0.928247
| 0.720338
|
Apartments
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.761249
| 0.670513
| 0.519685
|
TopofMid
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.670506
| 0.178606
| 0.820385
|
PalaceInterior
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.442969
| 0.673465
| 0.506833
|
Catwalk
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.46406
| 0.28328
| 0.500234
|
BombsiteA
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.725941
| 0.743577
| 0.417287
|
TopofMid
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.127749
| 0.896879
| 0.505862
|
BombsiteB
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.789061
| 0.950272
| 0.580272
|
House
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.815876
| 0.307518
| 0.260149
|
PalaceAlley
|
55
|
test
| 5
| 187,135
| 187,455
| 187,295
| 2,923.984375
| 2,928.984375
| 2,926.484375
| 14
| 19
| 16.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 29
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.305308
| 0.458874
| 0.500234
|
CTSpawn
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.348039
| 0.936237
| 0.720338
|
Apartments
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.763758
| 0.610781
| 0.518638
|
TopofMid
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.662303
| 0.149257
| 0.820385
|
PalaceInterior
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.436269
| 0.668368
| 0.502318
|
Catwalk
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.462092
| 0.2712
| 0.492154
|
BombsiteA
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.725035
| 0.707886
| 0.506487
|
TopofMid
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.126864
| 0.932563
| 0.651477
|
Truck
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.746964
| 0.977628
| 0.580272
|
House
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.813846
| 0.378404
| 0.261521
|
PalaceAlley
|
56
|
test
| 5
| 187,199
| 187,519
| 187,359
| 2,924.984375
| 2,929.984375
| 2,927.484375
| 15
| 20
| 17.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 29
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.265291
| 0.406275
| 0.584805
|
CTSpawn
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.321334
| 0.935862
| 0.720338
|
Apartments
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.758582
| 0.543993
| 0.570228
|
TopofMid
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.671386
| 0.165166
| 0.820385
|
PalaceInterior
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.44291
| 0.677695
| 0.506661
|
Catwalk
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.465087
| 0.288602
| 0.500234
|
BombsiteA
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.6956
| 0.701278
| 0.506487
|
TopofMid
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.125488
| 0.915184
| 0.533679
|
BombsiteB
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.692637
| 0.979727
| 0.580272
|
House
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.855527
| 0.422356
| 0.263378
|
PalaceAlley
|
57
|
test
| 5
| 187,263
| 187,583
| 187,423
| 2,925.984375
| 2,930.984375
| 2,928.484375
| 16
| 21
| 18.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 29
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.248669
| 0.364758
| 0.26064
|
CTSpawn
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.295157
| 0.935862
| 0.800375
|
Apartments
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.744375
| 0.528271
| 0.507513
|
TopofMid
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.68113
| 0.178743
| 0.722917
|
PalaceInterior
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.440666
| 0.666325
| 0.502443
|
Catwalk
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.462321
| 0.32392
| 0.500234
|
BombsiteA
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.693563
| 0.681515
| 0.499912
|
TopofMid
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.124983
| 0.913907
| 0.53289
|
BombsiteB
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.659067
| 0.989479
| 0.580272
|
House
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.907388
| 0.450039
| 0.2698
|
PalaceAlley
|
58
|
test
| 5
| 187,327
| 187,647
| 187,487
| 2,926.984375
| 2,931.984375
| 2,929.484375
| 17
| 22
| 19.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 29
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.25017
| 0.308121
| 0.259755
|
CTSpawn
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.287984
| 0.935857
| 0.800375
|
Apartments
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.735665
| 0.592628
| 0.511062
|
TopofMid
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.665092
| 0.167819
| 0.500234
|
PalaceInterior
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.446013
| 0.625393
| 0.504343
|
Catwalk
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.487438
| 0.365172
| 0.500234
|
BombsiteA
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.690399
| 0.661745
| 0.501213
|
TopofMid
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.124801
| 0.939817
| 0.57974
|
Truck
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.632455
| 0.992849
| 0.580272
|
House
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.923912
| 0.509696
| 0.289925
|
PalaceAlley
|
59
|
test
| 5
| 187,391
| 187,711
| 187,551
| 2,927.984375
| 2,932.984375
| 2,930.484375
| 18
| 23
| 20.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 29
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.248169
| 0.252678
| 0.258717
|
CTSpawn
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.287991
| 0.935867
| 0.800375
|
Apartments
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.727765
| 0.656471
| 0.603017
|
TopofMid
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.640473
| 0.151731
| 0.500234
|
BombsiteA
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.458614
| 0.681786
| 0.520244
|
Catwalk
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.490883
| 0.369842
| 0.500234
|
BombsiteA
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.687192
| 0.630454
| 0.502736
|
TopofMid
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.123007
| 0.896774
| 0.505862
|
BombsiteB
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.610705
| 0.977275
| 0.580272
|
BackAlley
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.927176
| 0.581199
| 0.420916
|
TSpawn
|
60
|
test
| 5
| 187,455
| 187,775
| 187,615
| 2,928.984375
| 2,933.984375
| 2,931.484375
| 19
| 24
| 21.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 29
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.255434
| 0.197526
| 0.252872
|
CTSpawn
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.287991
| 0.935867
| 0.800375
|
Apartments
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.741752
| 0.708182
| 0.506487
|
TopofMid
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.62587
| 0.147911
| 0.500234
|
BombsiteA
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.454094
| 0.748422
| 0.502723
|
Catwalk
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.494174
| 0.370334
| 0.500234
|
BombsiteA
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.689351
| 0.674911
| 0.640378
|
TopofMid
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.124085
| 0.949561
| 0.596824
|
Truck
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.595478
| 0.951221
| 0.633054
|
BackAlley
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.927882
| 0.652738
| 0.508094
|
TSpawn
|
61
|
test
| 5
| 187,519
| 187,839
| 187,679
| 2,929.984375
| 2,934.984375
| 2,932.484375
| 20
| 25
| 22.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 29
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.280342
| 0.137108
| 0.290289
|
CTSpawn
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.287991
| 0.935867
| 0.800375
|
Apartments
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.743223
| 0.735883
| 0.433652
|
TopofMid
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.642484
| 0.157823
| 0.500234
|
BombsiteA
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.456285
| 0.769367
| 0.505237
|
Catwalk
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.461357
| 0.360656
| 0.500234
|
BombsiteA
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.690858
| 0.682913
| 0.540253
|
TopofMid
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.122625
| 0.897851
| 0.506196
|
BombsiteB
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.600492
| 0.920877
| 0.740347
|
BackAlley
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.926372
| 0.722132
| 0.508727
|
TSpawn
|
62
|
test
| 5
| 187,583
| 187,903
| 187,743
| 2,930.984375
| 2,935.984375
| 2,933.484375
| 21
| 26
| 23.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 29
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.314756
| 0.080748
| 0.408512
|
CTSpawn
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.287991
| 0.935867
| 0.800375
|
Apartments
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.729176
| 0.716124
| 0.490632
|
TopofMid
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.667154
| 0.16132
| 0.500234
|
BombsiteA
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.459792
| 0.782451
| 0.489495
|
Catwalk
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.44791
| 0.353858
| 0.500234
|
Jungle
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.684906
| 0.650477
| 0.502736
|
TopofMid
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.124372
| 0.948222
| 0.648663
|
Truck
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.606084
| 0.902777
| 0.745191
|
BackAlley
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.922354
| 0.791205
| 0.510239
|
TSpawn
|
63
|
test
| 5
| 187,647
| 187,967
| 187,807
| 2,931.984375
| 2,936.984375
| 2,934.484375
| 22
| 27
| 24.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 29
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.351146
| 0.065591
| 0.458422
|
CTSpawn
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.287991
| 0.935867
| 0.800375
|
Apartments
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.725022
| 0.781526
| 0.333529
|
SideAlley
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.666131
| 0.160485
| 0.500234
|
BombsiteA
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.454743
| 0.814856
| 0.492341
|
Catwalk
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.400676
| 0.337979
| 0.503694
|
Jungle
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.672134
| 0.591944
| 0.495312
|
TopofMid
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.122385
| 0.89427
| 0.504178
|
BombsiteB
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.606795
| 0.88623
| 0.748007
|
BackAlley
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.92686
| 0.845518
| 0.265953
|
TSpawn
|
64
|
test
| 5
| 187,711
| 188,031
| 187,871
| 2,932.984375
| 2,937.984375
| 2,935.484375
| 23
| 28
| 25.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 29
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.372799
| 0.054918
| 0.500234
|
CTSpawn
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.287988
| 0.943883
| 0.800375
|
Apartments
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.732613
| 0.852046
| 0.263394
|
SideAlley
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.665933
| 0.16033
| 0.500234
|
BombsiteA
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.460737
| 0.82125
| 0.500715
|
Catwalk
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.373668
| 0.367369
| 0.500233
|
Jungle
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.6618
| 0.571541
| 0.47097
|
TopofMid
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.123565
| 0.932257
| 0.68028
|
Truck
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.606842
| 0.907879
| 0.745853
|
BackAlley
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.954823
| 0.838314
| 0.340159
|
TSpawn
|
65
|
test
| 5
| 187,775
| 188,095
| 187,935
| 2,933.984375
| 2,938.984375
| 2,936.484375
| 24
| 29
| 26.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 29
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.382681
| 0.038082
| 0.500234
|
CTSpawn
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.266278
| 0.957519
| 0.800375
|
Apartments
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.747899
| 0.921158
| 0.478896
|
SideAlley
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.664352
| 0.159068
| 0.500234
|
BombsiteA
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.463089
| 0.828396
| 0.510075
|
Catwalk
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.353604
| 0.40129
| 0.500234
|
CTSpawn
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.660795
| 0.552053
| 0.467679
|
TopofMid
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.118107
| 0.923056
| 0.552993
|
BombsiteB
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.606824
| 0.910736
| 0.745839
|
BackAlley
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.96622
| 0.847758
| 0.339361
|
TSpawn
|
66
|
test
| 5
| 187,839
| 188,159
| 187,999
| 2,934.984375
| 2,939.984375
| 2,937.484375
| 25
| 30
| 27.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 29
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.388971
| 0.027631
| 0.500234
|
CTSpawn
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.221289
| 0.947808
| 0.800375
|
Apartments
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.752629
| 0.930965
| 0.554674
|
House
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.66539
| 0.159849
| 0.500234
|
BombsiteA
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.452895
| 0.829197
| 0.507295
|
Underpass
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.356498
| 0.437414
| 0.500234
|
CTSpawn
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.640961
| 0.544408
| 0.414197
|
Middle
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.108815
| 0.915179
| 0.541814
|
BombsiteB
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.606824
| 0.910736
| 0.745839
|
BackAlley
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.956956
| 0.844495
| 0.340159
|
TSpawn
|
67
|
test
| 5
| 187,903
| 188,223
| 188,063
| 2,935.984375
| 2,940.984375
| 2,938.484375
| 26
| 31
| 28.5
|
1-0076bc6b-4ce9-45fa-8e0b-35fd140ddd60-1-1
| 29
|
de_mirage
| 76,561,198,064,353,170
|
slaxz-
|
ct
| 0.399708
| 0.029603
| 0.500234
|
CTSpawn
| 76,561,198,089,583,890
|
no1nx
|
t
| 0.174484
| 0.962863
| 0.800375
|
Apartments
| 76,561,198,131,414,910
|
C0C0-
|
t
| 0.78042
| 0.935765
| 0.580272
|
House
| 76,561,198,145,303,410
|
--ST4RK--
|
ct
| 0.666487
| 0.160666
| 0.500234
|
BombsiteA
| 76,561,198,183,003,660
|
Swisher
|
ct
| 0.429216
| 0.829054
| 0.500344
|
Underpass
| 76,561,198,190,463,460
|
s1n
|
ct
| 0.359674
| 0.470537
| 0.500234
|
CTSpawn
| 76,561,198,282,785,840
|
okaylma0
|
t
| 0.62621
| 0.532021
| 0.395217
|
Middle
| 76,561,198,302,431,680
|
LGN
|
ct
| 0.095681
| 0.920911
| 0.605284
|
BombsiteB
| 76,561,198,315,699,470
|
BAGEL
|
t
| 0.606824
| 0.910736
| 0.745839
|
BackAlley
| 76,561,198,825,272,140
|
woohoo
|
t
| 0.95935
| 0.84451
| 0.340159
|
TSpawn
|
68
|
test
| 5
| 18,596
| 18,916
| 18,756
| 290.5625
| 295.5625
| 293.0625
| 0
| 5
| 2.5
|
1-203def16-7e5f-4b1a-8184-dba20deaadf6-1-1
| 3
|
de_mirage
| 76,561,198,063,907,740
|
jr24racing
|
ct
| 0.303969
| 0.101401
| 0.34055
|
CTSpawn
| 76,561,198,094,469,230
|
AaronJH
|
ct
| 0.321151
| 0.086952
| 0.384299
|
CTSpawn
| 76,561,198,117,262,620
|
FuuuZion
|
t
| 0.919749
| 0.871569
| 0.264628
|
TSpawn
| 76,561,198,120,367,630
|
Fre-e-
|
ct
| 0.250542
| 0.343831
| 0.367751
|
CTSpawn
| 76,561,198,238,642,990
|
Ikilim
|
t
| 0.859991
| 0.876531
| 0.282718
|
SideAlley
| 76,561,198,239,032,600
|
CsFuzzy
|
ct
| 0.261348
| 0.391712
| 0.268059
|
CTSpawn
| 76,561,198,260,637,340
|
Lightning-
|
ct
| 0.230749
| 0.333217
| 0.276235
|
CTSpawn
| 76,561,199,189,550,190
|
mawo
|
t
| 0.906622
| 0.880723
| 0.26766
|
SideAlley
| 76,561,199,390,118,370
|
Az14Zz
|
t
| 0.937256
| 0.826655
| 0.405512
|
TSpawn
| 76,561,199,484,515,840
|
sh1nejezz
|
t
| 0.88255
| 0.882688
| 0.278182
|
SideAlley
|
69
|
test
| 5
| 18,660
| 18,980
| 18,820
| 291.5625
| 296.5625
| 294.0625
| 1
| 6
| 3.5
|
1-203def16-7e5f-4b1a-8184-dba20deaadf6-1-1
| 3
|
de_mirage
| 76,561,198,063,907,740
|
jr24racing
|
ct
| 0.360095
| 0.083119
| 0.466623
|
CTSpawn
| 76,561,198,094,469,230
|
AaronJH
|
ct
| 0.377305
| 0.063446
| 0.500234
|
CTSpawn
| 76,561,198,117,262,620
|
FuuuZion
|
t
| 0.873158
| 0.912757
| 0.294667
|
SideAlley
| 76,561,198,120,367,630
|
Fre-e-
|
ct
| 0.258221
| 0.410801
| 0.304303
|
CTSpawn
| 76,561,198,238,642,990
|
Ikilim
|
t
| 0.799454
| 0.877404
| 0.276558
|
SideAlley
| 76,561,198,239,032,600
|
CsFuzzy
|
ct
| 0.273083
| 0.457325
| 0.467602
|
CTSpawn
| 76,561,198,260,637,340
|
Lightning-
|
ct
| 0.250733
| 0.393177
| 0.270449
|
CTSpawn
| 76,561,199,189,550,190
|
mawo
|
t
| 0.855192
| 0.916151
| 0.366818
|
SideAlley
| 76,561,199,390,118,370
|
Az14Zz
|
t
| 0.896278
| 0.873531
| 0.274051
|
SideAlley
| 76,561,199,484,515,840
|
sh1nejezz
|
t
| 0.833786
| 0.921379
| 0.513566
|
SideAlley
|
70
|
test
| 5
| 18,724
| 19,044
| 18,884
| 292.5625
| 297.5625
| 295.0625
| 2
| 7
| 4.5
|
1-203def16-7e5f-4b1a-8184-dba20deaadf6-1-1
| 3
|
de_mirage
| 76,561,198,063,907,740
|
jr24racing
|
ct
| 0.417817
| 0.072405
| 0.500234
|
CTSpawn
| 76,561,198,094,469,230
|
AaronJH
|
ct
| 0.430298
| 0.071975
| 0.500234
|
CTSpawn
| 76,561,198,117,262,620
|
FuuuZion
|
t
| 0.814599
| 0.924669
| 0.580272
|
SideAlley
| 76,561,198,120,367,630
|
Fre-e-
|
ct
| 0.259637
| 0.482283
| 0.462788
|
CTSpawn
| 76,561,198,238,642,990
|
Ikilim
|
t
| 0.747248
| 0.850773
| 0.290136
|
SideAlley
| 76,561,198,239,032,600
|
CsFuzzy
|
ct
| 0.319349
| 0.466974
| 0.500234
|
CTSpawn
| 76,561,198,260,637,340
|
Lightning-
|
ct
| 0.257059
| 0.45804
| 0.403916
|
CTSpawn
| 76,561,199,189,550,190
|
mawo
|
t
| 0.797053
| 0.931304
| 0.580272
|
SideAlley
| 76,561,199,390,118,370
|
Az14Zz
|
t
| 0.836291
| 0.880004
| 0.281992
|
SideAlley
| 76,561,199,484,515,840
|
sh1nejezz
|
t
| 0.788599
| 0.952651
| 0.580272
|
House
|
71
|
test
| 5
| 18,788
| 19,108
| 18,948
| 293.5625
| 298.5625
| 296.0625
| 3
| 8
| 5.5
|
1-203def16-7e5f-4b1a-8184-dba20deaadf6-1-1
| 3
|
de_mirage
| 76,561,198,063,907,740
|
jr24racing
|
ct
| 0.45908
| 0.109874
| 0.590668
|
BombsiteA
| 76,561,198,094,469,230
|
AaronJH
|
ct
| 0.482383
| 0.060138
| 0.494404
|
BombsiteA
| 76,561,198,117,262,620
|
FuuuZion
|
t
| 0.763912
| 0.888066
| 0.74957
|
SideAlley
| 76,561,198,120,367,630
|
Fre-e-
|
ct
| 0.24773
| 0.550158
| 0.500234
|
Shop
| 76,561,198,238,642,990
|
Ikilim
|
t
| 0.740623
| 0.786537
| 0.32019
|
SideAlley
| 76,561,198,239,032,600
|
CsFuzzy
|
ct
| 0.351263
| 0.475711
| 0.500234
|
CTSpawn
| 76,561,198,260,637,340
|
Lightning-
|
ct
| 0.255237
| 0.527872
| 0.500234
|
CTSpawn
| 76,561,199,189,550,190
|
mawo
|
t
| 0.765005
| 0.969587
| 0.580272
|
House
| 76,561,199,390,118,370
|
Az14Zz
|
t
| 0.77612
| 0.878373
| 0.274357
|
SideAlley
| 76,561,199,484,515,840
|
sh1nejezz
|
t
| 0.741153
| 0.977526
| 0.580272
|
House
|
72
|
test
| 5
| 18,852
| 19,172
| 19,012
| 294.5625
| 299.5625
| 297.0625
| 4
| 9
| 6.5
|
1-203def16-7e5f-4b1a-8184-dba20deaadf6-1-1
| 3
|
de_mirage
| 76,561,198,063,907,740
|
jr24racing
|
ct
| 0.468896
| 0.172109
| 0.47022
|
BombsiteA
| 76,561,198,094,469,230
|
AaronJH
|
ct
| 0.510299
| 0.073861
| 0.496511
|
BombsiteA
| 76,561,198,117,262,620
|
FuuuZion
|
t
| 0.725364
| 0.843028
| 0.260192
|
SideAlley
| 76,561,198,120,367,630
|
Fre-e-
|
ct
| 0.200328
| 0.589626
| 0.500234
|
Shop
| 76,561,198,238,642,990
|
Ikilim
|
t
| 0.743363
| 0.72247
| 0.51274
|
TopofMid
| 76,561,198,239,032,600
|
CsFuzzy
|
ct
| 0.367732
| 0.540542
| 0.500234
|
SnipersNest
| 76,561,198,260,637,340
|
Lightning-
|
ct
| 0.218852
| 0.578439
| 0.634868
|
Shop
| 76,561,199,189,550,190
|
mawo
|
t
| 0.705665
| 0.976721
| 0.580272
|
House
| 76,561,199,390,118,370
|
Az14Zz
|
t
| 0.734464
| 0.836573
| 0.26912
|
SideAlley
| 76,561,199,484,515,840
|
sh1nejezz
|
t
| 0.680869
| 0.978309
| 0.580272
|
House
|
73
|
test
| 5
| 18,916
| 19,236
| 19,076
| 295.5625
| 300.5625
| 298.0625
| 5
| 10
| 7.5
|
1-203def16-7e5f-4b1a-8184-dba20deaadf6-1-1
| 3
|
de_mirage
| 76,561,198,063,907,740
|
jr24racing
|
ct
| 0.460381
| 0.234647
| 0.47022
|
BombsiteA
| 76,561,198,094,469,230
|
AaronJH
|
ct
| 0.540603
| 0.10845
| 0.483514
|
BombsiteA
| 76,561,198,117,262,620
|
FuuuZion
|
t
| 0.707696
| 0.776283
| 0.354395
|
SideAlley
| 76,561,198,120,367,630
|
Fre-e-
|
ct
| 0.179909
| 0.65643
| 0.632015
|
Shop
| 76,561,198,238,642,990
|
Ikilim
|
t
| 0.761178
| 0.710104
| 0.519776
|
TopofMid
| 76,561,198,239,032,600
|
CsFuzzy
|
ct
| 0.397057
| 0.586814
| 0.394677
|
Middle
| 76,561,198,260,637,340
|
Lightning-
|
ct
| 0.185189
| 0.632162
| 0.500234
|
Shop
| 76,561,199,189,550,190
|
mawo
|
t
| 0.645346
| 0.975914
| 0.580272
|
House
| 76,561,199,390,118,370
|
Az14Zz
|
t
| 0.732231
| 0.768731
| 0.363903
|
SideAlley
| 76,561,199,484,515,840
|
sh1nejezz
|
t
| 0.620556
| 0.973764
| 0.580272
|
House
|
74
|
test
| 5
| 18,980
| 19,300
| 19,140
| 296.5625
| 301.5625
| 299.0625
| 6
| 11
| 8.5
|
1-203def16-7e5f-4b1a-8184-dba20deaadf6-1-1
| 3
|
de_mirage
| 76,561,198,063,907,740
|
jr24racing
|
ct
| 0.457711
| 0.254231
| 0.477337
|
BombsiteA
| 76,561,198,094,469,230
|
AaronJH
|
ct
| 0.580548
| 0.121936
| 0.491304
|
BombsiteA
| 76,561,198,117,262,620
|
FuuuZion
|
t
| 0.689166
| 0.711418
| 0.540253
|
TopofMid
| 76,561,198,120,367,630
|
Fre-e-
|
ct
| 0.155914
| 0.718775
| 0.505237
|
BombsiteB
| 76,561,198,238,642,990
|
Ikilim
|
t
| 0.760615
| 0.711781
| 0.520244
|
TopofMid
| 76,561,198,239,032,600
|
CsFuzzy
|
ct
| 0.399899
| 0.629517
| 0.086804
|
Underpass
| 76,561,198,260,637,340
|
Lightning-
|
ct
| 0.192115
| 0.698263
| 0.497566
|
BombsiteB
| 76,561,199,189,550,190
|
mawo
|
t
| 0.593585
| 0.952037
| 0.634357
|
BackAlley
| 76,561,199,390,118,370
|
Az14Zz
|
t
| 0.725746
| 0.726786
| 0.4627
|
TopofMid
| 76,561,199,484,515,840
|
sh1nejezz
|
t
| 0.569645
| 0.938886
| 0.720338
|
BackAlley
|
75
|
test
| 5
| 19,044
| 19,364
| 19,204
| 297.5625
| 302.5625
| 300.0625
| 7
| 12
| 9.5
|
1-203def16-7e5f-4b1a-8184-dba20deaadf6-1-1
| 3
|
de_mirage
| 76,561,198,063,907,740
|
jr24racing
|
ct
| 0.467966
| 0.297281
| 0.500234
|
BombsiteA
| 76,561,198,094,469,230
|
AaronJH
|
ct
| 0.60793
| 0.173844
| 0.500234
|
BombsiteA
| 76,561,198,117,262,620
|
FuuuZion
|
t
| 0.694036
| 0.68989
| 0.500429
|
TopofMid
| 76,561,198,120,367,630
|
Fre-e-
|
ct
| 0.137817
| 0.784736
| 0.520244
|
BombsiteB
| 76,561,198,238,642,990
|
Ikilim
|
t
| 0.760351
| 0.722149
| 0.520244
|
TopofMid
| 76,561,198,239,032,600
|
CsFuzzy
|
ct
| 0.406777
| 0.660099
| 0
|
Underpass
| 76,561,198,260,637,340
|
Lightning-
|
ct
| 0.227936
| 0.75186
| 0.499083
|
BombsiteB
| 76,561,199,189,550,190
|
mawo
|
t
| 0.571433
| 0.888215
| 0.720338
|
BackAlley
| 76,561,199,390,118,370
|
Az14Zz
|
t
| 0.716342
| 0.718898
| 0.485152
|
TopofMid
| 76,561,199,484,515,840
|
sh1nejezz
|
t
| 0.514275
| 0.916545
| 0.7186
|
BackAlley
|
76
|
test
| 5
| 19,108
| 19,428
| 19,268
| 298.5625
| 303.5625
| 301.0625
| 8
| 13
| 10.5
|
1-203def16-7e5f-4b1a-8184-dba20deaadf6-1-1
| 3
|
de_mirage
| 76,561,198,063,907,740
|
jr24racing
|
ct
| 0.479405
| 0.363315
| 0.500234
|
BombsiteA
| 76,561,198,094,469,230
|
AaronJH
|
ct
| 0.632088
| 0.186139
| 0.500234
|
BombsiteA
| 76,561,198,117,262,620
|
FuuuZion
|
t
| 0.688826
| 0.680598
| 0.540253
|
TopofMid
| 76,561,198,120,367,630
|
Fre-e-
|
ct
| 0.136453
| 0.85338
| 0.520244
|
BombsiteB
| 76,561,198,238,642,990
|
Ikilim
|
t
| 0.759448
| 0.721787
| 0.520244
|
TopofMid
| 76,561,198,239,032,600
|
CsFuzzy
|
ct
| 0.406454
| 0.691867
| 0
|
Underpass
| 76,561,198,260,637,340
|
Lightning-
|
ct
| 0.276636
| 0.785904
| 0.502736
|
BombsiteB
| 76,561,199,189,550,190
|
mawo
|
t
| 0.520085
| 0.877669
| 0.484044
|
Underpass
| 76,561,199,390,118,370
|
Az14Zz
|
t
| 0.717607
| 0.70727
| 0.506487
|
TopofMid
| 76,561,199,484,515,840
|
sh1nejezz
|
t
| 0.455023
| 0.909027
| 0.715376
|
BackAlley
|
77
|
test
| 5
| 19,172
| 19,492
| 19,332
| 299.5625
| 304.5625
| 302.0625
| 9
| 14
| 11.5
|
1-203def16-7e5f-4b1a-8184-dba20deaadf6-1-1
| 3
|
de_mirage
| 76,561,198,063,907,740
|
jr24racing
|
ct
| 0.465845
| 0.42124
| 0.500234
|
Connector
| 76,561,198,094,469,230
|
AaronJH
|
ct
| 0.64651
| 0.1637
| 0.500234
|
BombsiteA
| 76,561,198,117,262,620
|
FuuuZion
|
t
| 0.688826
| 0.680598
| 0.540253
|
TopofMid
| 76,561,198,120,367,630
|
Fre-e-
|
ct
| 0.155087
| 0.874902
| 0.520244
|
BombsiteB
| 76,561,198,238,642,990
|
Ikilim
|
t
| 0.760703
| 0.719577
| 0.520244
|
TopofMid
| 76,561,198,239,032,600
|
CsFuzzy
|
ct
| 0.406834
| 0.723885
| 0
|
Underpass
| 76,561,198,260,637,340
|
Lightning-
|
ct
| 0.33539
| 0.78553
| 0.501284
|
BombsiteB
| 76,561,199,189,550,190
|
mawo
|
t
| 0.463377
| 0.883094
| 0.215335
|
Underpass
| 76,561,199,390,118,370
|
Az14Zz
|
t
| 0.725301
| 0.692257
| 0.499625
|
TopofMid
| 76,561,199,484,515,840
|
sh1nejezz
|
t
| 0.398289
| 0.911861
| 0.720338
|
BackAlley
|
Dataset Card for X-Ego-CS
Links:
- Paper
- Github Codebase
- Homepage (comming soon)
Cross-Ego Demo (Pistol Round)
Note: This demo concats videos in a grid. The original datasets videos are from individual player POV recording.
Dataset Summary
X-Ego-CS is a multi-agent gameplay video dataset for cross-egocentric multi-agent video understanding in Counter-Strike:2. It contains 124 hours of synchronized first-person gameplay footage captured from 45 professional-level Counter-Strike 2 matches. Each match includes multi-player egocentric video streams (POVs from all players) and corresponding state-action trajectories, enabling the study of team-level tactical reasoning and situational awareness from individual perspectives.
The dataset was introduced in the paper:
X-Ego: Acquiring Team-Level Tactical Situational Awareness via Cross-Egocentric Contrastive Video Representation Learning
Yunzhe Wang, Soham Hans, Volkan Ustun
University of Southern California, Institute for Creative Technologies (2025)
arXiv:2510.19150
X-Ego-CS supports research on multi-agent representation learning, egocentric video modeling, team tactic analysis, and AI-human collaboration in complex 3D environments.
Dataset Structure
Data Fields
Segment Info
idxβ Row index (unique for each segment)partitionβ Dataset split label (e.g., train/test/val)seg_duration_secβ Duration of the segment in secondsstart_tick,end_tick,prediction_tickβ Game tick indices for start, end, and prediction pointsstart_seconds,end_seconds,prediction_secondsβ Corresponding timestamps in secondsnormalized_start_seconds,normalized_end_seconds,normalized_prediction_secondsβ Time values normalized to a [0β1] scale for model input
Match Metadata
match_idβ Unique identifier of the matchround_numβ Match round numbermap_nameβ Name of the game map (e.g., de_mirage)
Player States (for player_0 β player_9)
player_{i}_idβ Unique identifier (e.g., Steam ID)player_{i}_nameβ In-game player nameplayer_{i}_sideβ Team side (tfor Terrorist,ctfor Counter-Terrorist)player_{i}_X,player_{i}_Y,player_{i}_Zβ Playerβs position coordinates (normalized or map-based)player_{i}_placeβ Named location or area on the map (e.g., CTSpawn, SideAlley)
File Structure
data/
βββ demos/ # Raw .dem files (by match)
β βββ <match_id>.dem
βββ labels/ # Global label datasets
β βββ enemy_location_nowcast_s1s_l5s.csv
β βββ teammate_location_nowcast_s1s_l5s.csv
βββ metadata/ # Match / round metadata
β βββ matches/
β β βββ <match_id>.json
β βββ rounds/
β βββ <match_id>/
β βββ round_<nn>.json
βββ trajectories/ # Player movement trajectories
β βββ <match_id>/
β βββ <player_id>/
β βββ round_<nn>.csv
β βββ ...
βββ videos/ # Player POV recordings
βββ <match_id>/
βββ <player_id>/
βββ round_<nn>.mp4
βββ ...
Dataset Creation
Curation Rationale
The dataset was designed to study cross-perspective alignment in team-based tactical games where each playerβs view provides only a partial observation of the environment. Synchronizing multiple first-person streams allows for modeling shared situational awareness and implicit coordinationβkey ingredients in human team intelligence.
Source Data
- Game: Counter-Strike 2 (Valve Corporation) in-game demo replay recording. Downloaded from top elo-leaderboard from Faceit.com
- Recording setup: Screen capture of first-person gameplay, synchronized across all agents using timestamp alignment
- Annotations: Automatically generated state-action trajectories derived from server replay data
Dataset Statistics
- Total hours: 124
- Total matches: 45
- Agents per match: 10 (5 per team)
- Frame rate: 30 fps
- Video resolution: 1920Γ1080
Citation
If you use this dataset, please cite the following paper:
@article{wang2025x,
title={X-Ego: Acquiring Team-Level Tactical Situational Awareness via Cross-Egocentric Contrastive Video Representation Learning},
author={Wang, Yunzhe and Hans, Soham and Ustun, Volkan},
journal={arXiv preprint arXiv:2510.19150},
year={2025}
}
- Downloads last month
- 384