Sandbox Logo

Metadata

{
  "MaxPlayers": 48,
  "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": "TerrorTown",
    "DefineConstants": "SANDBOX;ADDON;DEBUG",
    "NoWarn": "1701;1702;1591;",
    "WarningsAsErrors": "",
    "Whitelist": true,
    "AssemblyReferences": [],
    "IgnoreFolders": [
      "editor",
      "unittest"
    ],
    "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": "A",
        "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": "Voice",
        "KeyboardCode": "v",
        "GamepadCode": "RightJoystickButton",
        "GroupName": "Other"
      },
      {
        "Name": "Drop",
        "KeyboardCode": "g",
        "GamepadCode": "DpadSouth",
        "GroupName": "Other"
      },
      {
        "Name": "Score",
        "KeyboardCode": "tab",
        "GamepadCode": "SwitchLeftMenu",
        "GroupName": "Other"
      },
      {
        "Name": "Chat",
        "KeyboardCode": "enter",
        "GamepadCode": "None",
        "GroupName": "Other"
      },
      {
        "Name": "Radio",
        "KeyboardCode": "MOUSE3",
        "GamepadCode": "DpadNorth",
        "GroupName": "Other"
      },
      {
        "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": "\\",
        "GamepadCode": "None",
        "GroupName": "Development"
      },
      {
        "Name": "Slot3",
        "KeyboardCode": "3",
        "GamepadCode": "None",
        "GroupName": "Inventory"
      },
      {
        "Name": "BuyMenu",
        "KeyboardCode": "C",
        "GamepadCode": "DpadEast",
        "GroupName": "Inventory"
      },
      {
        "Name": "Slot4",
        "KeyboardCode": "4",
        "GamepadCode": "None",
        "GroupName": "Inventory"
      },
      {
        "Name": "Slot5",
        "KeyboardCode": "5",
        "GamepadCode": "None",
        "GroupName": "Inventory"
      },
      {
        "Name": "Use",
        "KeyboardCode": "E",
        "GamepadCode": "Y",
        "GroupName": "Other"
      },
      {
        "Name": "SpectatorFreeCam",
        "KeyboardCode": "SPACE",
        "GamepadCode": "Y",
        "GroupName": "Spectator"
      },
      {
        "Name": "SpectatorMode",
        "KeyboardCode": "X",
        "GamepadCode": "X",
        "GroupName": "Spectator"
      },
      {
        "Name": "PrevSlot",
        "KeyboardCode": "UPARROW",
        "GamepadCode": "SwitchLeftBumper",
        "GroupName": "Inventory"
      },
      {
        "Name": "NextSlot",
        "KeyboardCode": "DOWNARROW",
        "GamepadCode": "SwitchRightBumper",
        "GroupName": "Inventory"
      },
      {
        "Name": "Flashlight",
        "KeyboardCode": "F",
        "GamepadCode": "RightJoystickButton",
        "GroupName": "Other"
      },
      {
        "Name": "Action 32",
        "GamepadCode": "None",
        "GroupName": "Inventory"
      },
      {
        "Name": "Slot6",
        "KeyboardCode": "6",
        "GamepadCode": "None",
        "GroupName": "Inventory"
      },
      {
        "Name": "Slot7",
        "KeyboardCode": "7",
        "GamepadCode": "None",
        "GroupName": "Inventory"
      },
      {
        "Name": "Slot8",
        "KeyboardCode": "8",
        "GamepadCode": "None",
        "GroupName": "Inventory"
      },
      {
        "Name": "Slot9",
        "KeyboardCode": "9",
        "GamepadCode": "None",
        "GroupName": "Inventory"
      },
      {
        "Name": "Slot0",
        "KeyboardCode": "0",
        "GamepadCode": "None",
        "GroupName": "Inventory"
      }
    ],
    "__guid": "bcccc875-ac58-4719-a08e-4d5b3875734a"
  },
  "TickRate": 30,
  "LaunchMode": "Normal",
  "StartupScene": "scenes/menu.scene",
  "MapStartupScene": "scenes/maps/loadingtest.scene",
  "Resources": "/fonts/*\n/UI/*",
  "CodePackageReferences": [
    "jase.bloodsplatter08",
    "jase.bloodsplatter07",
    "jase.bloodsplatter06",
    "jase.bloodsplatter05",
    "jase.bloodsplatter04"
  ]
}

References

facepunch.soda_can [game]facepunch.9mm_bullet [game]facepunch.v_silencer_9mm [game]facepunch.12g_shell [game]

Files

Name Size
.bin
text_snippet manifest.json 55B
text_snippet package.base.cll 31.2KB
text_snippet package.base.dll 165.5KB
text_snippet package.base.xml 54.6KB
text_snippet package.thieves.terrortown.cll 110KB
text_snippet package.thieves.terrortown.dll 747KB
text_snippet package.thieves.terrortown.xml 78.4KB
animgraphs
text_snippet ak.vanmgrph_c 2.4KB
text_snippet bomb.vanmgrph_c 2.4KB
text_snippet crowbar.vanmgrph_c 2.7KB
text_snippet deagle.vanmgrph_c 2.4KB
text_snippet door_sub.vanmgrph_c 2.2KB
text_snippet fal.vanmgrph_c 2.5KB
text_snippet flaregun.vanmgrph_c 2.5KB
text_snippet flipphone.vanmgrph_c 2.4KB
text_snippet glock.vanmgrph_c 3.1KB
text_snippet grenade.vanmgrph_c 2.4KB
text_snippet knife.vanmgrph_c 2.8KB
text_snippet m1911.vanmgrph_c 2.4KB
text_snippet m24.vanmgrph_c 2.4KB
text_snippet m249.vanmgrph_c 2.4KB
text_snippet m4a1.vanmgrph_c 2.4KB
text_snippet magnetostick.vanmgrph_c 2.4KB
text_snippet mp5.vanmgrph_c 2.4KB
text_snippet poltergeist.vanmgrph_c 2.5KB
text_snippet python.vanmgrph_c 2.5KB
text_snippet spas12.vanmgrph_c 2.8KB
text_snippet ump.vanmgrph_c 2.4KB
text_snippet uzi.vanmgrph_c 2.4KB
text_snippet zmp.vanmgrph_c 2.6KB
text_snippet birdchirp.vsnd_c 5.5MB
text_snippet birdchirpsndscape.sndscape_c 503B
insert_photo blood_splatter_04_color_tga_be6bb0fb.generated.vtex_c 241.7KB
collections blood_splatter_04_decal.vmat_c 4.6KB
insert_photo blood_splatter_04_normal_tga_50b01b9c.generated.vtex_c 639.9KB
insert_photo blood_splatter_05_color_tga_72e8b1cc.generated.vtex_c 198.2KB
collections blood_splatter_05_decal.vmat_c 4.6KB
insert_photo blood_splatter_05_normal_tga_e1b0c3e6.generated.vtex_c 589.3KB
insert_photo blood_splatter_06_color_tga_542b2e14.generated.vtex_c 239.2KB
collections blood_splatter_06_decal.vmat_c 4.6KB
insert_photo blood_splatter_06_normal_tga_789b592b.generated.vtex_c 649.9KB
insert_photo blood_splatter_07_color_tga_ebb2f39f.generated.vtex_c 324.6KB
collections blood_splatter_07_decal.vmat_c 4.6KB
insert_photo blood_splatter_07_normal_tga_29e2c96e.generated.vtex_c 727.3KB
insert_photo blood_splatter_08_color_tga_57f3166c.generated.vtex_c 304.7KB
collections blood_splatter_08_decal.vmat_c 4.6KB
insert_photo blood_splatter_08_normal_tga_e943a300.generated.vtex_c 724.7KB
clothes
text_snippet hair_shortscruffy_black.clothing_c 1.2KB
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
localization/en
text_snippet healthstates.json 223B
text_snippet mainmenu.json 1.2KB
text_snippet roundstates.json 286B
localization/ru
text_snippet healthstates.json 270B
text_snippet mainmenu.json 1.5KB
text_snippet roundstates.json 334B
localization/tr
text_snippet healthstates.json 252B
text_snippet mainmenu.json 1.2KB
text_snippet roundstates.json 289B
maps/menu
public menu.vpk 1.7MB
materials/ak
insert_photo akm _akm_basecolor_png_d2d201f2.generated.vtex_c 15.5MB
insert_photo akm _akm_normal_png_7fe331a4.generated.vtex_c 20MB
insert_photo akm _akm_occlusion_png_1e0e5514.generated.vtex_c 6.8MB
collections ttt_ak.vmat_c 5.4KB
materials/arms
insert_photo first_person_arms_ao_png_c14f9f5b.generated.vtex_c 1.9MB
insert_photo first_person_arms_bentnormal_png_c4df41f6.generated.vtex_c 5.1MB
insert_photo first_person_arms_color_png_e86d7cd0.generated.vtex_c 4.6MB
insert_photo first_person_arms_normal_png_c1363e2d.generated.vtex_c 5.1MB
collections first_person_arms_terrortown.vmat_c 6.4KB
materials/blood
insert_photo spray_vmat_g_tambientocclusion_30ab86f8.generated.vtex_c 2.1KB
collections spray.vmat_c 3.8KB
materials/cable
insert_photo rope_color_tga_ddb2e6e1.generated.vtex_c 4.6KB
collections rope.vmat_c 4.4KB
materials
insert_photo cb_green_vmat_g_tcolor_43732089.generated.vtex_c 1.5KB
insert_photo cb_green_vmat_g_tcolor_f466a16c.generated.vtex_c 1.5KB
insert_photo cb_green_vmat_g_tnormal_438319a.generated.vtex_c 2KB
insert_photo cb_green_vmat_g_tnormal_8790721f.generated.vtex_c 2KB
insert_photo cb_green_vmat_g_tnormal_c564c9e4.generated.vtex_c 2KB
collections cb_green.vmat_c 4.7KB
insert_photo cb_red_vmat_g_tcolor_43732089.generated.vtex_c 1.5KB
insert_photo cb_red_vmat_g_tnormal_438319a.generated.vtex_c 2KB
insert_photo cb_red_vmat_g_tnormal_8790721f.generated.vtex_c 2KB
insert_photo cb_red_vmat_g_tnormal_c564c9e4.generated.vtex_c 2KB
collections cb_red.vmat_c 4.7KB
insert_photo cb_white_vmat_g_tcolor_28e84311.generated.vtex_c 1.5KB
insert_photo cb_white_vmat_g_tcolor_f466a16c.generated.vtex_c 1.5KB
insert_photo cb_white_vmat_g_tnormal_438319a.generated.vtex_c 2KB
insert_photo cb_white_vmat_g_tnormal_8790721f.generated.vtex_c 2KB
insert_photo cb_white_vmat_g_tnormal_c564c9e4.generated.vtex_c 2KB
collections cb_white.vmat_c 4.7KB
materials/crowbar
insert_photo 3t_crowbar_vmat_g_tambientocclusion_8b5a0197.generated.vtex_c 1.5KB
collections 3t_crowbar.vmat_c 5.2KB
insert_photo crowbar_basecolor_png_84873ea3.generated.vtex_c 5.3MB
insert_photo crowbar_normal_png_c12fad1a.generated.vtex_c 5MB
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
collections decal_arrow.vmat_c 3.7KB
insert_photo decal_bombsite_a_color_png_97ebc51c.generated.vtex_c 1.1MB
collections decal_bombsite_a.vmat_c 3.8KB
insert_photo decal_bombsite_b_color_png_a7512471.generated.vtex_c 1.1MB
collections decal_bombsite_b.vmat_c 3.8KB
insert_photo decal_cross_color_png_d72dd3ca.generated.vtex_c 820.3KB
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.8KB
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/decals
collections molotovscorch.vmat_c 3.5KB
materials/decals/plaster
insert_photo plaster1_bullet_color_psd_9a87ab86.generated.vtex_c 78.3KB
materials/decals
collections scorch1.vmat_c 3.5KB
materials/decaltests
insert_photo dirt_rocks_01_decal_color_psd_9be8cee3.generated.vtex_c 343.5KB
insert_photo dirt_rocks_01_decal_normal_psd_809d617d.generated.vtex_c 343.7KB
collections dirt_rocks_decal.vmat_c 5.7KB
insert_photo molotovscorch_tga_3ed2a3a5.generated.vtex_c 23.4KB
insert_photo scorch1_tga_e7eaf16d.generated.vtex_c 23.4KB
materials/decoy
insert_photo ttt_decoy_tt_basecolor_png_f895fbfb.generated.vtex_c 2.4MB
insert_photo ttt_decoy_tt_emissive_png_a54573e1.generated.vtex_c 94.8KB
insert_photo ttt_decoy_tt_normal_png_41412d3f.generated.vtex_c 2.3MB
collections ttt_decoy_tt.vmat_c 6.1KB
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_color_tga_380558b.generated.vtex_c 1.7KB
insert_photo default_detailmask_tga_57ae445f.generated.vtex_c 1.9KB
insert_photo default_mask_tga_3a4f4d17.generated.vtex_c 1.9KB
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_selfillum_tga_acd34e3d.generated.vtex_c 1.7KB
insert_photo default_skin_diffusewarp_tga_4d3cb601.generated.vtex_c 189.2KB
materials/dev
insert_photo black_unlit_vmat_g_tambientocclusion_8b5a0197.generated.vtex_c 1.5KB
insert_photo black_unlit_vmat_g_tcolor_14a711fb.generated.vtex_c 1.5KB
insert_photo black_unlit_vmat_g_tnormal_fae5e5b4.generated.vtex_c 1.8KB
collections black_unlit.vmat_c 4.3KB
insert_photo dev_measuredoor01_color_tga_1b23d6ca.generated.vtex_c 25.5KB
collections dev_measuredoor01.vmat_c 5.1KB
insert_photo dev_measuregeneric01_color_tga_5a426725.generated.vtex_c 12.4KB
collections dev_measuregeneric01.vmat_c 5.1KB
insert_photo dev_measuregeneric01b_color_tga_903f6f42.generated.vtex_c 12.4KB
collections dev_measuregeneric01b.vmat_c 5.1KB
insert_photo green_vmat_g_tcolor_d0046333.generated.vtex_c 1.5KB
collections green.vmat_c 4.2KB
insert_photo primary_white_color_tga_41378bb3.generated.vtex_c 45KB
insert_photo primary_white_color_tga_8be01ac1.generated.vtex_c 45KB
collections primary_white_emissive.vmat_c 5.4KB
collections primary_white.vmat_c 5KB
insert_photo red_vmat_g_tcolor_5584ae83.generated.vtex_c 1.5KB
collections red.vmat_c 4.1KB
insert_photo reflectivity_30_color_tga_e7524b00.generated.vtex_c 48KB
collections reflectivity_30.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
insert_photo devgrid_png_9701f971.generated.vtex_c 45KB
insert_photo devgrid_vmat_g_tnormal_438319a.generated.vtex_c 2KB
insert_photo devgrid_vmat_g_tnormal_687a8694.generated.vtex_c 2KB
insert_photo devgrid_vmat_g_tnormal_d0f40c2a.generated.vtex_c 2KB
collections devgrid.vmat_c 4.8KB
materials/editor
collections editorrolebutton.vmat_c 2.1KB
insert_photo editortextpopup_png_f43cd7e9.generated.vtex_c 7.1KB
collections editortextpopup.vmat_c 2.1KB
materials/effects
insert_photo ember_swirling001_color_tga_7cb7615a.generated.vtex_c 2.4KB
insert_photo fluidsplat_a_seqlayer_trans_tga_2154273e.generated.vtex_c 169.9KB
insert_photo lightcookie.vtex_c 53.1KB
insert_photo pda_screen_vmat_g_tcolor_8fee1a91.generated.vtex_c 1.5KB
insert_photo pda_screen_vmat_g_tnormal_36359b5b.generated.vtex_c 2.1KB
insert_photo pda_screen_vmat_g_tselfillummask_b8cad02f.generated.vtex_c 1.5KB
collections pda_screen.vmat_c 5.5KB
insert_photo possession_overlay_vmat_g_temission_a7680bb.generated.vtex_c 1.5KB
insert_photo spark.vtex_c 2.8KB
insert_photo visualiser_field_vmat_g_tcolor_1a4a8268.generated.vtex_c 1.6KB
insert_photo visualiser_field_vmat_g_tcolor_417c4bef.generated.vtex_c 1.6KB
insert_photo visualiser_field_vmat_g_tcolor_c0a1cdbd.generated.vtex_c 1.6KB
insert_photo visualiser_field_vmat_g_tnormal_3f3ccc55.generated.vtex_c 2KB
insert_photo visualiser_field_vmat_g_trma_e9e0c37e.generated.vtex_c 2.4KB
collections visualiser_field.vmat_c 5.1KB
insert_photo yellowflare.vtex_c 3.9KB
materials/fal
insert_photo fal_f a l_basecolor_png_bbcf7f1.generated.vtex_c 10.6MB
insert_photo fal_f a l_normal_png_708db92f.generated.vtex_c 19.3MB
insert_photo fal_occlusion_png_d2f972ff.generated.vtex_c 8.1MB
collections fal.vmat_c 5.4KB
materials/flaregun
insert_photo flareslug_basecolor_png_f61410ee.generated.vtex_c 1.9MB
collections flareslug_cap.vmat_c 5.5KB
insert_photo flareslug_casing_basecolor_png_84ef8711.generated.vtex_c 1.7MB
insert_photo flareslug_casing_normal_png_44db26ef.generated.vtex_c 4.3MB
insert_photo flareslug_normal_png_12e11c7.generated.vtex_c 3MB
collections flareslug.vmat_c 5.6KB
insert_photo tt_flare_gun_ttt_ao_png_e0f8dd67.generated.vtex_c 858.6KB
insert_photo tt_flare_gun_ttt_color_png_6426e113.generated.vtex_c 2.8MB
insert_photo tt_flare_gun_ttt_normal_png_950cd937.generated.vtex_c 4.7MB
collections tt_flare_gun_ttt.vmat_c 5.6KB
materials/flip_phone
insert_photo flip_phone_ao_png_7b530798.generated.vtex_c 440.1KB
insert_photo flip_phone_color_png_42394636.generated.vtex_c 1.4MB
insert_photo flip_phone_emissive_png_536468df.generated.vtex_c 71.1KB
insert_photo flip_phone_normal_png_30307c7.generated.vtex_c 2.3MB
collections flip_phone.vmat_c 6.1KB
materials/glock
insert_photo gloack 17_occlusion_png_51117211.generated.vtex_c 2MB
insert_photo glock_gloack 17_basecolor_png_d9d1d4fc.generated.vtex_c 3.8MB
insert_photo glock_gloack 17_normal_png_f525c479.generated.vtex_c 4.7MB
collections glock17.vmat_c 5.6KB
materials/grenade
insert_photo grenade_basecolor_png_f8b3e175.generated.vtex_c 205.6KB
insert_photo grenade_roughness_png_b6b2d73f.generated.vtex_c 573.1KB
collections grenade.vmat_c 5.1KB
insert_photo smoke_grenade_basecolor_png_e5b5730c.generated.vtex_c 144.7KB
insert_photo smoke_grenade_roughness_png_4d135ce6.generated.vtex_c 576.6KB
collections smoke_grenade.vmat_c 5.1KB
materials/jihad_bomb
collections jihad_bomb.vmat_c 5.5KB
insert_photo suicide_bomb_ao_png_87ffebbf.generated.vtex_c 1.5MB
insert_photo suicide_bomb_color_png_eec5ad4d.generated.vtex_c 2.4MB
insert_photo suicide_bomb_normal_png_103e968d.generated.vtex_c 3.2MB
materials/m1911
insert_photo 1911_1911_basecolor_png_b233f247.generated.vtex_c 4.2MB
insert_photo 1911_1911_normal_png_7e69383a.generated.vtex_c 4.7MB
insert_photo 1911_occlusion_png_4904044c.generated.vtex_c 2.2MB
collections m1911.vmat_c 5.4KB
materials/m24
insert_photo low _m24_basecolor_png_f3e4347a.generated.vtex_c 12.6MB
insert_photo low _m24_normal_png_504311ec.generated.vtex_c 17.9MB
insert_photo m24_occlusion_png_ff2a029c.generated.vtex_c 7.1MB
collections m24.vmat_c 5.3KB
materials/m249
insert_photo m249_m249_basecolor_png_9dcc16a9.generated.vtex_c 13.6MB
insert_photo m249_m249_normal_png_4f845df6.generated.vtex_c 18.7MB
insert_photo m249_occlusion_png_47fad06f.generated.vtex_c 10MB
collections ttt_m249.vmat_c 5.4KB
materials/m4a1
insert_photo m4a1_m4a1_basecolor_png_f26b8c7e.generated.vtex_c 15.1MB
insert_photo m4a1_m4a1_normal_png_5da0fea.generated.vtex_c 18.9MB
insert_photo m4a1_occlusion_png_54e4fdaa.generated.vtex_c 9.3MB
collections m4a1.vmat_c 5.3KB
materials/m9bayonet
insert_photo m9_bayonet_nomat_defaultmaterial_basecolor_png_f8a6856f.generated.vtex_c 3.4MB
insert_photo m9_bayonet_nomat_defaultmaterial_normal_png_c255c73f.generated.vtex_c 4.7MB
collections m9_bayonet.vmat_c 6KB
materials/magnetosticky
insert_photo magneto_stick_ao_png_9f07dd08.generated.vtex_c 742.6KB
insert_photo magneto_stick_color_png_c43e287f.generated.vtex_c 2.8MB
insert_photo magneto_stick_normal_png_7cccd83a.generated.vtex_c 3.8MB
collections magnetosticky.vmat_c 5.6KB
materials
collections menuladder.vmat_c 5.5KB
insert_photo metal_vmat_g_tcolor_a0ce44b8.generated.vtex_c 1.5KB
insert_photo metal_vmat_g_tnormal_3f3ccc55.generated.vtex_c 2KB
collections metal.vmat_c 4.7KB
materials/models/editor
collections player_start_tint.vmat_c 4.1KB
insert_photo player_start_white_tga_8b4373af.generated.vtex_c 23.1KB
materials/mp5
insert_photo mp5_basecolor_png_96243706.generated.vtex_c 12.2MB
insert_photo mp5_normal_png_7c18cb45.generated.vtex_c 18.1MB
insert_photo mp5_occlusion_png_af8228ac.generated.vtex_c 8.1MB
collections mp5.vmat_c 5.2KB
materials/particle
insert_photo base_trail.vtex_c 65.9KB
insert_photo beam_smoke_01.vtex_c 33.9KB
materials/particle/fire_burning_character
insert_photo fire_burning_character.vtex_c 940.4KB
materials/particle/fire_particle_4
insert_photo fire_particle_4.vtex_c 130.1KB
materials/particle/impact
insert_photo fleks.vtex_c 95.5KB
materials/particle/particle_flares
insert_photo aircraft_white.vtex_c 34KB
insert_photo particle_flare_001.vtex_c 123.2KB
insert_photo particle_flare_002.vtex_c 73.2KB
insert_photo particle_flare_004_mod.vtex_c 66KB
insert_photo particle_flare_004.vtex_c 66KB
insert_photo particle_flare_007b.vtex_c 15.2KB
materials/particle
insert_photo particle_glow_01.vtex_c 65.9KB
insert_photo particle_glow_02.vtex_c 142.8KB
insert_photo particle_glow_04.vtex_c 112.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.vtex_c 45.5KB
insert_photo beam_hotwhite.vtex_c 25.4KB
insert_photo beam_noise05.vtex_c 53.2KB
insert_photo beam_smoke_04.vtex_c 91.1KB
materials/particles/electrical
insert_photo electrical_arc_looping_e.vtex_c 219.1KB
insert_photo electrical_arc02.vtex_c 729.2KB
materials/particles/fluids/blood_decals
collections fluid_spray_b_decals_0_22.vmat_c 5.8KB
collections fluid_spray_b_decals_1_22.vmat_c 5.8KB
collections fluid_spray_b_decals_10_22.vmat_c 5.9KB
collections fluid_spray_b_decals_11_22.vmat_c 5.9KB
collections fluid_spray_b_decals_12_22.vmat_c 5.9KB
collections fluid_spray_b_decals_13_22.vmat_c 5.9KB
collections fluid_spray_b_decals_14_22.vmat_c 5.9KB
collections fluid_spray_b_decals_15_22.vmat_c 5.9KB
collections fluid_spray_b_decals_16_22.vmat_c 5.9KB
collections fluid_spray_b_decals_17_22.vmat_c 6.1KB
collections fluid_spray_b_decals_18_22.vmat_c 5.9KB
collections fluid_spray_b_decals_19_22.vmat_c 5.9KB
collections fluid_spray_b_decals_2_22_nospec.vmat_c 5.7KB
collections fluid_spray_b_decals_2_22.vmat_c 5.8KB
collections fluid_spray_b_decals_20_22.vmat_c 5.9KB
collections fluid_spray_b_decals_21_22.vmat_c 5.9KB
collections fluid_spray_b_decals_22_0_triplanar.vmat_c 6KB
collections fluid_spray_b_decals_22_0.vmat_c 5.8KB
collections fluid_spray_b_decals_22_22_monochrome_cutoff.vmat_c 5.9KB
collections fluid_spray_b_decals_22_22_monochrome_emissive.vmat_c 4.3KB
insert_photo fluid_spray_b_decals_22_22_monochrome_shiny_cutoff_vmat_g_tambientocclusion_3f8d6671.vtex_c 1.8KB
collections fluid_spray_b_decals_22_22_monochrome_shiny_cutoff.vmat_c 6KB
collections fluid_spray_b_decals_22_22_monochrome.vmat_c 5.9KB
collections fluid_spray_b_decals_22_22.vmat_c 5.9KB
insert_photo fluid_spray_b_decals_22_color.0_tga_61523eb1.vtex_c 86.8KB
insert_photo fluid_spray_b_decals_22_color.1_tga_96429ea1.vtex_c 93.1KB
insert_photo fluid_spray_b_decals_22_color.10_tga_f6b1ba4d.vtex_c 107.6KB
insert_photo fluid_spray_b_decals_22_color.11_tga_ca270266.vtex_c 98.7KB
insert_photo fluid_spray_b_decals_22_color.12_tga_698f663f.vtex_c 101.7KB
insert_photo fluid_spray_b_decals_22_color.13_tga_da1a6ae3.vtex_c 76KB
insert_photo fluid_spray_b_decals_22_color.14_tga_897bcd3b.vtex_c 63.3KB
insert_photo fluid_spray_b_decals_22_color.15_tga_c1b9d3c5.vtex_c 104KB
insert_photo fluid_spray_b_decals_22_color.16_tga_b56f654b.vtex_c 100.3KB
insert_photo fluid_spray_b_decals_22_color.17_tga_5781f197.vtex_c 103.5KB
insert_photo fluid_spray_b_decals_22_color.18_tga_df1b59d4.vtex_c 98.5KB
insert_photo fluid_spray_b_decals_22_color.19_tga_aca84282.vtex_c 80.3KB
insert_photo fluid_spray_b_decals_22_color.2_tga_391970f5.vtex_c 127.3KB
insert_photo fluid_spray_b_decals_22_color.20_tga_83cca71f.vtex_c 84.9KB
insert_photo fluid_spray_b_decals_22_color.21_tga_f2e69bf.vtex_c 108.8KB
insert_photo fluid_spray_b_decals_22_color.22_greyscale_emissive_tga_391b376d.vtex_c 88.3KB
insert_photo fluid_spray_b_decals_22_color.22_greyscale_tga_93e0369f.vtex_c 90.1KB
insert_photo fluid_spray_b_decals_22_color.22_tga_fb48f51b.vtex_c 80.6KB
insert_photo fluid_spray_b_decals_22_color.23_tga_67b01cc1.vtex_c 86KB
insert_photo fluid_spray_b_decals_22_color.24_tga_a7ab2fe8.vtex_c 97.5KB
insert_photo fluid_spray_b_decals_22_color.25_tga_f9f23bd2.vtex_c 108.5KB
insert_photo fluid_spray_b_decals_22_color.26_tga_3f592e75.vtex_c 96.3KB
insert_photo fluid_spray_b_decals_22_color.27_tga_4e8c6873.vtex_c 101KB
insert_photo fluid_spray_b_decals_22_color.28_tga_8837c1ff.vtex_c 116.4KB
insert_photo fluid_spray_b_decals_22_color.29_tga_dc283348.vtex_c 112.8KB
insert_photo fluid_spray_b_decals_22_color.3_tga_d24f7e35.vtex_c 69.8KB
insert_photo fluid_spray_b_decals_22_color.4_tga_e9f0c81f.vtex_c 88.7KB
insert_photo fluid_spray_b_decals_22_color.5_tga_f9539ffa.vtex_c 122.9KB
insert_photo fluid_spray_b_decals_22_color.6_tga_6f6eee4b.vtex_c 89.8KB
insert_photo fluid_spray_b_decals_22_color.7_tga_2f82c15f.vtex_c 89.4KB
insert_photo fluid_spray_b_decals_22_color.8_tga_302df9d.vtex_c 89.7KB
insert_photo fluid_spray_b_decals_22_color.9_tga_43af627.vtex_c 82.1KB
insert_photo fluid_spray_b_decals_22_normal_blr_low.5_psd_996468db.vtex_c 65.8KB
insert_photo fluid_spray_b_decals_22_normal_blr.0_tga_a20c6fef.vtex_c 84.7KB
insert_photo fluid_spray_b_decals_22_normal_blr.1_tga_720f4351.vtex_c 96.7KB
insert_photo fluid_spray_b_decals_22_normal_blr.10_tga_8bac0ba5.vtex_c 113.5KB
insert_photo fluid_spray_b_decals_22_normal_blr.11_tga_e034d65d.vtex_c 101.6KB
insert_photo fluid_spray_b_decals_22_normal_blr.12_tga_27f2a5be.vtex_c 107.7KB
insert_photo fluid_spray_b_decals_22_normal_blr.13_tga_80e1a4b5.vtex_c 78.5KB
insert_photo fluid_spray_b_decals_22_normal_blr.14_tga_97c9c0e5.vtex_c 56.7KB
insert_photo fluid_spray_b_decals_22_normal_blr.15_tga_4ce5e553.vtex_c 109.4KB
insert_photo fluid_spray_b_decals_22_normal_blr.16_tga_7c88c9e4.vtex_c 104.8KB
insert_photo fluid_spray_b_decals_22_normal_blr.17_tga_1b322963.vtex_c 112.2KB
insert_photo fluid_spray_b_decals_22_normal_blr.18_tga_4c00a665.vtex_c 105.7KB
insert_photo fluid_spray_b_decals_22_normal_blr.19_tga_f1f90657.vtex_c 82.7KB
insert_photo fluid_spray_b_decals_22_normal_blr.2_tga_1574bf7c.vtex_c 126KB
insert_photo fluid_spray_b_decals_22_normal_blr.20_tga_3bef5840.vtex_c 89.6KB
insert_photo fluid_spray_b_decals_22_normal_blr.21_tga_66cb846c.vtex_c 116.4KB
insert_photo fluid_spray_b_decals_22_normal_blr.23_tga_62874cc1.vtex_c 91.8KB
insert_photo fluid_spray_b_decals_22_normal_blr.24_tga_b686e621.vtex_c 100.6KB
insert_photo fluid_spray_b_decals_22_normal_blr.25_tga_1402dbf3.vtex_c 122.8KB
insert_photo fluid_spray_b_decals_22_normal_blr.26_tga_61f578d6.vtex_c 101.5KB
insert_photo fluid_spray_b_decals_22_normal_blr.27_tga_27d9474a.vtex_c 107.5KB
insert_photo fluid_spray_b_decals_22_normal_blr.28_tga_c6332dad.vtex_c 123.7KB
insert_photo fluid_spray_b_decals_22_normal_blr.29_tga_dd306c1a.vtex_c 115.2KB
insert_photo fluid_spray_b_decals_22_normal_blr.3_tga_a6699694.vtex_c 72.7KB
insert_photo fluid_spray_b_decals_22_normal_blr.4_tga_b42dee6.vtex_c 90.7KB
insert_photo fluid_spray_b_decals_22_normal_blr.5_tga_5c1f9c13.vtex_c 134.2KB
insert_photo fluid_spray_b_decals_22_normal_blr.5_tga_637570e2.vtex_c 133KB
insert_photo fluid_spray_b_decals_22_normal_blr.6_tga_88300a7d.vtex_c 93.7KB
insert_photo fluid_spray_b_decals_22_normal_blr.7_tga_eb300372.vtex_c 92.5KB
insert_photo fluid_spray_b_decals_22_normal_blr.8_tga_1983f45a.vtex_c 92.2KB
insert_photo fluid_spray_b_decals_22_normal_blr.9_tga_cdf40d74.vtex_c 85.7KB
insert_photo fluid_spray_b_decals_22_normal.0_tga_fa250eb4.vtex_c 78.7KB
insert_photo fluid_spray_b_decals_22_normal.2_tga_a19c64d5.vtex_c 118.8KB
insert_photo fluid_spray_b_decals_22_normal.22_tga_2d6252eb.vtex_c 64KB
insert_photo fluid_spray_b_decals_22_normal.22_tga_be3a7fb1.vtex_c 63.7KB
insert_photo fluid_spray_b_decals_22_normal.26_tga_3b24ad47.vtex_c 97.1KB
insert_photo fluid_spray_b_decals_22_normal.26_tga_622f3924.vtex_c 97.1KB
insert_photo fluid_spray_b_decals_22_normal.29_tga_1bf49808.vtex_c 108.9KB
insert_photo fluid_spray_b_decals_22_normal.29_tga_e8a4110a.vtex_c 108.9KB
insert_photo fluid_spray_b_decals_22_normal.5_tga_7a513666.vtex_c 127.8KB
insert_photo fluid_spray_b_decals_22_normal.7_tga_19249501.vtex_c 88KB
insert_photo fluid_spray_b_decals_22_trans.26_tga_7723ba48.vtex_c 86.2KB
insert_photo fluid_spray_b_decals_22_trans.26b_psd_1c1cce03.vtex_c 79KB
insert_photo fluid_spray_b_decals_22_trans.29_tga_c38f34ec.vtex_c 100.6KB
insert_photo fluid_spray_b_decals_22_trans.29b_psd_e2d339a0.vtex_c 92.7KB
insert_photo fluid_spray_b_decals_22_trans.5_tga_32b27d3c.vtex_c 123.1KB
insert_photo fluid_spray_b_decals_22_trans.5_tga_58f97a11.vtex_c 107KB
insert_photo fluid_spray_b_decals_22_trans.5b_psd_9b4f0550.vtex_c 99.7KB
insert_photo fluid_spray_b_decals_22_trans.5c_tga_acd6c7d.vtex_c 114.2KB
collections fluid_spray_b_decals_23_22.vmat_c 5.9KB
collections fluid_spray_b_decals_24_22.vmat_c 5.9KB
collections fluid_spray_b_decals_25_22.vmat_c 5.9KB
collections fluid_spray_b_decals_26_22_monochrome_mod_cutoff.vmat_c 4.9KB
insert_photo fluid_spray_b_decals_26_22_monochrome_shiny_cutoff_vmat_g_tambientocclusion_3f8d6671.vtex_c 1.8KB
collections fluid_spray_b_decals_26_22_monochrome_shiny_cutoff.vmat_c 5.5KB
collections fluid_spray_b_decals_26_22.vmat_c 5.9KB
collections fluid_spray_b_decals_27_22.vmat_c 5.9KB
collections fluid_spray_b_decals_28_22.vmat_c 5.9KB
collections fluid_spray_b_decals_29_22_monochrome_mod_cutoff.vmat_c 4.9KB
insert_photo fluid_spray_b_decals_29_22_monochrome_shiny_cutoff_vmat_g_tambientocclusion_3f8d6671.vtex_c 1.8KB
collections fluid_spray_b_decals_29_22_monochrome_shiny_cutoff.vmat_c 5.5KB
collections fluid_spray_b_decals_29_22.vmat_c 5.9KB
collections fluid_spray_b_decals_3_22.vmat_c 5.8KB
collections fluid_spray_b_decals_4_22.vmat_c 5.8KB
collections fluid_spray_b_decals_5_22_monochrome_liquid_cutoff.vmat_c 4.9KB
collections fluid_spray_b_decals_5_22_monochrome_mod_cutoff.vmat_c 4.9KB
insert_photo fluid_spray_b_decals_5_22_monochrome_shiny_cutoff_vmat_g_tambientocclusion_3f8d6671.vtex_c 1.8KB
collections fluid_spray_b_decals_5_22_monochrome_shiny_cutoff.vmat_c 5.5KB
insert_photo fluid_spray_b_decals_5_22_monochrome_shiny_cutoff2_vmat_g_tambientocclusion_3f8d6671.vtex_c 1.8KB
collections fluid_spray_b_decals_5_22_monochrome_shiny_cutoff2.vmat_c 5.8KB
collections fluid_spray_b_decals_5_22.vmat_c 5.8KB
collections fluid_spray_b_decals_6_22.vmat_c 5.8KB
collections fluid_spray_b_decals_7_22.vmat_c 5.8KB
collections fluid_spray_b_decals_8_22.vmat_c 5.8KB
collections fluid_spray_b_decals_9_22.vmat_c 5.8KB
materials/particles
insert_photo glow_simple_01.vtex_c 27.2KB
materials/particles/lasers
insert_photo beam_laser_soft_01.vtex_c 34.2KB
materials/particles/light_flare
insert_photo light_flare_1.vtex_c 40.3KB
materials/particles
insert_photo light_glow_red.vtex_c 33.9KB
insert_photo light_glow_yellow.vtex_c 33.9KB
insert_photo particle_glow_05.vtex_c 27.9KB
materials/particles/simulated/fireballs
insert_photo fireball_v2.vtex_c 1.2MB
materials/particles/simulated/smoke/maya_wispy
insert_photo wispy_small.vtex_c 293.5KB
materials/particles/simulated/smoke/smoke_fluid
insert_photo smoke_fluid.vtex_c 343.1KB
materials/particles/simulated/smoke
insert_photo smoke_gr_burst_10.vtex_c 412.4KB
materials/particles/simulated/smoke/steam
insert_photo steam.vtex_c 403.6KB
materials/particles/smoke_fluid
insert_photo smoke_fluid.vtex_c 343.1KB
materials/particles/smoke/render
insert_photo smokeburst_c_slate_flw.vtex_c 267.8KB
insert_photo smokeloop_g_1.vtex_c 1.6MB
insert_photo smokeloop_i_0_flw.vtex_c 202.2KB
insert_photo smokeloop_i_0_flwmix.vtex_c 202.2KB
insert_photo smokeloop_i_0.vtex_c 2.7MB
materials/particles/smoke1
insert_photo smoke1.vtex_c 72.8KB
materials/particles
insert_photo spark_white.vtex_c 23.7KB
insert_photo warp_ripple2_normal.vtex_c 65.9KB
insert_photo water_drop.vtex_c 5.9KB
materials/poltergeist
insert_photo poltergeist_ao_png_e57d8493.generated.vtex_c 3MB
insert_photo poltergeist_color_png_4aee7870.generated.vtex_c 6.3MB
insert_photo poltergeist_color_png_f389aea7.generated.vtex_c 2.7MB
insert_photo poltergeist_emissive_png_c59e1364.generated.vtex_c 574.8KB
insert_photo poltergeist_normal_png_684422ed.generated.vtex_c 8.9MB
collections poltergeist.vmat_c 6.2KB
materials/revolver
insert_photo revolover_revolver_basecolor_png_1c860b48.generated.vtex_c 3.9MB
insert_photo revolover_revolver_normal_png_18e240b9.generated.vtex_c 4.8MB
insert_photo revolver_occlusion_png_1f6fc61b.generated.vtex_c 2.3MB
collections revolver.vmat_c 5.6KB
materials/sky
collections atmosphere_sky.vmat_c 1.1KB
materials/skybox
insert_photo qwantani_puresky_exr_5d161bec.generated.vtex_c 7.2MB
collections qwantani_puresky.vmat_c 2.1KB
insert_photo skybox_day_01_exr_a02a1020.generated.vtex_c 1.8MB
collections skybox_day_01.vmat_c 1.9KB
materials/spas12
insert_photo spas 12_spas 12_basecolor_png_b615d7f0.generated.vtex_c 13.2MB
insert_photo spas 12_spas 12_normal_png_f109efca.generated.vtex_c 18.5MB
insert_photo spas 12_spas 12_occlusion_png_6b923995.generated.vtex_c 8MB
collections spas12.vmat_c 5.6KB
materials
collections test.vmat_c 2.6KB
materials/tools/new
insert_photo blockbullets_color_png_415087c.generated.vtex_c 44.5KB
insert_photo clip_color_png_73e5e0cb.generated.vtex_c 25.7KB
insert_photo ladder_color_png_15228933.generated.vtex_c 44.5KB
materials/tools
collections toolsclip.vmat_c 4.5KB
materials/ump
insert_photo ump 45_occlusion_png_a6a27492.generated.vtex_c 7.8MB
insert_photo ump_ump 45_basecolor_png_e2a4d55e.generated.vtex_c 14.1MB
insert_photo ump_ump 45_normal_png_86c6820d.generated.vtex_c 17.9MB
collections ump.vmat_c 5.4KB
materials/uzi
insert_photo low_uzi_basecolor_png_2ffd5c78.generated.vtex_c 15.8MB
insert_photo low_uzi_normal_png_b944debc.generated.vtex_c 19.2MB
insert_photo uzi_occlusion_png_3eac01db.generated.vtex_c 9.1MB
collections uzi.vmat_c 5.3KB
materials/visualizer
insert_photo visualizer_ao_png_ad7933d9.generated.vtex_c 6.3MB
insert_photo visualizer_basecolor_png_ce207937.generated.vtex_c 8.4MB
insert_photo visualizer_emissive_png_faa88097.generated.vtex_c 770.2KB
insert_photo visualizer_normal_png_9bcba258.generated.vtex_c 9.5MB
collections visualizer.vmat_c 6.3KB
materials/zmp
insert_photo bullet_normal_tga_f02d247c.generated.vtex_c 47.1KB
insert_photo bullet_tga_6d8366ff.generated.vtex_c 23.1KB
collections bullet.vmat_c 5KB
insert_photo frame_normal_tga_300cbd22.generated.vtex_c 33KB
insert_photo frame_tga_91db691a.generated.vtex_c 189.5KB
collections frame.vmat_c 5KB
collections hands.vmat_c 4.8KB
insert_photo linse_tga_4c956833.generated.vtex_c 24.6KB
insert_photo linse_tga_50e7ea30.generated.vtex_c 44.4KB
collections linse.vmat_c 5.5KB
insert_photo rotex_silencer_textured_1024_normal_tga_948f507e.generated.vtex_c 35.6KB
insert_photo rotex_silencer_textured_1024_tga_2eeddb32.generated.vtex_c 681.6KB
collections rotex_silencer_textured_1024.vmat_c 5.5KB
insert_photo t1tan_tga_ff671598.generated.vtex_c 513.9KB
collections t1tan.vmat_c 5KB
insert_photo t2_tga_cd6739e6.generated.vtex_c 178.2KB
collections t2.vmat_c 5KB
insert_photo t4_tga_fa8869df.generated.vtex_c 169.8KB
collections t4.vmat_c 5KB
insert_photo v_hands_normal_tga_a72c9afb.generated.vtex_c 450.4KB
insert_photo v_hands_tga_cbe988ad.generated.vtex_c 848.3KB
insert_photo w_mp5_magazine_tga_6a2c866c.generated.vtex_c 12.4KB
collections w_mp5_magazine.vmat_c 5.7KB
insert_photo w_mp9_silencer_tga_f1e62a9e.generated.vtex_c 44.4KB
collections w_mp9_silencer.vmat_c 5.1KB
models/3t/ammo/9mm
insert_photo ammo_9mm_color_png_8f14c43e.generated.vtex_c 502.3KB
insert_photo ammo_9mm_normal_png_54d20e3c.generated.vtex_c 285.7KB
collections ammo_9mm.vmat_c 5.4KB
view_in_ar ammo_9mm.vmdl_c 25.3KB
models/3t/ammo/magnum
insert_photo ammo_magnum_color_png_85451af3.generated.vtex_c 97.2KB
insert_photo ammo_magnum_normal_png_33b1ba6c.generated.vtex_c 261KB
collections ammo_magnum.vmat_c 5.2KB
view_in_ar ammo_magnum.vmdl_c 11.5KB
models/3t/ammo/rifle
insert_photo ammo_rifle_color_png_da040e9.generated.vtex_c 2MB
insert_photo ammo_rifle_normal_png_92d16bed.generated.vtex_c 911.8KB
collections ammo_rifle.vmat_c 5.4KB
view_in_ar ammo_rifle.vmdl_c 26.3KB
models/3t/ammo/shotgun
insert_photo ammo_shotgun_color_png_db8f0db8.generated.vtex_c 329.3KB
insert_photo ammo_shotgun_normal_png_1c23e8f6.generated.vtex_c 845.5KB
collections ammo_shotgun.vmat_c 5.3KB
view_in_ar ammo_shotgun.vmdl_c 11.8KB
models/3t/ammo/sniper
insert_photo ammo_sniper_color_png_f6d0c9e6.generated.vtex_c 97KB
insert_photo ammo_sniper_normal_png_b785f6c2.generated.vtex_c 261KB
collections ammo_sniper.vmat_c 5.2KB
view_in_ar ammo_sniper.vmdl_c 11.5KB
models/3t/clothing/a_armyshirttemplate/textures
insert_photo armyshirttemplate_ao_png_1c80558a.generated.vtex_c 650.2KB
insert_photo armyshirttemplate_ao_png_e182b874.generated.vtex_c 649.8KB
insert_photo armyshirttemplate_normal_png_25a20fd9.generated.vtex_c 5.3MB
insert_photo armyshirttemplate_normal_png_d8ee3447.generated.vtex_c 5.3MB
models/3t/clothing/a_cargopantstemplate/textures
insert_photo armypants_normal_png_afc62e00.generated.vtex_c 1.3MB
insert_photo armypants_normal_png_ccf88fca.generated.vtex_c 1.3MB
insert_photo cargopantstemplate_ao_png_5a062f37.generated.vtex_c 684.6KB
insert_photo cargopantstemplate_ao_png_94f12c94.generated.vtex_c 684.7KB
models/3t/clothing/a_vesttemplate/textures
insert_photo vesttemplate_ao_png_4c188f72.generated.vtex_c 633.6KB
insert_photo vesttemplate_ao_png_5956bca6.generated.vtex_c 632.4KB
models/3t/clothing
view_in_ar bapegraypants.vmdl_c 44.2KB
models/3t/clothing/bapegraypants/textures
insert_photo bapegraypants_color_png_c7204a1b.generated.vtex_c 593.4KB
insert_photo bapegraypants_color_png_edc78fe7.generated.vtex_c 617.7KB
collections bapegraypants.vmat_c 6.2KB
models/3t/clothing
text_snippet bapegreypants.clothing_c 1.1KB
text_snippet bapetanpants.clothing_c 1.1KB
view_in_ar bapetanpants.vmdl_c 44.2KB
models/3t/clothing/bapetanpants/textures
insert_photo bapetanpants_color_png_183a9659.generated.vtex_c 690.4KB
insert_photo bapetanpants_color_png_a228819f.generated.vtex_c 713.2KB
collections bapetanpants.vmat_c 6.2KB
models/3t/clothing
text_snippet bapewhitejacket.clothing_c 1.1KB
view_in_ar bapewhitejacket.vmdl_c 64.8KB
models/3t/clothing/bapewhitejacket/textures
insert_photo bapewhitejacket_color_png_208e6e47.generated.vtex_c 769.1KB
insert_photo bapewhitejacket_color_png_fa55932c.generated.vtex_c 808.5KB
collections bapewhitejacket.vmat_c 5.9KB
models/3t/clothing
text_snippet bapewhitepants.clothing_c 1.1KB
view_in_ar bapewhitepants.vmdl_c 44.2KB
models/3t/clothing/bapewhitepants/textures
insert_photo bapewhitepants_color_png_133f9063.generated.vtex_c 691.4KB
insert_photo bapewhitepants_color_png_9c8cefa3.generated.vtex_c 670.6KB
collections bapewhitepants.vmat_c 6.2KB
models/3t/clothing
view_in_ar bodyarmour.vmdl_c 46.6KB
text_snippet terrorcovest.clothing_c 1KB
view_in_ar terrorcovest.vmdl_c 46KB
models/3t/clothing/terrorcovest/textures
insert_photo terrorcovest_color_png_2cfbdee8.generated.vtex_c 1.2MB
insert_photo terrorcovest_color_png_686b4d41.generated.vtex_c 1MB
insert_photo terrorcovest_normal_png_5269fff3.generated.vtex_c 4.8MB
insert_photo terrorcovest_normal_png_ba1275ae.generated.vtex_c 4.8MB
collections terrorcovest.vmat_c 5.8KB
models
view_in_ar box_a.vmdl_c 4.9KB
view_in_ar box_b.vmdl_c 4.9KB
view_in_ar bx.vmdl_c 5.1KB
models/bx
view_in_ar piece.vmdl_c 5KB
models/citizen_clothes/hair/hair_shortscruffy/models
view_in_ar hair_shortscruffy.vmdl_c 294.8KB
models/citizen_clothes/hair/hair_shortscruffy/textures
insert_photo hair_shortscruffy_cap_vmat_g_tambientocclusion_d24c5064.generated.vtex_c 1.5KB
insert_photo hair_shortscruffy_cap_vmat_g_tnormal_49b3bca5.generated.vtex_c 2KB
collections hair_shortscruffy_cap.vmat_c 5.7KB
insert_photo scruffyshort_cap_opacity_png_30fcab06.generated.vtex_c 571.4KB
models/citizen_clothes/hair/legacy_hair/textures
collections hair_01.vmat_c 6.9KB
models/citizen_clothes/hair/legacy_hair/textures/straight_hair
insert_photo hair_01_ao_png_3391e220.generated.vtex_c 1MB
insert_photo hair_01_color_png_9ce1607f.generated.vtex_c 1.9MB
insert_photo hair_01_color_png_db8b4e1c.generated.vtex_c 1.8MB
insert_photo hair_01_normal_png_adf8ded1.generated.vtex_c 1.9MB
models/citizen_clothes/shirt/army_shirt
text_snippet army_shirt.clothing_c 857B
models/citizen_clothes/shirt/army_shirt/model
view_in_ar army_shirt.vmdl_c 133.5KB
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/trousers/cargopants
text_snippet brown_cargo_pants.clothing_c 964B
models/citizen_clothes/trousers/cargopants/models
view_in_ar brown_cargo_pants.vmdl_c 89.6KB
models/citizen_clothes/trousers/cargopants/textures
insert_photo brown_cargo_pants_color_png_913d4310.generated.vtex_c 1.1MB
collections brown_cargo_pants.vmat_c 6.3KB
insert_photo cargo_pants_army_ao_png_3d6edb91.generated.vtex_c 684.6KB
insert_photo cargo_pants_army_normal_png_8ffc3ced.generated.vtex_c 1.3MB
models/citizen_clothes/vest/tactical_vest/models
text_snippet tactical_vest.clothing_c 901B
view_in_ar tactical_vest.vmdl_c 85.2KB
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
view_in_ar cardboardbox01.vmdl_c 26.8KB
models/citizen_props/cardboardbox01
view_in_ar cardboardboxgib01_lod01.vmdl_c 8.1KB
view_in_ar cardboardboxgib02_lod01.vmdl_c 7.2KB
view_in_ar cardboardboxgib03_lod01.vmdl_c 7.2KB
view_in_ar cardboardboxgib04_lod01.vmdl_c 7.3KB
view_in_ar cardboardboxgib05_lod01.vmdl_c 10.6KB
view_in_ar cardboardboxgib06_lod01.vmdl_c 7.3KB
view_in_ar cardboardboxgib07_lod01.vmdl_c 9.1KB
view_in_ar cardboardboxgib08_lod01.vmdl_c 7.5KB
models/citizen_props
insert_photo cardboardbox01a_ao_png_4a94a658.generated.vtex_c 1.8MB
insert_photo cardboardbox01a_color_png_9b303bb4.generated.vtex_c 2.8MB
insert_photo cardboardbox01a_normal_png_229f930d.generated.vtex_c 3.4MB
collections cardboardbox01a.vmat_c 5.4KB
view_in_ar crate01.vmdl_c 29.6KB
models/citizen_props/crate01
view_in_ar piece.vmdl_c 6.9KB
view_in_ar piece1.vmdl_c 7.8KB
view_in_ar piece2.vmdl_c 7KB
view_in_ar piece3.vmdl_c 8.9KB
view_in_ar piece4.vmdl_c 5.4KB
view_in_ar piece5.vmdl_c 5.5KB
view_in_ar piece6.vmdl_c 6.3KB
view_in_ar piece7.vmdl_c 5.9KB
view_in_ar piece8.vmdl_c 6.3KB
models/citizen_props
insert_photo crate01a_ao_png_70445886.generated.vtex_c 70.5KB
insert_photo crate01a_color_png_660a3e28.generated.vtex_c 1.7MB
insert_photo crate01a_normal_png_3d506ed8.generated.vtex_c 1.5MB
collections crate01a.vmat_c 5.1KB
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 55.1KB
view_in_ar citizen.vmdl_c 3.7MB
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
view_in_ar error.vmdl_c 1.5KB
text_snippet error.vmesh_c 8KB
text_snippet error.vphys_c 2.2KB
insert_photo materialforerrormodel_vmat_g_tcolor_a0ce44b8.generated.vtex_c 1.5KB
collections materialforerrormodel.vmat_c 3.9KB
models/dev/oildrum
view_in_ar oildrum_dev.vmdl_c 41.6KB
models/dev/pallet
view_in_ar pallet_dev.vmdl_c 37.7KB
models/dev/pipes
view_in_ar pipe_dev_64.vmdl_c 5.8KB
view_in_ar pipe_dev_cap.vmdl_c 8.1KB
view_in_ar pipe_dev_corner_16.vmdl_c 18.7KB
models/dev
view_in_ar playerstart_tint.vmdl_c 22.1KB
models/effects
view_in_ar visualiser_sphere.vmdl_c 145KB
models/equipment/binoculars
insert_photo binocular_tt_color_png_2ba17e87.generated.vtex_c 1.8MB
insert_photo binocular_tt_normal_png_e5cccf14.generated.vtex_c 2.9MB
collections binoculars.vmat_c 6KB
models/equipment
view_in_ar c4.vmdl_c 225.4KB
models/equipment/c4
insert_photo c4_low_ttt_c4_tt_color_png_30df7fc2.generated.vtex_c 1.2MB
insert_photo c4_low_ttt_c4_tt_emissive_png_97d81aab.generated.vtex_c 73.1KB
insert_photo c4_low_ttt_c4_tt_normal_png_6cf90929.generated.vtex_c 3.4MB
collections c4_low.vmat_c 6.3KB
models/equipment
view_in_ar decoy.vmdl_c 120KB
models/equipment/detective_pipe
insert_photo detective_pipe_ao_png_133b97ca.generated.vtex_c 492.8KB
insert_photo detective_pipe_color_png_94189b6e.generated.vtex_c 2.1MB
insert_photo detective_pipe_normal_png_dd3abdcc.generated.vtex_c 2.5MB
collections detective_pipe.vmat_c 6.3KB
models/equipment
view_in_ar discombob.vmdl_c 105KB
models/equipment/discombob
insert_photo discombob_ao_png_83847812.generated.vtex_c 867.3KB
insert_photo discombob_color_png_98ad45f6.generated.vtex_c 2MB
insert_photo discombob_normal_png_df35ec40.generated.vtex_c 3.5MB
collections discombob.vmat_c 6KB
models/equipment/healthstation
insert_photo extrashinyblack_vmat_g_tcolor_33b42bea.generated.vtex_c 1.5KB
insert_photo extrashinyblack_vmat_g_tnormal_3f3ccc55.generated.vtex_c 2.1KB
collections extrashinyblack.vmat_c 4.5KB
view_in_ar healthstation.vmdl_c 15.8KB
view_in_ar microwave.vmdl_c 15.5KB
insert_photo microwaveback_jpg_4f3877ab.generated.vtex_c 87.2KB
insert_photo microwaveback_jpg_a0a2abd5.generated.vtex_c 87.2KB
insert_photo microwaveback_vmat_g_tnormal_988a6ae6.generated.vtex_c 2.1KB
collections microwaveback.vmat_c 4.6KB
insert_photo microwaveface_jpg_54ec22fb.generated.vtex_c 44.5KB
insert_photo microwaveface_jpg_b3e5b049.generated.vtex_c 44.5KB
insert_photo microwavefront_vmat_g_tnormal_65230161.generated.vtex_c 2.1KB
collections microwavefront.vmat_c 4.6KB
insert_photo semiroughblack_vmat_g_tcolor_14a711fb.generated.vtex_c 1.5KB
insert_photo semiroughblack_vmat_g_tnormal_988a6ae6.generated.vtex_c 2.1KB
collections semiroughblack.vmat_c 4.5KB
insert_photo shinyblack_vmat_g_tcolor_14a711fb.generated.vtex_c 1.5KB
insert_photo shinyblack_vmat_g_tnormal_332adbd5.generated.vtex_c 2.1KB
collections shinyblack.vmat_c 4.4KB
models/equipment/pda
insert_photo ttt_pda_tt_ttt_pda_screen_tt_color_png_a9ea4c13.generated.vtex_c 130.4KB
insert_photo ttt_pda_tt_ttt_pda_screen_tt_normal_png_34595df5.generated.vtex_c 47.1KB
collections ttt_pda_tt_ttt_pda_screen_tt.vmat_c 5.9KB
insert_photo ttt_pda_tt_ttt_pda_tt_color_png_63f063ab.generated.vtex_c 891.4KB
insert_photo ttt_pda_tt_ttt_pda_tt_normal_png_f4359e11.generated.vtex_c 2.3MB
collections ttt_pda_tt_ttt_pda_tt.vmat_c 5.6KB
models/equipment
view_in_ar v_bomb.vmdl_c 382.1KB
view_in_ar v_detective_pipe.vmdl_c 51.2KB
view_in_ar v_flipphone.vmdl_c 425.5KB
view_in_ar v_pda_screen.vmdl_c 3.5KB
view_in_ar v_pda.vmdl_c 48.3KB
view_in_ar w_binoculars.vmdl_c 82.3KB
view_in_ar w_bomb.vmdl_c 79.6KB
view_in_ar w_detective_pipe.vmdl_c 53.7KB
view_in_ar w_pda.vmdl_c 51.1KB
view_in_ar w_visualizer.vmdl_c 331.2KB
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
models/first_person
text_snippet first_person_arms_base.vanmgrph_c 9.2KB
models
view_in_ar metal_sphere.vmdl_c 534.3KB
models/sbox_props/cola_can
collections bright_can.vmat_c 6.1KB
insert_photo cola_can_ao_png_be68314f.generated.vtex_c 105.8KB
insert_photo cola_can_color_2_png_9b476e0e.generated.vtex_c 244.4KB
insert_photo cola_can_color_3_png_cb615546.generated.vtex_c 191.3KB
insert_photo cola_can_color_png_773e7c8.generated.vtex_c 139KB
view_in_ar cola_can_gib.vmdl_c 11.7KB
insert_photo cola_can_normal_png_f57f27cf.generated.vtex_c 183.2KB
collections cola_can.vmat_c 6.1KB
view_in_ar cola_can.vmdl_c 17.4KB
collections orange_can.vmat_c 6.1KB
models/sbox_props/concrete_barrier
insert_photo concrete_barrier_ao_tga_bfd6a81f.generated.vtex_c 467.9KB
insert_photo concrete_barrier_color_tga_d36718b4.generated.vtex_c 496.7KB
insert_photo concrete_barrier_detail_tga_14f0b896.generated.vtex_c 252.2KB
view_in_ar concrete_barrier_gib3.vmdl_c 6.3KB
view_in_ar concrete_barrier_gib6.vmdl_c 6.6KB
insert_photo concrete_barrier_normal_tga_1c479039.generated.vtex_c 1.3MB
collections concrete_barrier.vmat_c 7.4KB
models/sbox_props/oil_drum
insert_photo oil_drum_a_ao_tga_96047e5c.generated.vtex_c 2.4MB
insert_photo oil_drum_a_color_tga_9846ef4c.generated.vtex_c 3.8MB
insert_photo oil_drum_a_mask_tga_b47ef947.generated.vtex_c 1.4MB
insert_photo oil_drum_a_normal_tga_9837397a.generated.vtex_c 4.9MB
collections oil_drum_a.vmat_c 6.8KB
view_in_ar oil_drum_a.vmdl_c 57.7KB
insert_photo oil_drum_explosive_color_tga_d964b33a.generated.vtex_c 4.4MB
view_in_ar oil_drum_explosive_gib_01.vmdl_c 24KB
view_in_ar oil_drum_explosive_gib_02.vmdl_c 11.8KB
view_in_ar oil_drum_explosive_gib_03.vmdl_c 33.1KB
view_in_ar oil_drum_explosive_gib_04.vmdl_c 22.9KB
view_in_ar oil_drum_explosive_gib_05.vmdl_c 10.3KB
view_in_ar oil_drum_explosive_gib_06.vmdl_c 13.4KB
insert_photo oil_drum_explosive_normal_tga_da2e6a10.generated.vtex_c 4.9MB
collections oil_drum_explosive.vmat_c 6.4KB
view_in_ar oil_drum_explosive.vmdl_c 58.8KB
insert_photo oil_drum_gibs_color_tga_7b73541a.generated.vtex_c 4.7MB
insert_photo oil_drum_gibs_normal_tga_8c6067c1.generated.vtex_c 4.9MB
collections oil_drum_gibs.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
view_in_ar terrortown_arms.vmdl_c 665.3KB
models/weapons/sbox_ammo/9mm_bullet
insert_photo 9mm_bullet_ao_tga_f63e2073.generated.vtex_c 94.4KB
insert_photo 9mm_bullet_color_tga_ecbc3379.generated.vtex_c 251.3KB
insert_photo 9mm_bullet_normal_tga_2bfaab1d.generated.vtex_c 237.8KB
collections 9mm_bullet.vmat_c 6.4KB
view_in_ar 9mm_bullet.vmdl_c 29.1KB
models/weapons/sbox_attachments/silencer_9mm
insert_photo silencer_9mm_ao_tga_8ae7d9f.generated.vtex_c 301.1KB
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.6KB
view_in_ar v_silencer_9mm.vmdl_c 76.5KB
models/weapons
view_in_ar v_ak.vmdl_c 712.4KB
view_in_ar v_crowbar.vmdl_c 226.2KB
view_in_ar v_deagle.vmdl_c 732.8KB
models/weapons/v_deagle
insert_photo low_d-eagle_basecolor_png_b0cb548.generated.vtex_c 4MB
insert_photo low_d-eagle_normal_png_11579e98.generated.vtex_c 4.6MB
insert_photo low_d-eagle_occlusion_png_70b8943a.generated.vtex_c 2.1MB
collections tt_deagle.vmat_c 5.7KB
models/weapons
view_in_ar v_fal.vmdl_c 954.3KB
view_in_ar v_firegrenade.vmdl_c 366.5KB
view_in_ar v_flaregun.vmdl_c 600.5KB
view_in_ar v_glock.vmdl_c 558.6KB
view_in_ar v_golden_deagle.vmdl_c 786.1KB
models/weapons/v_golden_deagle
collections tt_golden_deagle.vmat_c 6.2KB
models/weapons
view_in_ar v_m1911.vmdl_c 517KB
view_in_ar v_m24.vmdl_c 551KB
view_in_ar v_m249.vmdl_c 852.3KB
view_in_ar v_m4a1.vmdl_c 716.7KB
view_in_ar v_m9_bayonet_knife.vmdl_c 425.5KB
view_in_ar v_magnetostick.vmdl_c 276.7KB
view_in_ar v_mp5.vmdl_c 529.5KB
view_in_ar v_poltergeist.vmdl_c 899.9KB
view_in_ar v_revolver.vmdl_c 686.8KB
view_in_ar v_smokegrenade.vmdl_c 366.5KB
view_in_ar v_spas12.vmdl_c 799.7KB
view_in_ar v_ump.vmdl_c 569.6KB
view_in_ar v_uzi.vmdl_c 638.3KB
view_in_ar v_zmp.vmdl_c 281.3KB
view_in_ar w_ak.vmdl_c 223.6KB
view_in_ar w_crowbar.vmdl_c 11.1KB
view_in_ar w_deagle.vmdl_c 442.2KB
view_in_ar w_fal.vmdl_c 706.5KB
view_in_ar w_firegrenade.vmdl_c 210KB
view_in_ar w_flaregun.vmdl_c 604.1KB
view_in_ar w_glock.vmdl_c 417.3KB
view_in_ar w_golden_deagle.vmdl_c 145.6KB
view_in_ar w_m1911.vmdl_c 139KB
view_in_ar w_m24.vmdl_c 543.7KB
view_in_ar w_m249.vmdl_c 1.7MB
view_in_ar w_m4a1.vmdl_c 416.8KB
view_in_ar w_m9_bayonet_knife.vmdl_c 173.7KB
view_in_ar w_magnetostick.vmdl_c 82.2KB
view_in_ar w_mp5.vmdl_c 643.4KB
view_in_ar w_poltergeist.vmdl_c 654.6KB
view_in_ar w_revolver.vmdl_c 492.5KB
view_in_ar w_smokegrenade.vmdl_c 67.1KB
view_in_ar w_spas12.vmdl_c 384.5KB
view_in_ar w_ump.vmdl_c 596.1KB
view_in_ar w_uzi.vmdl_c 533.9KB
view_in_ar w_zmp.vmdl_c 123.5KB
particles/blood
text_snippet blood merged.vpcf_c 1.8KB
text_snippet blood_impact.vpcf_c 2.1KB
text_snippet blood.vpcf_c 3KB
text_snippet blood00.vpcf_c 2.9KB
text_snippet blood01.vpcf_c 2.9KB
text_snippet blood02.vpcf_c 3KB
text_snippet blood03.vpcf_c 2.9KB
text_snippet blood04.vpcf_c 2.9KB
text_snippet blooddecal01.vpcf_c 2.5KB
text_snippet blooddecal02.vpcf_c 2.5KB
text_snippet blooddecal03.vpcf_c 2.5KB
text_snippet blooddecal04.vpcf_c 2.5KB
text_snippet blooddecal05.vpcf_c 2.5KB
text_snippet blooddecal06.vpcf_c 2.5KB
text_snippet blooddecal07.vpcf_c 2.5KB
text_snippet blooddecal08.vpcf_c 2.5KB
text_snippet blooddecal09.vpcf_c 2.5KB
text_snippet blooddecal10.vpcf_c 2.5KB
particles
text_snippet bomb_sparks.vpcf_c 2.8KB
particles/casings
text_snippet 9mmcasing.vpcf_c 3.5KB
text_snippet shotguncasing.vpcf_c 3.5KB
particles
text_snippet discombob_bomb.vpcf_c 3.3KB
text_snippet dnascan_ping.vpcf_c 2.2KB
text_snippet explosion_flare.vpcf_c 1.6KB
text_snippet explosion.light.vpcf_c 2.1KB
text_snippet explosion.vpcf_c 2.9KB
particles/explosion/barrel_explosion
text_snippet explosion_barrel_02.vpcf_c 4.5KB
text_snippet explosion_fire_ring_02.vpcf_c 3.8KB
text_snippet explosion_flash_02.vpcf_c 4KB
text_snippet explosion_gib_03.vpcf_c 4.7KB
text_snippet explosion_gib_04.vpcf_c 5.2KB
text_snippet explosion_gib_embers_ground.vpcf_c 3.7KB
text_snippet explosion_gib_large_fire_02.vpcf_c 3.5KB
text_snippet explosion_gib_wispy_smoke.vpcf_c 3.2KB
text_snippet explosion_ground_a.vpcf_c 1.9KB
text_snippet explosion_ground.vpcf_c 2KB
text_snippet explosion_refraction.vpcf_c 3.1KB
text_snippet explosion_shock_ring_02.vpcf_c 4KB
text_snippet explosion_smoke_03.vpcf_c 4.1KB
text_snippet explosion_smoke_ring_02.vpcf_c 3.7KB
text_snippet explosion_smoke2.vpcf_c 4KB
text_snippet flying_embers_bright.vpcf_c 3.2KB
particles
text_snippet fire.vpcf_c 4.1KB
text_snippet fireball.vpcf_c 4.1KB
text_snippet fireballsmoke.vpcf_c 2.9KB
text_snippet firebomb_flames.vpcf_c 3.7KB
text_snippet firebomb_ground.vpcf_c 2.4KB
text_snippet firebomb.vpcf_c 2.2KB
text_snippet fireembers.vpcf_c 2.8KB
text_snippet firelight.vpcf_c 2.1KB
text_snippet firesmoke.vpcf_c 2.9KB
particles/gameplay/dogtags
text_snippet team_1_dog_tags.vpcf_c 2.3KB
particles/gameplay/flag
text_snippet flag_aoe.vpcf_c 2.5KB
particles/gameplay/guns/trail
text_snippet rico_trail_impact_spark.vpcf_c 3.4KB
text_snippet rico_trail_smoke.vpcf_c 2.9KB
text_snippet trail_bullet.vpcf_c 2.5KB
text_snippet trail_smoke.vpcf_c 2.5KB
particles/gameplay/player/slide
text_snippet slide.vpcf_c 2.2KB
particles
text_snippet impact.flesh.puff.vpcf_c 2.4KB
text_snippet impact.flesh.vpcf_c 2.8KB
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 impact.wood.smokepuff.vpcf_c 554B
particles/impacts
text_snippet impact.concrete.bullet.vpcf_c 2.8KB
text_snippet impact.flesh.vpcf_c 2.5KB
text_snippet impact.generic.smokepuff.vpcf_c 3.2KB
text_snippet impact.generic.smokering.vpcf_c 2.6KB
text_snippet impact.metal.bullet.vpcf_c 3.5KB
particles/impacts/impact.metal.bullet
text_snippet flare.vpcf_c 2KB
particles/impacts
text_snippet impact.metal.sparks.vpcf_c 3.5KB
text_snippet impact.sand.vpcf_c 2.6KB
particles
text_snippet laserdot.vpcf_c 2.1KB
text_snippet laserline.vpcf_c 2.4KB
text_snippet leaktest.vpcf_c 2.1KB
particles/muzzleflash
text_snippet muzzleflash.light.vpcf_c 2.1KB
text_snippet silenced.vpcf_c 3.5KB
text_snippet simple.vpcf_c 3.6KB
text_snippet smokepuff_silenced.vpcf_c 3KB
text_snippet smokepuff_simple.vpcf_c 3KB
particles
text_snippet oildrum.fire.jet.vpcf_c 4.5KB
text_snippet poltergeist_splash.vpcf_c 2.6KB
text_snippet poltergeist.vpcf_c 2.6KB
text_snippet poltergeistmuzzleflash.vpcf_c 2.2KB
text_snippet radar_ping.vpcf_c 2.2KB
text_snippet rope.vpcf_c 1.4KB
text_snippet scorch.vpcf_c 1.7KB
text_snippet smokegrenade_burst.vpcf_c 2.4KB
text_snippet smokegrenade_viewblocker.vpcf_c 2.2KB
text_snippet smokegrenade.vpcf_c 3.8KB
particles/smoketrails
text_snippet smoketrail_pistol.vpcf_c 2.8KB
text_snippet smoketrail_simple.vpcf_c 2.4KB
particles
text_snippet spit.vpcf_c 2.3KB
text_snippet test.vpcf_c 1.9KB
particles/tracers
text_snippet tracer.generic.vpcf_c 2.6KB
text_snippet tracer.sniper.vpcf_c 2.4KB
text_snippet tracersmoke.sniper.vpcf_c 2.9KB
particles
text_snippet untitled_particle_1.vpcf_c 1.4KB
prefabs/ammo
text_snippet ttt_ammo_buckshot.prefab_c 1KB
text_snippet ttt_ammo_magnum.prefab_c 1KB
text_snippet ttt_ammo_pistol.prefab_c 1022B
text_snippet ttt_ammo_rifle.prefab_c 1KB
text_snippet ttt_ammo_sniper.prefab_c 1KB
prefabs
text_snippet discombobulator.prefab_c 2.6KB
text_snippet door.prefab_c 1.5KB
text_snippet fire.prefab_c 10.2KB
prefabs/game_modes
text_snippet terrortown.prefab_c 5.9KB
prefabs
text_snippet game_setup.prefab_c 3KB
text_snippet gamehud.prefab_c 1.6KB
prefabs/impact_fx
text_snippet impact_blood_mist.prefab_c 7.8KB
prefabs/objects
text_snippet legacy_entity.prefab_c 706B
text_snippet random_ammo.prefab_c 702B
text_snippet random_grenade.prefab_c 708B
text_snippet random_weapon.prefab_c 722B
prefabs/player
text_snippet player.prefab_c 29.6KB
text_snippet spectate.prefab_c 1.4KB
prefabs/weapons/crowbar
text_snippet crowbar_v.prefab_c 1.3KB
text_snippet crowbar.prefab_c 1.8KB
text_snippet crowbar.wpn_c 1KB
prefabs/weapons/equipment/c4
text_snippet c4_placed.prefab_c 1.1KB
text_snippet c4_v.prefab_c 2.4KB
text_snippet c4.prefab_c 2.7KB
text_snippet c4.wpn_c 1.1KB
prefabs/weapons/equipment/decoy
text_snippet decoy_placed.prefab_c 1.5KB
text_snippet decoy_v.prefab_c 2.3KB
text_snippet decoy.prefab_c 3KB
text_snippet decoy.wpn_c 1.1KB
prefabs/weapons/equipment/dnascanner
text_snippet dnascanner_v.prefab_c 1.2KB
text_snippet dnascanner.prefab_c 1.5KB
text_snippet dnascanner.wpn_c 1.1KB
prefabs/weapons/equipment/flaregun
text_snippet flaregun_v.prefab_c 2.4KB
text_snippet flaregun.prefab_c 3.7KB
text_snippet flaregun.wpn_c 1.1KB
prefabs/weapons/equipment/healthstation
text_snippet healthstation_thrown.prefab_c 1KB
text_snippet healthstation.prefab_c 1.9KB
text_snippet healthstation.wpn_c 1KB
prefabs/weapons/equipment/knife
text_snippet knife_v.prefab_c 1.4KB
text_snippet knife.prefab_c 1.9KB
text_snippet knife.wpn_c 1.1KB
prefabs/weapons/equipment/mp9
text_snippet mp9_v.prefab_c 2.3KB
text_snippet mp9.prefab_c 4.3KB
text_snippet mp9.wpn_c 1.1KB
prefabs/weapons/equipment/poltergiest
text_snippet poltergiest_v.prefab_c 2.4KB
text_snippet poltergiest.prefab_c 3.7KB
text_snippet poltergiest.wpn_c 1.2KB
text_snippet poltergiestthruster.prefab_c 1.1KB
prefabs/weapons/equipment/python
text_snippet python_v.prefab_c 2.3KB
text_snippet python.prefab_c 4.3KB
text_snippet python.wpn_c 1.1KB
prefabs/weapons/equipment/silencedpistol
text_snippet silencedpistol_v.prefab_c 83.2KB
text_snippet silencedpistol.prefab_c 4.4KB
text_snippet silencedpistol.wpn_c 1.2KB
prefabs/weapons/equipment/ump
text_snippet ump_v.prefab_c 2.3KB
text_snippet ump.prefab_c 4.3KB
text_snippet ump.wpn_c 1.1KB
prefabs/weapons/equipment/visualiser
text_snippet visualiser_thrown.prefab_c 2.8KB
text_snippet visualiser.prefab_c 1.8KB
text_snippet visualiser.wpn_c 1KB
prefabs/weapons/grenade/discombobulator
text_snippet discombobulator_explosion.prefab_c 1.2KB
text_snippet discombobulator_thrown.prefab_c 1.3KB
text_snippet discombobulator_v.prefab_c 2.4KB
text_snippet discombobulator.prefab_c 2.9KB
text_snippet discombobulator.wpn_c 1.2KB
prefabs/weapons/grenade/incendiary
text_snippet incendiary_explosion.prefab_c 1.2KB
text_snippet incendiary_thrown.prefab_c 1.2KB
text_snippet incendiary_v.prefab_c 2.4KB
text_snippet incendiary.prefab_c 2.8KB
text_snippet incendiary.wpn_c 1.1KB
prefabs/weapons/holstered
text_snippet holstered.prefab_c 956B
text_snippet holstered.wpn_c 895B
prefabs/weapons
text_snippet legacy_entity.prefab_c 722B
prefabs/weapons/magnetostick
text_snippet magnetostick_v.prefab_c 1.3KB
text_snippet magnetostick.prefab_c 1.8KB
text_snippet magnetostick.wpn_c 1.1KB
prefabs/weapons/primary/ak
text_snippet ak_v.prefab_c 2.3KB
text_snippet ak.prefab_c 4.3KB
text_snippet ak.wpn_c 1KB
prefabs/weapons/primary/fal
text_snippet fal_v.prefab_c 2.3KB
text_snippet fal.prefab_c 4.6KB
text_snippet fal.wpn_c 1KB
prefabs/weapons/primary/huge
text_snippet huge_v.prefab_c 2.3KB
text_snippet huge.prefab_c 4.3KB
text_snippet huge.wpn_c 1KB
prefabs/weapons/primary/m24
text_snippet m24_v.prefab_c 2.3KB
text_snippet m24.prefab_c 4.8KB
text_snippet m24.wpn_c 1.1KB
prefabs/weapons/primary/mp5
text_snippet mp5_v.prefab_c 2.3KB
text_snippet mp5.prefab_c 4.3KB
text_snippet mp5.wpn_c 1KB
prefabs/weapons/primary/spas12
text_snippet spas12_v.prefab_c 2.3KB
text_snippet spas12.prefab_c 4.3KB
text_snippet spas12.wpn_c 1.1KB
prefabs/weapons/primary/uzi
text_snippet uzi_v.prefab_c 2.3KB
text_snippet uzi.prefab_c 4.3KB
text_snippet uzi.wpn_c 1KB
prefabs/weapons
text_snippet random_ammo.prefab_c 718B
text_snippet random_grenade.prefab_c 724B
text_snippet random_weapon.prefab_c 738B
prefabs/weapons/secondary/deagle
text_snippet deagle_v.prefab_c 2.4KB
text_snippet deagle.prefab_c 4.3KB
text_snippet deagle.wpn_c 1.1KB
prefabs/weapons/secondary/glock
text_snippet glock_v.prefab_c 2.3KB
text_snippet glock.prefab_c 4.6KB
text_snippet glock.wpn_c 1.1KB
prefabs/weapons/secondary/m1911
text_snippet m1911_v.prefab_c 2.3KB
text_snippet m1911.prefab_c 4.3KB
text_snippet m1911.wpn_c 1.1KB
projectsettings
text_snippet collision.config 1.7KB
text_snippet mixer.config 1.2KB
scenes
text_snippet de_testing.scene_c 64.5KB
scenes/dev
insert_photo ground_tmat_bcr.generated.vtex_c 1.9KB
insert_photo ground_tmat_nho.generated.vtex_c 2.2KB
text_snippet ground.tmat_c 2.2KB
text_snippet sphaxtest.scene_c 5.1KB
text_snippet untitled.terrain_c 3KB
scenes
text_snippet fps_testing.scene_c 29.1KB
scenes/maps/assault
text_snippet assault.scene_c 38.8KB
scenes/maps/bowling
text_snippet bowling.scene_c 1.5KB
scenes/maps/clue
text_snippet clue.scene_c 22.6KB
scenes/maps
text_snippet cornellbox.scene_c 8.5KB
scenes/maps/defusemap_01
text_snippet bombsite_a.prefab_c 1KB
text_snippet bombsite_b.prefab_c 1KB
text_snippet buyzone_setup.prefab_c 1.2KB
text_snippet buyzone_t.prefab_c 1KB
text_snippet de_garry_hammer.scene_c 54.1KB
text_snippet de_garry.scene_c 39.7KB
text_snippet enviroment_setup.prefab_c 2.5KB
text_snippet game_setup.prefab_c 3.3KB
text_snippet mapmesh_mid.prefab_c 271.5KB
text_snippet mapmesh.prefab_c 298.2KB
scenes/maps/innocenthotel
text_snippet innocenthotel.scene_c 35.6KB
scenes/maps
text_snippet loadingtest.scene_c 1.8KB
scenes/maps/rooftops
text_snippet rooftops.scene_c 23KB
scenes/maps
text_snippet sceneloader.scene_c 1.9KB
scenes
text_snippet menu.scene_c 3.2KB
text_snippet vaporland_mall.scene_c 148.9KB
shaders
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
text_snippet bullet-flyby-pistol-close-001.vsnd_c 81.7KB
text_snippet bullet-flyby-pistol-close-002.vsnd_c 84.3KB
text_snippet bullet-flyby-pistol-close-003.vsnd_c 70.8KB
text_snippet bullet-flyby-pistol-close-004.vsnd_c 86.2KB
text_snippet bullet.ricochet.sound_c 1.2KB
text_snippet explosion.sound_c 678B
text_snippet falldamage.sound_c 990B
text_snippet fire.jet.sound_c 571B
text_snippet fire.jet.vsnd_c 3.3MB
text_snippet flyby.pistol.sound_c 1KB
text_snippet flyby.rifle.sound_c 827B
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
text_snippet ak47.reload.eject.sound_c 560B
text_snippet ak47.reload.insert.sound_c 561B
text_snippet ak47.shoot.sound_c 717B
text_snippet ak47.shoot.vsnd_c 380.1KB
text_snippet deagle.shoot.sound_c 735B
text_snippet deagle.shoot.vsnd_c 347.6KB
text_snippet fiveseven.shoot.sound_c 677B
text_snippet glock.shoot.sound_c 734B
text_snippet glock.shoot.vsnd_c 183.6KB
text_snippet huge.shoot.sound_c 718B
text_snippet huge.shoot.vsnd_c 380.1KB
text_snippet m1911.shoot.sound_c 734B
text_snippet m1911.shoot.vsnd_c 368.2KB
text_snippet m4a1-s.shoot.sound_c 742B
text_snippet m4a1-s.shoot.vsnd_c 35.8KB
text_snippet m4a1-s.vsnd_c 33.6KB
text_snippet mp5.shoot.sound_c 716B
text_snippet mp5.shoot.vsnd_c 423.4KB
text_snippet poltergeist3.sound_c 734B
text_snippet poltergeist3.vsnd_c 277.8KB
text_snippet python.shoot.sound_c 735B
text_snippet python.shoot.vsnd_c 565.1KB
sounds/guns/reloads/ak
text_snippet ak_bolt_2.vsnd_c 251.5KB
text_snippet ak_bolt.sound_c 843B
text_snippet ak_bolt.vsnd_c 251.8KB
text_snippet ak_insert_2.vsnd_c 114.5KB
text_snippet ak_insert.sound_c 726B
text_snippet ak_insert.vsnd_c 114.4KB
text_snippet ak_remove_2.vsnd_c 64.1KB
text_snippet ak_remove.sound_c 726B
text_snippet ak_remove.vsnd_c 64.1KB
sounds/guns/reloads
text_snippet glock.fumble.sound_c 636B
text_snippet glock.fumble.vsnd_c 77.4KB
text_snippet glock.mag.insert.sound_c 640B
text_snippet glock.mag.insert.vsnd_c 43.3KB
text_snippet glock.slide.back.sound_c 640B
text_snippet glock.slide.back.vsnd_c 21.5KB
text_snippet glock.slide.forward.sound_c 659B
text_snippet glock.slide.forward.vsnd_c 16.9KB
text_snippet glock.snapback.sound_c 638B
text_snippet glock.snapback.vsnd_c 16.9KB
text_snippet m4.mag.fumble.sound_c 637B
text_snippet m4.mag.fumble.vsnd_c 202.2KB
text_snippet m4.mag.slot.sound_c 635B
text_snippet m4.mag.slot.vsnd_c 48KB
text_snippet m4.snapin.sound_c 617B
text_snippet m4.snapin.vsnd_c 41.5KB
text_snippet m4.switch.sound_c 617B
text_snippet m4.switch.vsnd_c 9.7KB
sounds/guns
text_snippet rifle.shoot.sound_c 734B
text_snippet rifle.shoot.vsnd_c 416.5KB
text_snippet silencedpistol.shoot.sound_c 758B
text_snippet silencedpistol.shoot.vsnd_c 115.3KB
text_snippet silencedrifle.shoot.sound_c 757B
text_snippet silencedrifle.shoot.vsnd_c 33.6KB
text_snippet sniper.scope.sound_c 733B
text_snippet sniper.shoot.sound_c 735B
text_snippet sniper.shoot.vsnd_c 705.6KB
text_snippet spas12.shoot.sound_c 735B
text_snippet spas12.shoot.vsnd_c 258.6KB
text_snippet ump.shoot.sound_c 717B
text_snippet ump.shoot.vsnd_c 195.1KB
text_snippet uzi.shoot.sound_c 716B
text_snippet uzi.shoot.vsnd_c 242.3KB
text_snippet zmp.shoot.sound_c 715B
text_snippet zmp.shoot.vsnd_c 67.4KB
sounds
text_snippet heartbeat.sound_c 598B
text_snippet heartbeat.vsnd_c 184.8KB
sounds/impacts/bullets
text_snippet bullet-ricochet-1.vsnd_c 88.9KB
text_snippet bullet-ricochet-2.vsnd_c 69KB
text_snippet bullet-ricochet-3.vsnd_c 121.3KB
text_snippet bullet-ricochet-4.vsnd_c 90.6KB
text_snippet bullet-ricochet-5.vsnd_c 88.7KB
text_snippet bullet-ricochet-6.vsnd_c 129KB
text_snippet clothflesh_bullet_impact1.vsnd_c 36.5KB
text_snippet clothflesh_bullet_impact2.vsnd_c 38.4KB
text_snippet clothflesh_bullet_impact3.vsnd_c 46.3KB
text_snippet concrete_impact_bullet1.vsnd_c 119.4KB
text_snippet concrete_impact_bullet2.vsnd_c 114KB
text_snippet concrete_impact_bullet3.vsnd_c 126.2KB
text_snippet concrete_impact_bullet4.vsnd_c 146.1KB
text_snippet generic-bullet-impact-1.vsnd_c 100.8KB
text_snippet impact-bullet-concrete.sound_c 1.1KB
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
text_snippet item.pickup.sound_c 798B
sounds/kenney/ui
text_snippet switch2.vsnd_c 55.3KB
sounds/physics
text_snippet phys.metal.sheet.impact.sound_c 728B
sounds
text_snippet pickup_01.vsnd_c 78KB
text_snippet pickup_02.vsnd_c 65.2KB
text_snippet pickup_03.vsnd_c 77.4KB
text_snippet pickup.sound_c 746B
sounds/player
text_snippet damage_taken_shot.sound_c 665B
text_snippet damage_taken_shot.vsnd_c 92.7KB
sounds
text_snippet teleporter.teleport.sound_c 972B
sounds/terrortown
text_snippet round.end.sound_c 696B
text_snippet round.end.vsnd_c 612.7KB
text_snippet round.start.sound_c 698B
text_snippet round.start.vsnd_c 500.2KB
text_snippet swing.sound_c 703B
text_snippet swoosh.vsnd_c 345.2KB
sounds/weapons
text_snippet crowbar.hit.1.vsnd_c 127KB
text_snippet crowbar.hit.2.vsnd_c 127KB
text_snippet crowbar.hit.3.vsnd_c 127KB
text_snippet crowbar.hit.4.vsnd_c 127KB
text_snippet crowbar.hit.sound_c 959B
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 2KB
text_snippet metal.sheet.surface_c 1.5KB
text_snippet metal.surface_c 1.7KB
text_snippet metal.weapon.surface_c 1.4KB
text_snippet new.metal.newsurf_c 1KB
text_snippet new.metal.sheet.newsurf_c 1KB
text_snippet new.metal.weapon.newsurf_c 1KB
text_snippet player.surface_c 607B
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/particles
insert_photo splatter.vtex_c 141.8KB
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
tools/images/met/imagetypes
insert_photo image_type_metal_png_80a7c707.generated.vtex_c 3.3KB
ui
text_snippet armor.png 12.6KB
text_snippet bomb.png 17KB
ui/chat
text_snippet radio.png 2KB
ui/components
text_snippet packagecard.razor.scss 3.7KB
text_snippet packagefilters.razor.scss 930B
text_snippet packagelist.razor.scss 257B
ui/controls
text_snippet slidercontrol.razor.scss 2.2KB
text_snippet switchcontrol.razor.scss 1021B
ui
text_snippet crown.png 1.1KB
text_snippet defusekit.png 9.6KB
ui/developer
text_snippet developermenu.razor.scss 919B
ui
text_snippet dnapanel.razor.scss 1.8KB
text_snippet headshot.png 3.5KB
text_snippet health.png 11.5KB
text_snippet helmet.png 13.8KB
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 ammocounter.razor.scss 672B
text_snippet bodyinfo.razor.scss 1.1KB
text_snippet buymenu.razor.scss 1.7KB
text_snippet chat.razor.scss 1.9KB
ui/hud/components
text_snippet ammo.razor.scss 160B
text_snippet donut.razor.scss 814B
text_snippet icon.razor.scss 75B
text_snippet playeravatar.razor.scss 158B
text_snippet playerrole.razor.scss 458B
text_snippet popuppanel.razor.scss 366B
text_snippet progressbar.razor.scss 374B
text_snippet roundstateteam.razor.scss 387B
text_snippet spectating.razor.scss 221B
text_snippet vitals.razor.scss 298B
ui/hud
text_snippet crosshair.razor.scss 903B
text_snippet health.razor.scss 911B
text_snippet hint.razor.scss 366B
text_snippet killfeed.razor.scss 946B
text_snippet mainhud.razor.scss 193B
text_snippet notifications.razor.scss 146B
text_snippet overlayhud.razor.scss 97B
text_snippet playername.razor.scss 74B
text_snippet radio.razor.scss 865B
text_snippet scoreboard.razor.scss 2.1KB
text_snippet statusbar.razor.scss 588B
text_snippet toast.razor.scss 186B
text_snippet voices.razor.scss 499B
text_snippet weaponlist.razor.scss 692B
ui/items
text_snippet c4.png 202.1KB
ui/mapvoting
text_snippet mapvoteoverlay.razor.scss 1.8KB
ui
text_snippet marker.png 1.4KB
ui/markersystem/markertypes
text_snippet radarpanel.razor.scss 442B
text_snippet teamindicatorpanel.razor.scss 511B
ui
text_snippet menupanel.razor.scss 1.6KB
ui/menusystem/components
text_snippet loadingpanel.razor.scss 124B
text_snippet mainmenupanel.razor.scss 105B
text_snippet pausemenupanel.razor.scss 313B
ui/menusystem/mainmenu/components
text_snippet custompackagelist.razor.scss 257B
ui/menusystem/mainmenu
text_snippet mappage.razor.scss 34B
ui/menusystem/shared/settings
text_snippet settingentry.razor.scss 43B
ui
text_snippet party-member.png 15KB
text_snippet radial_gradient.png 169.8KB
text_snippet resource.png 1.5KB
ui/rolebutton
text_snippet rolebutton.razor.scss 1.4KB
text_snippet rolebuttonoverlay.razor.scss 67B
ui/styles
text_snippet buttons.scss 1.2KB
text_snippet colors.scss 146B
text_snippet containers.scss 286B
text_snippet controls.scss 3.3KB
text_snippet damageindicator.scss 635B
text_snippet hints.scss 30B
text_snippet hud.scss 2.6KB
text_snippet inputhints.scss 597B
text_snippet layout.scss 2.6KB
text_snippet markersystem.scss 483B
text_snippet menusystem.scss 5.9KB
text_snippet text.scss 1.4KB
text_snippet theme.scss 1.2KB
text_snippet widgets.scss 446B
ui
text_snippet tbuttonhand_alpha.png 5.3KB
insert_photo tbuttonhand_png_c5d2192d.generated.vtex_c 3.1KB
insert_photo tbuttonhand_png_e0ad79fc.generated.vtex_c 3.3KB
text_snippet tbuttonhand.png 5.1KB
text_snippet tbuttonhand.xcf 3.8KB
text_snippet tbuttonhandline.png 5KB
text_snippet tbuttonhandline.xcf 3.7KB
text_snippet tbuttonhandstroke.png 4.8KB
text_snippet ttt.png 34.8KB