Sandbox Logo

Metadata

{
  "MaxPlayers": 16,
  "MinPlayers": 1,
  "GameNetworkType": "Multiplayer",
  "MapSelect": "Official",
  "MapList": [
    "gvar.metro",
    "baks.training_arena",
    "facepunch.prison",
    "gvar.stalkyard"
  ],
  "RankType": "None",
  "PerMapRanking": false,
  "LeaderboardType": "None",
  "Physics": {
    "SubSteps": 2,
    "TimeScale": 1,
    "Gravity": "0,0,-800",
    "AirDensity": 1.2,
    "SleepingEnabled": true,
    "SimulationMode": "Continuous",
    "PositionIterations": 2,
    "VelocityIterations": 8,
    "SoftBodyIterations": 1,
    "SoftBodySubsteps": 1
  },
  "Compiler": {
    "RootNamespace": "Facepunch",
    "DefineConstants": "SANDBOX;ADDON;DEBUG",
    "NoWarn": "1701;1702;1591;",
    "WarningsAsErrors": "",
    "ReleaseMode": "Release",
    "AssemblyReferences": [],
    "IgnoreFolders": [],
    "DistinctAssemblyReferences": []
  },
  "GameCategory": "Shooter",
  "ControlModes": {
    "Keyboard": true,
    "Gamepad": true
  },
  "ParentPackage": "",
  "PackageSettings": [
    {
      "DisplayType": "Choice",
      "Choices": [
        {
          "Value": "KillConfirmedGamemode",
          "Name": "Kill Confirmed"
        },
        {
          "Value": "",
          "Name": "No Gamemode (good for testing)"
        },
        {
          "Value": "FFAGamemode",
          "Name": "Free For All"
        },
        {
          "Value": "WarGamemode",
          "Name": "Conquest"
        }
      ],
      "ConVarName": "gunfight_gamemode",
      "DisplayName": "Active Mode",
      "DefaultValue": "KillConfirmedGamemode",
      "Description": "The current gamemode.",
      "Group": "Important"
    },
    {
      "DisplayType": "Boolean",
      "Choices": [],
      "ConVarName": "gunfight_friendly_fire_override",
      "DisplayName": "Friendly Fire (Override)",
      "DefaultValue": "false",
      "Description": "If set on, friendly fire will always be active.",
      "Group": "Game Rules"
    },
    {
      "DisplayType": "Boolean",
      "Choices": [],
      "ConVarName": "gunfight_thirdperson",
      "DisplayName": "Third Person (Override)",
      "DefaultValue": "false",
      "Description": "Should third person be available to use?",
      "Group": "Game Rules"
    },
    {
      "DisplayType": "Integer",
      "Choices": [],
      "ConVarName": "gunfight_kc_minimum_players",
      "DisplayName": "Minimum Players",
      "DefaultValue": "2",
      "Description": "The minimum amount of required players to start a Kill Confirmed game.",
      "Group": "Kill Confirmed",
      "Minimum": 1,
      "Maximum": 16
    },
    {
      "DisplayType": "Float",
      "Choices": [],
      "ConVarName": "gunfight_kc_round_countdown",
      "DisplayName": "Round Countdown",
      "DefaultValue": "10",
      "Description": "The time (in seconds) it takes to start a match in Kill Confirmed.",
      "Group": "Kill Confirmed",
      "Maximum": 30
    },
    {
      "DisplayType": "Float",
      "Choices": [],
      "ConVarName": "gunfight_kc_round_duration",
      "DisplayName": "Round Duration",
      "DefaultValue": "600",
      "Description": "The round duration (in seconds) in Kill Confirmed.",
      "Group": "Kill Confirmed",
      "Minimum": 60,
      "Maximum": 3600,
      "Step": 1
    },
    {
      "DisplayType": "Integer",
      "Choices": [],
      "ConVarName": "gunfight_kc_max_score",
      "DisplayName": "Maximum Score",
      "DefaultValue": "75",
      "Description": "The score required to win a match in Kill Confirmed.",
      "Group": "Kill Confirmed",
      "Minimum": 1,
      "Maximum": 300
    }
  ],
  "DefaultLeaderboards": [],
  "GeneralExtensions": false,
  "TargettedExtensions": true,
  "ExtensionApiVersion": 1001,
  "Summary": "A fast paced first-person shooter game with a bunch of different gamemodes.",
  "Description": "",
  "ReplaceTags": "firstperson thirdperson action fps shooter",
  "Public": true,
  "CsProjName": "",
  "HttpAllowList": null,
  "InputSettings": {
    "Actions": [
      {
        "Name": "Forward",
        "KeyboardCode": "W",
        "GamepadCode": "None",
        "GroupName": "Movement"
      },
      {
        "Name": "Backward",
        "KeyboardCode": "S",
        "GamepadCode": "None",
        "GroupName": "Movement"
      },
      {
        "Name": "Left",
        "KeyboardCode": "A",
        "GamepadCode": "None",
        "GroupName": "Movement"
      },
      {
        "Name": "Right",
        "KeyboardCode": "D",
        "GamepadCode": "None",
        "GroupName": "Movement"
      },
      {
        "Name": "Jump",
        "KeyboardCode": "space",
        "GamepadCode": "None",
        "GroupName": "Movement"
      },
      {
        "Name": "Run",
        "KeyboardCode": "shift",
        "GamepadCode": "LeftJoystickButton",
        "GroupName": "Movement"
      },
      {
        "Name": "Walk",
        "KeyboardCode": "alt",
        "GamepadCode": "None",
        "GroupName": "Movement"
      },
      {
        "Name": "Duck",
        "KeyboardCode": "Ctrl",
        "GamepadCode": "B",
        "GroupName": "Movement"
      },
      {
        "Name": "attack1",
        "KeyboardCode": "mouse1",
        "GamepadCode": "RightTrigger",
        "GroupName": "Weapon Handling"
      },
      {
        "Name": "attack2",
        "KeyboardCode": "mouse2",
        "GamepadCode": "LeftTrigger",
        "GroupName": "Weapon Handling"
      },
      {
        "Name": "reload",
        "KeyboardCode": "r",
        "GamepadCode": "X",
        "GroupName": "Weapon Handling"
      },
      {
        "Name": "Interact",
        "KeyboardCode": "f",
        "GamepadCode": "Y",
        "GroupName": "Actions"
      },
      {
        "Name": "View",
        "KeyboardCode": "z",
        "GamepadCode": "None",
        "GroupName": "Other"
      },
      {
        "Name": "Voice",
        "KeyboardCode": "v",
        "GamepadCode": "RightJoystickButton",
        "GroupName": "Other"
      },
      {
        "Name": "Drop",
        "KeyboardCode": "g",
        "GamepadCode": "None",
        "GroupName": "Other"
      },
      {
        "Name": "Score",
        "KeyboardCode": "tab",
        "GamepadCode": "SwitchLeftMenu",
        "GroupName": "Other"
      },
      {
        "Name": "Chat",
        "KeyboardCode": "enter",
        "GamepadCode": "None",
        "GroupName": "Other"
      },
      {
        "Name": "Mount",
        "KeyboardCode": "T",
        "GamepadCode": "RightJoystickButton",
        "GroupName": "Weapon Handling"
      },
      {
        "Name": "SwitchWeapon",
        "KeyboardCode": "2",
        "GamepadCode": "DpadSouth",
        "GroupName": "Weapon Handling"
      },
      {
        "Name": "Slide",
        "KeyboardCode": "C",
        "GamepadCode": "B",
        "GroupName": "Movement"
      },
      {
        "Name": "FireMode",
        "KeyboardCode": "B",
        "GamepadCode": "DpadNorth",
        "GroupName": "Weapon Handling"
      },
      {
        "Name": "Noclip",
        "KeyboardCode": "MOUSE4",
        "GamepadCode": "None",
        "GroupName": "Development"
      },
      {
        "Name": "SpectatorNext",
        "KeyboardCode": "MOUSE1",
        "GamepadCode": "DpadWest",
        "GroupName": "Spectator"
      },
      {
        "Name": "SpectatorPrev",
        "KeyboardCode": "MOUSE2",
        "GamepadCode": "DpadEast",
        "GroupName": "Spectator"
      },
      {
        "Name": "Slot1",
        "KeyboardCode": "1",
        "GamepadCode": "None",
        "GroupName": "Inventory"
      },
      {
        "Name": "Slot2",
        "KeyboardCode": "2",
        "GamepadCode": "None",
        "GroupName": "Inventory"
      },
      {
        "Name": "DeveloperMenu",
        "KeyboardCode": "Q",
        "GamepadCode": "None",
        "GroupName": "Development"
      },
      {
        "Name": "Slot3",
        "KeyboardCode": "3",
        "GamepadCode": "None",
        "GroupName": "Inventory"
      },
      {
        "Name": "BuyMenu",
        "KeyboardCode": "B",
        "GamepadCode": "None",
        "GroupName": "Inventory"
      },
      {
        "Name": "Slot4",
        "KeyboardCode": "4",
        "GamepadCode": "None",
        "GroupName": "Inventory"
      },
      {
        "Name": "Slot5",
        "KeyboardCode": "5",
        "GamepadCode": "None",
        "GroupName": "Inventory"
      },
      {
        "Name": "Use",
        "KeyboardCode": "E",
        "GamepadCode": "None",
        "GroupName": "Other"
      },
      {
        "Name": "SpectatorFreeCam",
        "KeyboardCode": "SPACE",
        "GamepadCode": "None",
        "GroupName": "Spectator"
      },
      {
        "Name": "SpectatorMode",
        "KeyboardCode": "X",
        "GamepadCode": "None",
        "GroupName": "Spectator"
      }
    ],
    "__guid": "bcccc875-ac58-4719-a08e-4d5b3875734a"
  },
  "TickRate": 30,
  "LaunchMode": "Normal",
  "StartupScene": "scenes/maps/defusemap_01/de_garry.scene",
  "MapStartupScene": "scenes/maps/defusemap_01/de_garry.scene",
  "Resources": "/fonts/*\n/Weapons/*\n/UI/*\n/Sounds/*\n/Particles/*\n/Prefabs/*\n/Scenes/*",
  "CodePackageReferences": []
}

Files

Name Size
.bin
text_snippet manifest.json 50B
text_snippet package.base.cll 31.1KB
text_snippet package.base.dll 168.5KB
text_snippet package.base.xml 54.7KB
text_snippet package.facepunch.hc1.cll 57.3KB
text_snippet package.facepunch.hc1.dll 424.5KB
text_snippet package.facepunch.hc1.xml 61.4KB
text_snippet birdchirp.vsnd_c 5.5MB
text_snippet birdchirpsndscape.sndscape_c 503B
decals
text_snippet bullet-metal.decal_c 637B
text_snippet bullethole.decal_c 634B
dev/helper
insert_photo reflectivity_90b_color_tga_7a723180.generated.vtex_c 2.4KB
collections reflectivity_90b.vmat_c 4KB
insert_photo testgrid_color_tga_f1408e43.generated.vtex_c 49KB
collections testgrid.vmat_c 5KB
fonts
text_snippet dinish-bold.ttf 59.2KB
text_snippet dinish-italic.ttf 56.1KB
text_snippet dinish-regular.ttf 57.3KB
materials/decals
insert_photo bullethole_vmat_g_tambientocclusion_6ee12b41.generated.vtex_c 1.6KB
collections bullethole.vmat_c 5.6KB
materials/decals/concrete
insert_photo concrete1_bullet_color_psd_cdde39a6.generated.vtex_c 87.4KB
insert_photo concrete1_bullet_height_psd_9ba808df.generated.vtex_c 44.5KB
materials/decals/concrete/max
insert_photo bullethole_concrete_1_normal_psd_7195fc30.generated.vtex_c 311.5KB
materials/decals
insert_photo decal_arrow_color_png_90c0f85d.generated.vtex_c 431.6KB
insert_photo decal_arrow_rough_png_502acab5.generated.vtex_c 128.1KB
collections decal_arrow.vmat_c 3.7KB
insert_photo decal_bombsite_a_color_png_97ebc51c.generated.vtex_c 1.1MB
insert_photo decal_bombsite_a_normal_png_b082851.generated.vtex_c 450.8KB
collections decal_bombsite_a.vmat_c 3.7KB
insert_photo decal_bombsite_b_color_png_a7512471.generated.vtex_c 1.1MB
insert_photo decal_bombsite_b_normal_png_b1256c83.generated.vtex_c 454.7KB
collections decal_bombsite_b.vmat_c 3.7KB
insert_photo decal_cross_color_png_d72dd3ca.generated.vtex_c 820.3KB
insert_photo decal_cross_rough_png_e446d05e.generated.vtex_c 146.1KB
collections decal_cross.vmat_c 3.7KB
insert_photo decal_exclamation_color_png_4c34e2e2.generated.vtex_c 172.5KB
collections decal_exclamation.vmat_c 3.8KB
insert_photo decal_question_color_png_14c9a1ba.generated.vtex_c 295.8KB
collections decal_question.vmat_c 3.7KB
insert_photo metal-impact_vmat_g_tambientocclusion_51b25f5d.generated.vtex_c 2KB
collections metal-impact.vmat_c 5.5KB
materials/decals/metal
insert_photo metal1_bullet_color_psd_65dcae4b.generated.vtex_c 301.3KB
insert_photo metal1_bullet_height_psd_835b8dea.generated.vtex_c 85.8KB
insert_photo metal1_bullet_normal_psd_c28b5bb.generated.vtex_c 285.8KB
materials
insert_photo default_vmat_g_tnormal_4b798e96.generated.vtex_c 2KB
collections default.vmat_c 4.8KB
materials/default
insert_photo default_ao_tga_7449568e.generated.vtex_c 1.9KB
insert_photo default_ao_tga_9bd022ab.generated.vtex_c 2.2KB
insert_photo default_bentnormal_tga_8334dba4.generated.vtex_c 1.9KB
insert_photo default_black_mask_tga_4b621767.generated.vtex_c 1.9KB
insert_photo default_color_tga_2871fbca.generated.vtex_c 2KB
insert_photo default_color_tga_380558b.generated.vtex_c 1.7KB
insert_photo default_normal_tga_5c878876.generated.vtex_c 2.2KB
insert_photo default_normal_tga_7f4327e9.generated.vtex_c 1.9KB
insert_photo default_normal_tga_e15dc164.generated.vtex_c 2KB
insert_photo default_skin_diffusewarp_tga_4d3cb601.generated.vtex_c 189.2KB
materials/dev
insert_photo dev_metal_rough30_vmat_g_tambientocclusion_8b5a0197.generated.vtex_c 1.5KB
insert_photo dev_metal_rough30_vmat_g_tcolor_a0ce44b8.generated.vtex_c 1.5KB
insert_photo dev_metal_rough30_vmat_g_tnormal_c726678.generated.vtex_c 1.8KB
collections dev_metal_rough30.vmat_c 4.5KB
insert_photo dev_metal_rough50_vmat_g_tambientocclusion_8b5a0197.generated.vtex_c 1.5KB
insert_photo dev_metal_rough50_vmat_g_tcolor_a0ce44b8.generated.vtex_c 1.5KB
insert_photo dev_metal_rough50_vmat_g_tnormal_7a668049.generated.vtex_c 1.8KB
collections dev_metal_rough50.vmat_c 4.5KB
insert_photo primary_white_color_tga_8be01ac1.generated.vtex_c 45KB
collections primary_white.vmat_c 5KB
insert_photo reflectivity_10b_color_tga_27e34b9a.generated.vtex_c 2.4KB
collections reflectivity_10b.vmat_c 5.1KB
insert_photo reflectivity_30_color_tga_e7524b00.generated.vtex_c 48KB
collections reflectivity_30.vmat_c 5.1KB
insert_photo reflectivity_30b_color_tga_78d244b1.generated.vtex_c 2.4KB
collections reflectivity_30b.vmat_c 5.1KB
insert_photo reflectivity_60_color_tga_5996876.generated.vtex_c 47.6KB
collections reflectivity_60.vmat_c 5KB
insert_photo reflectivity_90_color_tga_47fe1c48.generated.vtex_c 47.8KB
collections reflectivity_90.vmat_c 5.1KB
insert_photo reflectivity_90b_color_tga_7c39c6d3.generated.vtex_c 2.4KB
collections reflectivity_90b.vmat_c 5.1KB
materials/dev/simple
collections floor_simple_128.vmat_c 4.8KB
insert_photo simple_tile_color_png_67f325df.generated.vtex_c 48.6KB
insert_photo simple_tile_rough_png_c73b05f.generated.vtex_c 32.8KB
collections simple_tile.vmat_c 4.7KB
materials/dev
insert_photo white_flat_vmat_g_tcolor_da6e8c17.generated.vtex_c 1.5KB
insert_photo white_flat_vmat_g_tnormal_f3a42743.generated.vtex_c 1.8KB
collections white_flat.vmat_c 4KB
materials/models/editor
insert_photo axis_helper_tga_18429157.generated.vtex_c 12.4KB
collections axis_helper.vmat_c 4.1KB
materials/particle
insert_photo beam_smoke_01.vtex_c 33.9KB
materials/particle/impact
insert_photo fleks.vtex_c 95.5KB
materials/particle
insert_photo muzzleflashcloud.vtex_c 5.9KB
materials/particle/particle_flares
insert_photo aircraft_red.vtex_c 34KB
materials/particle
insert_photo particle_glow_01.vtex_c 65.9KB
insert_photo particle_glow_02.vtex_c 142.8KB
materials/particle/smoke1
insert_photo smoke1.vtex_c 72.8KB
materials/particles
insert_photo beam_generic_4.vtex_c 47.2KB
insert_photo beam_generic_7_edge.vtex_c 34.7KB
insert_photo beam_hotwhite.vtex_c 25.4KB
insert_photo glow_simple_01.vtex_c 27.2KB
materials/particles/smoke/render
insert_photo smokeloop_g_1.vtex_c 1.6MB
materials/particles/smoke1
insert_photo smoke1.vtex_c 72.8KB
materials/sky
collections atmosphere_sky.vmat_c 1.1KB
materials/skybox
insert_photo skybox_day_01_exr_f7cfdffb.generated.vtex_c 1.8MB
collections skybox_day_01.vmat_c 1.9KB
materials/tools/new
insert_photo clip_color_png_73e5e0cb.generated.vtex_c 25.7KB
materials/tools
collections toolsclip.vmat_c 4.5KB
models/attachments/laser
view_in_ar laser_sight.vmdl_c 31.5KB
models/citizen_clothes/gloves/leather_gloves/models
view_in_ar leather_gloves.vmdl_c 118.4KB
models/citizen_clothes/gloves/leather_gloves/textures
insert_photo leather_gloves_ao_png_f568a9a4.generated.vtex_c 172.6KB
insert_photo leather_gloves_color_png_91f20918.generated.vtex_c 133.4KB
insert_photo leather_gloves_normal_png_d78146a7.generated.vtex_c 343.8KB
collections leather_gloves.vmat_c 6KB
models/citizen_clothes/gloves/tactical_gloves/models
view_in_ar tactical_gloves.vmdl_c 142.1KB
models/citizen_clothes/gloves/tactical_gloves/textures
insert_photo tactical_gloves_ao_png_fb59ebf5.generated.vtex_c 172.6KB
insert_photo tactical_gloves_color_png_1cf591b3.generated.vtex_c 275.8KB
insert_photo tactical_gloves_normal_png_9de2615.generated.vtex_c 343.8KB
collections tactical_gloves.vmat_c 6.1KB
models/citizen_clothes/hair/legacy_hair/textures
collections fur_01.vmat_c 7KB
models/citizen_clothes/hair/legacy_hair/textures/fur
insert_photo fur_color_png_9cc08b33.generated.vtex_c 3.1MB
insert_photo fur_color_png_bcd63cec.generated.vtex_c 3.2MB
insert_photo fur_depth_png_e0baf910.generated.vtex_c 1.3MB
models/citizen_clothes/hair/legacy_hair/textures/straight_hair
insert_photo hair_01_normal_png_201e99be.generated.vtex_c 2MB
insert_photo hair_01_normal_png_b10ba916.generated.vtex_c 1.6MB
models/citizen_clothes/hat/balaclava/models
view_in_ar balaclava.vmdl_c 46.3KB
models/citizen_clothes/hat/balaclava/textures
insert_photo balaclava_ao_png_65ce5e11.generated.vtex_c 646.8KB
insert_photo balaclava_color_png_40b9b718.generated.vtex_c 544.5KB
insert_photo balaclava_normal_png_e6227ba0.generated.vtex_c 1.3MB
collections balaclava.vmat_c 5.6KB
models/citizen_clothes/hat/bandana_mask/models
view_in_ar bandana_mask.vmdl_c 37.1KB
models/citizen_clothes/hat/bandana_mask/textures
insert_photo bandana_mask_ao_png_87920609.generated.vtex_c 172.5KB
insert_photo bandana_mask_bentnormal_png_43f8cbae.generated.vtex_c 309.4KB
insert_photo bandana_mask_color_png_fa5c0643.generated.vtex_c 343.6KB
insert_photo bandana_mask_normal_png_425221ca.generated.vtex_c 343.7KB
collections bandana_mask.vmat_c 7KB
models/citizen_clothes/hat/tactical_helmet/models
view_in_ar tactical_helmet.vmdl_c 207.9KB
models/citizen_clothes/hat/tactical_helmet/textures
insert_photo helmet_lense_opacity_png_6bad70de.generated.vtex_c 87.3KB
insert_photo helmet_lense_rough_png_343304e3.generated.vtex_c 87.5KB
insert_photo tactical_helmet_ao_png_43a8677b.generated.vtex_c 621KB
insert_photo tactical_helmet_color_png_d7a2ef99.generated.vtex_c 852.3KB
insert_photo tactical_helmet_lense_vmat_g_tambientocclusion_8b5a0197.generated.vtex_c 1.5KB
insert_photo tactical_helmet_lense_vmat_g_tmetalness_bf46348b.generated.vtex_c 1.5KB
collections tactical_helmet_lense.vmat_c 6KB
insert_photo tactical_helmet_normal_png_b94f300.generated.vtex_c 1.3MB
collections tactical_helmet.vmat_c 6.4KB
models/citizen_clothes/hat/trapper_hat/models
view_in_ar trapper_hat.vmdl_c 439.9KB
models/citizen_clothes/hat/trapper_hat/textures
insert_photo trapper_hat_ao_png_7aa5d572.generated.vtex_c 623.4KB
insert_photo trapper_hat_bentnormal_png_b6fee7ce.generated.vtex_c 1.2MB
insert_photo trapper_hat_color_png_c906f9a8.generated.vtex_c 559.3KB
insert_photo trapper_hat_normal_png_14214cd3.generated.vtex_c 964.6KB
insert_photo trapper_hat_normal_png_1915c050.generated.vtex_c 1.3MB
collections trapper_hat.vmat_c 6.7KB
models/citizen_clothes/jacket/winter_coat/models
view_in_ar winter_coat.vmdl_c 233.7KB
models/citizen_clothes/jacket/winter_coat/textures
insert_photo winter_coat_ao_png_8441c36b.generated.vtex_c 620.2KB
insert_photo winter_coat_bentnormal_png_f7f6942a.generated.vtex_c 1.2MB
insert_photo winter_coat_color_png_ec001b39.generated.vtex_c 534.4KB
insert_photo winter_coat_fur_color_png_7f5ba07e.generated.vtex_c 1.1MB
insert_photo winter_coat_fur_normal_png_582da708.generated.vtex_c 1.1MB
insert_photo winter_coat_fur_vmat_g_tambientocclusion_8b5a0197.generated.vtex_c 1.5KB
collections winter_coat_fur.vmat_c 6.5KB
insert_photo winter_coat_normal_png_21215eaf.generated.vtex_c 1.3MB
collections winter_coat.vmat_c 6.4KB
models/citizen_clothes/shirt/army_shirt/model
view_in_ar army_shirt.vmdl_c 148.4KB
models/citizen_clothes/shirt/army_shirt/textures
insert_photo army_shirt_ao_png_9b9e637e.generated.vtex_c 684.5KB
insert_photo army_shirt_color_png_2d2ef8fa.generated.vtex_c 598.1KB
insert_photo army_shirt_normal_png_62eda8d1.generated.vtex_c 1.3MB
collections army_shirt.vmat_c 5.8KB
models/citizen_clothes/shirt/flannel_shirt/models
view_in_ar flannel_shirt.vmdl_c 178KB
models/citizen_clothes/shirt/flannel_shirt/textures
insert_photo flannel_shirt_ao_png_fa75d106.generated.vtex_c 632.3KB
insert_photo flannel_shirt_color_png_59a23026.generated.vtex_c 546.2KB
insert_photo flannel_shirt_normal_png_33e8df00.generated.vtex_c 1.3MB
collections flannel_shirt.vmat_c 6KB
models/citizen_clothes/shoes/boots/models
view_in_ar army_boots.vmdl_c 115KB
view_in_ar black_boots.vmdl_c 115KB
models/citizen_clothes/shoes/boots/textures
insert_photo army_boots_ao_png_23fe957f.generated.vtex_c 172.5KB
insert_photo army_boots_color_png_75d0cbf4.generated.vtex_c 172.5KB
insert_photo army_boots_normal_png_27a720bc.generated.vtex_c 343.7KB
collections army_boots.vmat_c 5.7KB
insert_photo black_boots_ao_png_5f660241.generated.vtex_c 172.5KB
insert_photo black_boots_color_png_2c5abc33.generated.vtex_c 138KB
insert_photo black_boots_normal_png_393e0886.generated.vtex_c 343.7KB
collections black_boots.vmat_c 5.7KB
models/citizen_clothes/trousers/cargopants/models
view_in_ar cargo_pants.vmdl_c 114KB
models/citizen_clothes/trousers/cargopants/textures
insert_photo cargo_pants_army_ao_png_3d6edb91.generated.vtex_c 684.6KB
insert_photo cargo_pants_army_color_png_87f9cba7.generated.vtex_c 1.1MB
insert_photo cargo_pants_army_normal_png_5de12bcf.generated.vtex_c 1.3MB
collections cargo_pants_army.vmat_c 6.4KB
models/citizen_clothes/trousers/jeans/models
view_in_ar jeans_black.vmdl_c 96.9KB
models/citizen_clothes/trousers/jeans/textures
insert_photo jeans_black_ao_png_c37698ab.generated.vtex_c 628.6KB
insert_photo jeans_black_color_png_6332e6c0.generated.vtex_c 1MB
insert_photo jeans_black_normal_png_eee7dc65.generated.vtex_c 1.3MB
collections jeans_black.vmat_c 6.1KB
models/citizen_clothes/vest/tactical_vest/models
view_in_ar tactical_vest.vmdl_c 108KB
models/citizen_clothes/vest/tactical_vest/textures
insert_photo tactical_vest_ao_png_aaea327.generated.vtex_c 636.8KB
insert_photo tactical_vest_color_png_74621469.generated.vtex_c 401.2KB
insert_photo tactical_vest_normal_png_789444e3.generated.vtex_c 1.3MB
collections tactical_vest.vmat_c 5.9KB
models/citizen_props
insert_photo sodacan01_ao_png_c38f2fac.generated.vtex_c 1MB
insert_photo sodacan01_color_png_11076342.generated.vtex_c 2.1MB
insert_photo sodacan01_normal_png_77e139a.generated.vtex_c 3MB
collections sodacan01.vmat_c 5.2KB
view_in_ar sodacan01.vmdl_c 15.9KB
models/citizen
text_snippet citizen.vanmgrph_c 55KB
view_in_ar citizen.vmdl_c 3.8MB
models/citizen/citizen
insert_photo head_lod0_vmorf.vtex_c 114.4KB
models/citizen/skin
insert_photo citizen_eyeao_vmat_g_tambientocclusion_74d62832.generated.vtex_c 1.5KB
insert_photo citizen_eyeao_vmat_g_tnormal_fae5e5b4.generated.vtex_c 1.8KB
collections citizen_eyeao.vmat_c 5.1KB
insert_photo citizen_eyes_advanced_color_png_8895a003.generated.vtex_c 56.3KB
insert_photo citizen_eyes_advanced_iris_mask_psd_9299c4d0.generated.vtex_c 56.5KB
insert_photo citizen_eyes_advanced_iris_normal_png_44bf5eb8.generated.vtex_c 58.7KB
insert_photo citizen_eyes_advanced_normal_png_fc28d47a.generated.vtex_c 61.4KB
insert_photo citizen_eyes_advanced_vmat_g_tocclusion_b90a94c0.generated.vtex_c 1.5KB
collections citizen_eyes_advanced.vmat_c 6.3KB
insert_photo citizen_eyes_advanced02_vmat_g_tocclusion_b90a94c0.generated.vtex_c 1.5KB
collections citizen_eyes_advanced02.vmat_c 6.3KB
insert_photo citizen_eyes_advanced03_vmat_g_tocclusion_b90a94c0.generated.vtex_c 1.5KB
collections citizen_eyes_advanced03.vmat_c 6.3KB
insert_photo citizen_eyes_trans_png_42aa90e3.generated.vtex_c 7.2KB
insert_photo citizen_skin_ao_png_c5b59611.generated.vtex_c 1018.2KB
insert_photo citizen_skin_bentnormal_png_29991593.generated.vtex_c 4.3MB
insert_photo citizen_skin_old_dark_color_png_5ea6bfdd.generated.vtex_c 4.5MB
insert_photo citizen_skin_old_normal_png_c39d7c9.generated.vtex_c 4.9MB
insert_photo citizen_skin_young_ao_png_adaa3ef1.generated.vtex_c 1016.3KB
insert_photo citizen_skin_young_ao_png_bd72312b.generated.vtex_c 1.1MB
insert_photo citizen_skin_young_color_png_57825f18.generated.vtex_c 4.1MB
insert_photo citizen_skin_young_dark_02_color_png_85fc5b72.generated.vtex_c 3.5MB
insert_photo citizen_skin_young_dark_color_png_aef091a.generated.vtex_c 4.4MB
insert_photo citizen_skin_young_normal_png_4ad8cfe5.generated.vtex_c 4.6MB
insert_photo citizen_skin_young_normal_png_7a084b07.generated.vtex_c 4.6MB
collections citizen_skin01.vmat_c 6.8KB
collections citizen_skin02.vmat_c 6.8KB
collections citizen_skin03.vmat_c 6.8KB
collections citizen_skin04.vmat_c 6.7KB
collections citizen_skin05.vmat_c 6.7KB
models/dev
view_in_ar box.vmdl_c 3.5KB
models/dev/crate
view_in_ar crate_dev_large.vmdl_c 38.5KB
view_in_ar crate_dev_medium.vmdl_c 38.8KB
view_in_ar crate_dev_small.vmdl_c 31.9KB
view_in_ar crate_stack_01.vmdl_c 150.3KB
models/dev/door
view_in_ar door_frame_double_dev.vmdl_c 7.8KB
view_in_ar door_frame_single_dev.vmdl_c 7.8KB
view_in_ar door_single_dev.vmdl_c 18KB
models/dev/ladder
view_in_ar ladder.vmdl_c 25.9KB
models/dev
view_in_ar material_blend_preview.vmdl_c 11.7KB
models/dev/oildrum
view_in_ar oildrum_dev.vmdl_c 41.5KB
models/dev/pallet
view_in_ar pallet_dev.vmdl_c 37.7KB
models/dev/pipes
view_in_ar pipe_dev_128.vmdl_c 5.9KB
view_in_ar pipe_dev_32.vmdl_c 5.8KB
view_in_ar pipe_dev_64.vmdl_c 5.9KB
view_in_ar pipe_dev_cap.vmdl_c 8.1KB
view_in_ar pipe_dev_corner_16.vmdl_c 18.7KB
view_in_ar pipe_dev_t.vmdl_c 18.6KB
models/dev
view_in_ar scale_adam.vmdl_c 461.8KB
models/first_person/arms_materials
insert_photo first_person_arms_ao_png_3885d3e7.generated.vtex_c 1.9MB
insert_photo first_person_arms_bentnormal_png_a22f6f0c.generated.vtex_c 5.1MB
insert_photo first_person_arms_color_png_d5870b31.generated.vtex_c 4.6MB
collections first_person_arms_light.vmat_c 6.8KB
insert_photo first_person_arms_normal_png_f1063433.generated.vtex_c 5.1MB
collections first_person_arms_shadow.vmat_c 5KB
models/first_person
text_snippet first_person_arms_base.vanmgrph_c 9.2KB
view_in_ar first_person_arms.vmdl_c 666.8KB
models/gameplay/ammo_case_pallet
view_in_ar ammo_case_pallet.vmdl_c 433.9KB
models/gameplay/ammo_case_pallet/materials
insert_photo case_color_png_ff954718.generated.vtex_c 370.2KB
insert_photo case_normal_png_9938c1dd.generated.vtex_c 874.2KB
collections case.vmat_c 5.6KB
models/gameplay/dogtags
view_in_ar dogtag.vmdl_c 67.1KB
models/gameplay/dogtags/materials
insert_photo border_png_9bfc7962.generated.vtex_c 69.2KB
insert_photo border1_png_40bdfd00.generated.vtex_c 41.5KB
insert_photo border1_png_f42ccb3a.generated.vtex_c 51.3KB
insert_photo dogtag_ao_png_9d10f9cd.generated.vtex_c 469.1KB
insert_photo dogtag_color_png_4b4e073b.generated.vtex_c 906.1KB
insert_photo dogtag_metal_png_3732d4cd.generated.vtex_c 393.4KB
insert_photo dogtag_normal_png_be3a41e0.generated.vtex_c 768.4KB
collections dogtag_team_border.vmat_c 6KB
insert_photo dogtag_team_red_vmat_g_tcolor_1d0b358e.generated.vtex_c 1.8KB
collections dogtag_team_red.vmat_c 7KB
insert_photo dogtag_team_vmat_g_tcolor_1d0b358e.generated.vtex_c 1.8KB
collections dogtag_team.vmat_c 7KB
collections dogtag.vmat_c 5.8KB
models/gameplay/dogtags/particles
text_snippet team_blue.vpcf_c 2KB
models/gameplay/flag_pole_base
view_in_ar flag_pole_base.vmdl_c 48.6KB
models/gameplay/flag_pole_base/materials
insert_photo flag_vmat_g_tcolor_2b6825ab.generated.vtex_c 1.5KB
collections flag.vmat_c 5.1KB
models/humans_clothes/default_outfit
insert_photo default_outfit_male_lower_ao_png_52468529.generated.vtex_c 2.2MB
insert_photo default_outfit_male_lower_color_png_2d587961.generated.vtex_c 4.1MB
insert_photo default_outfit_male_lower_normal_png_97e7bed1.generated.vtex_c 5.1MB
collections default_outfit_male_lower.vmat_c 6.1KB
insert_photo default_outfit_male_upper_ao_png_6d10e4d8.generated.vtex_c 2.5MB
insert_photo default_outfit_male_upper_color_png_aef6d829.generated.vtex_c 2.1MB
insert_photo default_outfit_male_upper_normal_png_b3c3876b.generated.vtex_c 5.1MB
collections default_outfit_male_upper.vmat_c 5.7KB
models/humans/bodies/maledark
insert_photo mat_playermodel_ao_png_77c20f7e.generated.vtex_c 2.2MB
insert_photo mat_playermodel_bentnormal_png_6aa2be22.generated.vtex_c 5MB
insert_photo mat_playermodel_color_png_be81e483.generated.vtex_c 3.8MB
insert_photo mat_playermodel_normal_png_bce1f62a.generated.vtex_c 5.1MB
collections playermodelbody_maledark.vmat_c 6.3KB
models/humans/hair/short_curly_hair
insert_photo curly_short_hair_ao_png_d140a995.generated.vtex_c 1.6MB
insert_photo curly_short_hair_color_png_c3ed16b3.generated.vtex_c 3MB
insert_photo curly_short_hair_normal_png_969ed5aa.generated.vtex_c 3.5MB
collections short_curly_hair.vmat_c 6.3KB
models/humans/hair/short_scruffy_hair
insert_photo short_scruffy_hair_black_color_png_92032fe3.generated.vtex_c 3.3MB
insert_photo short_scruffy_hair_black_vmat_g_tambientocclusion_c04b825.generated.vtex_c 1.5KB
insert_photo short_scruffy_hair_black_vmat_g_tnormal_d43940c4.generated.vtex_c 2KB
collections short_scruffy_hair_black.vmat_c 5.9KB
models/humans/heads/adam
insert_photo adam_ao_png_ce5da354.generated.vtex_c 1.1MB
insert_photo adam_bentnormal_png_6d19ea89.generated.vtex_c 4.9MB
insert_photo adam_color_png_5d3a1657.generated.vtex_c 4MB
insert_photo adam_normal_png_2bdb044.generated.vtex_c 5.3MB
collections playermodelhead_adam.vmat_c 6.5KB
models/humans/misc
insert_photo playermodel_mouth_ao_png_cf7a1e4c.generated.vtex_c 182.8KB
insert_photo playermodel_mouth_bentnormal_png_c1e613c1.generated.vtex_c 648.2KB
insert_photo playermodel_mouth_color_png_667745b5.generated.vtex_c 349.7KB
insert_photo playermodel_mouth_normal_png_f7edb143.generated.vtex_c 624.7KB
insert_photo playermodeleyes_ao_png_d95a837e.generated.vtex_c 47.4KB
insert_photo playermodeleyes_color_png_2809a567.generated.vtex_c 245.7KB
collections playermodeleyes_dark.vmat_c 5.7KB
insert_photo playermodeleyes_iris_mask_png_589b8c99.generated.vtex_c 51.8KB
insert_photo playermodeleyes_normal_png_7a685863.generated.vtex_c 220.7KB
insert_photo playermodeleyes_normal_png_dab5342c.generated.vtex_c 211.6KB
collections playermodelmouth.vmat_c 6.2KB
models/sbox_props/trees/oak
collections oak_bark.vmat_c 5.7KB
collections oak_branch_dead.vmat_c 6.3KB
collections oak_branch_dry.vmat_c 6.6KB
collections oak_branch.vmat_c 6.3KB
view_in_ar tree_oak_medium_a.vmdl_c 554.6KB
view_in_ar tree_oak_small_a.vmdl_c 275.2KB
models/training
text_snippet dummy.vanmgrph_c 2.2KB
view_in_ar dummy.vmdl_c 12.5KB
view_in_ar dummyeditor.vmdl_c 8KB
models/weapons/sbox_ammo/12g_shell
insert_photo 12g_shell_ao_tga_41895aa8.generated.vtex_c 44.5KB
insert_photo 12g_shell_color_tga_2a2e35b0.generated.vtex_c 87.4KB
insert_photo 12g_shell_normal_tga_2e887dc3.generated.vtex_c 87.7KB
collections 12g_shell.vmat_c 5.9KB
models/weapons/sbox_ammo/556x45_bullet
insert_photo 556_bullet_ao_tga_26df95c9.generated.vtex_c 44.5KB
insert_photo 556_bullet_color_tga_5a1908d.generated.vtex_c 87.5KB
insert_photo 556_bullet_normal_tga_e5934c95.generated.vtex_c 87.7KB
collections 556_bullet.vmat_c 6KB
models/weapons/sbox_assault_m4a1
insert_photo v_m4a1_a_ao_png_8adaf8ce.generated.vtex_c 2.2MB
insert_photo v_m4a1_a_color_png_382181a5.generated.vtex_c 4.4MB
insert_photo v_m4a1_a_normal_png_57e7217a.generated.vtex_c 4.8MB
collections v_m4a1_a.vmat_c 5.8KB
insert_photo v_m4a1_b_ao_png_d6a6a101.generated.vtex_c 2.2MB
insert_photo v_m4a1_b_color_png_21f33256.generated.vtex_c 4.3MB
insert_photo v_m4a1_b_normal_png_13399288.generated.vtex_c 4.8MB
collections v_m4a1_b.vmat_c 5.8KB
insert_photo v_m4a1_carryhandle_ao_png_5dc04e57.generated.vtex_c 614.3KB
insert_photo v_m4a1_carryhandle_color_png_50a99ef0.generated.vtex_c 1.2MB
insert_photo v_m4a1_carryhandle_normal_png_fe21cea6.generated.vtex_c 1.3MB
collections v_m4a1_carryhandle.vmat_c 6KB
insert_photo v_m4a1_handguard_ao_png_c670aac1.generated.vtex_c 2.1MB
insert_photo v_m4a1_handguard_color_png_e70378cd.generated.vtex_c 4.2MB
insert_photo v_m4a1_handguard_normal_png_6f46af47.generated.vtex_c 4.8MB
collections v_m4a1_handguard.vmat_c 6KB
insert_photo v_m4a1_magazine_ao_png_6b1b6b93.generated.vtex_c 474.7KB
insert_photo v_m4a1_magazine_color_png_64a02077.generated.vtex_c 1.2MB
insert_photo v_m4a1_magazine_normal_png_8bb81568.generated.vtex_c 1.3MB
collections v_m4a1_magazine.vmat_c 5.9KB
insert_photo v_m4a1_stock_ao_png_9ebc6f9.generated.vtex_c 2MB
insert_photo v_m4a1_stock_color_png_ab653ec9.generated.vtex_c 3.7MB
insert_photo v_m4a1_stock_normal_png_64d50641.generated.vtex_c 4.8MB
collections v_m4a1_stock.vmat_c 5.9KB
text_snippet v_m4a1.vanmgrph_c 20.8KB
view_in_ar v_m4a1.vmdl_c 2.4MB
insert_photo w_m4a1_ao_png_ec497cb6.generated.vtex_c 2.2MB
insert_photo w_m4a1_bakelod_ao_png_96bc6467.generated.vtex_c 172.5KB
insert_photo w_m4a1_bakelod_color_png_a432331e.generated.vtex_c 309.6KB
insert_photo w_m4a1_bakelod_normal_png_eaa3629f.generated.vtex_c 343.7KB
collections w_m4a1_bakelod.vmat_c 5.9KB
insert_photo w_m4a1_color_png_9ae41cf2.generated.vtex_c 4.4MB
insert_photo w_m4a1_normal_png_4ae0f2b5.generated.vtex_c 4.9MB
collections w_m4a1.vmat_c 5.7KB
view_in_ar w_m4a1.vmdl_c 580.4KB
models/weapons/sbox_attachments/foregrip_angled
insert_photo v_foregrip_angled_ao_png_f57ca2bd.generated.vtex_c 486KB
insert_photo v_foregrip_angled_color_png_bd990795.generated.vtex_c 1MB
insert_photo v_foregrip_angled_normal_png_53e7433.generated.vtex_c 1.3MB
collections v_foregrip_angled.vmat_c 6.4KB
models/weapons/sbox_attachments/foregrip_straight
insert_photo v_foregrip_straight_ao_png_1bc8bdd4.generated.vtex_c 442.3KB
insert_photo v_foregrip_straight_color_png_79a513dd.generated.vtex_c 1.1MB
insert_photo v_foregrip_straight_normal_png_5f99864c.generated.vtex_c 1.3MB
collections v_foregrip_straight.vmat_c 6.5KB
models/weapons/sbox_attachments/reddot_rmr
insert_photo v_rmr_ao_png_2924b5b0.generated.vtex_c 604.3KB
insert_photo v_rmr_color_png_80608fd.generated.vtex_c 1.2MB
insert_photo v_rmr_glass_color_png_e9ac62b8.generated.vtex_c 236.1KB
insert_photo v_rmr_glass_rough_png_d34faa77.generated.vtex_c 605KB
insert_photo v_rmr_glass_vmat_g_tnormal_bd801e22.generated.vtex_c 1.8KB
insert_photo v_rmr_glass_vmat_g_treddot_3b99ea7d.generated.vtex_c 1.6KB
collections v_rmr_glass.vmat_c 6.1KB
insert_photo v_rmr_normal_png_59cab6f8.generated.vtex_c 1.2MB
insert_photo v_rmr_red_dot_color_png_548ad423.generated.vtex_c 31.6KB
insert_photo v_rmr_red_dot_vmat_g_tnormal_bd801e22.generated.vtex_c 1.8KB
collections v_rmr_red_dot.vmat_c 6.2KB
collections v_rmr.vmat_c 6KB
models/weapons/sbox_attachments/sight_holographic
insert_photo v_holosight_ao_png_28a32528.generated.vtex_c 2.1MB
insert_photo v_holosight_color_png_db337e18.generated.vtex_c 4.3MB
insert_photo v_holosight_glass_color_png_34fed46e.generated.vtex_c 227.8KB
insert_photo v_holosight_glass_rough_png_d47bf28a.generated.vtex_c 126.6KB
collections v_holosight_glass.vmat_c 6.2KB
insert_photo v_holosight_normal_png_c3a8d484.generated.vtex_c 4.9MB
insert_photo v_holosight_red_dot_color_png_3d567133.generated.vtex_c 29.2KB
insert_photo v_holosight_red_dot_vmat_g_tnormal_bd801e22.generated.vtex_c 1.8KB
collections v_holosight_red_dot.vmat_c 6.8KB
collections v_holosight.vmat_c 6.3KB
models/weapons/sbox_attachments/silencer_9mm
insert_photo silencer_9mm_ao_tga_8ae7d9f.generated.vtex_c 305.4KB
insert_photo silencer_9mm_color_tga_3f46e49b.generated.vtex_c 1.2MB
insert_photo silencer_9mm_normal_tga_c266ce8.generated.vtex_c 1.3MB
collections silencer_9mm.vmat_c 6.1KB
models/weapons/sbox_melee_trenchknife
insert_photo v_trenchknife_ao_tga_f0ebff99.generated.vtex_c 1.6MB
insert_photo v_trenchknife_color_tga_c4bccc04.generated.vtex_c 4MB
insert_photo v_trenchknife_normal_tga_6731d6e7.generated.vtex_c 4.1MB
text_snippet v_trenchknife.vanmgrph_c 17.9KB
collections v_trenchknife.vmat_c 6.5KB
view_in_ar v_trenchknife.vmdl_c 131.2KB
view_in_ar w_trenchknife.vmdl_c 47.8KB
models/weapons/sbox_pistol_usp
insert_photo v_usp_ao_tga_e40c48da.generated.vtex_c 1.9MB
insert_photo v_usp_color_tga_24a299d6.generated.vtex_c 4.4MB
insert_photo v_usp_magazine_ao_tga_c2fd69df.generated.vtex_c 492.3KB
insert_photo v_usp_magazine_color_tga_9385e441.generated.vtex_c 1MB
insert_photo v_usp_magazine_normal_tga_9a754d9a.generated.vtex_c 1.3MB
collections v_usp_magazine.vmat_c 5.9KB
insert_photo v_usp_match_ao_tga_ec0b2a8f.generated.vtex_c 487.6KB
insert_photo v_usp_match_color_tga_525d8f48.generated.vtex_c 1.2MB
insert_photo v_usp_match_normal_tga_55cd06b2.generated.vtex_c 1.3MB
collections v_usp_match.vmat_c 5.8KB
insert_photo v_usp_normal_tga_1f8131aa.generated.vtex_c 4.8MB
collections v_usp_raised_sights.vmat_c 6.4KB
insert_photo v_usp_raisedsights_ao_tga_7bde48e5.generated.vtex_c 172.6KB
insert_photo v_usp_raisedsights_color_tga_a3492b51.generated.vtex_c 309.1KB
insert_photo v_usp_raisedsights_normal_tga_bf6c14b2.generated.vtex_c 343.9KB
insert_photo v_usp_rmr_ao_png_32a8028.generated.vtex_c 414.4KB
insert_photo v_usp_rmr_color_png_7ddbda24.generated.vtex_c 1.2MB
insert_photo v_usp_rmr_glass_color_png_618c4bee.generated.vtex_c 236.1KB
insert_photo v_usp_rmr_glass_rough_png_2683cca8.generated.vtex_c 605.1KB
insert_photo v_usp_rmr_glass_rough_png_48442c6b.generated.vtex_c 605KB
insert_photo v_usp_rmr_glass_vmat_g_tnormal_bd801e22.generated.vtex_c 1.9KB
insert_photo v_usp_rmr_glass_vmat_g_treddot_3b99ea7d.generated.vtex_c 1.6KB
collections v_usp_rmr_glass.vmat_c 6.2KB
insert_photo v_usp_rmr_normal_png_3550557f.generated.vtex_c 1.3MB
insert_photo v_usp_rmr_red_dot_color_png_b6ec9c49.generated.vtex_c 31.6KB
insert_photo v_usp_rmr_red_dot_vmat_g_tnormal_bd801e22.generated.vtex_c 1.8KB
collections v_usp_rmr_red_dot.vmat_c 6.1KB
collections v_usp_rmr.vmat_c 5.8KB
text_snippet v_usp.vanmgrph_c 20KB
collections v_usp.vmat_c 5.7KB
view_in_ar v_usp.vmdl_c 891.3KB
insert_photo w_usp_color_tga_c96487ed.generated.vtex_c 4.2MB
insert_photo w_usp_normal_tga_66da1cd9.generated.vtex_c 4.6MB
collections w_usp.vmat_c 6KB
view_in_ar w_usp.vmdl_c 386.6KB
models/weapons/sbox_shotgun_spaghellim4
insert_photo v_spaghellim4_a_ao_png_1d51c21c.generated.vtex_c 1.9MB
insert_photo v_spaghellim4_a_color_png_2a10d62a.generated.vtex_c 3.9MB
insert_photo v_spaghellim4_a_normal_png_b097841a.generated.vtex_c 4.8MB
collections v_spaghellim4_a.vmat_c 6.1KB
insert_photo v_spaghellim4_b_ao_png_ecc9b4e1.generated.vtex_c 1.8MB
insert_photo v_spaghellim4_b_color_png_cc9ae24a.generated.vtex_c 4.3MB
insert_photo v_spaghellim4_b_normal_png_b902a433.generated.vtex_c 4.6MB
collections v_spaghellim4_b.vmat_c 6.1KB
insert_photo v_spaghellim4_c_ao_png_d1014ab7.generated.vtex_c 1.7MB
insert_photo v_spaghellim4_c_color_png_4e31c7a8.generated.vtex_c 4MB
insert_photo v_spaghellim4_c_normal_png_9f557bb7.generated.vtex_c 4.3MB
collections v_spaghellim4_c.vmat_c 6.1KB
insert_photo v_spaghellim4_shellholder_ao_png_c1745752.generated.vtex_c 406.7KB
insert_photo v_spaghellim4_shellholder_color_png_5608eeaa.generated.vtex_c 845.4KB
insert_photo v_spaghellim4_shellholder_normal_png_87060907.generated.vtex_c 1012.3KB
collections v_spaghellim4_shellholder.vmat_c 6.4KB
text_snippet v_spaghellim4.vanmgrph_c 18.3KB
view_in_ar v_spaghellim4.vmdl_c 1MB
insert_photo w_spaghellim4_ao_png_778d0cbe.generated.vtex_c 2MB
insert_photo w_spaghellim4_color_png_58851422.generated.vtex_c 3.8MB
insert_photo w_spaghellim4_normal_png_ee8465fe.generated.vtex_c 4.5MB
collections w_spaghellim4.vmat_c 6.1KB
view_in_ar w_spaghellim4.vmdl_c 243.8KB
models/weapons/sbox_smg_mp5
insert_photo v_mp5_a_ao_png_b1a61e4a.generated.vtex_c 1.7MB
insert_photo v_mp5_a_color_png_746eb202.generated.vtex_c 4.3MB
insert_photo v_mp5_a_normal_png_13d6efed.generated.vtex_c 4.8MB
collections v_mp5_a.vmat_c 5.6KB
insert_photo v_mp5_b_ao_png_db1ed927.generated.vtex_c 1.8MB
insert_photo v_mp5_b_color_png_1a54b596.generated.vtex_c 4.4MB
insert_photo v_mp5_b_normal_png_e29373ab.generated.vtex_c 5MB
collections v_mp5_b.vmat_c 5.6KB
insert_photo v_mp5_c_ao_png_3ed1dad1.generated.vtex_c 2.1MB
insert_photo v_mp5_c_color_png_5e0e133.generated.vtex_c 4.2MB
insert_photo v_mp5_c_normal_png_4ade50ff.generated.vtex_c 5.1MB
collections v_mp5_c.vmat_c 5.6KB
insert_photo v_mp5_magazine_ao_png_7ef9ff2c.generated.vtex_c 816.4KB
insert_photo v_mp5_magazine_color_png_11c691f8.generated.vtex_c 2.2MB
insert_photo v_mp5_magazine_normal_png_4e914030.generated.vtex_c 2.4MB
collections v_mp5_magazine.vmat_c 5.8KB
insert_photo v_mp5_railmount_ao_png_dff0d773.generated.vtex_c 552.6KB
insert_photo v_mp5_railmount_color_png_b7edf878.generated.vtex_c 1.1MB
insert_photo v_mp5_railmount_normal_png_79c79a33.generated.vtex_c 1.3MB
collections v_mp5_railmount.vmat_c 5.8KB
text_snippet v_mp5.vanmgrph_c 23.3KB
view_in_ar v_mp5.vmdl_c 1.4MB
insert_photo w_mp5_ao_png_a3e321d6.generated.vtex_c 2.2MB
insert_photo w_mp5_bakelod_ao_png_38330056.generated.vtex_c 44.6KB
insert_photo w_mp5_bakelod_color_png_ca38b492.generated.vtex_c 87.6KB
insert_photo w_mp5_bakelod_normal_png_c8566bb.generated.vtex_c 87.8KB
collections w_mp5_bakelod.vmat_c 6.2KB
insert_photo w_mp5_color_png_fe1e30bb.generated.vtex_c 4.2MB
insert_photo w_mp5_normal_png_4247277f.generated.vtex_c 4.9MB
collections w_mp5.vmat_c 6KB
view_in_ar w_mp5.vmdl_c 544.1KB
particles/gameplay/dogtags
text_snippet team_1_dog_tags.vpcf 9.7KB
text_snippet team_1_dog_tags.vpcf_c 2.3KB
particles/gameplay/flag
text_snippet flag_aoe.vpcf 15KB
text_snippet flag_aoe.vpcf_c 2.5KB
particles/gameplay/guns/trail
text_snippet rico_trail_impact_spark.vpcf 58.3KB
text_snippet rico_trail_impact_spark.vpcf_c 3.4KB
text_snippet rico_trail_smoke.vpcf 24.9KB
text_snippet rico_trail_smoke.vpcf_c 2.9KB
text_snippet trail_bullet.vpcf 32KB
text_snippet trail_bullet.vpcf_c 2.5KB
text_snippet trail_smoke.vpcf 7.1KB
text_snippet trail_smoke.vpcf_c 2.5KB
particles/gameplay/player/slide
text_snippet slide.vpcf 22.4KB
text_snippet slide.vpcf_c 2.2KB
particles
text_snippet impact.generic.smokepuff.vpcf_c 2.9KB
text_snippet impact.generic.smokering.vpcf_c 2.6KB
text_snippet impact.generic.vpcf_c 3.4KB
text_snippet impact.metal-chunks.vpcf_c 3.3KB
text_snippet impact.metal-light.vpcf_c 3.2KB
text_snippet impact.metal.vpcf_c 3.6KB
text_snippet laserdot.vpcf 12.9KB
text_snippet laserdot.vpcf_c 2.1KB
text_snippet laserline.vpcf 21.4KB
text_snippet laserline.vpcf_c 2.4KB
prefabs
text_snippet door.prefab 1.4KB
text_snippet door.prefab_c 1.4KB
prefabs/game_modes
text_snippet bomb_defusal.prefab 3.7KB
text_snippet bomb_defusal.prefab_c 3KB
text_snippet round_based_test.prefab 2.7KB
text_snippet round_based_test.prefab_c 2.3KB
text_snippet testing.prefab_c 1.2KB
text_snippet weapon_test.prefab_c 870B
prefabs
text_snippet hud.prefab_c 1KB
prefabs/player
text_snippet player.prefab 91KB
text_snippet player.prefab_c 41.3KB
text_snippet spectate.prefab 1.8KB
text_snippet spectate.prefab_c 1.5KB
prefabs/weapon_effects
text_snippet pistol_muzzleflash.prefab 4KB
text_snippet pistol_muzzleflash.prefab_c 2.4KB
projectsettings
text_snippet collision.config 857B
radio_sounds
text_snippet counter_terrorist.radio_c 1KB
text_snippet terrorist.radio_c 1007B
scenes
text_snippet de_testing.scene 62.8KB
text_snippet de_testing.scene_c 30.8KB
text_snippet fps_testing.scene 64.5KB
text_snippet fps_testing.scene_c 32KB
scenes/maps/defusemap_01
text_snippet bombsite_a.prefab 1KB
text_snippet bombsite_a.prefab_c 1KB
text_snippet bombsite_b.prefab 1KB
text_snippet bombsite_b.prefab_c 1KB
text_snippet buyzone_setup.prefab 1.3KB
text_snippet buyzone_setup.prefab_c 1.2KB
text_snippet buyzone_t.prefab 977B
text_snippet buyzone_t.prefab_c 1KB
text_snippet de_garry.scene 57.1KB
text_snippet de_garry.scene_c 39.7KB
text_snippet enviroment_setup.prefab 3.2KB
text_snippet enviroment_setup.prefab_c 2.5KB
text_snippet game_setup.prefab 3.2KB
text_snippet game_setup.prefab_c 2.5KB
text_snippet mapmesh_mid.prefab 632.4KB
text_snippet mapmesh_mid.prefab_c 278.6KB
text_snippet mapmesh.prefab 706.6KB
text_snippet mapmesh.prefab_c 304.3KB
scenes
text_snippet menu.scene 3.3KB
text_snippet menu.scene_c 2.6KB
shaders
text_snippet glass_scope.shader_c 379.2KB
text_snippet scope.shader_c 9.2KB
sound
text_snippet hl2_door_open.sound_c 575B
text_snippet hl2_door_open.vsnd_c 211.6KB
text_snippet hl2_door_soft_close.sound_c 597B
text_snippet hl2_door_soft_close.vsnd_c 135.8KB
sounds/announcer
text_snippet announcer_doublekill.sound 311B
text_snippet announcer_doublekill.sound_c 737B
text_snippet announcer_firstblood.sound 311B
text_snippet announcer_firstblood.sound_c 737B
text_snippet announcer_payback.sound 306B
text_snippet announcer_payback.sound_c 732B
text_snippet announcer_triplekill.sound 311B
text_snippet announcer_triplekill.sound_c 737B
text_snippet announcer_ultrakill.sound 309B
text_snippet announcer_ultrakill.sound_c 735B
text_snippet doublekill_01.mp3 61.7KB
text_snippet doublekill_01.vsnd_c 62.1KB
text_snippet doublekill_02.mp3 65.8KB
text_snippet doublekill_02.vsnd_c 66.2KB
text_snippet firstblood_01.mp3 77KB
text_snippet firstblood_01.vsnd_c 77.4KB
text_snippet firstblood_02.mp3 85.1KB
text_snippet firstblood_02.vsnd_c 85.6KB
text_snippet payback_01.mp3 53.5KB
text_snippet payback_01.vsnd_c 53.9KB
text_snippet payback_02.mp3 68.8KB
text_snippet payback_02.vsnd_c 69.2KB
text_snippet triplekill_01.mp3 69.8KB
text_snippet triplekill_01.vsnd_c 70.2KB
text_snippet triplekill_02.mp3 78KB
text_snippet triplekill_02.vsnd_c 78.4KB
text_snippet ultrakill_01.mp3 72.9KB
text_snippet ultrakill_01.vsnd_c 73.3KB
text_snippet ultrakill_02.mp3 73.9KB
text_snippet ultrakill_02.vsnd_c 74.3KB
sounds/footsteps
text_snippet footstep-concrete-jump.sound_c 915B
text_snippet footstep-concrete-jump01.vsnd_c 42KB
text_snippet footstep-concrete-jump02.vsnd_c 42KB
text_snippet footstep-concrete-jump03.vsnd_c 37.5KB
text_snippet footstep-concrete-jump04.vsnd_c 37.6KB
text_snippet footstep-concrete-land.sound_c 802B
text_snippet footstep-concrete-land01.vsnd_c 42.7KB
text_snippet footstep-concrete-land02.vsnd_c 42.1KB
text_snippet footstep-concrete-land03.vsnd_c 42.1KB
text_snippet footstep-concrete.sound_c 1.2KB
text_snippet footstep-concrete01.vsnd_c 25.3KB
text_snippet footstep-concrete02.vsnd_c 25.5KB
text_snippet footstep-concrete03.vsnd_c 25.1KB
text_snippet footstep-concrete04.vsnd_c 25.4KB
text_snippet footstep-concrete05.vsnd_c 26.4KB
text_snippet footstep-concrete06.vsnd_c 27.1KB
text_snippet footstep-concrete07.vsnd_c 25.8KB
text_snippet footstep-concrete08.vsnd_c 26.1KB
text_snippet footstep-metal-walk-001.vsnd_c 43.4KB
text_snippet footstep-metal-walk-002.vsnd_c 47.4KB
text_snippet footstep-metal-walk-003.vsnd_c 45.8KB
text_snippet footstep-metal-walk-004.vsnd_c 43.2KB
text_snippet footstep-metal-walk-005.vsnd_c 42.6KB
text_snippet footstep-metal-walk-006.vsnd_c 47.4KB
text_snippet footstep-metal-walk-007.vsnd_c 45.8KB
text_snippet footstep-metal-walk-008.vsnd_c 43.2KB
text_snippet footstep-metal.sound_c 1.5KB
sounds/guns/akm
text_snippet ak_shoot_1.vsnd_c 113.3KB
text_snippet ak_shoot_1.wav 112.8KB
text_snippet ak_shoot_2.vsnd_c 134.6KB
text_snippet ak_shoot_2.wav 134.1KB
text_snippet akm_shoot.vsnd_c 198.8KB
text_snippet akm_shoot.wav 198.3KB
text_snippet akm.shoot.sound 306B
text_snippet akm.shoot.sound_c 716B
text_snippet ar1_shoot 01.vsnd_c 364.1KB
text_snippet ar1_shoot 01.wav 396KB
sounds/guns/c4
text_snippet c4_beep.sound 363B
text_snippet c4_beep.sound_c 703B
text_snippet c4_planting_beep.sound 363B
text_snippet c4_planting_beep.sound_c 703B
sounds/guns/f1
text_snippet ar2_shoot.sound 334B
text_snippet ar2_shoot.sound_c 788B
text_snippet ar2_shoot1.vsnd_c 688.9KB
text_snippet ar2_shoot1.wav 750KB
text_snippet ar2_shoot2.vsnd_c 662.9KB
text_snippet ar2_shoot2.wav 721.8KB
text_snippet ar2_shoot3.vsnd_c 208.7KB
text_snippet ar2_shoot3.wav 226.8KB
sounds/guns
text_snippet gun_dryfire.sound 402B
text_snippet gun_dryfire.sound_c 732B
text_snippet gun.dryfire.vsnd_c 33.7KB
text_snippet gun.dryfire.wav 36KB
text_snippet kill.sound 248B
text_snippet kill.sound_c 598B
text_snippet kill.vsnd_c 312.9KB
text_snippet kill.wav 457.6KB
sounds/guns/knife
text_snippet knife.deploy.sound 360B
text_snippet knife.deploy.sound_c 700B
text_snippet knife.deploy.vsnd_c 144.7KB
text_snippet knife.deploy.wav 144KB
text_snippet knife.swing.sound 359B
text_snippet knife.swing.sound_c 699B
text_snippet knife.swing.vsnd_c 28.7KB
text_snippet knife.swing.wav 37.7KB
sounds/guns/m1911
text_snippet 1911_shoot_1.vsnd_c 572.6KB
text_snippet 1911_shoot_1.wav 573.6KB
text_snippet pistol_shoot.sound 363B
text_snippet pistol_shoot.sound_c 703B
text_snippet pistol_shoot.vsnd_c 243.7KB
text_snippet pistol_shoot.wav 243KB
sounds/guns/m1911/reload
text_snippet m1911.reload.fow.sound 274B
text_snippet m1911.reload.fow.sound_c 672B
text_snippet m1911.reload.fow.vsnd_c 107.1KB
text_snippet m1911.reload.fow.wav 115.8KB
text_snippet m1911.reload.load.sound 275B
text_snippet m1911.reload.load.sound_c 673B
text_snippet m1911.reload.load.vsnd_c 139.9KB
text_snippet m1911.reload.load.wav 141.9KB
text_snippet m1911.reload.out.sound 274B
text_snippet m1911.reload.out.sound_c 672B
text_snippet m1911.reload.out.vsnd_c 139.9KB
text_snippet m1911.reload.out.wav 141.9KB
text_snippet m1911.reload.sound 270B
text_snippet m1911.reload.sound_c 668B
text_snippet m1911.reload.vsnd_c 46.6KB
text_snippet m1911.reload.wav 50KB
sounds/guns/mp5/reload
text_snippet mp5.mag.load.sound 268B
text_snippet mp5.mag.load.sound_c 650B
text_snippet mp5.mag.load.vsnd_c 63.8KB
text_snippet mp5.mag.load.wav 63.1KB
text_snippet mp5.mag.sound 263B
text_snippet mp5.mag.sound_c 645B
text_snippet mp5.mag.vsnd_c 54.2KB
text_snippet mp5.mag.wav 53.5KB
text_snippet mp5.move.sound 264B
text_snippet mp5.move.sound_c 646B
text_snippet mp5.move.vsnd_c 92.9KB
text_snippet mp5.move.wav 92.2KB
sounds/guns/mp5
text_snippet smg1_shoot.sound 451B
text_snippet smg1_shoot.sound_c 875B
text_snippet smg1_shoot1.vsnd_c 193.1KB
text_snippet smg1_shoot1.wav 192.5KB
text_snippet smg1_shoot2.vsnd_c 193.1KB
text_snippet smg1_shoot2.wav 192.5KB
text_snippet smg1_shoot3.vsnd_c 193.1KB
text_snippet smg1_shoot3.wav 192.5KB
sounds/guns/r870
text_snippet shotgun_cock.sound 262B
text_snippet shotgun_cock.sound_c 644B
text_snippet shotgun_cock.vsnd_c 126.3KB
text_snippet shotgun_cock.wav 126.3KB
text_snippet shotgun_load.sound 262B
text_snippet shotgun_load.sound_c 644B
text_snippet shotgun_load.vsnd_c 90.4KB
text_snippet shotgun_load.wav 90.4KB
text_snippet shotgun_pump.sound 262B
text_snippet shotgun_pump.sound_c 644B
text_snippet shotgun_pump.vsnd_c 115KB
text_snippet shotgun_pump.wav 115KB
text_snippet shotgun1_shoot.sound 411B
text_snippet shotgun1_shoot.sound_c 809B
text_snippet shotgun1_shoot1.vsnd_c 221.1KB
text_snippet shotgun1_shoot1.wav 220.4KB
text_snippet shotgun1_shoot2.vsnd_c 220.6KB
text_snippet shotgun1_shoot2.wav 219.9KB
sounds/guns/revolver
text_snippet revolver_shoot.1.vsnd_c 375.9KB
text_snippet revolver_shoot.1.wav 563.4KB
text_snippet revolver_shoot.2.vsnd_c 375.9KB
text_snippet revolver_shoot.2.wav 375.2KB
text_snippet revolver_shoot.3.vsnd_c 663.8KB
text_snippet revolver_shoot.3.wav 663.1KB
text_snippet revolver_shoot.sound 370B
text_snippet revolver_shoot.sound_c 872B
text_snippet revolver.case.1.vsnd_c 280.7KB
text_snippet revolver.case.1.wav 281.6KB
text_snippet revolver.case.2.vsnd_c 237.6KB
text_snippet revolver.case.2.wav 238.6KB
text_snippet revolver.case.3.vsnd_c 388.4KB
text_snippet revolver.case.3.wav 389.3KB
text_snippet revolver.case.sound 365B
text_snippet revolver.case.sound_c 867B
text_snippet revolver.hammer.sound 269B
text_snippet revolver.hammer.sound_c 651B
text_snippet revolver.hammer.vsnd_c 38.6KB
text_snippet revolver.hammer.wav 37.9KB
text_snippet revolver.reload.sound 269B
text_snippet revolver.reload.sound_c 651B
text_snippet revolver.reload.vsnd_c 75.5KB
text_snippet revolver.reload.wav 74.8KB
sounds/guns/switch
text_snippet switch_1.vsnd_c 129.9KB
text_snippet switch_1.wav 170.1KB
text_snippet switch_2.vsnd_c 116.9KB
text_snippet switch_2.wav 157.1KB
text_snippet switch_3.vsnd_c 108.4KB
text_snippet switch_3.wav 148.6KB
text_snippet weapon_switch.sound 292B
text_snippet weapon_switch.sound_c 715B
sounds
text_snippet heartbeat.sound 248B
text_snippet heartbeat.sound_c 598B
text_snippet heartbeat.vsnd_c 184.8KB
text_snippet heartbeat.wav 184.3KB
text_snippet heartbeat.wav.meta 20B
sounds/impacts/bullets
text_snippet generic-bullet-impact-1.vsnd_c 100.8KB
text_snippet impact-bullet-generic.sound_c 771B
text_snippet impact-bullet-metal.sound_c 1.2KB
text_snippet metal_bullet_impact-1.vsnd_c 129.9KB
text_snippet metal_bullet_impact-2.vsnd_c 129.9KB
text_snippet metal_bullet_impact-3.vsnd_c 129.9KB
text_snippet metal_bullet_impact-4.vsnd_c 129.9KB
text_snippet metal_bullet_impact-5.vsnd_c 90.4KB
sounds/impacts/melee/bluntweapon
text_snippet dirt-001.vsnd_c 37.6KB
text_snippet dirt-002.vsnd_c 43.8KB
text_snippet dirt-003.vsnd_c 43.8KB
text_snippet dirt-004.vsnd_c 43.8KB
text_snippet metal-1.vsnd_c 124.4KB
sounds/impacts/melee
text_snippet impact-melee-dirt.sound_c 1.1KB
text_snippet impact-melee-metal.sound_c 765B
sounds/interactions
text_snippet loot_box.sound 260B
text_snippet loot_box.sound_c 626B
text_snippet loot_box.vsnd_c 151.4KB
text_snippet loot_box.wav 191.6KB
sounds/kc
text_snippet coin.pickup.sound 244B
text_snippet coin.pickup.sound_c 609B
text_snippet coin.pickup.vsnd_c 174.3KB
text_snippet coin.pickup.wav 260.5KB
sounds/kenney/ui
text_snippet drop_002.vsnd_c 35.4KB
text_snippet mouseclick1.vsnd_c 13.9KB
text_snippet ui.button.deny.sound_c 582B
text_snippet ui.button.press.sound_c 630B
sounds/music/round_intro
text_snippet epic_intro_1.sound 275B
text_snippet epic_intro_1.sound_c 673B
text_snippet epic_intro_1.vsnd_c 2.2MB
text_snippet epic_intro_1.wav 2.2MB
text_snippet round_start_01.vsnd_c 2.7MB
text_snippet round_start_01.wav 5.3MB
sounds/player
text_snippet damage_taken_shot.sound 283B
text_snippet damage_taken_shot.sound_c 665B
text_snippet damage_taken_shot.vsnd_c 92.7KB
text_snippet damage_taken_shot.wav 214.3KB
sounds/player/foley/gear
text_snippet add.walking.1.vsnd_c 124.3KB
text_snippet add.walking.1.wav 185.4KB
text_snippet add.walking.2.vsnd_c 156.9KB
text_snippet add.walking.2.wav 234.2KB
text_snippet add.walking.3.vsnd_c 144.4KB
text_snippet add.walking.3.wav 215.6KB
text_snippet add.walking.4.vsnd_c 169.3KB
text_snippet add.walking.4.wav 252.8KB
text_snippet add.walking.5.vsnd_c 148.1KB
text_snippet add.walking.5.wav 221KB
text_snippet add.walking.6.vsnd_c 179.6KB
text_snippet add.walking.6.wav 268.3KB
text_snippet player.heavy_land.gear.sound 417B
text_snippet player.heavy_land.gear.sound_c 972B
text_snippet player.jump.gear.sound 261B
text_snippet player.jump.gear.sound_c 658B
text_snippet player.walk.gear.sound 469B
text_snippet player.walk.gear.sound_c 1.1KB
text_snippet ply.landing.1.vsnd_c 130KB
text_snippet ply.landing.1.wav 274.4KB
text_snippet ply.landing.2.vsnd_c 151.5KB
text_snippet ply.landing.2.wav 295.9KB
text_snippet ply.landing.3.vsnd_c 130KB
text_snippet ply.landing.3.wav 274.4KB
text_snippet ply.landing.4.vsnd_c 130KB
text_snippet ply.landing.4.wav 274.4KB
sounds/player/foley/slide
text_snippet ski.loop.sound 267B
text_snippet ski.loop.sound_c 649B
text_snippet ski.loop.vsnd_c 6MB
text_snippet ski.loop.wav 6MB
text_snippet ski.stop.sound 274B
text_snippet ski.stop.sound_c 656B
text_snippet ski.stop.vsnd_c 156KB
text_snippet ski.stop.wav 233KB
sounds/radio/ct
text_snippet ct_1_enemy.mp3 62.9KB
text_snippet ct_1_enemy.mp3.meta 80B
text_snippet ct_1_enemy.sound 356B
text_snippet ct_1_enemy.sound_c 696B
text_snippet ct_1_enemy.vsnd_c 63.5KB
text_snippet ct_2_enemy.mp3 56.3KB
text_snippet ct_2_enemy.sound 356B
text_snippet ct_2_enemy.sound_c 696B
text_snippet ct_2_enemy.vsnd_c 57KB
text_snippet ct_3_enemy.mp3 52.2KB
text_snippet ct_3_enemy.sound 356B
text_snippet ct_3_enemy.sound_c 696B
text_snippet ct_3_enemy.vsnd_c 52.9KB
text_snippet ct_4_enemy.mp3 53.1KB
text_snippet ct_4_enemy.sound 356B
text_snippet ct_4_enemy.sound_c 696B
text_snippet ct_4_enemy.vsnd_c 53.7KB
text_snippet ct_bomb_diffused_01.mp3 66.1KB
text_snippet ct_bomb_diffused_01.vsnd_c 66.8KB
text_snippet ct_bomb_diffused_02.mp3 74.3KB
text_snippet ct_bomb_diffused_02.vsnd_c 75KB
text_snippet ct_bomb_diffused_03.mp3 72.7KB
text_snippet ct_bomb_diffused_03.vsnd_c 73.4KB
text_snippet ct_bomb_diffused.sound 462B
text_snippet ct_bomb_diffused.sound_c 918B
text_snippet ct_death_01.mp3 53.1KB
text_snippet ct_death_01.vsnd_c 53.7KB
text_snippet ct_death_02.mp3 60.4KB
text_snippet ct_death_02.vsnd_c 61.1KB
text_snippet ct_death_03.mp3 47.3KB
text_snippet ct_death_03.vsnd_c 48KB
text_snippet ct_death_04.mp3 39.2KB
text_snippet ct_death_04.vsnd_c 39.9KB
text_snippet ct_death_05.mp3 47.3KB
text_snippet ct_death_05.vsnd_c 48KB
text_snippet ct_death.sound 521B
text_snippet ct_death.sound_c 837B
text_snippet ct_diffusing_bomb_01.mp3 49.8KB
text_snippet ct_diffusing_bomb_01.vsnd_c 50.5KB
text_snippet ct_diffusing_bomb_02.mp3 54.7KB
text_snippet ct_diffusing_bomb_02.vsnd_c 55.4KB
text_snippet ct_diffusing_bomb_03.mp3 47.3KB
text_snippet ct_diffusing_bomb_03.vsnd_c 48.1KB
text_snippet ct_diffusing_bomb.sound 466B
text_snippet ct_diffusing_bomb.sound_c 922B
text_snippet ct_enemy_bomb_planted_01.mp3 75.9KB
text_snippet ct_enemy_bomb_planted_01.vsnd_c 76.7KB
text_snippet ct_enemy_bomb_planted_02.mp3 74.3KB
text_snippet ct_enemy_bomb_planted_02.vsnd_c 75KB
text_snippet ct_enemy_bomb_planted_03.mp3 62.9KB
text_snippet ct_enemy_bomb_planted_03.vsnd_c 63.6KB
text_snippet ct_enemy_bomb_planted.sound 477B
text_snippet ct_enemy_bomb_planted.sound_c 949B
text_snippet ct_enemy_down.mp3 40.8KB
text_snippet ct_enemy_down.sound 359B
text_snippet ct_enemy_down.sound_c 699B
text_snippet ct_enemy_down.vsnd_c 41.5KB
text_snippet ct_flashbang_01.mp3 44.9KB
text_snippet ct_flashbang_01.vsnd_c 45.6KB
text_snippet ct_flashbang_02.mp3 37.5KB
text_snippet ct_flashbang_02.vsnd_c 38.2KB
text_snippet ct_flashbang_03.mp3 43.3KB
text_snippet ct_flashbang_03.vsnd_c 44KB
text_snippet ct_flashbang.sound 451B
text_snippet ct_flashbang.sound_c 891B
text_snippet ct_friendly_fire_01.mp3 64.5KB
text_snippet ct_friendly_fire_01.vsnd_c 65.2KB
text_snippet ct_friendly_fire_02.mp3 72.7KB
text_snippet ct_friendly_fire_02.vsnd_c 73.4KB
text_snippet ct_friendly_fire_03.mp3 70.2KB
text_snippet ct_friendly_fire_03.vsnd_c 70.9KB
text_snippet ct_friendly_fire_04.mp3 75.9KB
text_snippet ct_friendly_fire_04.vsnd_c 76.6KB
text_snippet ct_friendly_fire.sound 512B
text_snippet ct_friendly_fire.sound_c 1010B
text_snippet ct_good_kill.mp3 54.7KB
text_snippet ct_good_kill.vsnd_c 55.4KB
text_snippet ct_good_shot.mp3 44.9KB
text_snippet ct_good_shot.sound 400B
text_snippet ct_good_shot.sound_c 782B
text_snippet ct_good_shot.vsnd_c 45.6KB
text_snippet ct_grenade_01.mp3 40.8KB
text_snippet ct_grenade_01.vsnd_c 41.5KB
text_snippet ct_grenade_02.mp3 40KB
text_snippet ct_grenade_02.vsnd_c 40.7KB
text_snippet ct_grenade_03.mp3 35.1KB
text_snippet ct_grenade_03.vsnd_c 35.8KB
text_snippet ct_grenade.sound 444B
text_snippet ct_grenade.sound_c 868B
text_snippet ct_last_enemy_01.mp3 53.1KB
text_snippet ct_last_enemy_01.vsnd_c 53.8KB
text_snippet ct_last_enemy_02.mp3 49KB
text_snippet ct_last_enemy_02.vsnd_c 49.7KB
text_snippet ct_last_enemy.sound 408B
text_snippet ct_last_enemy.sound_c 806B
text_snippet ct_lose_01.mp3 56.3KB
text_snippet ct_lose_01.vsnd_c 57KB
text_snippet ct_lose_02.mp3 78.4KB
text_snippet ct_lose_02.vsnd_c 79KB
text_snippet ct_lose_03.mp3 82.4KB
text_snippet ct_lose_03.vsnd_c 83.1KB
text_snippet ct_lose_04.mp3 103.7KB
text_snippet ct_lose_04.vsnd_c 104.3KB
text_snippet ct_lose_05.mp3 68.6KB
text_snippet ct_lose_05.vsnd_c 69.2KB
text_snippet ct_lose_06.mp3 92.2KB
text_snippet ct_lose_06.vsnd_c 92.9KB
text_snippet ct_lose_07.mp3 85.7KB
text_snippet ct_lose_07.vsnd_c 86.4KB
text_snippet ct_lose_08.mp3 92.2KB
text_snippet ct_lose_08.vsnd_c 92.9KB
text_snippet ct_lose_09.mp3 92.2KB
text_snippet ct_lose_09.vsnd_c 92.9KB
text_snippet ct_lose.sound 675B
text_snippet ct_lose.sound_c 1.3KB
text_snippet ct_molotov_01.mp3 43.3KB
text_snippet ct_molotov_01.vsnd_c 44KB
text_snippet ct_molotov_02.mp3 39.2KB
text_snippet ct_molotov_02.vsnd_c 39.9KB
text_snippet ct_molotov_03.mp3 45.7KB
text_snippet ct_molotov_03.vsnd_c 46.4KB
text_snippet ct_molotov.sound 445B
text_snippet ct_molotov.sound_c 869B
text_snippet ct_nice_one.mp3 44.9KB
text_snippet ct_nice_one.vsnd_c 45.6KB
text_snippet ct_roundstart_01.mp3 84.1KB
text_snippet ct_roundstart_01.vsnd_c 84.8KB
text_snippet ct_roundstart_02.mp3 68.6KB
text_snippet ct_roundstart_02.vsnd_c 69.3KB
text_snippet ct_roundstart_03.mp3 75.9KB
text_snippet ct_roundstart_03.vsnd_c 76.6KB
text_snippet ct_roundstart.sound 453B
text_snippet ct_roundstart.sound_c 893B
text_snippet ct_smoke_01.mp3 38.4KB
text_snippet ct_smoke_01.vsnd_c 39KB
text_snippet ct_smoke_02.mp3 43.3KB
text_snippet ct_smoke_02.vsnd_c 43.9KB
text_snippet ct_smoke_03.mp3 50.6KB
text_snippet ct_smoke_03.vsnd_c 51.3KB
text_snippet ct_smoke.sound 439B
text_snippet ct_smoke.sound_c 863B
text_snippet ct_win_01.mp3 109.4KB
text_snippet ct_win_01.vsnd_c 110KB
text_snippet ct_win_02.mp3 68.6KB
text_snippet ct_win_02.vsnd_c 69.2KB
text_snippet ct_win_03.mp3 127.3KB
text_snippet ct_win_03.vsnd_c 128KB
text_snippet ct_win_04.mp3 93.9KB
text_snippet ct_win_04.vsnd_c 94.5KB
text_snippet ct_win_05.mp3 60.4KB
text_snippet ct_win_05.vsnd_c 61.1KB
text_snippet ct_win_06.mp3 111KB
text_snippet ct_win_06.vsnd_c 111.7KB
text_snippet ct_win_07.mp3 95.5KB
text_snippet ct_win_07.vsnd_c 96.2KB
text_snippet ct_win_08.mp3 88.2KB
text_snippet ct_win_08.vsnd_c 88.8KB
text_snippet ct_win_09.mp3 111KB
text_snippet ct_win_09.vsnd_c 111.7KB
text_snippet ct_win.sound 666B
text_snippet ct_win.sound_c 1.3KB
sounds/radio/t
text_snippet t_1_enemy.mp3 58.8KB
text_snippet t_1_enemy.sound 353B
text_snippet t_1_enemy.sound_c 693B
text_snippet t_1_enemy.vsnd_c 59.4KB
text_snippet t_2_enemy.mp3 43.3KB
text_snippet t_2_enemy.sound 353B
text_snippet t_2_enemy.sound_c 693B
text_snippet t_2_enemy.vsnd_c 43.9KB
text_snippet t_3_enemy.mp3 55.5KB
text_snippet t_3_enemy.sound 353B
text_snippet t_3_enemy.sound_c 693B
text_snippet t_3_enemy.vsnd_c 56.2KB
text_snippet t_4_enemy.mp3 54.7KB
text_snippet t_4_enemy.sound 354B
text_snippet t_4_enemy.sound_c 694B
text_snippet t_4_enemy.vsnd_c 55.3KB
text_snippet t_bomb_diffused_01.mp3 70.2KB
text_snippet t_bomb_diffused_01.vsnd_c 70.9KB
text_snippet t_bomb_diffused_02.mp3 62.9KB
text_snippet t_bomb_diffused_02.vsnd_c 63.6KB
text_snippet t_bomb_diffused_03.mp3 56.3KB
text_snippet t_bomb_diffused_03.vsnd_c 57KB
text_snippet t_bomb_diffused.sound 456B
text_snippet t_bomb_diffused.sound_c 896B
text_snippet t_bomb_planted_01.mp3 58.8KB
text_snippet t_bomb_planted_01.vsnd_c 59.5KB
text_snippet t_bomb_planted_02.mp3 58.8KB
text_snippet t_bomb_planted_02.vsnd_c 59.5KB
text_snippet t_bomb_planted_03.mp3 49KB
text_snippet t_bomb_planted_03.vsnd_c 49.7KB
text_snippet t_bomb_planted.sound 453B
text_snippet t_bomb_planted.sound_c 893B
text_snippet t_death_01.mp3 39.2KB
text_snippet t_death_01.vsnd_c 39.8KB
text_snippet t_death_02.mp3 35.1KB
text_snippet t_death_02.vsnd_c 35.8KB
text_snippet t_death_03.mp3 35.1KB
text_snippet t_death_03.vsnd_c 35.8KB
text_snippet t_death_04.mp3 37.5KB
text_snippet t_death_04.vsnd_c 38.2KB
text_snippet t_death_05.mp3 44.9KB
text_snippet t_death_05.vsnd_c 45.6KB
text_snippet t_death.sound 511B
text_snippet t_death.sound_c 1003B
text_snippet t_enemy_diffusing_01.mp3 70.2KB
text_snippet t_enemy_diffusing_01.vsnd_c 70.9KB
text_snippet t_enemy_diffusing_02.mp3 72.7KB
text_snippet t_enemy_diffusing_02.vsnd_c 73.4KB
text_snippet t_enemy_diffusing_03.mp3 62.9KB
text_snippet t_enemy_diffusing_03.vsnd_c 63.6KB
text_snippet t_enemy_diffusing.sound 463B
text_snippet t_enemy_diffusing.sound_c 919B
text_snippet t_enemy_down_01.mp3 53.1KB
text_snippet t_enemy_down_01.vsnd_c 53.7KB
text_snippet t_enemy_down_02.mp3 44.9KB
text_snippet t_enemy_down_02.vsnd_c 45.6KB
text_snippet t_enemy_down_03.mp3 43.3KB
text_snippet t_enemy_down_03.vsnd_c 44KB
text_snippet t_enemy_down.sound 448B
text_snippet t_enemy_down.sound_c 872B
text_snippet t_flashbang_01.mp3 49KB
text_snippet t_flashbang_01.vsnd_c 49.7KB
text_snippet t_flashbang_02.mp3 44.9KB
text_snippet t_flashbang_02.vsnd_c 45.6KB
text_snippet t_flashbang_03.mp3 62.9KB
text_snippet t_flashbang_03.vsnd_c 63.5KB
text_snippet t_flashbang.sound 445B
text_snippet t_flashbang.sound_c 869B
text_snippet t_friendly_fire_01.mp3 56.3KB
text_snippet t_friendly_fire_01.vsnd_c 57KB
text_snippet t_friendly_fire_02.mp3 58.8KB
text_snippet t_friendly_fire_02.vsnd_c 59.5KB
text_snippet t_friendly_fire_03.mp3 68.6KB
text_snippet t_friendly_fire_03.vsnd_c 69.3KB
text_snippet t_friendly_fire.sound 457B
text_snippet t_friendly_fire.sound_c 897B
text_snippet t_good_kill.mp3 49KB
text_snippet t_good_kill.vsnd_c 49.7KB
text_snippet t_good_shot.sound 396B
text_snippet t_good_shot.sound_c 778B
text_snippet t_grenade_01.mp3 40.8KB
text_snippet t_grenade_01.vsnd_c 41.5KB
text_snippet t_grenade_02.mp3 60.4KB
text_snippet t_grenade_02.vsnd_c 61.1KB
text_snippet t_grenade.sound 398B
text_snippet t_grenade.sound_c 780B
text_snippet t_last_enemy_01.mp3 52.2KB
text_snippet t_last_enemy_01.vsnd_c 52.9KB
text_snippet t_last_enemy_02.mp3 80KB
text_snippet t_last_enemy_02.vsnd_c 80.7KB
text_snippet t_last_enemy.sound 404B
text_snippet t_last_enemy.sound_c 786B
text_snippet t_lose_01.mp3 50.6KB
text_snippet t_lose_01.vsnd_c 51.3KB
text_snippet t_lose_02.mp3 43.3KB
text_snippet t_lose_02.vsnd_c 43.9KB
text_snippet t_lose_03.mp3 98KB
text_snippet t_lose_03.vsnd_c 98.6KB
text_snippet t_lose_04.mp3 68.6KB
text_snippet t_lose_04.vsnd_c 69.2KB
text_snippet t_lose.sound 467B
text_snippet t_lose.sound_c 917B
text_snippet t_molotov_01.mp3 50.6KB
text_snippet t_molotov_01.vsnd_c 51.3KB
text_snippet t_molotov_02.mp3 54.7KB
text_snippet t_molotov_02.vsnd_c 55.4KB
text_snippet t_molotov_03.mp3 40.8KB
text_snippet t_molotov_03.vsnd_c 41.5KB
text_snippet t_molotov_04.mp3 49KB
text_snippet t_molotov_04.vsnd_c 49.7KB
text_snippet t_molotov.sound 480B
text_snippet t_molotov.sound_c 946B
text_snippet t_nice_kill.mp3 47.3KB
text_snippet t_nice_kill.vsnd_c 48KB
text_snippet t_planting_bomb_01.mp3 62.9KB
text_snippet t_planting_bomb_01.vsnd_c 63.6KB
text_snippet t_planting_bomb_02.mp3 47.3KB
text_snippet t_planting_bomb_02.vsnd_c 48KB
text_snippet t_planting_bomb_03.mp3 58.8KB
text_snippet t_planting_bomb_03.vsnd_c 59.5KB
text_snippet t_planting_bomb.sound 457B
text_snippet t_planting_bomb.sound_c 897B
text_snippet t_roundstart_01.mp3 56.3KB
text_snippet t_roundstart_01.vsnd_c 57KB
text_snippet t_roundstart_02.mp3 56.3KB
text_snippet t_roundstart_02.vsnd_c 57KB
text_snippet t_roundstart_03.mp3 75.9KB
text_snippet t_roundstart_03.vsnd_c 76.6KB
text_snippet t_roundstart_04.mp3 72.7KB
text_snippet t_roundstart_04.vsnd_c 73.3KB
text_snippet t_roundstart.sound 491B
text_snippet t_roundstart.sound_c 973B
text_snippet t_smoke_01.mp3 53.1KB
text_snippet t_smoke_01.vsnd_c 53.7KB
text_snippet t_smoke_02.mp3 72.7KB
text_snippet t_smoke_02.vsnd_c 73.3KB
text_snippet t_smoke_03.mp3 64.5KB
text_snippet t_smoke_03.vsnd_c 65.1KB
text_snippet t_smoke.sound 433B
text_snippet t_smoke.sound_c 841B
text_snippet t_well_done.mp3 44.9KB
text_snippet t_well_done.vsnd_c 45.6KB
text_snippet t_win_01.mp3 60.4KB
text_snippet t_win_01.vsnd_c 61KB
text_snippet t_win_02.mp3 54.7KB
text_snippet t_win_02.vsnd_c 55.3KB
text_snippet t_win_03.mp3 49KB
text_snippet t_win_03.vsnd_c 49.6KB
text_snippet t_win_04.mp3 56.3KB
text_snippet t_win_04.vsnd_c 57KB
text_snippet t_win_05.mp3 62.9KB
text_snippet t_win_05.vsnd_c 63.5KB
text_snippet t_win.sound 500B
text_snippet t_win.sound_c 992B
sounds/ui/hitsound
text_snippet ui.hit.sound 272B
text_snippet ui.hit.sound_c 654B
sounds/ui/round
text_snippet countdown.beep.mp3 41.8KB
text_snippet countdown.beep.sound 362B
text_snippet countdown.beep.sound_c 702B
text_snippet countdown.beep.vsnd_c 42.6KB
text_snippet countdown.start.sound 276B
text_snippet countdown.start.sound_c 658B
text_snippet friendlydown.sound 260B
text_snippet friendlydown.sound_c 626B
text_snippet friendlydown.vsnd_c 546.7KB
text_snippet friendlydown.wav 752.5KB
text_snippet round.lost.sound 258B
text_snippet round.lost.sound_c 624B
text_snippet round.lost.vsnd_c 196.9KB
text_snippet round.lost.wav 196.3KB
text_snippet round.start.sound 259B
text_snippet round.start.sound_c 625B
text_snippet round.start.vsnd_c 409.9KB
text_snippet round.start.wav 414.3KB
text_snippet round.won.sound 257B
text_snippet round.won.sound_c 623B
text_snippet round.won.vsnd_c 689.8KB
text_snippet round.won.wav 852KB
sounds/ui
text_snippet ten_seconds.sound 253B
text_snippet ten_seconds.sound_c 619B
text_snippet ten_seconds.vsnd_c 1.7MB
text_snippet ten_seconds.wav 1.7MB
sounds/weapons/bomb
text_snippet c4_explode.sound 360B
text_snippet c4_explode.sound_c 700B
text_snippet c4_explode.vsnd_c 1.1MB
text_snippet c4_explode.wav 1.3MB
sounds/weapons/grenade
text_snippet he_grenade_explode.sound 376B
text_snippet he_grenade_explode.sound_c 748B
text_snippet he_grenade_explode.vsnd_c 728.8KB
text_snippet he_grenade_explode.wav 881.6KB
sounds/weapons/m4a1
text_snippet m4_magazine_in.sound 413B
text_snippet m4_magazine_in.sound_c 759B
text_snippet m4_magazine_in.vsnd_c 54.2KB
text_snippet m4_magazine_in.wav 53.5KB
text_snippet m4_shot_01.vsnd_c 297.3KB
text_snippet m4_shot_01.wav 298.7KB
text_snippet m4_shot_02.vsnd_c 261.3KB
text_snippet m4_shot_02.wav 262.7KB
text_snippet m4_shot_03.vsnd_c 283.9KB
text_snippet m4_shot_03.wav 285.4KB
text_snippet m4_shot_04.vsnd_c 268.8KB
text_snippet m4_shot_04.wav 270.2KB
text_snippet m4_shot_05.vsnd_c 287.5KB
text_snippet m4_shot_05.wav 288.9KB
text_snippet m4_shot_06.vsnd_c 308.8KB
text_snippet m4_shot_06.wav 310.3KB
text_snippet m4_shot_07.vsnd_c 300.2KB
text_snippet m4_shot_07.wav 301.6KB
text_snippet m4_shot_08.vsnd_c 311.1KB
text_snippet m4_shot_08.wav 312.5KB
text_snippet m4_shot.sound 671B
text_snippet m4_shot.sound_c 1.3KB
sounds/weapons/m700
text_snippet m700_shot.sound 363B
text_snippet m700_shot.sound_c 703B
text_snippet m700_shot.vsnd_c 395.8KB
text_snippet m700_shot.wav 395.1KB
sounds/weapons/mp5
text_snippet mp5_shot_01.vsnd_c 535KB
text_snippet mp5_shot_01.wav 536KB
text_snippet mp5_shot_02.vsnd_c 585.6KB
text_snippet mp5_shot_02.wav 586.5KB
text_snippet mp5_shot_03.vsnd_c 627.3KB
text_snippet mp5_shot_03.wav 628.3KB
sounds/weapons/usp
text_snippet usp_sd.sound 366B
text_snippet usp_sd.sound_c 706B
text_snippet usp_suppressed_1.vsnd_c 338.4KB
text_snippet usp_suppressed_1.wav 339.3KB
sounds/world/impact
text_snippet door.metal.slam.sound 258B
text_snippet door.metal.slam.sound_c 639B
text_snippet door.metal.slam.vsnd_c 175.2KB
text_snippet door.metal.slam.wav 176.1KB
styles
text_snippet base.scss 757B
styles/base
text_snippet _navigator.scss 62B
text_snippet _popup.scss 3.6KB
text_snippet _splitcontainer.scss 411B
text_snippet _tabcontainer.scss 1.2KB
text_snippet _textentry.scss 37B
styles
text_snippet form.scss 894B
styles/form
text_snippet _checkbox.scss 732B
text_snippet _coloreditor.scss 3.7KB
text_snippet _colorproperty.scss 287B
text_snippet _dropdown.scss 463B
text_snippet _slider.scss 1.1KB
text_snippet _switch.scss 879B
styles
text_snippet rootpanel.scss 3.3KB
surfaces
text_snippet default.surface_c 1.8KB
text_snippet metal.surface_c 1.7KB
textures/cubemaps
insert_photo default2.vtex_c 513.3KB
textures/dev/simple
insert_photo floor_simple_128_color_tga_bc5c7b5d.generated.vtex_c 48.1KB
insert_photo floor_simple_128_rough_tga_7c323bd7.generated.vtex_c 31.6KB
textures/trees/oak
insert_photo oak_bark_ao_tga_2b991766.generated.vtex_c 2.7MB
insert_photo oak_bark_color_tga_1fca541.generated.vtex_c 2.3MB
insert_photo oak_bark_normal_tga_a5a2623.generated.vtex_c 5.3MB
insert_photo oak_branch_color_tga_b2f69dff.generated.vtex_c 2.3MB
insert_photo oak_branch_dead_color_tga_efb78ea7.generated.vtex_c 2.1MB
insert_photo oak_branch_dead_normal_tga_f9bcc255.generated.vtex_c 4.3MB
insert_photo oak_branch_dry_color_tga_1161b120.generated.vtex_c 2.5MB
insert_photo oak_branch_dry_normal_tga_f38e1d71.generated.vtex_c 2.2MB
insert_photo oak_branch_normal_tga_b3c94713.generated.vtex_c 2.1MB
insert_photo oak_branch_rough_tga_7ba199e8.generated.vtex_c 892.1KB
insert_photo oak_branch_rough_tga_ae6ee9b3.generated.vtex_c 813.1KB
ui
text_snippet armor.png 12.6KB
text_snippet bomb.png 17KB
ui/components
text_snippet packagecard.razor.scss 3.4KB
text_snippet packagefilters.razor.scss 930B
text_snippet packagelist.razor.scss 257B
ui/controls
text_snippet slidercontrol.razor.scss 2.1KB
text_snippet switchcontrol.razor.scss 988B
ui
text_snippet crown.png 1.1KB
text_snippet defusekit.png 9.6KB
ui/developer
text_snippet developermenu.razor.scss 919B
ui/equipment
text_snippet armor.png 8.1KB
text_snippet defusekit.png 10.4KB
text_snippet helmet.png 10.8KB
ui/firemode
text_snippet auto.png 1.5KB
text_snippet burst.png 1.3KB
text_snippet semi.png 855B
ui
text_snippet headshot.png 3.5KB
text_snippet health.png 11.5KB
text_snippet helmet.png 17KB
ui/hints
text_snippet climb_arrow.png 12.3KB
ui/hit
text_snippet hit_marker.png 3.2KB
text_snippet kill_marker_headshot.png 11.1KB
text_snippet kill_marker.png 9.4KB
ui/hud
text_snippet buymenu.razor.scss 2.1KB
ui/hud/components
text_snippet ammo.razor.scss 160B
text_snippet balance.razor.scss 380B
text_snippet chat.razor.scss 671B
text_snippet donut.razor.scss 814B
text_snippet icon.razor.scss 75B
text_snippet playeravatar.razor.scss 158B
text_snippet playerrole.razor.scss 382B
text_snippet progressbar.razor.scss 374B
text_snippet roundstatedisplay.razor.scss 893B
text_snippet roundstateteam.razor.scss 387B
text_snippet spectating.razor.scss 201B
text_snippet vitals.razor.scss 298B
text_snippet weaponinfocomponent.razor.scss 2.1KB
ui/hud
text_snippet crosshair.razor.scss 1.1KB
text_snippet equipmentoverlay.razor.scss 88B
text_snippet killfeed.razor.scss 927B
text_snippet mainhud.razor.scss 356B
ui/hud/minimap
text_snippet minimap.razor.scss 2.6KB
text_snippet minimapmarker.razor.scss 238B
ui/hud
text_snippet playerinfo.razor.scss 112B
text_snippet scoreboard.razor.scss 2KB
text_snippet toast.razor.scss 77B
ui/items
text_snippet c4.png 202.1KB
ui
text_snippet marker.png 1.4KB
text_snippet menupanel.razor.scss 1.6KB
ui/menusystem
text_snippet mainmenupanel.razor.scss 552B
ui/minimaps
text_snippet icon-map_bomb.png 2.3KB
text_snippet icon-map_dollar.png 1.6KB
text_snippet icon-map_skull.png 1.9KB
text_snippet minimap_de_garry.png 759KB
text_snippet minimap_fps_testing.png 670.8KB
text_snippet player_icon.png 9.6KB
ui
text_snippet radial_gradient.png 169.8KB
text_snippet resource.png 1.5KB
ui/stance
text_snippet duck.png 87.9KB
text_snippet run.png 54.7KB
text_snippet stand.png 88.4KB
ui/styles
text_snippet buttons.scss 711B
text_snippet colors.scss 122B
text_snippet containers.scss 286B
text_snippet damageindicator.scss 635B
text_snippet hints.scss 30B
text_snippet hud.scss 2.4KB
text_snippet inputhints.scss 597B
text_snippet layout.scss 2KB
text_snippet markersystem.scss 444B
text_snippet text.scss 912B
text_snippet theme.scss 796B
ui/teams
text_snippet anarchists.png 27.2KB
text_snippet counterterrorists.png 9.6KB
text_snippet operators.png 19.1KB
text_snippet spectator.png 11.7KB
text_snippet terrorists.png 11.5KB
ui
text_snippet weapon-items-icons.psd 5.5MB
ui/weapons/grenades
text_snippet he_grenade_01.png 14.3KB
text_snippet molotov_grenade_01.png 16.3KB
text_snippet smoke_grenade_01.png 15.4KB
text_snippet stun_grenade_01.png 14.8KB
ui/weapons/guns
text_snippet m4_01.png 23.5KB
text_snippet m700_01.png 15.2KB
text_snippet mp5_01.png 20.4KB
text_snippet spaghellim4_01.png 19.4KB
text_snippet usp_01.png 13.6KB
ui/weapons/melee
text_snippet trench_knife_01.png 16.7KB
weapons/c4
text_snippet c4_beep_light.prefab 5.4KB
text_snippet c4_beep_light.prefab_c 3.4KB
text_snippet c4_explosion.prefab 6.8KB
text_snippet c4_explosion.prefab_c 3.9KB
text_snippet c4.wpn 507B
text_snippet c4.wpn_c 912B
text_snippet planted_c4.prefab 2KB
text_snippet planted_c4.prefab_c 1.8KB
text_snippet vm_c4.prefab 2.9KB
text_snippet vm_c4.prefab_c 2.4KB
text_snippet w_c4.prefab 3KB
text_snippet w_c4.prefab_c 2.4KB
weapons/knife
text_snippet knife.wpn 539B
text_snippet knife.wpn_c 1008B
text_snippet vm_knife.prefab 2.3KB
text_snippet vm_knife.prefab_c 2KB
text_snippet w_knife.prefab 2.4KB
text_snippet w_knife.prefab_c 2.1KB
weapons/m4a1
text_snippet m4a1.wpn 496B
text_snippet m4a1.wpn_c 943B
text_snippet vm_m4a1.prefab 2.2KB
text_snippet vm_m4a1.prefab_c 2KB
text_snippet w_m4a1.prefab 5KB
text_snippet w_m4a1.prefab_c 3.8KB
weapons/m700
text_snippet m700.wpn 553B
text_snippet m700.wpn_c 974B
text_snippet scope.vmat 78B
collections scope.vmat_c 1.2KB
text_snippet v_m700.vmdl 3.4KB
view_in_ar v_m700.vmdl_c 700.2KB
text_snippet vm_m700.prefab 1.9KB
text_snippet vm_m700.prefab_c 1.6KB
text_snippet w_m700.prefab 5.3KB
text_snippet w_m700.prefab_c 4.2KB
weapons/mp5
text_snippet mp5.wpn 577B
text_snippet mp5.wpn_c 998B
text_snippet vm_mp5.prefab 2.2KB
text_snippet vm_mp5.prefab_c 2KB
text_snippet w_mp5.prefab 5KB
text_snippet w_mp5.prefab_c 3.8KB
weapons/spaghelli
text_snippet spaghelli.wpn 562B
text_snippet spaghelli.wpn_c 1KB
text_snippet vm_spaghelli.prefab 2.2KB
text_snippet vm_spaghelli.prefab_c 2KB
text_snippet w_spaghelli.prefab 4.8KB
text_snippet w_spaghelli.prefab_c 3.6KB
weapons/throwable/c4_bomb
text_snippet c4_bomb.vmat 986B
collections c4_bomb.vmat_c 5KB
text_snippet c4_bomb.vmdl 1.1KB
view_in_ar c4_bomb.vmdl_c 16.4KB
weapons/throwable
text_snippet first_person_arms_hc1_throwables.vanmgrph 20.8KB
text_snippet first_person_arms_hc1_throwables.vanmgrph_c 3.5KB
weapons/throwable/he_grenade
text_snippet grenade.surface 371B
text_snippet grenade.surface_c 706B
text_snippet he_explosion.prefab 5.4KB
text_snippet he_explosion.prefab_c 3.3KB
text_snippet he_grenade.prefab 1.9KB
text_snippet he_grenade.prefab_c 1.8KB
text_snippet he_grenade.wpn 598B
text_snippet he_grenade.wpn_c 1.1KB
text_snippet v_he_grenade.vmdl 1.4KB
view_in_ar v_he_grenade.vmdl_c 148.9KB
text_snippet vm_he_grenade.prefab 43KB
text_snippet vm_he_grenade.prefab_c 19.2KB
text_snippet w_he_grenade.prefab 2.5KB
text_snippet w_he_grenade.prefab_c 2.2KB
weapons/throwable/m18_smoke_grenade
text_snippet v_m18_smoke_grenade.vmdl 1.4KB
view_in_ar v_m18_smoke_grenade.vmdl_c 6.6KB
weapons/throwable/m84_stun_grenade
text_snippet v_m84_stun_grenade.vmdl 1.4KB
view_in_ar v_m84_stun_grenade.vmdl_c 9KB
weapons/throwable/molotov_cocktail
text_snippet v_molotov_cocktail.vmdl 1.4KB
view_in_ar v_molotov_cocktail.vmdl_c 10.7KB
weapons/usp_sd
text_snippet usp_sd.wpn 610B
text_snippet usp_sd.wpn_c 1KB
text_snippet vm_usp_sd.prefab 2.4KB
text_snippet vm_usp_sd.prefab_c 2.1KB
text_snippet w_usp_sd.prefab 4.5KB
text_snippet w_usp_sd.prefab_c 3.3KB
weapons/usp
text_snippet usp.wpn 469B
text_snippet usp.wpn_c 900B
text_snippet vm_usp.prefab 2.3KB
text_snippet vm_usp.prefab_c 2.1KB
text_snippet w_usp.prefab 4.5KB
text_snippet w_usp.prefab_c 3.3KB