Skip to content

Commit da6b345

Browse files
committed
fix examples map radars
1 parent f0b5a7e commit da6b345

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+461
-56
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
"ar_baggage"
2+
{
3+
"material" "overviews/ar_baggage"
4+
"pos_x" "-1316"
5+
"pos_y" "1288"
6+
"scale" "2.539062"
7+
"rotate" "1"
8+
"zoom" "1.300000"
9+
10+
"verticalsections"
11+
{
12+
"default" // use the primary radar image
13+
{
14+
"AltitudeMax" "10000"
15+
"AltitudeMin" "-5"
16+
}
17+
"lower" // i.e. de_nuke_lower_radar.dds
18+
{
19+
"AltitudeMax" "-5"
20+
"AltitudeMin" "-10000"
21+
}
22+
}
23+
24+
25+
"CTSpawn_x" "0.510000"
26+
"CTSpawn_y" "0.820000"
27+
"TSpawn_x" "0.510000"
28+
"TSpawn_y" "0.290000"
29+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
"ar_shoots"
2+
{
3+
"material" "overviews/ar_shoots"
4+
"pos_x" "-1368"
5+
"pos_y" "1952"
6+
"scale" "2.687500"
7+
"CTSpawn_x" "0.520000"
8+
"CTSpawn_y" "0.270000"
9+
"TSpawn_x" "0.520000"
10+
"TSpawn_y" "0.710000"
11+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
// HLTV overview description file for cs_italy.bsp
2+
3+
"cs_italy"
4+
{
5+
"material" "overviews/cs_italy" // texture file
6+
"pos_x" "-2647" // upper left world coordinate
7+
"pos_y" "2592"
8+
"scale" "4.6"
9+
"rotate" "1"
10+
"zoom" "1.5"
11+
12+
// loading screen icons and positions
13+
"CTSpawn_x" "0.41"
14+
"CTSpawn_y" "0.91"
15+
"TSpawn_x" "0.6"
16+
"TSpawn_y" "0.1"
17+
18+
"Hostage1_x" "0.43"
19+
"Hostage1_y" "0.29"
20+
"Hostage2_x" "0.48"
21+
"Hostage2_y" "0.24"
22+
"Hostage3_x" "0.64"
23+
"Hostage3_y" "0.03"
24+
"Hostage4_x" "0.72"
25+
"Hostage4_y" "0.05"
26+
// "Hostage5_x" "0.8"
27+
// "Hostage5_y" "0.3"
28+
// "Hostage6_x" "0.6"
29+
// "Hostage6_y" "0.9"
30+
}
31+
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
// HLTV overview description file for cs_office.bsp
2+
3+
"cs_office"
4+
{
5+
"material" "overviews/cs_office" // texture file
6+
"pos_x" "-1838" // upper left world coordinate
7+
"pos_y" "1858"
8+
"scale" "4.1"
9+
10+
// loading screen icons and positions
11+
"CTSpawn_x" "0.16"
12+
"CTSpawn_y" "0.89"
13+
"TSpawn_x" "0.78"
14+
"TSpawn_y" "0.30"
15+
16+
"Hostage1_x" "0.84"
17+
"Hostage1_y" "0.27"
18+
"Hostage2_x" "0.84"
19+
"Hostage2_y" "0.48"
20+
"Hostage3_x" "0.91"
21+
"Hostage3_y" "0.48"
22+
"Hostage4_x" "0.77"
23+
"Hostage4_y" "0.48"
24+
"Hostage5_x" "0.77"
25+
"Hostage5_y" "0.55"
26+
// "Hostage6_x" "0.6"
27+
// "Hostage6_y" "0.9"
28+
}
29+
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
// HLTV overview description file for de_ancient.bsp
2+
3+
"de_ancient"
4+
{
5+
"material" "overviews/de_ancient" // texture file
6+
"pos_x" "-2953" // upper left world coordinate
7+
"pos_y" "2164"
8+
"scale" "5"
9+
"rotate" "0"
10+
"zoom" "0"
11+
12+
// loading screen icons and positions
13+
"CTSpawn_x" "0.51"
14+
"CTSpawn_y" "0.17"
15+
"TSpawn_x" "0.485"
16+
"TSpawn_y" "0.87"
17+
18+
"bombA_x" "0.31"
19+
"bombA_y" "0.25"
20+
"bombB_x" "0.80"
21+
"bombB_y" "0.40"
22+
}
23+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// TAVR - AUTO RADAR. v 2.5.0a
2+
"de_anubis"
3+
{
4+
"CTSpawn_x" "0.610000"
5+
"CTSpawn_y" "0.220000"
6+
"TSpawn_x" "0.580000"
7+
"TSpawn_y" "0.930000"
8+
"material" "overviews/de_anubis"
9+
"pos_x" "-2796.000000"
10+
"pos_y" "3328.000000"
11+
"scale" "5.220000"
12+
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
// HLTV overview description file for de_dust.bsp
2+
3+
"de_dust"
4+
{
5+
"material" "overviews/de_dust" // texture file
6+
"pos_x" "-2850" // upper left world coordinate
7+
"pos_y" "4073"
8+
"scale" "6"
9+
"rotate" "1"
10+
"zoom" "1.3"
11+
12+
// loading screen icons and positions
13+
"CTSpawn_x" "0.47"
14+
"CTSpawn_y" "0.92"
15+
"TSpawn_x" "0.47"
16+
"TSpawn_y" "0.10"
17+
18+
"bombA_x" "0.80"
19+
"bombA_y" "0.55"
20+
"bombB_x" "0.53"
21+
"bombB_y" "0.74"
22+
}
23+
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
// HLTV overview description file for de_dust2_v2.bsp
2+
3+
"de_dust2"
4+
{
5+
"material" "overviews/de_dust2_v2" // texture file
6+
"pos_x" "-2476" // upper left world coordinate
7+
"pos_y" "3239"
8+
"scale" "4.4"
9+
"rotate" "1"
10+
"zoom" "1.1"
11+
12+
"inset_left" "0.0"
13+
"inset_top" "0.0"
14+
"inset_right" "0.0"
15+
"inset_bottom" "0.0"
16+
17+
// loading screen icons and positions
18+
"CTSpawn_x" "0.62"
19+
"CTSpawn_y" "0.21"
20+
"TSpawn_x" "0.39"
21+
"TSpawn_y" "0.91"
22+
23+
"bombA_x" "0.80"
24+
"bombA_y" "0.16"
25+
"bombB_x" "0.21"
26+
"bombB_y" "0.12"
27+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
// HLTV overview description file for de_inferno.bsp
2+
3+
"de_inferno"
4+
{
5+
"material" "overviews/de_inferno" // texture file
6+
"pos_x" "-2087" // upper left world coordinate
7+
"pos_y" "3870"
8+
"scale" "4.9"
9+
10+
// loading screen icons and positions
11+
"CTSpawn_x" "0.9"
12+
"CTSpawn_y" "0.35"
13+
"TSpawn_x" "0.1"
14+
"TSpawn_y" "0.67"
15+
16+
"bombA_x" "0.81"
17+
"bombA_y" "0.69"
18+
"bombB_x" "0.49"
19+
"bombB_y" "0.22"
20+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
// HLTV overview description file for de_inferno.bsp
2+
3+
"de_inferno"
4+
{
5+
"material" "overviews/de_inferno" // texture file
6+
"pos_x" "-2087" // upper left world coordinate
7+
"pos_y" "3870"
8+
"scale" "4.9"
9+
10+
// loading screen icons and positions
11+
"CTSpawn_x" "0.9"
12+
"CTSpawn_y" "0.35"
13+
"TSpawn_x" "0.1"
14+
"TSpawn_y" "0.67"
15+
16+
"bombA_x" "0.81"
17+
"bombA_y" "0.69"
18+
"bombB_x" "0.49"
19+
"bombB_y" "0.22"
20+
}

0 commit comments

Comments
 (0)