Raised This Month: $12 Target: $400
 3% 

Stripper:Source (Updated 2011-04-15)


Post New Thread Reply   
 
Thread Tools Display Modes
Tabun
Junior Member
Join Date: Sep 2011
Old 01-19-2014 , 13:20   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1191

I built a validator for Stripper:Source map config files. Hope it helps someone here too.

The Validator Tool


http://tabun.nl/tools/strippervalidator/

Simply enter the contents of your Stripper:Source map config file and hit 'Validate'. It will then spit out a list of problems, if it finds anything wrong. Warnings are there to notify you of stuff that might be unintentional; Errors indicate stuff that will break the stripper config from executing (in part).

The library code for the parser is on my github, if anyone's interested.


Reason
Stripper's kinda finicky, there's no clear documentation on (the limits of) its syntaxis and it's annoying to debug (unless you like reloading a map dozens of times).
This tool should make it easier to test and debug configs.
I've been wanting to do this for a while now, but didn't have the time for it.


Feedback
Feedback is welcome, especially is something breaks. Superfluous unexpected-bracket reports are known, but not a priority. Just fix the first bracket problem and the other errors will disappear too.
I'm planning to add a syntax highlighted print of the config code later too, but no promises.

If you have any stripper files that get you 'unknown property' warnings, please let me know.
You can just send me the entire .cfg if there's a lot of them, so I can use my nifty tools to update StripperConfig automatically.


Example
To test the parser I did a check on all of the stripper files included in a L4D2 competitive package. Here's a snippet of the output:

Code:
Errors and warnings for file: promod\stripper\maps\c4m1_milltown_a.cfg
4 error(s):
    line #    7: Unexpected opening bracket for a MODIFY block without a preceding MATCH/INSERT/DELETE/REPLACE modifier.
    line #   13: Unexpected closing bracket at root block level. (Found no opened ADD/MODIFY/FILTER block that can be closed.)

Errors and warnings for file: promod\stripper\maps\c5m5_bridge.cfg
1 error(s):
    line # 1704: Unexpected content following the property and value content. Property statement must be no other or more than: "(property)" "(value)". (Tip: check for embedded quotes (").)
2 warning(s):
    line #  171: Found backslash (\) in path property ('model'): 'models\props_highway\bridge_rail_tall_128_damaged.mdl'. It is recommended to use forward slashes (/) to avoid problems.

Errors and warnings for file: promod\stripper\maps\l4d2_stadium1_apartment.cfg
2 error(s):
    line #   35: Unexpected property statement; outside of any valid block scope (prop: hammerid => 1951907)
    line #   36: Unexpected closing bracket at root block level. (Found no opened ADD/MODIFY/FILTER block that can be closed.)

Errors and warnings for file: promod\stripper\maps\versus_3.cfg
2 error(s):
    line #   82: Found mode modifier (ADD) not followed by ":".

Last edited by Tabun; 01-19-2014 at 13:23.
Tabun is offline
Marverlous
Senior Member
Join Date: May 2013
Old 01-19-2014 , 22:53   Stripper:Source not working on Linux :(
Reply With Quote #1192

I'm trying to install Stripper:Source, got all the files in the correct places, but it's not working, I get these errors:

PHP Code:
Failed to load plugin addons/stripper/bin/stripper_mm (Failed to get API). 
PHP Code:
Error reloading pluginFile not found: /home/tcagame/LamN/586/tf/addons/stripper/bin/stripper_mm.so 
Here's the meta list:
PHP Code:
Listing 8 plugins:
[
01SourceMod (1.5.3-dev+3957by AlliedModders LLC
[03TF2Items (1.5.3by Asherkin AzuiSleet Damizean
[05TF2 Tools (1.5.3-dev+3957by AlliedModders LLC
[06SDK Hooks (1.5.3-dev+3957by AlliedModders LLC
[07SDK Tools (1.5.3-dev+3957by AlliedModders LLC
[08SteamTools (0.8.3by Asher Baker (asherkin)
[
26] <NOFILE>
[
57] <ERROR
Versions:
PHP Code:
Metamod:Source version 1.10.0
Build ID
860:a58a1912f602
Loaded 
As: Valve Server Plugin
Compiled on
Aug 25 2013
Plugin 
interface version15:14
SourceHook version
5:5
http
://www.metamodsource.net/ 
PHP Code:
SourceMod Version Information:
SourceMod Version1.5.3-dev+3957
SourcePawn Engine
SourcePawn 1.1jit-x86 (build 1.5.3-dev+3957)
SourcePawn APIv1 4v2 4
Compiled on
Jan 17 2014 20:32:14
Build ID
3957:3dc164ec8c8b
http
://www.sourcemod.net/ 
Thanks for helping, kind strangers!
edit: game is tf2

Last edited by Marverlous; 01-20-2014 at 14:11.
Marverlous is offline
serpentine
I don't have a problem
Join Date: Feb 2011
Location: Madison, WI
Old 01-20-2014 , 14:46   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1193

@marvelous, easiest thing first, you sure you got the linux version and not the windows?
__________________
serpentine is offline
altair540
Member
Join Date: Dec 2012
Old 01-23-2014 , 21:22   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1194

Can I use it to remove the fog on the map de_dust2 in csgo?
altair540 is offline
QOOOOOOOOQ
Senior Member
Join Date: Dec 2012
Old 01-24-2014 , 01:07   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1195

It says this can be used within your plugins also? How would this be accomplished?
QOOOOOOOOQ is offline
Karel Silhan
Junior Member
Join Date: Jan 2014
Old 01-25-2014 , 16:33   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1196

Can I disable teleport to jail on surf maps with this plugin?
sorry for bad english
Karel Silhan is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 01-25-2014 , 18:38   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1197

Quote:
Originally Posted by Karel Silhan View Post
Can I disable teleport to jail on surf maps with this plugin?
sorry for bad english
install Stripper and load that specific map.
Use rcon (or type in server console input)
stripper_dump

show us ...addons/stripper/dumps/map_name000.cfg
inside code tags
Code:
Like this
Bacardi is offline
Karel Silhan
Junior Member
Join Date: Jan 2014
Old 01-25-2014 , 19:34   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1198

Quote:
install Stripper and load that specific map.
Use rcon (or type in server console input)
stripper_dump

show us ...addons/stripper/dumps/map_name000.cfg
inside code tags
Code:
Like this
Stripper installed.
I did new config into dumbs ,,surf_fruits.cfg''.
what i must write to rcon? stripper_dumbs or what?
Karel Silhan is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 01-25-2014 , 19:49   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1199

Use rcon or sm_rcon stripper_dump
you get dump file in ...addons/stripper/dumps/map_name000.cfg

Open that file and copy text from there to here in your post
between code tags

[code] here text [/code]
Bacardi is offline
Karel Silhan
Junior Member
Join Date: Jan 2014
Old 01-27-2014 , 10:00   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1200

Quote:
Originally Posted by Bacardi View Post
Use rcon or sm_rcon stripper_dump
you get dump file in ...addons/stripper/dumps/map_name000.cfg

Open that file and copy text from there to here in your post
between code tags

[code] here text [/code]
surf_fruits000.cfg

Code:
 {
"world_maxs" "2784 6829 1780"
"world_mins" "-13387 -11386 -8618"
"detailmaterial" "detail/detailsprites"
"detailvbsp" "detail.vbsp"
"maxpropscreenwidth" "-1"
"skyname" "flowsky10_"
"classname" "worldspawn"
}{
"origin" "1610.36 -464.97 478"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "2000"
"spawnflags" "3"
"angles" "20 290 0"
"rendercolor" "213 0 0"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "1178.38 -465.03 478"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "2000"
"spawnflags" "3"
"angles" "18.7472 248.827 -7.09597"
"rendercolor" "213 0 0"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "1178.38 -465.03 898"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "2000"
"spawnflags" "3"
"angles" "-20 250 0"
"rendercolor" "213 0 0"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "1610.36 -464.97 898"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "2000"
"spawnflags" "3"
"angles" "-20 290 0"
"rendercolor" "213 0 0"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "1874.34 6127 -2865.99"
"spawnflags" "3"
"HDRColorScale" "1.0"
"spotlightwidth" "10"
"spotlightlength" "500"
"maxdxlevel" "0"
"mindxlevel" "0"
"angles" "-90 0 0"
"disablereceiveshadows" "0"
"rendercolor" "255 17 17"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "point_spotlight"
}{
"origin" "1970.34 6127 -2865.99"
"spawnflags" "3"
"HDRColorScale" "1.0"
"spotlightwidth" "10"
"spotlightlength" "500"
"maxdxlevel" "0"
"mindxlevel" "0"
"angles" "-90 0 0"
"disablereceiveshadows" "0"
"rendercolor" "255 17 17"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "point_spotlight"
}{
"origin" "2066.34 6127 -2865.99"
"spawnflags" "3"
"HDRColorScale" "1.0"
"spotlightwidth" "10"
"spotlightlength" "500"
"maxdxlevel" "0"
"mindxlevel" "0"
"angles" "-90 0 0"
"disablereceiveshadows" "0"
"rendercolor" "255 17 17"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "point_spotlight"
}{
"origin" "2162.34 6127 -2865.99"
"spawnflags" "3"
"HDRColorScale" "1.0"
"spotlightwidth" "10"
"spotlightlength" "500"
"maxdxlevel" "0"
"mindxlevel" "0"
"angles" "-90 0 0"
"disablereceiveshadows" "0"
"rendercolor" "255 17 17"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "point_spotlight"
}{
"origin" "2162.34 6031 -2865.99"
"spawnflags" "3"
"HDRColorScale" "1.0"
"spotlightwidth" "10"
"spotlightlength" "500"
"maxdxlevel" "0"
"mindxlevel" "0"
"angles" "-90 90 0"
"disablereceiveshadows" "0"
"rendercolor" "255 17 17"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "point_spotlight"
}{
"origin" "2162.78 5839 -2865.99"
"spawnflags" "3"
"HDRColorScale" "1.0"
"spotlightwidth" "10"
"spotlightlength" "500"
"maxdxlevel" "0"
"mindxlevel" "0"
"angles" "-90 0 0"
"disablereceiveshadows" "0"
"rendercolor" "255 17 17"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "point_spotlight"
}{
"origin" "2162.34 5939 -2865.99"
"spawnflags" "3"
"HDRColorScale" "1.0"
"spotlightwidth" "10"
"spotlightlength" "500"
"maxdxlevel" "0"
"mindxlevel" "0"
"angles" "-90 90 0"
"disablereceiveshadows" "0"
"rendercolor" "255 17 17"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "point_spotlight"
}{
"origin" "2066.78 5839 -2865.99"
"spawnflags" "3"
"HDRColorScale" "1.0"
"spotlightwidth" "10"
"spotlightlength" "500"
"maxdxlevel" "0"
"mindxlevel" "0"
"angles" "-90 0 0"
"disablereceiveshadows" "0"
"rendercolor" "255 17 17"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "point_spotlight"
}{
"origin" "1970.78 5839 -2865.99"
"spawnflags" "3"
"HDRColorScale" "1.0"
"spotlightwidth" "10"
"spotlightlength" "500"
"maxdxlevel" "0"
"mindxlevel" "0"
"angles" "-90 0 0"
"disablereceiveshadows" "0"
"rendercolor" "255 17 17"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "point_spotlight"
}{
"origin" "1874.78 5839 -2865.99"
"spawnflags" "3"
"HDRColorScale" "1.0"
"spotlightwidth" "10"
"spotlightlength" "500"
"maxdxlevel" "0"
"mindxlevel" "0"
"angles" "-90 0 0"
"disablereceiveshadows" "0"
"rendercolor" "255 17 17"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "point_spotlight"
}{
"origin" "1874.34 5935 -2865.99"
"spawnflags" "3"
"HDRColorScale" "1.0"
"spotlightwidth" "10"
"spotlightlength" "500"
"maxdxlevel" "0"
"mindxlevel" "0"
"angles" "-90 90 0"
"disablereceiveshadows" "0"
"rendercolor" "255 17 17"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "point_spotlight"
}{
"origin" "1874.34 6031 -2865.99"
"spawnflags" "3"
"HDRColorScale" "1.0"
"spotlightwidth" "10"
"spotlightlength" "500"
"maxdxlevel" "0"
"mindxlevel" "0"
"angles" "-90 90 0"
"disablereceiveshadows" "0"
"rendercolor" "255 17 17"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "point_spotlight"
}{
"origin" "1953.38 -437.01 377.99"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "90 0 0"
"rendercolor" "213 0 0"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "1923.39 -437.01 377.98"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "90 0 0"
"rendercolor" "213 0 0"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "1987.5 -437.01 377.98"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "90 0 0"
"rendercolor" "213 0 0"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "2017.49 -437.01 377.99"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "90 0 0"
"rendercolor" "213 0 0"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "2051.5 -437.01 377.98"
"rendermode" "0"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "90 0 0"
"rendercolor" "213 0 0"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "2081.49 -437.01 377.99"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "90 0 0"
"rendercolor" "213 0 0"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "2115.5 -437.01 377.98"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "90 0 0"
"rendercolor" "213 0 0"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "2145.49 -437.01 377.99"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "90 0 0"
"rendercolor" "213 0 0"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "910.39 -5654.24 1662.99"
"spawnflags" "3"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"maxdxlevel" "0"
"mindxlevel" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"angles" "90 0 0"
"classname" "point_spotlight"
}{
"origin" "953.49 -5357.16 1622.99"
"spawnflags" "3"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"maxdxlevel" "0"
"mindxlevel" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"angles" "90 0 0"
"classname" "point_spotlight"
}{
"origin" "1005.15 -5017.05 1578.99"
"spawnflags" "3"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"maxdxlevel" "0"
"mindxlevel" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"angles" "90 0 0"
"classname" "point_spotlight"
}{
"origin" "1059.16 -4637.23 1530.99"
"spawnflags" "3"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"maxdxlevel" "0"
"mindxlevel" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"angles" "90 0 0"
"classname" "point_spotlight"
}{
"origin" "1101.54 -4339.47 1490.99"
"spawnflags" "3"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"maxdxlevel" "0"
"mindxlevel" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"angles" "90 0 0"
"classname" "point_spotlight"
}{
"origin" "1154.18 -3999.97 1446.99"
"spawnflags" "3"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"maxdxlevel" "0"
"mindxlevel" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"angles" "90 0 0"
"classname" "point_spotlight"
}{
"origin" "1206.78 -3640.35 1398.99"
"spawnflags" "3"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"maxdxlevel" "0"
"mindxlevel" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"angles" "90 0 0"
"classname" "point_spotlight"
}{
"origin" "1252.87 -3343.01 1358.99"
"spawnflags" "3"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"maxdxlevel" "0"
"mindxlevel" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"angles" "90 0 0"
"classname" "point_spotlight"
}{
"origin" "1303.13 -3002.85 1314.99"
"spawnflags" "3"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"maxdxlevel" "0"
"mindxlevel" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"angles" "90 0 0"
"classname" "point_spotlight"
}{
"origin" "1356.57 -2621.39 1266.99"
"spawnflags" "3"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"maxdxlevel" "0"
"mindxlevel" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"angles" "90 0 0"
"classname" "point_spotlight"
}{
"origin" "1400.38 -2325.78 1226.99"
"spawnflags" "3"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"maxdxlevel" "0"
"mindxlevel" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"angles" "90 0 0"
"classname" "point_spotlight"
}{
"origin" "1450.97 -1984.63 1182.99"
"spawnflags" "3"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"maxdxlevel" "0"
"mindxlevel" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"angles" "90 0 0"
"classname" "point_spotlight"
}{
"origin" "910.38 -5654.24 1644.41"
"_distance" "0"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "193 225 227 1000"
"classname" "light"
}{
"origin" "953.48 -5357.16 1604.41"
"_distance" "0"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "193 225 227 1000"
"classname" "light"
}{
"origin" "1005.13 -5017.05 1560.41"
"_distance" "0"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "193 225 227 1000"
"classname" "light"
}{
"origin" "1059.15 -4637.23 1512.41"
"_distance" "0"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "193 225 227 1000"
"classname" "light"
}{
"origin" "1101.53 -4339.47 1472.41"
"_distance" "0"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "193 225 227 1000"
"classname" "light"
}{
"origin" "1154.17 -3999.97 1428.41"
"_distance" "0"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "193 225 227 1000"
"classname" "light"
}{
"origin" "1206.76 -3640.35 1380.41"
"_distance" "0"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "193 225 227 1000"
"classname" "light"
}{
"origin" "1252.86 -3343.01 1340.41"
"_distance" "0"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "193 225 227 1000"
"classname" "light"
}{
"origin" "1303.12 -3002.85 1296.41"
"_distance" "0"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "193 225 227 1000"
"classname" "light"
}{
"origin" "1356.56 -2621.39 1248.41"
"_distance" "0"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "193 225 227 1000"
"classname" "light"
}{
"origin" "1400.37 -2325.78 1208.41"
"_distance" "0"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "193 225 227 1000"
"classname" "light"
}{
"origin" "1450.96 -1984.63 1164.41"
"_distance" "0"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "193 225 227 1000"
"classname" "light"
}{
"origin" "1786.38 527 508"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 2000"
"classname" "light"
}{
"origin" "2258.38 1167 444"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 2000"
"classname" "light"
}{
"origin" "1786.38 1807 252"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 2000"
"classname" "light"
}{
"origin" "2258.38 2447 -260"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 2000"
"classname" "light"
}{
"origin" "1786.38 3087 -516"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 2000"
"classname" "light"
}{
"origin" "2258.38 3727 -772"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 2000"
"classname" "light"
}{
"origin" "1786.38 4367 -900"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 2000"
"classname" "light"
}{
"origin" "2258.38 5007 -1028"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 2000"
"classname" "light"
}{
"origin" "1983.78 6150.7 -2412.13"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 500"
"classname" "light"
}{
"origin" "2022.13 6151 -2412.19"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 500"
"classname" "light"
}{
"origin" "2062.1 6150.1 -2412"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 500"
"classname" "light"
}{
"origin" "969.38 -5942.53 1253"
"spawnflags" "0"
"_constant_attn" "1"
"pitch" "-90"
"_exponent" "1"
"_cone" "50"
"_inner_cone" "90"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 400"
"angles" "-90 0 0"
"classname" "light_spot"
}{
"origin" "935.38 -5942.53 1253"
"_constant_attn" "1"
"pitch" "-90"
"_exponent" "1"
"_cone" "50"
"_inner_cone" "90"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 400"
"angles" "-90 0 0"
"classname" "light_spot"
}{
"origin" "895.38 -5942.53 1253"
"_constant_attn" "1"
"pitch" "-90"
"_exponent" "1"
"_cone" "50"
"_inner_cone" "90"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 400"
"angles" "-90 0 0"
"classname" "light_spot"
}{
"origin" "854.38 -5942.53 1253"
"_constant_attn" "1"
"pitch" "-90"
"_exponent" "1"
"_cone" "50"
"_inner_cone" "90"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 400"
"angles" "-90 0 0"
"classname" "light_spot"
}{
"origin" "930.38 -1089 -2264"
"spawnflags" "0"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "196 0 0 2000"
"classname" "light"
}{
"origin" "930.38 -2049 -2264"
"spawnflags" "0"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "196 0 0 2000"
"classname" "light"
}{
"origin" "930.38 -3953 -2264"
"spawnflags" "0"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "196 0 0 2000"
"classname" "light"
}{
"origin" "930.38 -4929 -2264"
"spawnflags" "0"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "196 0 0 2000"
"classname" "light"
}{
"origin" "930.38 -5889 -2264"
"spawnflags" "0"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "196 0 0 2000"
"classname" "light"
}{
"origin" "930.38 -2993 -2264"
"spawnflags" "0"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "196 0 0 2000"
"classname" "light"
}{
"origin" "-900.99 -5001.01 -3334.97"
"angles" "32.7801 226.618 0"
"spawnflags" "1"
"spotlightlength" "128"
"spotlightwidth" "16"
"rendercolor" "0 255 0"
"renderamt" "255"
"HDRColorScale" "1.0"
"classname" "point_spotlight"
}{
"origin" "-900.99 -6006.71 -3334.97"
"angles" "33.291 134.847 0"
"spawnflags" "1"
"spotlightlength" "128"
"spotlightwidth" "16"
"rendercolor" "0 255 0"
"renderamt" "255"
"HDRColorScale" "1.0"
"classname" "point_spotlight"
}{
"origin" "-5608 2624 -1314.03"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "90 180 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-6120 2624 -1314.03"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "90 180 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-6632 2624 -1314.03"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "90 180 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-7144 2624 -1314.03"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "90 180 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-7656 2624 -1314.03"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "90 180 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-7656 1920 -1314.03"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "90 180 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-7144 1920 -1314.03"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "90 180 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-6632 1920 -1314.03"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "90 180 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-6120 1920 -1314.03"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "90 180 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-5608 1920 -1314.03"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "90 180 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"model" "*1"
"_minlight" "0.0"
"origin" "-6376 2272 -1352"
"disableshadows" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_illusionary"
}{
"origin" "-6218.75 -8441.01 1021.71"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 270 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-6218.75 -8453.01 1021.71"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-6219 -9016 1021.75"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-6218.75 -9578.97 1021.46"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-6218.75 -9590.97 1021.46"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 90 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-5941.75 -8441.01 635.71"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 270 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-5941.75 -8453.01 635.71"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-5942 -9016 635.75"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-5941.75 -9578.97 635.46"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-5941.75 -9590.97 635.46"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 90 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-5584.25 -8441.01 327.71"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 270 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-5584.25 -8453.01 327.71"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-5584.5 -9016 327.75"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-5584.25 -9578.97 327.46"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-5584.25 -9590.97 327.46"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 90 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-5100.25 -8441.01 167.71"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 270 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-5100.25 -8453.01 167.71"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-5100.5 -9016 167.75"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-5100.25 -9578.97 167.46"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-5100.25 -9590.97 167.46"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 90 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-4605.25 -8441.01 123.71"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 270 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-4605.25 -8453.01 123.71"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-4605.5 -9016 123.75"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-4605.25 -9578.97 123.46"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-4605.25 -9590.97 123.46"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 90 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-4085.25 -8441.01 92.71"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 270 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-4085.25 -8453.01 92.71"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-4085.5 -9016 92.75"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-4085.25 -9578.97 92.46"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-4085.25 -9590.97 92.46"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 90 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-3587.75 -8441.01 31.71"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 270 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-3587.75 -8453.01 31.71"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3588 -9016 31.75"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3587.75 -9578.97 31.46"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3587.75 -9590.97 31.46"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 90 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-3221.25 -8441.01 -295.539"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 270 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-3221.25 -8453.01 -295.539"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3221.5 -9016 -295.5"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3221.25 -9578.97 -295.79"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3221.25 -9590.97 -295.79"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 90 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-5981.25 -8441.01 133.71"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 270 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-5981.25 -8453.01 133.71"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-5981.5 -9016 133.75"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-5981.25 -9578.97 133.46"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-5981.25 -9590.97 133.46"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 90 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-6414.75 -8441.01 178.71"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 270 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-6414.75 -8453.01 178.71"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-6415 -9016 178.75"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-6414.75 -9578.97 178.46"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-6414.75 -9590.97 178.46"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 90 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-6829.25 -8441.01 -31.29"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 270 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-6829.25 -8453.01 -31.29"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-6829.5 -9016 -31.25"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-6829.25 -9578.97 -31.54"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-6829.25 -9590.97 -31.54"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 90 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-7119.75 -8441.01 -371.29"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 270 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-7119.75 -8453.01 -371.29"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-7120 -9016 -371.25"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-7119.75 -9578.97 -371.54"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-7119.75 -9590.97 -371.54"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 90 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-3218.25 -8441.01 -2054.29"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 270 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-3218.25 -8453.01 -2054.29"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3218.5 -9016 -2054.25"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3218.25 -9578.97 -2054.54"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3218.25 -9590.97 -2054.54"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 90 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-3345.25 -8441.01 -2335.29"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 270 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-3345.25 -8453.01 -2335.29"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3345.5 -9016 -2335.25"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3345.25 -9578.97 -2335.54"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3345.25 -9590.97 -2335.54"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 90 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-3642.25 -8441.01 -2484.29"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 270 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-3642.25 -8453.01 -2484.29"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3642.5 -9016 -2484.25"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3642.25 -9578.97 -2484.54"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3642.25 -9590.97 -2484.54"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 90 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-3890.25 -8441.01 -2688.29"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 270 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-3890.25 -8453.01 -2688.29"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3890.5 -9016 -2688.25"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3890.25 -9578.97 -2688.54"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3890.25 -9590.97 -2688.54"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 90 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-3951.25 -8441.01 -2958.29"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 270 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-3951.25 -8453.01 -2958.29"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3951.5 -9016 -2958.25"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3951.25 -9578.97 -2958.54"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3951.25 -9590.97 -2958.54"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "0 90 90"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-4443.96 -9016.21 -4437.01"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-4443.96 -9016.21 -4425.01"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "90 180 0"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-5086.13 -9015.71 -4437.01"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-5086.13 -9015.71 -4425.01"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "90 180 0"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-6362.19 -9015.21 -4437.01"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-6362.19 -9015.21 -4425.01"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "90 180 0"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-5720.01 -9015.71 -4437.01"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-5720.01 -9015.71 -4425.01"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "90 180 0"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-7042.2 -9015.21 -4629.19"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-7047.65 -9015.21 -4618.5"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "63 0 180"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-7524.99 -9015.21 -4874.03"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-7530.44 -9015.21 -4863.34"
"HDRColorScale" "1.0"
"spotlightwidth" "35"
"spotlightlength" "80"
"spawnflags" "3"
"angles" "63 0 180"
"rendercolor" "255 182 108"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-840 13.3202 1018"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "4000"
"spawnflags" "3"
"angles" "90 0 0"
"rendercolor" "154 29 207"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-737 -36 813.717"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "209 173 218 400"
"classname" "light"
}{
"origin" "-575.303 -33 1156"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 300"
"classname" "light"
}{
"origin" "-752.078 -350.01 628.32"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "4000"
"spawnflags" "3"
"angles" "0 90 90"
"rendercolor" "154 29 207"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-752 291 628.681"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "4000"
"spawnflags" "3"
"angles" "0 270 -90"
"rendercolor" "154 29 207"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-840 106.32 1018"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "4000"
"spawnflags" "3"
"angles" "90 0 0"
"rendercolor" "154 29 207"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-840 -79.6798 1018"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "4000"
"spawnflags" "3"
"angles" "90 0 0"
"rendercolor" "154 29 207"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-840 -172.68 1018"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "4000"
"spawnflags" "3"
"angles" "90 0 0"
"rendercolor" "154 29 207"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-1976 3 870.487"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "247 240 249 6000"
"classname" "light"
}{
"model" "*2"
"origin" "-1987 -37.5 182.5"
"spawnflags" "1"
"alternateticksfix" "0"
"speed" "900"
"pushdir" "0 180 0"
"StartDisabled" "0"
"classname" "trigger_push"
}{
"model" "*3"
"origin" "-826 -29.5 406.5"
"spawnflags" "1"
"target" "grapes"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"origin" "-733 -32 1105"
"targetname" "grapes"
"angles" "0 0 0"
"classname" "info_teleport_destination"
}{
"model" "*4"
"origin" "-1967 -30 -325"
"spawnflags" "1"
"target" "grapes"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"origin" "-1045.99 112.99 1081"
"HDRColorScale" "1.0"
"spotlightwidth" "10"
"spotlightlength" "1000"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "154 22 233"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-1045.99 48.9895 1081.03"
"HDRColorScale" "1.0"
"spotlightwidth" "10"
"spotlightlength" "1000"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "154 22 233"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-1045.98 -79.021 1081.06"
"HDRColorScale" "1.0"
"spotlightwidth" "10"
"spotlightlength" "1000"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "154 22 233"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-1045.98 -15.021 1081.03"
"HDRColorScale" "1.0"
"spotlightwidth" "10"
"spotlightlength" "1000"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "154 22 233"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-1045.98 -207.021 1081.06"
"HDRColorScale" "1.0"
"spotlightwidth" "10"
"spotlightlength" "1000"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "154 22 233"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-1045.98 -143.021 1081.03"
"HDRColorScale" "1.0"
"spotlightwidth" "10"
"spotlightlength" "1000"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "154 22 233"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-1160 -57.5166 1120"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 500"
"classname" "light"
}{
"origin" "-2826.89 -596.021 -433.235"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "10000"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "154 22 233"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-2826.89 -532.021 -433.263"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "10000"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "154 22 233"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-2826.89 -468.021 -433.235"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "10000"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "154 22 233"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-2826.89 -404.021 -433.263"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "10000"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "154 22 233"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-2826.9 -340.01 -433.263"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "10000"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "154 22 233"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-2826.9 -276.01 -433.292"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "10000"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "154 22 233"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-2825.89 215.028 -433.235"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "10000"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "154 22 233"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-2825.89 279.028 -433.263"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "10000"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "154 22 233"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-2825.89 343.028 -433.235"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "10000"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "154 22 233"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-2825.89 407.028 -433.263"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "10000"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "154 22 233"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-2825.9 535.039 -433.292"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "10000"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "154 22 233"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-2825.9 471.039 -433.263"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "10000"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "154 22 233"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-1753.06 -43 -53"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "105 49 121 6000"
"classname" "light"
}{
"origin" "-1027.72 -660.475 -190.642"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "105 49 121 6000"
"classname" "light"
}{
"origin" "-1027.72 607.003 -187.495"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "105 49 121 6000"
"classname" "light"
}{
"origin" "-2906.28 598.633 -167.356"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "105 49 121 6000"
"classname" "light"
}{
"origin" "-2906.28 -661.985 -171.896"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "105 49 121 6000"
"classname" "light"
}{
"origin" "-2893 599.741 1199"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "105 49 121 6000"
"classname" "light"
}{
"origin" "-2901 -658.803 1207"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "105 49 121 6000"
"classname" "light"
}{
"origin" "-1035 -657 1189.35"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "105 49 121 6000"
"classname" "light"
}{
"origin" "-1036 593 1189.77"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "105 49 121 6000"
"classname" "light"
}{
"model" "*5"
"origin" "-1076 -40 1142"
"spawnflags" "1"
"target" "Strawberry Stage Start"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"origin" "906.38 -6264 1252"
"targetname" "Strawberry Stage Start"
"angles" "0 90 0"
"classname" "info_teleport_destination"
}{
"origin" "962.38 -6409 980"
"HDRColorScale" "1.0"
"spotlightwidth" "10"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "0 39 0"
"rendercolor" "255 0 0"
"renderamt" "255"
"classname" "point_spotlight"
}{
"model" "*6"
"target" "Strawberry Stage Start"
"origin" "2010.38 1907 -1700"
"spawnflags" "1"
"StartDisabled" "0"
"targetname" "Fall Tele"
"classname" "trigger_teleport"
}{
"model" "*7"
"target" "Strawberry Stage Start"
"origin" "2010.38 4803.4 -2304.95"
"spawnflags" "1"
"StartDisabled" "0"
"targetname" "Fall Tele"
"classname" "trigger_teleport"
}{
"origin" "810.38 -6217 980"
"HDRColorScale" "1.0"
"spotlightwidth" "10"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "0 39 0"
"rendercolor" "255 0 0"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "906.38 -6265 1332"
"spawnflags" "0"
"OuterMaxDist" "1250"
"GlowProxySize" "2.0"
"MaxDist" "1"
"MinDist" "-1"
"HorizontalGlowSize" "20"
"VerticalGlowSize" "50"
"rendercolor" "255 255 255"
"angles" "90 0 0"
"HDRColorScale" "1.0"
"classname" "env_lightglow"
}{
"model" "*8"
"targetname" "Spinning wall2"
"origin" "2022.38 5315 -1244"
"spawnflags" "512"
"solidbsp" "0"
"dmg" "0"
"volume" "10"
"fanfriction" "20"
"maxspeed" "100"
"disableshadows" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"angles" "0 0 0"
"classname" "func_rotating"
}{
"origin" "1892.76 3702 -941.65"
"spawnflags" "1"
"classname" "logic_auto"
"OnMapSpawn" "Spinning wall2,Start,,1,-1"
}{
"model" "*9"
"target" "Strawberry Stage Start"
"origin" "2022.38 5987 -2908"
"spawnflags" "1"
"StartDisabled" "0"
"targetname" "Fall Tele"
"classname" "trigger_teleport"
}{
"model" "*10"
"target" "Strawberry Stage Start"
"origin" "2010.38 5579 -2908"
"spawnflags" "1"
"StartDisabled" "0"
"targetname" "Fall Tele"
"classname" "trigger_teleport"
}{
"model" "*11"
"target" "pinetele"
"origin" "2020.38 6555 -2651"
"spawnflags" "1"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"model" "*12"
"parentname" "Spinning wall2"
"target" "Strawberry Stage Start"
"origin" "2022.38 5315 -1244"
"spawnflags" "1"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"model" "*13"
"target" "Strawberry Stage Start"
"origin" "2020.38 6170 -2446"
"spawnflags" "1"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"origin" "1387.12 -559 690"
"spawnflags" "0"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_linear_attn" "0"
"_constant_attn" "0"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "184 207 218 1000"
"classname" "light"
}{
"model" "*14"
"_minlight" "0.0"
"origin" "2274.38 5007 -1028"
"disableshadows" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_illusionary"
}{
"origin" "1786.38 5647 -1156"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 1000"
"classname" "light"
}{
"model" "*15"
"_minlight" "0.0"
"origin" "1770.38 5647 -1156"
"disableshadows" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_illusionary"
}{
"model" "*16"
"target" "Strawberry Stage Start"
"origin" "2254.38 -862 -2266"
"spawnflags" "1"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"origin" "2009.13 6383 -2660"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 200"
"classname" "light"
}{
"model" "*17"
"targetname" "Spinning wall"
"origin" "2022.38 4783 -672"
"spawnflags" "513"
"solidbsp" "0"
"dmg" "0"
"volume" "10"
"fanfriction" "20"
"maxspeed" "100"
"disableshadows" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"angles" "0 0 0"
"classname" "func_rotating"
}{
"model" "*18"
"parentname" "Spinning wall"
"target" "Strawberry Stage Start"
"origin" "2022.38 4783 -672"
"spawnflags" "1"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"origin" "2034.38 -457 434"
"_lightscaleHDR" "1"
"_light" "169 194 203 1500"
"_lightHDR" "-1 -1 -1 1"
"_quadratic_attn" "1"
"classname" "light"
}{
"model" "*19"
"_minlight" "0.0"
"origin" "2274.38 5647 -1156"
"disableshadows" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_illusionary"
}{
"origin" "2258.38 5647 -1156"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 1000"
"classname" "light"
}{
"origin" "2282.38 -741.28 364.47"
"angles" "0 0 0"
"texture" "surf_fruits section - strawberries/strawberry"
"classname" "infodecal"
}{
"origin" "730.38 -3927.01 1021.15"
"angles" "0 0 0"
"texture" "surf_fruits section - strawberries/strawberry"
"classname" "infodecal"
}{
"origin" "730.38 -4302.42 14.1099"
"angles" "0 0 0"
"texture" "surf_fruits section - strawberries/strawberry"
"classname" "infodecal"
}{
"origin" "730.38 -3235.69 -883.29"
"angles" "0 0 0"
"texture" "surf_fruits section - strawberries/strawberry"
"classname" "infodecal"
}{
"origin" "730.38 -2692.02 551.58"
"angles" "0 0 0"
"texture" "surf_fruits section - strawberries/strawberry"
"classname" "infodecal"
}{
"origin" "730.38 -1919.64 -420.57"
"angles" "0 0 0"
"texture" "surf_fruits section - strawberries/strawberry"
"classname" "infodecal"
}{
"origin" "730.38 -1523.63 558.16"
"angles" "0 0 0"
"texture" "surf_fruits section - strawberries/strawberry"
"classname" "infodecal"
}{
"origin" "730.38 -3099 20"
"angles" "0 0 0"
"texture" "surf_fruits section - strawberries/strawberry"
"classname" "infodecal"
}{
"origin" "2282.38 452.74 9.47021"
"angles" "0 0 0"
"texture" "surf_fruits section - strawberries/strawberry"
"classname" "infodecal"
}{
"origin" "1762.38 1219.58 77.8599"
"angles" "0 0 0"
"texture" "surf_fruits section - strawberries/strawberry"
"classname" "infodecal"
}{
"origin" "1762.38 2005.92 -313.64"
"angles" "0 0 0"
"texture" "surf_fruits section - strawberries/strawberry"
"classname" "infodecal"
}{
"origin" "2282.38 2834.28 -392.49"
"angles" "0 0 0"
"texture" "surf_fruits section - strawberries/strawberry"
"classname" "infodecal"
}{
"origin" "1762.38 3444.3 -452.2"
"angles" "0 0 0"
"texture" "surf_fruits section - strawberries/strawberry"
"classname" "infodecal"
}{
"origin" "2282.38 5027.7 -1322.2"
"angles" "0 0 0"
"texture" "surf_fruits section - strawberries/strawberry"
"classname" "infodecal"
}{
"model" "*20"
"wait" "1"
"origin" "2018.38 5983 -2861"
"spawnflags" "1"
"StartDisabled" "0"
"classname" "trigger_multiple"
"OnTrigger" "door,Open,,0,-1"
}{
"origin" "1102.38 -6280.03 1195.88"
"angles" "0 0 0"
"texture" "surf_fruits section - strawberries/strawberry"
"classname" "infodecal"
}{
"origin" "730.38 -5751.02 465.08"
"angles" "0 0 0"
"texture" "surf_fruits section - strawberries/strawberry"
"classname" "infodecal"
}{
"origin" "2169.84 -1550.43 -1509.28"
"angles" "0 0 0"
"texture" "surf_fruits section - strawberries/strawberry"
"classname" "infodecal"
}{
"model" "*21"
"origin" "1478.38 -3441.89 -2266"
"spawnflags" "1"
"target" "Strawberry Stage Start"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"origin" "1232.55 -5174.67 1146.66"
"angles" "0 0 0"
"texture" "surf_fruits section - strawberries/strawberry"
"classname" "infodecal"
}{
"origin" "1556.99 -3920.13 347.94"
"angles" "0 0 0"
"texture" "surf_fruits section - strawberries/strawberry"
"classname" "infodecal"
}{
"origin" "1839.34 -2828.38 -264.56"
"angles" "0 0 0"
"texture" "surf_fruits section - strawberries/strawberry"
"classname" "infodecal"
}{
"model" "*22"
"noise1" "doors/doormove2.wav"
"targetname" "door"
"origin" "2020.24 6168 -2650"
"spawnflags" "1024"
"movedir" "-90 0 0"
"loopmovesound" "0"
"unlocked_sentence" "0"
"locked_sentence" "0"
"spawnpos" "0"
"health" "0"
"ignoredebris" "0"
"forceclosed" "0"
"dmg" "0"
"lip" "0"
"wait" "4"
"speed" "100"
"disableshadows" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_door"
}{
"model" "*23"
"origin" "2022.38 6159 -2380"
"spawnflags" "1"
"target" "Strawberry Stage Start"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"model" "*24"
"origin" "1394.38 -466.5 488"
"spawnflags" "1"
"target" "Strawberry Stage Start"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"origin" "1290.87 -4949.15 -561.73"
"angles" "0 0 0"
"texture" "surf_fruits section - strawberries/strawberry"
"classname" "infodecal"
}{
"origin" "1867.84 -2718.19 743.35"
"angles" "0 0 0"
"texture" "surf_fruits section - strawberries/strawberry"
"classname" "infodecal"
}{
"model" "*25"
"SizeMax" "20"
"SizeMin" "10"
"Alpha" "255"
"Frozen" "0"
"DistMax" "1024"
"LifetimeMax" "5"
"LifetimeMin" "3"
"SpeedMax" "13"
"SpawnRate" "40"
"Color" "235 155 71"
"StartDisabled" "0"
"classname" "func_dustmotes"
}{
"model" "*26"
"target" "lemonstage_failteleportdestination"
"origin" "-1705 -2423 -2770"
"spawnflags" "1"
"StartDisabled" "0"
"targetname" "lemonstage_failteleporttrigger"
"classname" "trigger_teleport"
}{
"model" "*27"
"target" "lemonstage_failteleportdestination"
"origin" "-1700.5 -2588 -3856"
"spawnflags" "1"
"StartDisabled" "0"
"targetname" "lemonstage_failteleporttrigger"
"classname" "trigger_teleport"
}{
"model" "*28"
"target" "lemonstage_failteleportdestination"
"origin" "-1709.5 -3212 -2818"
"spawnflags" "1"
"StartDisabled" "0"
"targetname" "lemonstage_failteleporttrigger"
"classname" "trigger_teleport"
}{
"model" "*29"
"target" "lemonstage_failteleportdestination"
"origin" "-1586.5 -3041 -2826"
"spawnflags" "1"
"StartDisabled" "0"
"targetname" "lemonstage_failteleporttrigger"
"classname" "trigger_teleport"
}{
"model" "*30"
"target" "lemonstage_failteleportdestination"
"origin" "-1843 -3064 -2826.5"
"spawnflags" "1"
"StartDisabled" "0"
"targetname" "lemonstage_failteleporttrigger"
"classname" "trigger_teleport"
}{
"origin" "-1699 -2029 -1346"
"targetname" "lemonstage_failteleportdestination"
"angles" "0 270 0"
"classname" "info_teleport_destination"
}{
"model" "*31"
"target" "lemonstage_failteleportdestination"
"origin" "-1563 -3057 -2794"
"spawnflags" "1"
"StartDisabled" "0"
"targetname" "lemonstage_failteleporttrigger"
"classname" "trigger_teleport"
}{
"model" "*32"
"target" "lemonstage_failteleportdestination"
"origin" "-1864.5 -3041 -2778"
"spawnflags" "1"
"StartDisabled" "0"
"targetname" "lemonstage_failteleporttrigger"
"classname" "trigger_teleport"
}{
"model" "*33"
"target" "lemonstage_failteleportdestination"
"origin" "-1693.5 -3226.26 -2780"
"spawnflags" "1"
"StartDisabled" "0"
"targetname" "lemonstage_failteleporttrigger"
"classname" "trigger_teleport"
}{
"origin" "-1700.81 -2705 -3190"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "152 249 81"
"classname" "light"
}{
"origin" "-1700.81 -3009 -3022"
"_distance" "0"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "152 249 81"
"classname" "light"
}{
"origin" "-1700.81 -2073 -3010"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "152 249 81"
"classname" "light"
}{
"origin" "-1700.81 -2137 -3490"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "152 249 81"
"classname" "light"
}{
"origin" "-1700.81 -2193 -2554"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1700.81 -2105 -2206"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1700.81 -2429 -2306"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1700.81 -2613 -2566"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1700.81 -2925 -2318"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1700.81 -2997 -1898"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1700.81 -2989 -1482"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1700.81 -2633 -1490"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1700.81 -2305 -1482"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1700.81 -2529 -1746"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1634 -2249 -1441"
"spawnflags" "0"
"_distance" "0"
"pitch" "43.5"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_exponent" "0.0"
"_cone" "1"
"_inner_cone" ".5"
"angles" "43.5 180 -180"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "0 255 0 200"
"classname" "light_spot"
}{
"origin" "-1757 -2249 -1441"
"_exponent" "0.0"
"_cone" "1"
"_inner_cone" ".5"
"angles" "32 0 0"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "0 255 0 200"
"classname" "light_spot"
}{
"origin" "-1709 -2105 -1414"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1621 -2110 -1414"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1700 -2032 -1310"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1699 -2032 -1455"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1700.81 -2381 -2954"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "152 249 81"
"classname" "light"
}{
"origin" "-1700.81 -2384 -3190"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "152 249 81"
"classname" "light"
}{
"origin" "-1700.81 -2381 -3682"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "152 249 81"
"classname" "light"
}{
"origin" "-1700.81 -2389 -3379"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "152 249 81"
"classname" "light"
}{
"origin" "-1700.81 -2301 -2955"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "152 249 81"
"classname" "light"
}{
"origin" "-1700.81 -2476 -2963"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "152 249 81"
"classname" "light"
}{
"origin" "-1700.81 -2476 -3097"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "152 249 81"
"classname" "light"
}{
"origin" "-1700.81 -2286 -3194"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "152 249 81"
"classname" "light"
}{
"origin" "-1700.81 -2276 -3535"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "152 249 81"
"classname" "light"
}{
"origin" "-1700.81 -2485 -3577"
"_distance" "0"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "152 249 81"
"classname" "light"
}{
"origin" "-1776 -2105 -1414"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1815 -2529 -1756"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1815 -2102 -2202"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1815 -2308 -1784"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1815 -2543 -1458"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1815 -2711 -1751"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1727 -2821 -2114"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1815 -2471 -2423"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1815 -2716 -2538"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1815 -2990 -2447"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1815 -3028 -2005"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1815 -2966 -1563"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1585 -2529 -1762"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1585 -3057 -1426"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1585 -2999 -1757"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1585 -3066 -1992"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1585 -2884 -2362"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1585 -2332 -2463"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1585 -2087 -2185"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1585 -2495 -2075"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1585 -2322 -1792"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"origin" "-1585 -2428 -1494"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "242 247 87 200"
"classname" "light"
}{
"model" "*34"
"origin" "-1718.8 -3062.13 -2618.25"
"target" "lemonstage_failteleportdestination"
"spawnflags" "1"
"StartDisabled" "0"
"targetname" "lemonstage_failteleporttrigger"
"classname" "trigger_teleport"
}{
"model" "*35"
"origin" "-1715.28 -3070.34 -2618.26"
"target" "lemonstage_failteleportdestination"
"spawnflags" "1"
"StartDisabled" "0"
"targetname" "lemonstage_failteleporttrigger"
"classname" "trigger_teleport"
}{
"model" "*36"
"origin" "-1713.15 -3070.14 -2605.25"
"target" "lemonstage_failteleportdestination"
"spawnflags" "1"
"StartDisabled" "0"
"targetname" "lemonstage_failteleporttrigger"
"classname" "trigger_teleport"
}{
"model" "*37"
"origin" "-1889 -3135 -2293"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"disableshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_illusionary"
}{
"model" "*38"
"origin" "-1516 -3135 -2290"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"disableshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_illusionary"
}{
"model" "*39"
"origin" "-1700.5 -2561 -3288"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"disableshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_illusionary"
}{
"model" "*40"
"target" "grapes"
"targetname" "lemonstage_endteleport"
"origin" "-1699 -1797 -3672"
"spawnflags" "1"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"origin" "-1700.81 -3020 -3456"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "152 249 81"
"classname" "light"
}{
"origin" "-1700.81 -3168 -3687"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "152 249 81"
"classname" "light"
}{
"origin" "-1700.81 -2684 -3699"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "152 249 81"
"classname" "light"
}{
"origin" "-1700.81 -2883 -3667"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "152 249 81"
"classname" "light"
}{
"origin" "-1700.81 -2749 -3507"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "152 249 81"
"classname" "light"
}{
"origin" "-1480 5957 -88"
"targetname" "pinetele"
"angles" "0 0 0"
"classname" "info_teleport_destination"
}{
"origin" "-682 4640 -1032"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 200"
"classname" "light"
}{
"origin" "-682 5216 -1032"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 200"
"classname" "light"
}{
"origin" "-682 4640 -1608"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 200"
"classname" "light"
}{
"origin" "-682 5216 -1608"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 200"
"classname" "light"
}{
"origin" "-682 5952 -392"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 200"
"classname" "light"
}{
"origin" "-682 5952 -968"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 200"
"classname" "light"
}{
"origin" "-1370 5992 -8"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 200"
"classname" "light"
}{
"origin" "-1370 5992 -584"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 200"
"classname" "light"
}{
"origin" "-514 4824 -1624"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 200"
"classname" "light"
}{
"origin" "-514 5032 -1896"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 200"
"classname" "light"
}{
"origin" "-410 4928 -2184"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 200"
"classname" "light"
}{
"origin" "-1136 4928 -2184"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 200"
"classname" "light"
}{
"origin" "-1970 5992 -8"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 200"
"classname" "light"
}{
"origin" "-1746 5080 -8"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 200"
"classname" "light"
}{
"origin" "-1746 5080 -1032"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 200"
"classname" "light"
}{
"origin" "-1746 5080 -496"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 200"
"classname" "light"
}{
"origin" "-1970 5992 -584"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 200"
"classname" "light"
}{
"model" "*41"
"origin" "-1974 5536 -1096"
"spawnflags" "1"
"target" "pinetele"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"model" "*42"
"origin" "-1650 5148 -1096"
"spawnflags" "1"
"target" "pinetele"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"model" "*43"
"origin" "-1514 5628 -1096"
"spawnflags" "1"
"target" "pinetele"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"model" "*44"
"origin" "-1746 5764 -1096"
"spawnflags" "1"
"target" "pinetele"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"origin" "-1682 5440 -1191"
"targetname" "pine2"
"angles" "0 225 0"
"classname" "info_teleport_destination"
}{
"model" "*45"
"origin" "-1746 5376 -552"
"spawnflags" "1"
"alternateticksfix" "0"
"speed" "1200"
"pushdir" "-90 0 0"
"StartDisabled" "0"
"classname" "trigger_push"
}{
"model" "*46"
"origin" "-920 4928 -2276"
"spawnflags" "1"
"target" "pine2"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"model" "*47"
"origin" "-1362 4928 -2024"
"spawnflags" "1"
"target" "pinetele"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"origin" "-673.277 5977.07 -551"
"_minlight" "0.0"
"spawnflags" "256"
"forcetoenablemotion" "0"
"damagetoenablemotion" "0"
"massScale" "0"
"inertiaScale" "1.0"
"nodamageforces" "0"
"Damagetype" "0"
"physdamagescale" "0.1"
"shadowcastdist" "0"
"minhealthdmg" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"skin" "0"
"model" "models/weapons/w_mach_m249para.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 135 0"
"classname" "prop_physics"
}{
"origin" "-6022 -5504 -3376"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "227 255 227 600"
"classname" "light"
}{
"origin" "-5678 -5248 -3376"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "227 255 227 600"
"classname" "light"
}{
"origin" "-5678 -5760 -3376"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "227 255 227 600"
"classname" "light"
}{
"origin" "-3366 -5504 -4240"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "227 255 227 600"
"classname" "light"
}{
"model" "*48"
"origin" "-3366 -5504 -4320"
"spawnflags" "1"
"alternateticksfix" "0"
"speed" "350"
"pushdir" "0 0 0"
"StartDisabled" "0"
"classname" "trigger_push"
}{
"model" "*49"
"_minlight" "0.0"
"origin" "-3366 -5504 -4240"
"disableshadows" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_illusionary"
}{
"origin" "-5222 -5504 -3728"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "227 255 227 600"
"classname" "light"
}{
"origin" "-4422 -5504 -3856"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "227 255 227 800"
"classname" "light"
}{
"model" "*50"
"_minlight" "0.0"
"origin" "-4446 -5504 -3984"
"disableshadows" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_illusionary"
}{
"origin" "-2598 -5504 -3856"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "227 255 227 600"
"classname" "light"
}{
"origin" "-1622 -5504 -3664"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "227 255 227 600"
"classname" "light"
}{
"origin" "-3766 -5504 -3760"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "227 255 227 400"
"classname" "light"
}{
"origin" "-6092 -5518 -3490"
"cheapwaterenddistance" "2000"
"cheapwaterstartdistance" "1000"
"classname" "water_lod_control"
}{
"model" "*51"
"origin" "-4902 -5504 -4732"
"spawnflags" "1"
"target" "applespawn"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"model" "*52"
"origin" "-1830 -5504 -4732"
"spawnflags" "1"
"target" "applespawn"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"origin" "-3638 -5312 -3791.34"
"angles" "41 202 0"
"spawnflags" "1"
"spotlightlength" "128"
"spotlightwidth" "16"
"rendercolor" "0 255 0"
"renderamt" "255"
"HDRColorScale" "1.0"
"classname" "point_spotlight"
}{
"origin" "-3638 -5696 -3791.34"
"angles" "41 159 0"
"spawnflags" "1"
"spotlightlength" "128"
"spotlightwidth" "16"
"rendercolor" "0 255 0"
"renderamt" "255"
"HDRColorScale" "1.0"
"classname" "point_spotlight"
}{
"origin" "-804.99 -5001.12 -3334.97"
"angles" "32.7801 226.618 0"
"spawnflags" "1"
"spotlightlength" "128"
"spotlightwidth" "16"
"rendercolor" "0 255 0"
"renderamt" "255"
"HDRColorScale" "1.0"
"classname" "point_spotlight"
}{
"origin" "-804.99 -6006.83 -3334.97"
"angles" "33.291 134.847 0"
"spawnflags" "1"
"spotlightlength" "128"
"spotlightwidth" "16"
"rendercolor" "0 255 0"
"renderamt" "255"
"HDRColorScale" "1.0"
"classname" "point_spotlight"
}{
"origin" "-998.89 -5001.01 -3334.97"
"angles" "32.7801 226.618 0"
"spawnflags" "1"
"spotlightlength" "128"
"spotlightwidth" "16"
"rendercolor" "0 255 0"
"renderamt" "255"
"HDRColorScale" "1.0"
"classname" "point_spotlight"
}{
"origin" "-998.89 -6006.71 -3334.97"
"angles" "33.291 134.847 0"
"spawnflags" "1"
"spotlightlength" "128"
"spotlightwidth" "16"
"rendercolor" "0 255 0"
"renderamt" "255"
"HDRColorScale" "1.0"
"classname" "point_spotlight"
}{
"origin" "-635 -5504 -3704"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 200"
"classname" "light"
}{
"model" "*53"
"origin" "-686 -5508 -3704"
"spawnflags" "1"
"alternateticksfix" "0"
"speed" "200"
"pushdir" "0 0 0"
"StartDisabled" "0"
"classname" "trigger_push"
}{
"model" "*54"
"origin" "-566 -5508 -3704"
"spawnflags" "1"
"target" "copymark_dest"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"origin" "-6119 -5504 -3328"
"targetname" "applespawn"
"angles" "0 0 0"
"classname" "info_teleport_destination"
}{
"model" "*55"
"origin" "-1868 5814 -899.98"
"spawnflags" "1"
"target" "applespawn"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"model" "*56"
"_minlight" "0.0"
"spawnflags" "0"
"speed" "200"
"movedir" "0 0 0"
"disableshadows" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_conveyor"
}{
"origin" "-8368 2272 112"
"targetname" "copymark_dest"
"angles" "0 0 0"
"classname" "info_teleport_destination"
}{
"model" "*57"
"origin" "-4424 2272 -1080"
"spawnflags" "1"
"target" "copymark_dest"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"origin" "-1352 2272 -1512"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 400"
"classname" "light"
}{
"origin" "-2248 2272 -1768"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 400"
"classname" "light"
}{
"origin" "-3928 2272 -1512"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 400"
"classname" "light"
}{
"origin" "-2648 2272 -1512"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 400"
"classname" "light"
}{
"origin" "-5416 2272 -1544"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 400"
"classname" "light"
}{
"origin" "-7240 2272 -1560"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 400"
"classname" "light"
}{
"origin" "-8120 2272 -1256"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 400"
"classname" "light"
}{
"origin" "-8113 2109.89 33"
"pitch" "-90"
"_AmbientScaleHDR" "1"
"_ambientHDR" "-1 -1 -1 1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_ambient" "255 255 255 20"
"_light" "255 255 255 600"
"angles" "0 0 0"
"classname" "light_environment"
}{
"model" "*58"
"_minlight" "0.0"
"origin" "-4840 2272 -904"
"disableshadows" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_illusionary"
}{
"origin" "-6120 2624 -941.972"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-6120 1920 -941.972"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-5608 2624 -941.972"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-5608 1920 -941.972"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-5096 2624 -941.972"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-5096 1920 -941.972"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-4584 2624 -941.972"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-4584 1920 -941.972"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-4072 2624 -941.972"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-4072 1920 -941.972"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-3560 2624 -941.972"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-3560 1920 -941.972"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-6904 1920 -877.972"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-6904 2624 -877.972"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-7512 1920 -669.972"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-7512 2624 -669.972"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"model" "*59"
"_minlight" "0.0"
"origin" "-1448 2272 -8"
"disableshadows" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_illusionary"
}{
"origin" "-680 1920 29.97"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "90 180 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-1192 1920 29.97"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "90 180 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-680 2624 29.97"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "90 180 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-1192 2624 29.97"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "90 180 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-1704 2624 29.97"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "90 180 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-1704 1920 29.97"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "90 180 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-2216 1920 29.97"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "90 180 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-2216 2624 29.97"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "90 180 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-2728 2624 29.97"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "90 180 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-2728 1920 29.97"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "90 180 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-1064 1920 -1933.97"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-1064 2624 -1933.97"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"model" "*60"
"_minlight" "0.0"
"origin" "-1064 2272 -1896"
"disableshadows" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_illusionary"
}{
"origin" "-1512 2624 -2141.97"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"model" "*61"
"_minlight" "0.0"
"origin" "-1512 2272 -2104"
"disableshadows" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_illusionary"
}{
"origin" "-1512 1920 -2141.97"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-1960 2624 -2349.97"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"model" "*62"
"_minlight" "0.0"
"origin" "-1960 2272 -2312"
"disableshadows" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_illusionary"
}{
"origin" "-1960 1920 -2349.97"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-2536 2624 -2349.97"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"model" "*63"
"_minlight" "0.0"
"origin" "-2536 2272 -2312"
"disableshadows" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_illusionary"
}{
"origin" "-2536 1920 -2349.97"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-2920 2624 -2157.97"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"model" "*64"
"_minlight" "0.0"
"origin" "-2920 2272 -2120"
"disableshadows" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_illusionary"
}{
"origin" "-2920 1920 -2157.97"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-3432 2624 -1917.97"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"model" "*65"
"_minlight" "0.0"
"origin" "-3432 2272 -1880"
"disableshadows" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_illusionary"
}{
"origin" "-3432 1920 -1917.97"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "-90 0 0"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"model" "*66"
"origin" "-4057.72 2272 -2616"
"spawnflags" "1"
"target" "copymark_dest"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"origin" "-6195.5 -270 -3506"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-5785.5 -270 -3705"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-5785.5 -270 -4210"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-5785.5 -1034 -3705"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-5785.5 -1034 -4210"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-6195.5 -1034 -3506"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-8667.5 -652 -4143"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-8667.5 -652 -4615"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-8667.5 -652 -5087"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-8667.5 -1166 -4143"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-8667.5 -138 -4143"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-8667.5 -652 -5559"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-6611.5 -376 -4023"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-7199.5 -376 -4023"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-7199.5 -928 -4023"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-6611.5 -928 -4023"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-7199.5 -808 -3281"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-6611.5 -808 -3281"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-7199.5 -496 -3281"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-6611.5 -496 -3281"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-6268.5 -1378 -5239"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-6782.5 -1378 -5239"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-7296.5 -1378 -5239"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-6268.5 74 -5239"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-6782.5 74 -5239"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-7296.5 74 -5239"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-5240.5 74 -5239"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-5754.5 74 -5239"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-5240.5 -1378 -5239"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-5754.5 -1378 -5239"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-9009.5 -1378 -6439"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-8495.5 -1378 -6439"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-7981.5 -1378 -6439"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-7467.5 -1378 -6439"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-6953.5 -1378 -6439"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-6953.5 74 -6439"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-7467.5 74 -6439"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-7981.5 74 -6439"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-8495.5 74 -6439"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-9009.5 74 -6439"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-6439.5 74 -6439"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"origin" "-6439.5 -1378 -6439"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 640"
"classname" "light"
}{
"model" "*67"
"origin" "-6149.5 -652 -4001"
"solidbsp" "0"
"Solidity" "1"
"StartDisabled" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"disableshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_brush"
}{
"origin" "-6905.5 -240 -3473"
"angles" "0 0 0"
"texture" "decals/watermelonalpha"
"classname" "infodecal"
}{
"origin" "-6905.5 -1064 -3473"
"angles" "0 0 0"
"texture" "decals/watermelonalpha"
"classname" "infodecal"
}{
"origin" "-7080.5 -652 -3284"
"targetname" "melonspawn"
"angles" "0 0 0"
"classname" "info_teleport_destination"
}{
"model" "*68"
"origin" "-7274 -652 -5289"
"spawnflags" "1"
"target" "melonspawn"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"origin" "-9742.5 -652 -6528"
"angles" "0 0 0"
"texture" "decals/watermelonalpha"
"classname" "infodecal"
}{
"origin" "-6908.5 -652 -6861"
"angles" "0 0 0"
"texture" "decals/watermelonalpha"
"classname" "infodecal"
}{
"origin" "-4821.5 -652 -5397"
"angles" "0 0 0"
"texture" "decals/watermelonalpha"
"classname" "infodecal"
}{
"origin" "-5477.5 -655 -4013"
"angles" "0 0 0"
"texture" "decals/watermelonalpha"
"classname" "infodecal"
}{
"origin" "-5477.5 -930 -4013"
"angles" "0 0 0"
"texture" "decals/watermelonalpha"
"classname" "infodecal"
}{
"origin" "-5477.5 -368.706 -4013"
"angles" "0 0 0"
"texture" "decals/watermelonalpha"
"classname" "infodecal"
}{
"origin" "-5601.5 -654 -4233"
"rendercolor" "255 0 0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "1"
"angles" "-90 0 0"
"classname" "point_spotlight"
}{
"origin" "-5601.5 -368 -4233"
"rendercolor" "255 0 0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "1"
"angles" "-90 0 0"
"classname" "point_spotlight"
}{
"origin" "-5601.5 -930 -4233"
"rendercolor" "255 0 0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "1"
"angles" "-90 0 0"
"classname" "point_spotlight"
}{
"origin" "-7089.56 -901 -3426.57"
"rendercolor" "0 255 0"
"spotlightwidth" "20"
"spotlightlength" "200"
"spawnflags" "1"
"angles" "-90 0 0"
"classname" "point_spotlight"
}{
"origin" "-6997.56 -901 -3426.57"
"rendercolor" "0 255 0"
"spotlightwidth" "20"
"spotlightlength" "200"
"spawnflags" "1"
"angles" "-90 0 0"
"classname" "point_spotlight"
}{
"origin" "-6905.56 -901 -3426.57"
"rendercolor" "0 255 0"
"spotlightwidth" "20"
"spotlightlength" "200"
"spawnflags" "1"
"angles" "-90 0 0"
"classname" "point_spotlight"
}{
"origin" "-6813.56 -901 -3426.57"
"rendercolor" "0 255 0"
"spotlightwidth" "20"
"spotlightlength" "200"
"spawnflags" "1"
"angles" "-90 0 0"
"classname" "point_spotlight"
}{
"origin" "-6721.56 -901 -3426.57"
"rendercolor" "0 255 0"
"spotlightwidth" "20"
"spotlightlength" "200"
"spawnflags" "1"
"angles" "-90 0 0"
"classname" "point_spotlight"
}{
"origin" "-6721.56 -403 -3426.57"
"rendercolor" "0 255 0"
"spotlightwidth" "20"
"spotlightlength" "200"
"spawnflags" "1"
"angles" "-90 180 0"
"classname" "point_spotlight"
}{
"origin" "-6813.56 -403 -3426.57"
"rendercolor" "0 255 0"
"spotlightwidth" "20"
"spotlightlength" "200"
"spawnflags" "1"
"angles" "-90 180 0"
"classname" "point_spotlight"
}{
"origin" "-6905.56 -403 -3426.57"
"rendercolor" "0 255 0"
"spotlightwidth" "20"
"spotlightlength" "200"
"spawnflags" "1"
"angles" "-90 180 0"
"classname" "point_spotlight"
}{
"origin" "-6997.56 -403 -3426.57"
"rendercolor" "0 255 0"
"spotlightwidth" "20"
"spotlightlength" "200"
"spawnflags" "1"
"angles" "-90 180 0"
"classname" "point_spotlight"
}{
"origin" "-7089.56 -403 -3426.57"
"rendercolor" "0 255 0"
"spotlightwidth" "20"
"spotlightlength" "200"
"spawnflags" "1"
"angles" "-90 180 0"
"classname" "point_spotlight"
}{
"origin" "-6738.5 -595 -3457"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "257"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-6753.5 -494 -3453"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "257"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "-90 90 0"
"classname" "prop_dynamic_override"
}{
"origin" "-6860.2 -709.958 -3457.17"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-6875.2 -608.958 -3457.17"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "257"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-6865.5 -625 -3457"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "257"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 90 0"
"classname" "prop_dynamic_override"
}{
"origin" "-6804.5 -573 -3457"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "257"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-6686.5 -709 -3456"
"health" "0"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"RandomAnimation" "0"
"solid" "0"
"spawnflags" "0"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01_chunk01c.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-7010 -584 -3449"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01_chunk01c.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 90 0"
"classname" "prop_dynamic_override"
}{
"origin" "-6712.5 -724 -3464"
"health" "0"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"RandomAnimation" "0"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01_chunk02a.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-6704.5 -708.193 -3464"
"health" "0"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"RandomAnimation" "0"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01_chunk02a.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-6671.5 -723.193 -3464"
"health" "0"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"RandomAnimation" "0"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01_chunk02a.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-6672.5 -697 -3464"
"health" "0"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"RandomAnimation" "0"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01_chunk02a.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-6789.5 -730 -3457"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01_chunk01a.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-7121 -761 -3457.17"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-7056.2 -774 -3457.17"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-6173.5 -959 -3990"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-6153.5 -933 -3989"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-6091.5 -418 -3994"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "257"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01_chunk01a.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "-45 180 0"
"classname" "prop_dynamic_override"
}{
"origin" "-9406.5 -573 -6852"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-9425.5 -593 -6852"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-9432.2 -567.042 -6853.17"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-9451.2 -587.042 -6853.17"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-9430.11 -642.979 -6852"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-9411.11 -622.979 -6852"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-9436.8 -617.021 -6853.17"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-9396.11 -622.042 -6852"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-9377.11 -602.042 -6852"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-9402.8 -596.085 -6853.17"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-9515.91 -764 -6853.17"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-9519.61 -740.915 -6852"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-9490.22 -769.958 -6852"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-9509.22 -789.958 -6852"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-9524.22 -790.894 -6852"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-9543.22 -810.894 -6852"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-9549.91 -784.937 -6853.17"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-9538.61 -760.915 -6852"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-9564.3 -754.958 -6853.17"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-9545.3 -734.958 -6853.17"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"model" "*69"
"origin" "-9525.5 -649 -7180"
"spawnflags" "1"
"target" "jail_end"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"origin" "-6737.2 -769.106 -3456"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-6752.2 -770.042 -3456"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-6743.89 -743.148 -3457.17"
"MaxAnimTime" "10"
"MinAnimTime" "5"
"solid" "0"
"spawnflags" "256"
"pressuredelay" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"body" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"skin" "0"
"model" "models/props_junk/watermelon01.mdl"
"fadescale" "1"
"fademindist" "-1"
"angles" "0 0 0"
"classname" "prop_dynamic_override"
}{
"origin" "-8224.5 -652 -6013"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "0 255 0 800"
"classname" "light"
}{
"origin" "-7486.5 -652 -6013"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "0 255 0 800"
"classname" "light"
}{
"origin" "-6748.5 -652 -6013"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "0 255 0 800"
"classname" "light"
}{
"origin" "-9318.5 -652 -6597"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 0 0 1200"
"classname" "light"
}{
"model" "*70"
"origin" "-8136 2000 -3384"
"spawnflags" "1"
"target" "jackfruitspawn"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"origin" "-3504 -3571 -2048"
"angles" "0 90 0"
"classname" "info_player_terrorist"
}{
"origin" "-3574 -3571 -2048"
"angles" "0 90 0"
"classname" "info_player_terrorist"
}{
"origin" "-3434 -3571 -2048"
"angles" "0 90 0"
"classname" "info_player_terrorist"
}{
"origin" "-3503.84 -3546.35 -2048.38"
"angles" "0 90 0"
"classname" "info_player_terrorist"
}{
"origin" "-3433.84 -3546.35 -2048.38"
"angles" "0 90 0"
"classname" "info_player_terrorist"
}{
"origin" "-3573.84 -3546.35 -2048.38"
"angles" "0 90 0"
"classname" "info_player_terrorist"
}{
"origin" "-3503.84 -3596.66 -2047.38"
"angles" "0 90 0"
"classname" "info_player_terrorist"
}{
"origin" "-3433.84 -3596.66 -2047.38"
"angles" "0 90 0"
"classname" "info_player_terrorist"
}{
"origin" "-3573.84 -3596.66 -2047.38"
"angles" "0 90 0"
"classname" "info_player_terrorist"
}{
"origin" "-3433.84 -3647.31 -2047"
"angles" "0 90 0"
"classname" "info_player_terrorist"
}{
"origin" "-3433.68 -3622.66 -2047.38"
"angles" "0 90 0"
"classname" "info_player_terrorist"
}{
"origin" "-3503.68 -3672.97 -2046.39"
"angles" "0 90 0"
"classname" "info_player_terrorist"
}{
"origin" "-3503.84 -3647.31 -2047"
"angles" "0 90 0"
"classname" "info_player_terrorist"
}{
"origin" "-3503.68 -3622.66 -2047.38"
"angles" "0 90 0"
"classname" "info_player_terrorist"
}{
"origin" "-3573.68 -3622.66 -2047.38"
"angles" "0 90 0"
"classname" "info_player_terrorist"
}{
"origin" "-3573.84 -3647.31 -2047"
"angles" "0 90 0"
"classname" "info_player_terrorist"
}{
"origin" "-3434.12 -3519.97 -2047.39"
"angles" "0 90 0"
"classname" "info_player_terrorist"
}{
"origin" "-3434.28 -3494.31 -2048"
"angles" "0 90 0"
"classname" "info_player_terrorist"
}{
"origin" "-3504.12 -3519.97 -2047.39"
"angles" "0 90 0"
"classname" "info_player_terrorist"
}{
"origin" "-3504.28 -3494.31 -2048"
"angles" "0 90 0"
"classname" "info_player_terrorist"
}{
"origin" "-3504.12 -3469.66 -2048.38"
"angles" "0 90 0"
"classname" "info_player_terrorist"
}{
"origin" "-3574.28 -3494.31 -2048"
"angles" "0 90 0"
"classname" "info_player_terrorist"
}{
"origin" "-3574.12 -3519.97 -2047.39"
"angles" "0 90 0"
"classname" "info_player_terrorist"
}{
"origin" "-3072 -3570 -2048"
"angles" "0 90 0"
"classname" "info_player_counterterrorist"
}{
"origin" "-3141 -3570 -2048"
"angles" "0 90 0"
"classname" "info_player_counterterrorist"
}{
"origin" "-3003 -3570 -2048"
"angles" "0 90 0"
"classname" "info_player_counterterrorist"
}{
"origin" "-3140.69 -3596.39 -2047.46"
"angles" "0 90 0"
"classname" "info_player_counterterrorist"
}{
"origin" "-3002.69 -3596.39 -2047.46"
"angles" "0 90 0"
"classname" "info_player_counterterrorist"
}{
"origin" "-3071.69 -3596.39 -2047.46"
"angles" "0 90 0"
"classname" "info_player_counterterrorist"
}{
"origin" "-3140.69 -3545.22 -2048.46"
"angles" "0 90 0"
"classname" "info_player_counterterrorist"
}{
"origin" "-3002.69 -3545.22 -2048.46"
"angles" "0 90 0"
"classname" "info_player_counterterrorist"
}{
"origin" "-3071.69 -3545.22 -2048.46"
"angles" "0 90 0"
"classname" "info_player_counterterrorist"
}{
"origin" "-3140.69 -3519.22 -2047.46"
"angles" "0 90 0"
"classname" "info_player_counterterrorist"
}{
"origin" "-3002.69 -3519.22 -2047.46"
"angles" "0 90 0"
"classname" "info_player_counterterrorist"
}{
"origin" "-3071.69 -3519.22 -2047.46"
"angles" "0 90 0"
"classname" "info_player_counterterrorist"
}{
"origin" "-3140.69 -3622.39 -2047.46"
"angles" "0 90 0"
"classname" "info_player_counterterrorist"
}{
"origin" "-3002.69 -3622.39 -2047.46"
"angles" "0 90 0"
"classname" "info_player_counterterrorist"
}{
"origin" "-3071.69 -3622.39 -2047.46"
"angles" "0 90 0"
"classname" "info_player_counterterrorist"
}{
"origin" "-3141.27 -3647.39 -2047.46"
"angles" "0 90 0"
"classname" "info_player_counterterrorist"
}{
"origin" "-3003.27 -3647.39 -2047.46"
"angles" "0 90 0"
"classname" "info_player_counterterrorist"
}{
"origin" "-3072.27 -3647.39 -2047.46"
"angles" "0 90 0"
"classname" "info_player_counterterrorist"
}{
"origin" "-3072.27 -3672.39 -2046.46"
"angles" "0 90 0"
"classname" "info_player_counterterrorist"
}{
"origin" "-3141.27 -3493.22 -2046.2"
"angles" "0 90 0"
"classname" "info_player_counterterrorist"
}{
"origin" "-3003.27 -3493.22 -2046.2"
"angles" "0 90 0"
"classname" "info_player_counterterrorist"
}{
"origin" "-3072.27 -3493.22 -2046.2"
"angles" "0 90 0"
"classname" "info_player_counterterrorist"
}{
"origin" "-3072.69 -3468.22 -2046.2"
"angles" "0 90 0"
"classname" "info_player_counterterrorist"
}{
"origin" "-3072 -3571 -1764"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 800"
"classname" "light"
}{
"origin" "-3504 -3571 -1764"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 800"
"classname" "light"
}{
"origin" "-3496 -1759 -1756"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 800"
"classname" "light"
}{
"origin" "-3052 -1759 -1756"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 800"
"classname" "light"
}{
"origin" "-3288 -2507 -2044"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 200"
"classname" "light"
}{
"origin" "-3288 -2363 -2044"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 200"
"classname" "light"
}{
"origin" "-3288 -2219 -2044"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 200"
"classname" "light"
}{
"origin" "-3288 -2075 -2044"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 200"
"classname" "light"
}{
"origin" "-3288 -1931 -2044"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 200"
"classname" "light"
}{
"origin" "-3288 -2091 -1824"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 800"
"classname" "light"
}{
"origin" "-3288 -1711 -2060"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 300"
"classname" "light"
}{
"origin" "-3288 -2499 -1776"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 60"
"classname" "light"
}{
"origin" "-3224 -2499 -1776"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 60"
"classname" "light"
}{
"origin" "-3352 -2499 -1776"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 60"
"classname" "light"
}{
"origin" "-3480 -2499 -1776"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 60"
"classname" "light"
}{
"origin" "-3416 -2499 -1776"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 60"
"classname" "light"
}{
"origin" "-3160 -2499 -1776"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 60"
"classname" "light"
}{
"origin" "-3096 -2499 -1776"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 60"
"classname" "light"
}{
"model" "*71"
"origin" "-3288 -2276.5 -2108.5"
"solidbsp" "0"
"Solidity" "1"
"StartDisabled" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"disableshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_brush"
}{
"model" "*72"
"origin" "-3288 -2276.5 -1979.5"
"solidbsp" "0"
"Solidity" "1"
"StartDisabled" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"disableshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_brush"
}{
"model" "*73"
"origin" "-3352.5 -2276.5 -2044"
"solidbsp" "0"
"Solidity" "1"
"StartDisabled" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"disableshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_brush"
}{
"model" "*74"
"origin" "-3223.5 -2276.5 -2044"
"solidbsp" "0"
"Solidity" "1"
"StartDisabled" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"disableshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_brush"
}{
"origin" "-3624 -1903 -1705"
"angles" "0 0 0"
"texture" "decals/custom/mainstages"
"classname" "infodecal"
}{
"origin" "-2952 -1903 -1705"
"angles" "0 0 0"
"texture" "decals/custom/bonusstage"
"classname" "infodecal"
}{
"origin" "-3289 -3571 -1764"
"targetname" "dmgFilter1"
"damagetype" "32"
"Negated" "1"
"classname" "filter_damage_type"
}{
"origin" "-3273 -3571 -1764"
"classname" "game_player_equip"
}{
"model" "*75"
"targetname" "spawndmg"
"origin" "-3504 -3571 -2001.5"
"spawnflags" "1"
"wait" "0"
"StartDisabled" "0"
"classname" "trigger_multiple"
"OnTrigger" "!activator,SetDamageFilter,dmgFilter1,0,-1"
}{
"model" "*76"
"targetname" "spawndmg"
"origin" "-3072 -3571 -2001.5"
"spawnflags" "1"
"wait" "0"
"StartDisabled" "0"
"classname" "trigger_multiple"
"OnTrigger" "!activator,SetDamageFilter,dmgFilter1,0,-1"
}{
"model" "*77"
"origin" "-3288.01 -3019 -1884"
"spawnflags" "1"
"wait" "0"
"StartDisabled" "0"
"classname" "trigger_multiple"
"OnStartTouch" "!activator,SetDamageFilter,dmgfilter1,0,-1"
"OnEndTouch" "!activator,SetDamageFilter,dmgfilter1,0,-1"
"OnTrigger" "!activator,SetDamageFilter,dmgfilter1,0,-1"
"OnStartTouch" "!player,SetDamageFilter,dmgfilter1,0,1"
}{
"model" "*78"
"origin" "-3338.5 -1713 -2104"
"spawnflags" "1"
"target" "bananatele"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"model" "*79"
"origin" "-3288 -2083 -2116"
"spawnflags" "1"
"target" "bananatele1"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"model" "*80"
"origin" "-3288 -2083 -2108"
"spawnflags" "1"
"damagemodel" "0"
"damagetype" "0"
"damagecap" "20"
"damage" "50"
"StartDisabled" "0"
"classname" "trigger_hurt"
}{
"model" "*81"
"origin" "-7158 -9016 -808"
"spawnflags" "1"
"target" "teleporter_orange_destination"
"StartDisabled" "0"
"targetname" "teleporter_orange"
"classname" "trigger_teleport"
}{
"origin" "-6570 -9016 1080"
"targetname" "teleporter_orange_destination"
"angles" "0 0 0"
"classname" "info_teleport_destination"
}{
"origin" "-6478 -9016 1116"
"targetname" "dmgfilter"
"damagetype" "32"
"Negated" "1"
"classname" "filter_damage_type"
}{
"model" "*82"
"origin" "-6426 -9016 1056"
"spawnflags" "1"
"wait" "1"
"StartDisabled" "0"
"classname" "trigger_multiple"
"OnTrigger" "!activator,SetDamageFilter,dmgfilter,0,-1"
}{
"model" "*83"
"origin" "-5966 -9016 -368"
"spawnflags" "1"
"target" "teleporter_orange_destination"
"StartDisabled" "0"
"targetname" "teleporter_orange"
"classname" "trigger_teleport"
}{
"model" "*84"
"origin" "-4682 -9016 -728"
"spawnflags" "1"
"target" "teleporter_orange_destination"
"StartDisabled" "0"
"targetname" "teleporter_orange"
"classname" "trigger_teleport"
}{
"model" "*85"
"origin" "-3467 -9016 -528"
"spawnflags" "1"
"target" "teleporter_orange_destination"
"StartDisabled" "0"
"targetname" "teleporter_orange"
"classname" "trigger_teleport"
}{
"model" "*86"
"origin" "-3689 -9016 -3104"
"spawnflags" "1"
"target" "teleporter_orange_destination"
"StartDisabled" "0"
"targetname" "teleporter_orange"
"classname" "trigger_teleport"
}{
"model" "*87"
"origin" "-5246 -9016 -6516"
"spawnflags" "1"
"target" "teleporter_orange_destination"
"StartDisabled" "0"
"targetname" "teleporter_orange"
"classname" "trigger_teleport"
}{
"origin" "-4543 -9016 948"
"_AmbientScaleHDR" "1"
"_ambientHDR" "-1 -1 -1 1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_ambient" "255 255 255 20"
"_light" "255 255 255 200"
"angles" "-90 0 0"
"classname" "light_environment"
}{
"model" "*88"
"_minlight" "0.0"
"origin" "-5642 -9025.5 -398"
"spawnflags" "2"
"vrad_brush_cast_shadows" "0"
"solidbsp" "0"
"invert_exclusion" "0"
"Solidity" "0"
"disableshadows" "0"
"StartDisabled" "0"
"InputFilter" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_brush"
}{
"origin" "-3210 -9016 -732"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3210 -9016 -916"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3210 -9016 -1284"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3210 -9016 -1100"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3210 -9016 -1652"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3210 -9016 -1468"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3946 -9016 -4228"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3946 -9016 -4044"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3946 -9016 -3860"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3946 -9016 -3676"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3946 -9016 -3492"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"origin" "-3946 -9016 -3308"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 182 108 100"
"classname" "light"
}{
"model" "*89"
"_minlight" "0.0"
"origin" "-4978 -9016 -984"
"spawnflags" "2"
"vrad_brush_cast_shadows" "0"
"solidbsp" "0"
"invert_exclusion" "0"
"Solidity" "0"
"StartDisabled" "0"
"InputFilter" "0"
"disableshadows" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_brush"
}{
"model" "*90"
"_minlight" "0.0"
"origin" "-5292 -8854 -216"
"disableshadows" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_illusionary"
}{
"model" "*91"
"_minlight" "0.0"
"origin" "-5850 -9360 264"
"spawnflags" "2"
"vrad_brush_cast_shadows" "0"
"solidbsp" "0"
"invert_exclusion" "0"
"Solidity" "0"
"disableshadows" "0"
"StartDisabled" "0"
"InputFilter" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_brush"
}{
"model" "*92"
"_minlight" "0.0"
"origin" "-5850 -8672 264"
"spawnflags" "2"
"vrad_brush_cast_shadows" "0"
"solidbsp" "0"
"invert_exclusion" "0"
"Solidity" "0"
"disableshadows" "0"
"StartDisabled" "0"
"InputFilter" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_brush"
}{
"model" "*93"
"_minlight" "0.0"
"origin" "-5230 -9016 -5792"
"spawnflags" "2"
"vrad_brush_cast_shadows" "0"
"solidbsp" "0"
"invert_exclusion" "0"
"Solidity" "0"
"disableshadows" "0"
"StartDisabled" "0"
"InputFilter" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_brush"
}{
"model" "*94"
"_minlight" "0.0"
"origin" "-3580 -9016 -2480"
"spawnflags" "2"
"vrad_brush_cast_shadows" "0"
"solidbsp" "0"
"invert_exclusion" "0"
"Solidity" "0"
"disableshadows" "0"
"StartDisabled" "0"
"InputFilter" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_brush"
}{
"model" "*95"
"origin" "-5647 -9016 196"
"_minlight" "0.0"
"disableshadows" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_wall"
}{
"model" "*96"
"_minlight" "0.0"
"origin" "-3178 -9016 -5504"
"spawnflags" "2"
"vrad_brush_cast_shadows" "0"
"solidbsp" "0"
"invert_exclusion" "0"
"Solidity" "0"
"disableshadows" "0"
"StartDisabled" "0"
"InputFilter" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_brush"
}{
"model" "*97"
"_minlight" "0.0"
"origin" "-5222 -9016 -5528"
"spawnflags" "2"
"vrad_brush_cast_shadows" "0"
"solidbsp" "0"
"invert_exclusion" "0"
"Solidity" "0"
"disableshadows" "0"
"StartDisabled" "0"
"InputFilter" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_brush"
}{
"model" "*98"
"_minlight" "0.0"
"origin" "-4986 -9016 -200"
"spawnflags" "2"
"vrad_brush_cast_shadows" "0"
"solidbsp" "0"
"invert_exclusion" "0"
"Solidity" "0"
"disableshadows" "0"
"StartDisabled" "0"
"InputFilter" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_brush"
}{
"model" "*99"
"_minlight" "0.0"
"origin" "-5850 -9016 580"
"spawnflags" "2"
"vrad_brush_cast_shadows" "0"
"solidbsp" "0"
"invert_exclusion" "0"
"Solidity" "0"
"disableshadows" "0"
"StartDisabled" "0"
"InputFilter" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_brush"
}{
"model" "*100"
"_minlight" "0.0"
"origin" "-4995.5 -9016 -90.5"
"spawnflags" "2"
"vrad_brush_cast_shadows" "0"
"solidbsp" "0"
"invert_exclusion" "0"
"Solidity" "1"
"disableshadows" "0"
"StartDisabled" "0"
"InputFilter" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_brush"
}{
"model" "*101"
"_minlight" "0.0"
"origin" "-5910 -9016 -408"
"spawnflags" "2"
"vrad_brush_cast_shadows" "0"
"solidbsp" "0"
"invert_exclusion" "0"
"Solidity" "0"
"disableshadows" "0"
"StartDisabled" "0"
"InputFilter" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_brush"
}{
"model" "*102"
"_minlight" "0.0"
"origin" "-3578 -9016 -2480"
"spawnflags" "2"
"vrad_brush_cast_shadows" "0"
"solidbsp" "0"
"invert_exclusion" "0"
"Solidity" "0"
"disableshadows" "0"
"StartDisabled" "0"
"InputFilter" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_brush"
}{
"model" "*103"
"_minlight" "0.0"
"origin" "-3578 -9016 -2480"
"spawnflags" "2"
"vrad_brush_cast_shadows" "0"
"solidbsp" "0"
"invert_exclusion" "0"
"Solidity" "0"
"disableshadows" "0"
"StartDisabled" "0"
"InputFilter" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_brush"
}{
"model" "*104"
"_minlight" "0.0"
"origin" "-5044 -9016 -4998.5"
"spawnflags" "2"
"vrad_brush_cast_shadows" "0"
"solidbsp" "0"
"invert_exclusion" "0"
"Solidity" "0"
"disableshadows" "0"
"StartDisabled" "0"
"InputFilter" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_brush"
}{
"model" "*105"
"_minlight" "0.0"
"origin" "-6538 -9016 187.46"
"spawnflags" "2"
"vrad_brush_cast_shadows" "0"
"solidbsp" "0"
"invert_exclusion" "0"
"Solidity" "0"
"disableshadows" "0"
"StartDisabled" "0"
"InputFilter" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_brush"
}{
"model" "*106"
"_minlight" "0.0"
"origin" "-4698.5 -9373.5 -426"
"spawnflags" "2"
"vrad_brush_cast_shadows" "0"
"solidbsp" "0"
"invert_exclusion" "0"
"Solidity" "0"
"disableshadows" "0"
"StartDisabled" "0"
"InputFilter" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_brush"
}{
"model" "*107"
"origin" "-3237.5 -1713 -2104"
"spawnflags" "1"
"target" "bonustele1"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"origin" "1972 -14.5 -73"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 650"
"classname" "light"
}{
"model" "*108"
"origin" "-3141 -2083 -2108"
"spawnflags" "1"
"damagemodel" "0"
"damagetype" "0"
"damagecap" "20"
"damage" "50"
"StartDisabled" "0"
"classname" "trigger_hurt"
}{
"model" "*109"
"origin" "-1699.78 -2037.46 -1605.07"
"solidbsp" "0"
"Solidity" "1"
"StartDisabled" "0"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"disableshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_brush"
}{
"model" "*110"
"target" "Tele_fruit_cherry"
"targetname" "Sexy_wirelezz_tele"
"origin" "-6768 -3416 -5440.81"
"spawnflags" "1"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"origin" "-5956 -2712 -4828.81"
"targetname" "Tele_fruit_cherry"
"angles" "0 181.5 0"
"classname" "info_teleport_destination"
}{
"model" "*111"
"origin" "-7224 -4136 -5411.01"
"spawnflags" "1"
"target" "lemonstage_failteleportdestination"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"origin" "-7176.56 -4312 -5065.16"
"angles" "0 0 0"
"texture" "decals/custom/cherrylol"
"classname" "infodecal"
}{
"origin" "-7159.28 -3960 -5064.81"
"angles" "0 0 0"
"texture" "decals/custom/cherrylol"
"classname" "infodecal"
}{
"origin" "-6911 -2882.17 -5187"
"angles" "0 0 0"
"texture" "decals/custom/cherrylol"
"classname" "infodecal"
}{
"origin" "-6910.97 -3619.77 -5187.21"
"angles" "0 0 0"
"texture" "decals/custom/cherrylol"
"classname" "infodecal"
}{
"origin" "-6000 -2709.93 -4743.86"
"angles" "0 0 0"
"texture" "decals/custom/cherrylol"
"classname" "infodecal"
}{
"origin" "-6720 -2576 -4840.81"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 244 213 600"
"classname" "light"
}{
"origin" "-6720 -2736 -4840.81"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 244 213 600"
"classname" "light"
}{
"origin" "-6720 -2960 -4840.81"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 244 213 600"
"classname" "light"
}{
"origin" "-6720 -3592 -4840.81"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 244 213 600"
"classname" "light"
}{
"origin" "-6720 -3368 -4840.81"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 244 213 600"
"classname" "light"
}{
"origin" "-6720 -3208 -4840.81"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 244 213 600"
"classname" "light"
}{
"origin" "-6720 -4224 -4840.81"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 244 213 600"
"classname" "light"
}{
"origin" "-6720 -4000 -4840.81"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 244 213 600"
"classname" "light"
}{
"origin" "-6720 -3840 -4840.81"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 244 213 600"
"classname" "light"
}{
"origin" "-6216 -2716 -4804.81"
"_light" "255 244 213 300"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"classname" "light"
}{
"origin" "-7140 -4192 -5096.81"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 244 213 600"
"classname" "light"
}{
"origin" "-7140 -4060 -5092.81"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 244 213 600"
"classname" "light"
}{
"origin" "-6577.44 -3259.4 -5184.56"
"angles" "0 0 0"
"texture" "decals/custom/cherrylol"
"classname" "infodecal"
}{
"origin" "-6577.44 -3838.51 -5184.56"
"angles" "0 0 0"
"texture" "decals/custom/cherrylol"
"classname" "infodecal"
}{
"origin" "-6577.44 -2713.4 -5184.56"
"angles" "0 0 0"
"texture" "decals/custom/cherrylol"
"classname" "infodecal"
}{
"model" "*112"
"_minlight" "0.0"
"rendercolor" "255 255 255"
"renderamt" "255"
"origin" "-5964 -2712 -4893.81"
"WaveHeight" "3.0"
"movedistance" "100"
"speed" "100"
"startposition" "0"
"movedir" "0 0 0"
"classname" "func_water_analog"
}{
"origin" "-3595 5949.94 -5160"
"HDRColorScale" "1.0"
"spotlightwidth" "45"
"spotlightlength" "100"
"spawnflags" "3"
"angles" "0 270 0"
"rendercolor" "219 214 21"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-4619 5949.94 -5160"
"HDRColorScale" "1.0"
"spotlightwidth" "45"
"spotlightlength" "100"
"spawnflags" "3"
"angles" "0 270 0"
"rendercolor" "219 214 21"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-5643 5949.94 -5160"
"HDRColorScale" "1.0"
"spotlightwidth" "45"
"spotlightlength" "100"
"spawnflags" "3"
"angles" "0 270 0"
"rendercolor" "219 214 21"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-8715 5949.94 -5160"
"HDRColorScale" "1.0"
"spotlightwidth" "45"
"spotlightlength" "100"
"spawnflags" "3"
"angles" "0 270 0"
"rendercolor" "219 214 21"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-7691 5949.94 -5160"
"HDRColorScale" "1.0"
"spotlightwidth" "45"
"spotlightlength" "100"
"spawnflags" "3"
"angles" "0 270 0"
"rendercolor" "219 214 21"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-6667 5949.94 -5160"
"HDRColorScale" "1.0"
"spotlightwidth" "45"
"spotlightlength" "100"
"spawnflags" "3"
"angles" "0 270 0"
"rendercolor" "219 214 21"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-11787 5949.94 -5160"
"HDRColorScale" "1.0"
"spotlightwidth" "45"
"spotlightlength" "100"
"spawnflags" "3"
"angles" "0 270 0"
"rendercolor" "219 214 21"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-10763 5949.94 -5160"
"HDRColorScale" "1.0"
"spotlightwidth" "45"
"spotlightlength" "100"
"spawnflags" "3"
"angles" "0 270 0"
"rendercolor" "219 214 21"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-9739 5949.94 -5160"
"HDRColorScale" "1.0"
"spotlightwidth" "45"
"spotlightlength" "100"
"spawnflags" "3"
"angles" "0 270 0"
"rendercolor" "219 214 21"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-12811 5949.94 -5160"
"HDRColorScale" "1.0"
"spotlightwidth" "45"
"spotlightlength" "100"
"spawnflags" "3"
"angles" "0 270 0"
"rendercolor" "219 214 21"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-12811 4450.06 -5160"
"HDRColorScale" "1.0"
"spotlightwidth" "45"
"spotlightlength" "100"
"spawnflags" "3"
"angles" "0 90 0"
"rendercolor" "219 214 21"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-12811 4448 -5160"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 800"
"spawnflags" "3"
"classname" "light"
}{
"origin" "-11787 4450.06 -5160"
"HDRColorScale" "1.0"
"spotlightwidth" "45"
"spotlightlength" "100"
"spawnflags" "3"
"angles" "0 90 0"
"rendercolor" "219 214 21"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-10763 4450.06 -5160"
"HDRColorScale" "1.0"
"spotlightwidth" "45"
"spotlightlength" "100"
"spawnflags" "3"
"angles" "0 90 0"
"rendercolor" "219 214 21"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-7691 4450.06 -5160"
"HDRColorScale" "1.0"
"spotlightwidth" "45"
"spotlightlength" "100"
"spawnflags" "3"
"angles" "0 90 0"
"rendercolor" "219 214 21"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-8715 4450.06 -5160"
"HDRColorScale" "1.0"
"spotlightwidth" "45"
"spotlightlength" "100"
"spawnflags" "3"
"angles" "0 90 0"
"rendercolor" "219 214 21"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-9739 4450.06 -5160"
"HDRColorScale" "1.0"
"spotlightwidth" "45"
"spotlightlength" "100"
"spawnflags" "3"
"angles" "0 90 0"
"rendercolor" "219 214 21"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-4619 4450.06 -5160"
"HDRColorScale" "1.0"
"spotlightwidth" "45"
"spotlightlength" "100"
"spawnflags" "3"
"angles" "0 90 0"
"rendercolor" "219 214 21"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-5643 4450.06 -5160"
"HDRColorScale" "1.0"
"spotlightwidth" "45"
"spotlightlength" "100"
"spawnflags" "3"
"angles" "0 90 0"
"rendercolor" "219 214 21"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-6667 4450.06 -5160"
"HDRColorScale" "1.0"
"spotlightwidth" "45"
"spotlightlength" "100"
"spawnflags" "3"
"angles" "0 90 0"
"rendercolor" "219 214 21"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-3595 4450.06 -5160"
"HDRColorScale" "1.0"
"spotlightwidth" "45"
"spotlightlength" "100"
"spawnflags" "3"
"angles" "0 90 0"
"rendercolor" "219 214 21"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "-4778 5192 -5419.12"
"targetname" "bananatele1"
"angles" "0 180 0"
"classname" "info_teleport_destination"
}{
"origin" "-3865.6 5096.05 -5951"
"targetname" "dmgfilter"
"damagetype" "32"
"Negated" "1"
"classname" "filter_damage_type"
}{
"origin" "-4619 5960 -5224"
"angles" "0 0 0"
"texture" "decals/custom/bananalul"
"classname" "infodecal"
}{
"origin" "-5643 5960 -5224"
"angles" "0 0 0"
"texture" "decals/custom/bananalul"
"classname" "infodecal"
}{
"origin" "-7690.68 5960 -5224.75"
"angles" "0 0 0"
"texture" "decals/custom/bananalul"
"classname" "infodecal"
}{
"origin" "-6666.68 5960 -5224.75"
"angles" "0 0 0"
"texture" "decals/custom/bananalul"
"classname" "infodecal"
}{
"origin" "-9738.93 5960 -5225.19"
"angles" "0 0 0"
"texture" "decals/custom/bananalul"
"classname" "infodecal"
}{
"origin" "-8714.93 5960 -5225.19"
"angles" "0 0 0"
"texture" "decals/custom/bananalul"
"classname" "infodecal"
}{
"origin" "-12812.4 5960 -5222.96"
"angles" "0 0 0"
"texture" "decals/custom/bananalul"
"classname" "infodecal"
}{
"origin" "-11788.4 5960 -5222.96"
"angles" "0 0 0"
"texture" "decals/custom/bananalul"
"classname" "infodecal"
}{
"origin" "-10764.4 5960 -5222.96"
"angles" "0 0 0"
"texture" "decals/custom/bananalul"
"classname" "infodecal"
}{
"origin" "-3595 5960 -5224"
"angles" "0 0 0"
"texture" "decals/custom/bananalul"
"classname" "infodecal"
}{
"origin" "-4619 4440.35 -5223.74"
"angles" "0 0 0"
"texture" "decals/custom/bananalul"
"classname" "infodecal"
}{
"origin" "-5643 4440.35 -5223.74"
"angles" "0 0 0"
"texture" "decals/custom/bananalul"
"classname" "infodecal"
}{
"origin" "-7690.68 4440.35 -5224.5"
"angles" "0 0 0"
"texture" "decals/custom/bananalul"
"classname" "infodecal"
}{
"origin" "-6666.68 4440.35 -5224.5"
"angles" "0 0 0"
"texture" "decals/custom/bananalul"
"classname" "infodecal"
}{
"origin" "-9738.93 4440.35 -5224.93"
"angles" "0 0 0"
"texture" "decals/custom/bananalul"
"classname" "infodecal"
}{
"origin" "-8714.93 4440.35 -5224.93"
"angles" "0 0 0"
"texture" "decals/custom/bananalul"
"classname" "infodecal"
}{
"origin" "-12812.4 4440.35 -5222.71"
"angles" "0 0 0"
"texture" "decals/custom/bananalul"
"classname" "infodecal"
}{
"origin" "-11788.4 4440.35 -5222.71"
"angles" "0 0 0"
"texture" "decals/custom/bananalul"
"classname" "infodecal"
}{
"origin" "-10764.4 4440.35 -5222.71"
"angles" "0 0 0"
"texture" "decals/custom/bananalul"
"classname" "infodecal"
}{
"origin" "-3595 4440.35 -5223.74"
"angles" "0 0 0"
"texture" "decals/custom/bananalul"
"classname" "infodecal"
}{
"origin" "-12811 5952 -5160"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 800"
"spawnflags" "3"
"classname" "light"
}{
"origin" "-11787 5952 -5160"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 800"
"spawnflags" "3"
"classname" "light"
}{
"origin" "-11787 4448 -5160"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 800"
"spawnflags" "3"
"classname" "light"
}{
"origin" "-9739 5952 -5160"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 800"
"spawnflags" "3"
"classname" "light"
}{
"origin" "-9739 4448 -5160"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 800"
"spawnflags" "3"
"classname" "light"
}{
"origin" "-10763 4448 -5160"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 800"
"spawnflags" "3"
"classname" "light"
}{
"origin" "-10763 5952 -5160"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 800"
"spawnflags" "3"
"classname" "light"
}{
"origin" "-7691 5952 -5160"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 800"
"spawnflags" "3"
"classname" "light"
}{
"origin" "-7691 4448 -5160"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 800"
"spawnflags" "3"
"classname" "light"
}{
"origin" "-8715 4448 -5160"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 800"
"spawnflags" "3"
"classname" "light"
}{
"origin" "-8715 5952 -5160"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 800"
"spawnflags" "3"
"classname" "light"
}{
"origin" "-5643 5952 -5160"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 800"
"spawnflags" "3"
"classname" "light"
}{
"origin" "-5643 4448 -5160"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 800"
"spawnflags" "3"
"classname" "light"
}{
"origin" "-6667 4448 -5160"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 800"
"spawnflags" "3"
"classname" "light"
}{
"origin" "-6667 5952 -5160"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 800"
"spawnflags" "3"
"classname" "light"
}{
"origin" "-3595 5952 -5160"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 800"
"spawnflags" "3"
"classname" "light"
}{
"origin" "-3595 4448 -5160"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 800"
"spawnflags" "3"
"classname" "light"
}{
"origin" "-4619 4448 -5160"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 800"
"spawnflags" "3"
"classname" "light"
}{
"origin" "-4619 5952 -5160"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 800"
"spawnflags" "3"
"classname" "light"
}{
"model" "*113"
"origin" "-8939 5200 -6536"
"spawnflags" "1"
"target" "bananatele1"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"origin" "-3391 5192 -5960"
"targetname" "bananatele"
"angles" "0 180 0"
"classname" "info_teleport_destination"
}{
"model" "*114"
"origin" "-3875 5192 -5955"
"spawnflags" "1"
"speed" "90"
"pushdir" "0 180 0"
"StartDisabled" "0"
"classname" "trigger_push"
}{
"model" "*115"
"origin" "-12875 5192 -6524"
"spawnflags" "1"
"target" "Tele_fruit_cherry"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"model" "*116"
"origin" "-3619 5192 -5768"
"spawnflags" "1"
"wait" "0"
"StartDisabled" "0"
"classname" "trigger_multiple"
"OnTrigger" "!player,SetDamageFilter,dmgfilter,0,-1"
}{
"model" "*117"
"origin" "-3587 5192 -5768"
"spawnflags" "1"
"wait" "0"
"StartDisabled" "0"
"classname" "trigger_multiple"
"OnTrigger" "!player,SetDamageFilter,dmgfilter,0,-1"
}{
"model" "*118"
"origin" "-3571 5192 -5768"
"spawnflags" "1"
"wait" "0"
"StartDisabled" "0"
"classname" "trigger_multiple"
"OnTrigger" "!player,SetDamageFilter,dmgfilter,0,-1"
}{
"model" "*119"
"origin" "-3603 5192 -5768"
"spawnflags" "1"
"wait" "0"
"StartDisabled" "0"
"classname" "trigger_multiple"
"OnTrigger" "!player,SetDamageFilter,dmgfilter,0,-1"
}{
"model" "*120"
"origin" "-5147 5192 -5736"
"spawnflags" "1"
"alternateticksfix" "0"
"speed" "1250"
"pushdir" "0 180 0"
"StartDisabled" "0"
"classname" "trigger_push"
}{
"model" "*121"
"_minlight" "0.0"
"origin" "-12875 5192 -6184"
"spawnflags" "2"
"vrad_brush_cast_shadows" "1"
"solidbsp" "0"
"invert_exclusion" "0"
"Solidity" "2"
"StartDisabled" "0"
"InputFilter" "0"
"disablereceiveshadows" "0"
"rendercolor" "222 226 46"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"disableshadows" "0"
"classname" "func_brush"
}{
"model" "*122"
"origin" "-9096.27 -652 -6343.65"
"spawnflags" "1"
"target" "melonspawn"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"origin" "-1052 -1555 -1837"
"angles" "0 0 0"
"texture" "decals/custom/funnycredits"
"classname" "infodecal"
}{
"origin" "-1284 -1763 -1864"
"angles" "0 0 0"
"texture" "decals/custom/credits2"
"classname" "infodecal"
}{
"origin" "-820 -1763 -1864"
"angles" "0 0 0"
"texture" "decals/custom/credits4"
"classname" "infodecal"
}{
"origin" "-1160 -1555 -1810"
"angles" "0 0 0"
"texture" "decals/custom/mainstages"
"classname" "infodecal"
}{
"origin" "-944 -1555 -1810"
"angles" "0 0 0"
"texture" "decals/custom/bonusstage"
"classname" "infodecal"
}{
"origin" "-1224 -1576.01 -1956"
"_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 20"
"spawnflags" "1"
"classname" "light"
}{
"origin" "-1096 -1576.01 -1956"
"_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 20"
"spawnflags" "1"
"classname" "light"
}{
"origin" "-1219 -1576.01 -1931"
"_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 20"
"spawnflags" "1"
"classname" "light"
}{
"origin" "-1101 -1576.01 -1931"
"_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 20"
"spawnflags" "1"
"classname" "light"
}{
"origin" "-1203 -1576.01 -1908"
"_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 20"
"spawnflags" "1"
"classname" "light"
}{
"origin" "-1117 -1576.01 -1908"
"_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 20"
"spawnflags" "1"
"classname" "light"
}{
"origin" "-1182 -1576.01 -1895"
"_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 20"
"spawnflags" "1"
"classname" "light"
}{
"origin" "-1138 -1576.01 -1895"
"_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 20"
"spawnflags" "1"
"classname" "light"
}{
"origin" "-1160 -1576.01 -1892"
"_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 20"
"spawnflags" "1"
"classname" "light"
}{
"origin" "-943.988 -1576 -1892"
"_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 20"
"spawnflags" "1"
"classname" "light"
}{
"origin" "-1007.99 -1576 -1956"
"_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 20"
"spawnflags" "1"
"classname" "light"
}{
"origin" "-1002.99 -1576 -1931"
"_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 20"
"spawnflags" "1"
"classname" "light"
}{
"origin" "-986.988 -1576 -1908"
"_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 20"
"spawnflags" "1"
"classname" "light"
}{
"origin" "-965.988 -1576 -1895"
"_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 20"
"spawnflags" "1"
"classname" "light"
}{
"origin" "-921.988 -1576 -1895"
"_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 20"
"spawnflags" "1"
"classname" "light"
}{
"origin" "-900.988 -1576 -1908"
"_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 20"
"spawnflags" "1"
"classname" "light"
}{
"origin" "-884.988 -1576 -1931"
"_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 20"
"spawnflags" "1"
"classname" "light"
}{
"origin" "-879.988 -1576 -1956"
"_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 20"
"spawnflags" "1"
"classname" "light"
}{
"origin" "-1272 -1763 -1936"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 0 0 20"
"classname" "light"
}{
"origin" "-1272 -1731 -1936"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 0 0 20"
"classname" "light"
}{
"origin" "-1272 -1795 -1936"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 0 0 20"
"classname" "light"
}{
"origin" "-1272 -1795 -1792"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 0 0 20"
"classname" "light"
}{
"origin" "-1272 -1763 -1792"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 0 0 20"
"classname" "light"
}{
"origin" "-1272 -1731 -1792"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 0 0 20"
"classname" "light"
}{
"origin" "-1272 -1816 -1916"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 0 0 20"
"classname" "light"
}{
"origin" "-1272 -1816 -1884"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 0 0 20"
"classname" "light"
}{
"origin" "-1272 -1816 -1844"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 0 0 20"
"classname" "light"
}{
"origin" "-1272 -1816 -1812"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 0 0 20"
"classname" "light"
}{
"origin" "-1272 -1710 -1916"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 0 0 20"
"classname" "light"
}{
"origin" "-1272 -1710 -1884"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 0 0 20"
"classname" "light"
}{
"origin" "-1272 -1710 -1844"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 0 0 20"
"classname" "light"
}{
"origin" "-1272 -1710 -1812"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 0 0 20"
"classname" "light"
}{
"origin" "-832 -1763 -1912"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 0 0 20"
"classname" "light"
}{
"origin" "-832 -1731 -1912"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 0 0 20"
"classname" "light"
}{
"origin" "-832 -1699 -1912"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 0 0 20"
"classname" "light"
}{
"origin" "-832 -1827 -1912"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 0 0 20"
"classname" "light"
}{
"origin" "-832 -1795 -1912"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 0 0 20"
"classname" "light"
}{
"origin" "-832 -1827 -1818"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 0 0 20"
"classname" "light"
}{
"origin" "-832 -1795 -1818"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 0 0 20"
"classname" "light"
}{
"origin" "-832 -1763 -1818"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 0 0 20"
"classname" "light"
}{
"origin" "-832 -1731 -1818"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 0 0 20"
"classname" "light"
}{
"origin" "-832 -1699 -1818"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 0 0 20"
"classname" "light"
}{
"origin" "-832 -1686 -1896"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 0 0 20"
"classname" "light"
}{
"origin" "-832 -1686 -1834"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 0 0 20"
"classname" "light"
}{
"model" "*123"
"origin" "-3288 -1863 -2044"
"spawnflags" "1"
"target" "creditroom"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"origin" "-1051 -2169 -1912"
"targetname" "creditroom"
"angles" "0 90 0"
"classname" "info_teleport_destination"
}{
"model" "*124"
"origin" "-1159.5 -1565 -1946"
"spawnflags" "1"
"target" "bananatele1"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"model" "*125"
"origin" "-944.5 -1565 -1946"
"spawnflags" "1"
"target" "bonustele1"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"origin" "-6726 -9016 1048"
"angles" "0 0 0"
"texture" "decals/custom/bananalul"
"classname" "infodecal"
}{
"model" "*126"
"origin" "-6724 -9016 1056"
"spawnflags" "1"
"target" "bananatele1"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"origin" "2008 -11342 -5062"
"targetname" "jackfruitspawn"
"angles" "0 90 0"
"classname" "info_teleport_destination"
}{
"model" "*127"
"target" "jackfruitspawn"
"origin" "2008 -8210 -6716.5"
"spawnflags" "1"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"model" "*128"
"target" "jackfruitspawn"
"origin" "2008 3733 -8606"
"spawnflags" "1"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"model" "*129"
"soundscape" "soundscape"
"origin" "2008 -7014 -5803"
"spawnflags" "1"
"StartDisabled" "0"
"classname" "trigger_soundscape"
}{
"origin" "2224 -11370 -5238"
"targetname" "soundscape"
"soundscape" "inferno.TSpawn"
"radius" "256"
"classname" "env_soundscape_triggerable"
}{
"model" "*130"
"_minlight" "0.0"
"origin" "2112.66 -6504 -6543.86"
"disableshadows" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_illusionary"
}{
"model" "*131"
"_minlight" "0.0"
"origin" "2112.66 -9544.99 -6543.86"
"disableshadows" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_illusionary"
}{
"model" "*132"
"origin" "2008 -9612.7 -6573"
"spawnflags" "1"
"alternateticksfix" "0"
"speed" "600"
"pushdir" "0 90 0"
"StartDisabled" "0"
"classname" "trigger_push"
}{
"model" "*133"
"origin" "2008 -6572.49 -6573"
"spawnflags" "1"
"alternateticksfix" "0"
"speed" "400"
"pushdir" "0 90 0"
"StartDisabled" "0"
"classname" "trigger_push"
}{
"origin" "1584 -10280 -5648"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 400"
"classname" "light"
}{
"origin" "1584 -9182 -5648"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 400"
"classname" "light"
}{
"origin" "2432 -10280 -5648"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 400"
"classname" "light"
}{
"origin" "2432 -9182 -5648"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 400"
"classname" "light"
}{
"origin" "2432 -7048 -5648"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 400"
"classname" "light"
}{
"origin" "2432 -6046 -5648"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 400"
"classname" "light"
}{
"origin" "1584 -7048 -5648"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 400"
"classname" "light"
}{
"origin" "1584 -6046 -5648"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 400"
"classname" "light"
}{
"origin" "1584 3923 -7530"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 400"
"classname" "light"
}{
"origin" "2432 3923 -7530"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 400"
"classname" "light"
}{
"origin" "2008.11 -11082.1 -5246.67"
"HDRColorScale" "1.0"
"spotlightwidth" "50"
"spotlightlength" "500"
"spawnflags" "3"
"angles" "-25.5 90 -180"
"rendercolor" "255 255 255"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "2008 -3235 -5803"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 500"
"classname" "light"
}{
"origin" "2008 -4434 -5803"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 500"
"classname" "light"
}{
"origin" "2008 -3049 -6910"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 174 500"
"classname" "light"
}{
"origin" "2008 -2138 -6910"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 174 500"
"classname" "light"
}{
"origin" "2008 -1219 -6910"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 174 500"
"classname" "light"
}{
"origin" "2007 -306 -6910"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 174 500"
"classname" "light"
}{
"origin" "2007 610 -6910"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 174 500"
"classname" "light"
}{
"origin" "2776 -6547 -5696"
"angles" "0 0 0"
"texture" "customs/fr��e/jackfrucht_pic"
"classname" "infodecal"
}{
"origin" "2776 -5474 -5696"
"angles" "0 0 0"
"texture" "customs/fr��e/jackfrucht_pic"
"classname" "infodecal"
}{
"origin" "2776 -4434 -5696"
"angles" "0 0 0"
"texture" "customs/fr��e/jackfrucht_pic"
"classname" "infodecal"
}{
"origin" "2776 -7613 -5696"
"angles" "0 0 0"
"texture" "customs/fr��e/jackfrucht_pic"
"classname" "infodecal"
}{
"origin" "2776 -8568 -5696"
"angles" "0 0 0"
"texture" "customs/fr��e/jackfrucht_pic"
"classname" "infodecal"
}{
"origin" "2776 -9672 -5697"
"angles" "0 0 0"
"texture" "customs/fr��e/jackfrucht_pic"
"classname" "infodecal"
}{
"origin" "2776 -10897 -5696"
"angles" "0 0 0"
"texture" "customs/fr��e/jackfrucht_pic"
"classname" "infodecal"
}{
"origin" "1240 -8568 -5696"
"angles" "0 0 0"
"texture" "customs/fr��e/jackfrucht_pic"
"classname" "infodecal"
}{
"origin" "1240 -10897 -5696"
"angles" "0 0 0"
"texture" "customs/fr��e/jackfrucht_pic"
"classname" "infodecal"
}{
"origin" "1240 -9672 -5697"
"angles" "0 0 0"
"texture" "customs/fr��e/jackfrucht_pic"
"classname" "infodecal"
}{
"origin" "1240 -7613 -5696"
"angles" "0 0 0"
"texture" "customs/fr��e/jackfrucht_pic"
"classname" "infodecal"
}{
"origin" "1240 -5474 -5696"
"angles" "0 0 0"
"texture" "customs/fr��e/jackfrucht_pic"
"classname" "infodecal"
}{
"origin" "1240 -4434 -5696"
"angles" "0 0 0"
"texture" "customs/fr��e/jackfrucht_pic"
"classname" "infodecal"
}{
"origin" "1240 -6547 -5696"
"angles" "0 0 0"
"texture" "customs/fr��e/jackfrucht_pic"
"classname" "infodecal"
}{
"origin" "2008 -10968 -5134"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 100"
"classname" "light"
}{
"model" "*134"
"origin" "2008 -3254 -6716.5"
"spawnflags" "1"
"target" "jackfruitspawn"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"model" "*135"
"origin" "2008 -1165.5 -8614"
"spawnflags" "1"
"target" "jackfruitspawn"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"origin" "2008 -3424 -7198"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 255 400"
"classname" "light"
}{
"origin" "2008 -1981.38 -7420.68"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "100"
"spawnflags" "3"
"angles" "20 90 0"
"rendercolor" "255 255 174"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "1809 -2062.78 -7644.32"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "100"
"spawnflags" "3"
"angles" "20 90 0"
"rendercolor" "255 255 174"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "2207 -2062.78 -7644.32"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "100"
"spawnflags" "3"
"angles" "20 90 0"
"rendercolor" "255 255 174"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "2008 -1408 -7391"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "100"
"spawnflags" "3"
"angles" "0 270 0"
"rendercolor" "255 255 174"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "1809 -1408 -7629"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "100"
"spawnflags" "3"
"angles" "0 270 0"
"rendercolor" "255 255 174"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "2207 -1408 -7629"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "100"
"spawnflags" "3"
"angles" "0 270 0"
"rendercolor" "255 255 174"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "1809.11 -856.01 -7629"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "100"
"spawnflags" "3"
"angles" "0 90 0"
"rendercolor" "255 255 174"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "2207.11 -856.01 -7629"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "100"
"spawnflags" "3"
"angles" "0 90 0"
"rendercolor" "255 255 174"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "2008.11 -856.01 -7391"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "100"
"spawnflags" "3"
"angles" "0 90 0"
"rendercolor" "255 255 174"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "2008 -1714 -7510"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 174 200"
"spawnflags" "3"
"classname" "light"
}{
"origin" "2008 -608 -7510"
"_distance" "0"
"_hardfalloff" "0"
"_zero_percent_distance" "0"
"_fifty_percent_distance" "0"
"_quadratic_attn" "1"
"_linear_attn" "0"
"_constant_attn" "0"
"style" "0"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 255 174 200"
"spawnflags" "3"
"classname" "light"
}{
"origin" "1231.99 516 -7631.94"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "1000"
"spawnflags" "3"
"angles" "-20 0 0"
"rendercolor" "108 252 5"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "1231.99 768 -7631.94"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "1000"
"spawnflags" "3"
"angles" "-20 0 0"
"rendercolor" "108 252 5"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "1231.99 1020 -7631.94"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "1000"
"spawnflags" "3"
"angles" "-20 0 0"
"rendercolor" "108 252 5"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "1232 1272 -7632"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "1000"
"spawnflags" "3"
"angles" "-20 0 0"
"rendercolor" "108 252 5"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "1231.99 264 -7631.94"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "1000"
"spawnflags" "3"
"angles" "-20 0 0"
"rendercolor" "108 252 5"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "2784.1 264 -7632"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "1000"
"spawnflags" "3"
"angles" "-20 180 0"
"rendercolor" "108 252 5"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "2784.11 515.99 -7632.01"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "1000"
"spawnflags" "3"
"angles" "-20 180 0"
"rendercolor" "108 252 5"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "2784.11 767.99 -7632.01"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "1000"
"spawnflags" "3"
"angles" "-20 180 0"
"rendercolor" "108 252 5"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "2784.11 1019.99 -7632.01"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "1000"
"spawnflags" "3"
"angles" "-20 180 0"
"rendercolor" "108 252 5"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "2784.11 1271.99 -7632.01"
"HDRColorScale" "1.0"
"spotlightwidth" "20"
"spotlightlength" "1000"
"spawnflags" "3"
"angles" "-20 180 0"
"rendercolor" "108 252 5"
"renderamt" "255"
"classname" "point_spotlight"
}{
"origin" "2008 768 -7623"
"_quadratic_attn" "1"
"_lightscaleHDR" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "108 252 5 500"
"classname" "light"
}{
"model" "*136"
"origin" "2007 4710 -8040.5"
"spawnflags" "1"
"target" "melonspawn"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"origin" "2008 4711 -7509"
"angles" "0 0 0"
"texture" "customs/fr��e/jackfrucht_pic"
"classname" "infodecal"
}{
"model" "*137"
"_minlight" "0.0"
"origin" "2008 -11374 -5250"
"disableshadows" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_illusionary"
}{
"origin" "-6748 -652 -6005"
"angles" "0 0 0"
"texture" "decals/watermelonalpha"
"classname" "infodecal"
}{
"origin" "-7486 -652 -6005"
"angles" "0 0 0"
"texture" "decals/watermelonalpha"
"classname" "infodecal"
}{
"origin" "-8224 -652 -6005"
"angles" "0 0 0"
"texture" "decals/watermelonalpha"
"classname" "infodecal"
}{
"origin" "-9983 -6033 -2706"
"_minlight" "0.0"
"rendercolor" "255 255 255"
"renderamt" "255"
"spawnflags" "1"
"ammo" "90"
"angles" "-90 90 0"
"classname" "weapon_awp"
}{
"model" "*138"
"origin" "-9792 -5877 -2790.5"
"spawnflags" "1"
"alternateticksfix" "0"
"speed" "300"
"pushdir" "0 270 0"
"StartDisabled" "0"
"classname" "trigger_push"
}{
"model" "*139"
"origin" "-9664 -5877 -2790.5"
"spawnflags" "1"
"alternateticksfix" "0"
"speed" "300"
"pushdir" "0 90 0"
"StartDisabled" "0"
"classname" "trigger_push"
}{
"model" "*140"
"origin" "-9752 -4081 -2972"
"spawnflags" "65"
"solidbsp" "0"
"dmg" "0"
"volume" "10"
"fanfriction" "20"
"maxspeed" "700"
"disableshadows" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"angles" "0 0 0"
"classname" "func_rotating"
}{
"model" "*141"
"_minlight" "0.0"
"spawnflags" "0"
"origin" "-9752 -4081 -2796"
"physdamagescale" "1.0"
"minhealthdmg" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"pressuredelay" "0"
"explodemagnitude" "0"
"spawnobject" "0"
"nodamageforces" "0"
"gibdir" "0 0 0"
"explosion" "0"
"material" "0"
"health" "1"
"propdata" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"disableshadows" "0"
"targetname" "breakable"
"classname" "func_breakable"
}{
"model" "*142"
"unlocked_sentence" "0"
"locked_sentence" "0"
"unlocked_sound" "0"
"locked_sound" "0"
"wait" "3"
"sounds" "3"
"lip" "0"
"health" "0"
"speed" "5"
"movedir" "90 0 0"
"origin" "-9752 -4265 -2732"
"spawnflags" "1024"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_button"
"OnPressed" "breakable,Break,,7,1"
"OnPressed" "teleporter_jail,Enable,,0,-1"
}{
"model" "*143"
"origin" "-11064 -5873 -2600"
"spawnflags" "1"
"target" "teleporter_jail_destination"
"StartDisabled" "1"
"targetname" "teleporter_jail"
"classname" "trigger_teleport"
}{
"origin" "-9752 -4078 -2648"
"targetname" "teleporter_jail_destination"
"angles" "0 270 0"
"classname" "info_teleport_destination"
}{
"model" "*144"
"spawnflags" "1"
"targetname" "Secretblenderwall"
"_minlight" "0.0"
"origin" "-9752 -4305 -2604"
"physdamagescale" "1.0"
"minhealthdmg" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"pressuredelay" "0"
"explodemagnitude" "0"
"spawnobject" "0"
"nodamageforces" "0"
"gibdir" "0 0 0"
"explosion" "0"
"material" "0"
"health" "5"
"propdata" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"disableshadows" "0"
"classname" "func_breakable"
"OnBreak" "wallbreakhelper,Kill,,0,1"
}{
"model" "*145"
"origin" "-9752 -4081 -2966"
"spawnflags" "1"
"nodmgforce" "0"
"damagemodel" "0"
"damagetype" "0"
"damagecap" "20"
"damage" "200"
"StartDisabled" "0"
"classname" "trigger_hurt"
}{
"model" "*146"
"_minlight" "0.0"
"origin" "-10040.5 -5873.5 -2708.5"
"disableshadows" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_illusionary"
}{
"model" "*147"
"target" "lvl1end"
"origin" "-8424 5204.5 -5212"
"spawnflags" "1"
"StartDisabled" "1"
"targetname" "endroundtele"
"classname" "trigger_teleport"
}{
"model" "*148"
"target" "lvl8end"
"origin" "-4424 2269.5 -1128"
"spawnflags" "1"
"StartDisabled" "1"
"targetname" "endroundtele"
"classname" "trigger_teleport"
}{
"model" "*149"
"target" "lvl10end"
"origin" "-7280 -652 -5036"
"spawnflags" "1"
"StartDisabled" "1"
"targetname" "endroundtele"
"classname" "trigger_teleport"
}{
"model" "*150"
"target" "lvl7end"
"origin" "-3366 -5504 -4240"
"spawnflags" "1"
"StartDisabled" "1"
"targetname" "endroundtele"
"classname" "trigger_teleport"
}{
"model" "*151"
"target" "lvl9end"
"origin" "2008 -3336 -6736"
"spawnflags" "1"
"StartDisabled" "1"
"targetname" "endroundtele"
"classname" "trigger_teleport"
}{
"model" "*152"
"target" "lvl1end"
"origin" "-6620 -3416 -5072"
"spawnflags" "1"
"StartDisabled" "1"
"targetname" "endroundtele"
"classname" "trigger_teleport"
}{
"model" "*153"
"target" "lvl5end"
"origin" "-5071.5 -9016 -2720"
"spawnflags" "1"
"StartDisabled" "1"
"targetname" "endroundtele"
"classname" "trigger_teleport"
}{
"model" "*154"
"target" "lvl3end"
"origin" "-1704 -2532 -2604"
"spawnflags" "1"
"StartDisabled" "1"
"targetname" "endroundtele"
"classname" "trigger_teleport"
}{
"model" "*155"
"target" "lvl6end"
"origin" "-1224 4924 -1000"
"spawnflags" "1"
"StartDisabled" "1"
"targetname" "endroundtele"
"classname" "trigger_teleport"
}{
"model" "*156"
"target" "lvl3end"
"origin" "-1608 -28 448"
"spawnflags" "1"
"StartDisabled" "1"
"targetname" "endroundtele"
"classname" "trigger_teleport"
}{
"model" "*157"
"target" "lvl1end"
"origin" "-1056 -1872 -1863.5"
"spawnflags" "1"
"StartDisabled" "1"
"targetname" "endroundtele"
"classname" "trigger_teleport"
}{
"model" "*158"
"target" "lvl1end"
"origin" "-3288 -2644 -1940"
"spawnflags" "1"
"StartDisabled" "1"
"targetname" "endroundtele"
"classname" "trigger_teleport"
}{
"origin" "-832 -1686 -1864"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 0 0 20"
"classname" "light"
}{
"origin" "-832 -1840 -1864"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 0 0 20"
"classname" "light"
}{
"origin" "-832 -1840 -1896"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 0 0 20"
"classname" "light"
}{
"origin" "-832 -1840 -1834"
"_quadratic_attn" "1"
"_lightHDR" "-1 -1 -1 1"
"_light" "255 0 0 20"
"classname" "light"
}{
"model" "*159"
"target" "lvl5end"
"origin" "1572 -1940.5 -424.5"
"spawnflags" "1"
"StartDisabled" "1"
"targetname" "endroundtele"
"classname" "trigger_teleport"
}{
"origin" "-3257 -3571 -1764"
"UseRandomTime" "0"
"RefireTime" "300"
"StartDisabled" "1"
"spawnflags" "0"
"targetname" "timer_timer"
"classname" "logic_timer"
"OnTimer" "endroundtele,Enable,,0,1"
}{
"model" "*160"
"origin" "-3288 -3490 -2093.5"
"spawnflags" "1"
"wait" "0"
"StartDisabled" "0"
"classname" "trigger_multiple"
"OnStartTouch" "timer_timer,Enable,,0,1"
}{
"model" "*161"
"StartDisabled" "0"
"spawnflags" "1"
"origin" "-11648 -648 -1328"
"filtername" "tfilter"
"target" "jail_t"
"classname" "trigger_teleport"
}{
"model" "*162"
"StartDisabled" "0"
"spawnflags" "1"
"origin" "-11648 -648 -1328"
"filtername" "ctfilter"
"target" "jail_ct"
"classname" "trigger_teleport"
}{
"origin" "-11648 -648 -1032"
"angles" "0 0 0"
"targetname" "lvl1end"
"classname" "info_teleport_destination"
}{
"origin" "-11560 -736 -952"
"weapon_knife" "1"
"spawnflags" "1"
"targetname" "knife"
"classname" "game_player_equip"
}{
"model" "*163"
"origin" "-11648 -648 -1168"
"spawnflags" "1"
"wait" "0"
"StartDisabled" "0"
"classname" "trigger_multiple"
"OnStartTouch" "knife,Use,,0,-1"
}{
"origin" "-11560 -720 -952"
"weapon_smokegrenade" "1"
"spawnflags" "1"
"targetname" "smoke"
"classname" "game_player_equip"
}{
"origin" "-11560 -704 -952"
"weapon_hegrenade" "1"
"spawnflags" "1"
"targetname" "grenade"
"classname" "game_player_equip"
}{
"origin" "-11560 -688 -952"
"weapon_hegrenade" "1"
"weapon_deagle" "1"
"spawnflags" "1"
"targetname" "deagle_grenade"
"classname" "game_player_equip"
}{
"origin" "-11560 -672 -952"
"weapon_tmp" "1"
"weapon_deagle" "1"
"spawnflags" "1"
"targetname" "deagle_tmp"
"classname" "game_player_equip"
}{
"origin" "-11560 -656 -952"
"weapon_p90" "1"
"weapon_deagle" "1"
"spawnflags" "1"
"targetname" "deagle_p90"
"classname" "game_player_equip"
}{
"model" "*164"
"StartDisabled" "0"
"spawnflags" "1"
"origin" "-11648 -368 -1328"
"filtername" "tfilter"
"target" "jail_t"
"classname" "trigger_teleport"
}{
"model" "*165"
"StartDisabled" "0"
"spawnflags" "1"
"origin" "-11648 -368 -1328"
"filtername" "ctfilter"
"target" "jail_ct"
"classname" "trigger_teleport"
}{
"origin" "-11648 -368 -1032"
"angles" "0 0 0"
"targetname" "lvl3end"
"classname" "info_teleport_destination"
}{
"model" "*166"
"origin" "-11648 -368 -1168"
"spawnflags" "1"
"wait" "0"
"StartDisabled" "0"
"classname" "trigger_multiple"
"OnStartTouch" "knife,Use,,0,-1"
}{
"model" "*167"
"targetname" "givesmoke"
"origin" "-11648 -368 -1116"
"spawnflags" "1"
"wait" "0"
"StartDisabled" "0"
"classname" "trigger_multiple"
"OnStartTouch" "smoke,Use,,0,-1"
}{
"model" "*168"
"StartDisabled" "0"
"spawnflags" "1"
"origin" "-11648 -88 -1328"
"filtername" "tfilter"
"target" "jail_t"
"classname" "trigger_teleport"
}{
"model" "*169"
"StartDisabled" "0"
"spawnflags" "1"
"origin" "-11648 -88 -1328"
"filtername" "ctfilter"
"target" "jail_ct"
"classname" "trigger_teleport"
}{
"origin" "-11648 -88 -1032"
"angles" "0 0 0"
"targetname" "lvl5end"
"classname" "info_teleport_destination"
}{
"model" "*170"
"origin" "-11648 -88 -1168"
"spawnflags" "1"
"wait" "0"
"StartDisabled" "0"
"classname" "trigger_multiple"
"OnStartTouch" "knife,Use,,0,-1"
}{
"model" "*171"
"targetname" "givegrenade"
"origin" "-11648 -88 -1116"
"spawnflags" "1"
"wait" "0"
"StartDisabled" "0"
"classname" "trigger_multiple"
"OnStartTouch" "grenade,Use,,0,-1"
}{
"model" "*172"
"StartDisabled" "0"
"spawnflags" "1"
"origin" "-11648 192 -1328"
"filtername" "tfilter"
"target" "jail_t"
"classname" "trigger_teleport"
}{
"model" "*173"
"StartDisabled" "0"
"spawnflags" "1"
"origin" "-11648 192 -1328"
"filtername" "ctfilter"
"target" "jail_ct"
"classname" "trigger_teleport"
}{
"origin" "-11648 192 -1032"
"angles" "0 0 0"
"targetname" "lvl6end"
"classname" "info_teleport_destination"
}{
"model" "*174"
"origin" "-11648 192 -1168"
"spawnflags" "1"
"wait" "0"
"StartDisabled" "0"
"classname" "trigger_multiple"
"OnStartTouch" "knife,Use,,0,-1"
}{
"model" "*175"
"targetname" "givedeagle_grenade"
"origin" "-11648 192 -1116"
"spawnflags" "1"
"wait" "0"
"StartDisabled" "0"
"classname" "trigger_multiple"
"OnStartTouch" "deagle_grenade,Use,,0,-1"
}{
"model" "*176"
"StartDisabled" "0"
"spawnflags" "1"
"origin" "-11648 472 -1328"
"filtername" "tfilter"
"target" "jail_t"
"classname" "trigger_teleport"
}{
"model" "*177"
"StartDisabled" "0"
"spawnflags" "1"
"origin" "-11648 472 -1328"
"filtername" "ctfilter"
"target" "jail_ct"
"classname" "trigger_teleport"
}{
"origin" "-11648 472 -1032"
"angles" "0 0 0"
"targetname" "lvl7end"
"classname" "info_teleport_destination"
}{
"model" "*178"
"origin" "-11648 472 -1168"
"spawnflags" "1"
"wait" "0"
"StartDisabled" "0"
"classname" "trigger_multiple"
"OnStartTouch" "knife,Use,,0,-1"
}{
"model" "*179"
"targetname" "givedeagle_tmp"
"origin" "-11648 472 -1116"
"spawnflags" "1"
"wait" "0"
"StartDisabled" "0"
"classname" "trigger_multiple"
"OnStartTouch" "deagle_tmp,Use,,0,-1"
}{
"model" "*180"
"StartDisabled" "0"
"spawnflags" "1"
"origin" "-11648 752 -1328"
"filtername" "tfilter"
"target" "jail_t"
"classname" "trigger_teleport"
}{
"model" "*181"
"StartDisabled" "0"
"spawnflags" "1"
"origin" "-11648 752 -1328"
"filtername" "ctfilter"
"target" "jail_ct"
"classname" "trigger_teleport"
}{
"origin" "-11648 752 -1032"
"angles" "0 0 0"
"targetname" "lvl8end"
"classname" "info_teleport_destination"
}{
"model" "*182"
"origin" "-11648 752 -1168"
"spawnflags" "1"
"wait" "0"
"StartDisabled" "0"
"classname" "trigger_multiple"
"OnStartTouch" "knife,Use,,0,-1"
}{
"model" "*183"
"targetname" "givedeagle_p90"
"origin" "-11648 752 -1116"
"spawnflags" "1"
"wait" "0"
"StartDisabled" "0"
"classname" "trigger_multiple"
"OnStartTouch" "deagle_p90,Use,,0,-1"
}{
"model" "*184"
"StartDisabled" "0"
"spawnflags" "1"
"origin" "-11648 1032 -1328"
"filtername" "tfilter"
"target" "jail_t"
"classname" "trigger_teleport"
}{
"model" "*185"
"StartDisabled" "0"
"spawnflags" "1"
"origin" "-11648 1032 -1328"
"filtername" "ctfilter"
"target" "jail_ct"
"classname" "trigger_teleport"
}{
"origin" "-11648 1032 -1032"
"angles" "0 0 0"
"targetname" "lvl9end"
"classname" "info_teleport_destination"
}{
"model" "*186"
"origin" "-11648 1032 -1168"
"spawnflags" "1"
"wait" "0"
"StartDisabled" "0"
"classname" "trigger_multiple"
"OnStartTouch" "knife,Use,,0,-1"
}{
"model" "*187"
"targetname" "givedeagle_ak47"
"origin" "-11648 1032 -1116"
"spawnflags" "1"
"wait" "0"
"StartDisabled" "0"
"classname" "trigger_multiple"
"OnStartTouch" "deagle_ak47,Use,,0,-1"
}{
"origin" "-11560 -640 -952"
"weapon_ak47" "1"
"weapon_deagle" "1"
"spawnflags" "1"
"targetname" "deagle_ak47"
"classname" "game_player_equip"
}{
"model" "*188"
"StartDisabled" "0"
"spawnflags" "1"
"origin" "-11648 1304 -1328"
"filtername" "tfilter"
"target" "jail_t"
"classname" "trigger_teleport"
}{
"model" "*189"
"StartDisabled" "0"
"spawnflags" "1"
"origin" "-11648 1304 -1328"
"filtername" "ctfilter"
"target" "jail_ct"
"classname" "trigger_teleport"
}{
"origin" "-11648 1304 -1032"
"angles" "0 0 0"
"targetname" "lvl10end"
"classname" "info_teleport_destination"
}{
"model" "*190"
"origin" "-11648 1304 -1168"
"spawnflags" "1"
"wait" "0"
"StartDisabled" "0"
"classname" "trigger_multiple"
"OnStartTouch" "knife,Use,,0,-1"
}{
"model" "*191"
"targetname" "givedeagle_aug"
"origin" "-11648 1304 -1116"
"spawnflags" "1"
"wait" "0"
"StartDisabled" "0"
"classname" "trigger_multiple"
"OnStartTouch" "deagle_aug,Use,,0,-1"
}{
"origin" "-11560 -624 -952"
"weapon_aug" "1"
"weapon_deagle" "1"
"spawnflags" "1"
"targetname" "deagle_aug"
"classname" "game_player_equip"
}{
"origin" "-3305 -3571 -1764"
"targetname" "tfilter"
"filterteam" "2"
"Negated" "Allow entities that match criteria"
"classname" "filter_activator_team"
}{
"origin" "-3321 -3571 -1764"
"targetname" "ctfilter"
"filterteam" "3"
"Negated" "Allow entities that match criteria"
"classname" "filter_activator_team"
}{
"origin" "-11472 -4710 -2549.12"
"targetname" "pinetele"
"angles" "0 0 0"
"classname" "info_teleport_destination"
}{
"origin" "-11080 -7113 -2576"
"targetname" "jail_t"
"angles" "0 90 0"
"classname" "info_teleport_destination"
}{
"origin" "-11080 -4633 -2576"
"targetname" "jail_ct"
"angles" "0 270 0"
"classname" "info_teleport_destination"
}{
"origin" "-9728 -7330 -2728"
"targetname" "jail_end"
"angles" "0 90 0"
"classname" "info_teleport_destination"
}{
"model" "*192"
"origin" "-9525.5 -649 -7106"
"spawnflags" "1"
"wait" "0"
"StartDisabled" "0"
"classname" "trigger_multiple"
"OnStartTouch" "knife,Use,,0,-1"
}{
"origin" "-11560 -608 -953"
"weapon_smokegrenade" "1"
"weapon_flashbang" "2"
"weapon_hegrenade" "1"
"weapon_deagle" "1"
"spawnflags" "1"
"targetname" "end_equip"
"classname" "game_player_equip"
}{
"model" "*193"
"origin" "-9525.5 -649 -7060"
"spawnflags" "1"
"wait" "0"
"StartDisabled" "0"
"classname" "trigger_multiple"
"OnStartTouch" "end_equip,Use,,0,-1"
}{
"model" "*194"
"origin" "-9525.5 -649 -7007"
"spawnflags" "1"
"wait" "0"
"StartDisabled" "0"
"classname" "trigger_multiple"
"OnStartTouch" "givedeagle_ak47,Disable,,0,1"
"OnStartTouch" "givegrenade,Disable,,0,1"
"OnStartTouch" "givedeagle_tmp,Disable,,0,1"
"OnStartTouch" "givedeagle_p90,Disable,,0,1"
"OnStartTouch" "givedeagle_grenade,Disable,,0,1"
"OnStartTouch" "givedeagle_aug,Disable,,0,1"
"OnStartTouch" "endroundtele,Enable,,0,1"
"OnStartTouch" "givesmoke,Disable,,0,1"
}{
"model" "*195"
"origin" "-7703 -9016 -5876"
"spawnflags" "1"
"wait" "0"
"StartDisabled" "0"
"classname" "trigger_multiple"
"OnStartTouch" "givedeagle_ak47,Disable,,0,1"
"OnStartTouch" "givegrenade,Disable,,0,1"
"OnStartTouch" "givedeagle_tmp,Disable,,0,1"
"OnStartTouch" "givedeagle_p90,Disable,,0,1"
"OnStartTouch" "givedeagle_grenade,Disable,,0,1"
"OnStartTouch" "givedeagle_aug,Disable,,0,1"
"OnStartTouch" "endroundtele,Enable,,0,1"
"OnStartTouch" "givesmoke,Disable,,0,1"
"OnStartTouch" "Secretblenderwall,Break,,0,1"
}{
"model" "*196"
"origin" "-7703 -9016 -5975"
"spawnflags" "1"
"wait" "0"
"StartDisabled" "0"
"classname" "trigger_multiple"
"OnStartTouch" "knife,Use,,0,-1"
}{
"model" "*197"
"origin" "-9752 -4081 -2616"
"spawnflags" "1"
"wait" "1"
"StartDisabled" "0"
"classname" "trigger_multiple"
"OnStartTouch" "Weaponstrip,Strip,,0,-1"
}{
"origin" "-9790 -4225 -2560"
"targetname" "Weaponstrip"
"classname" "player_weaponstrip"
}{
"origin" "-9752 -3825 -2600"
"angles" "0 0 0"
"texture" "customs/decals/smoothie"
"classname" "infodecal"
}{
"model" "*198"
"targetname" "wallbreakhelper"
"origin" "-9752.01 -4341 -2622"
"spawnflags" "1537"
"unlocked_sentence" "0"
"locked_sentence" "0"
"unlocked_sound" "0"
"locked_sound" "0"
"wait" "3"
"sounds" "0"
"lip" "0"
"health" "0"
"speed" "5"
"movedir" "0 0 0"
"disablereceiveshadows" "0"
"disableshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_button"
"OnDamaged" "counter,Add,1,0,1"
}{
"origin" "-9920 -4440 -2675.14"
"max" "3"
"targetname" "counter"
"classname" "math_counter"
"OnHitMax" "Secretblenderwall,Break,,0,1"
}{
"model" "*199"
"origin" "-1272 -1823 -1884"
"spawnflags" "1025"
"unlocked_sentence" "0"
"locked_sentence" "0"
"unlocked_sound" "0"
"locked_sound" "0"
"wait" "-1"
"sounds" "0"
"lip" "0"
"health" "0"
"speed" "5"
"movedir" "0 0 0"
"disablereceiveshadows" "0"
"disableshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"targetname" "buttonblender"
"classname" "func_button"
"OnPressed" "counter,Add,1,0,1"
}{
"origin" "-5316 4704.19 -4788"
"spawnflags" "1"
"targetname" "buttonnade"
"_minlight" "0.0"
"rendercolor" "255 255 255"
"renderamt" "255"
"angles" "0 0 0"
"classname" "weapon_hegrenade"
"OnPlayerPickup" "counter,Add,1,0,1"
}{
"origin" "-5316 5685.79 -4788"
"spawnflags" "1"
"_minlight" "0.0"
"rendercolor" "255 255 255"
"renderamt" "255"
"angles" "0 0 0"
"classname" "weapon_hegrenade"
}{
"model" "*200"
"target" "orange_end"
"origin" "-7703 -9016 -6246.5"
"spawnflags" "1"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"origin" "-3289 -2317 -1848"
"spawnflags" "0"
"targetname" "targetview"
"angles" "0 0 0"
"classname" "info_target"
}{
"origin" "-3288 -3571 -2024"
"target" "targetview"
"deceleration" "500"
"acceleration" "500"
"spawnflags" "3"
"wait" "10"
"angles" "0 90 0"
"classname" "point_viewcontrol"
}{
"origin" "-11648.1 1583.81 -1134.11"
"spawnflags" "0"
"angles" "-27.1466 359.568 16.645"
"mindxlevel" "0"
"maxdxlevel" "0"
"skin" "0"
"solid" "0"
"disableshadows" "0"
"fademindist" "-1"
"fademaxdist" "0"
"fadescale" "1"
"model" "models/custom/orange.mdl"
"renderfx" "0"
"rendermode" "0"
"renderamt" "255"
"rendercolor" "255 255 255"
"disablereceiveshadows" "0"
"_minlight" "0.0"
"body" "0"
"ExplodeDamage" "0"
"ExplodeRadius" "0"
"PerformanceMode" "0"
"pressuredelay" "0"
"RandomAnimation" "0"
"MinAnimTime" "5"
"MaxAnimTime" "10"
"health" "0"
"parentname" "gun"
"classname" "prop_dynamic_override"
}{
"origin" "-11648.1 1583.81 -1134.11"
"spawnflags" "1"
"angles" "0 0 0"
"renderfx" "0"
"rendermode" "0"
"renderamt" "255"
"rendercolor" "255 255 255"
"disableshadows" "0"
"disablereceiveshadows" "0"
"_minlight" "0.0"
"ammo" "90"
"targetname" "gun"
"classname" "weapon_deagle"
}{
"origin" "-11642 1585 -1032.39"
"targetname" "orange_end"
"angles" "0 0 0"
"classname" "info_teleport_destination"
}{
"model" "*201"
"target" "jail_end"
"origin" "-11652 1584 -1328"
"spawnflags" "1"
"StartDisabled" "0"
"classname" "trigger_teleport"
}{
"origin" "-6623 -9016 1080"
"targetname" "bonustele1"
"angles" "0 0 0"
"classname" "info_teleport_destination"
}{
"model" "*202"
"origin" "-6570 -9016 1107"
"spawnflags" "1"
"damagemodel" "0"
"damagetype" "0"
"damagecap" "20"
"damage" "20"
"StartDisabled" "0"
"classname" "trigger_hurt"
}{
"model" "*203"
"origin" "-10037.5 -5137 -2708.5"
"_minlight" "0.0"
"disablereceiveshadows" "0"
"disableshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"classname" "func_illusionary"
}
Karel Silhan is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:48.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode