Sandbox Logo

Metadata

{
  "MaxPlayers": 32,
  "MinPlayers": 1,
  "GameNetworkType": "Multiplayer",
  "MapSelect": "Tagged",
  "MapList": [],
  "RankType": "None",
  "PerMapRanking": false,
  "LeaderboardType": "None",
  "ProjectTemplate": null,
  "CsProjName": "",
  "Collision": {
    "Defaults": {
      "solid": "Collide",
      "trigger": "Trigger",
      "debris": "Collide",
      "ladder": "Ignore",
      "water": "Trigger",
      "player": "Collide",
      "nocollideplayer": "Collide",
      "carriable": "Collide",
      "playerclip": "Ignore",
      "corpse": "Collide",
      "fastdebris": "Collide",
      "glass": "Collide"
    },
    "Pairs": [
      {
        "a": "solid",
        "b": "solid",
        "r": "Collide"
      },
      {
        "a": "solid",
        "b": "trigger"
      },
      {
        "a": "carriable",
        "b": "playerclip"
      },
      {
        "a": "trigger",
        "b": "player"
      },
      {
        "a": "player",
        "b": "nocollideplayer",
        "r": "Ignore"
      },
      {
        "a": "player",
        "b": "carriable",
        "r": "Trigger"
      },
      {
        "a": "nocollideplayer",
        "b": "playerclip"
      },
      {
        "a": "water",
        "b": "playerclip"
      },
      {
        "a": "ladder",
        "b": "playerclip"
      },
      {
        "a": "trigger",
        "b": "playerclip"
      },
      {
        "a": "solid",
        "b": "playerclip"
      },
      {
        "a": "player",
        "b": "playerclip",
        "r": "Collide"
      },
      {
        "a": "playerclip",
        "b": "playerclip"
      },
      {
        "a": "player",
        "b": "corpse",
        "r": "Ignore"
      },
      {
        "a": "debris",
        "b": "debris",
        "r": "Collide"
      },
      {
        "a": "debris",
        "b": "ladder"
      },
      {
        "a": "debris",
        "b": "water"
      },
      {
        "a": "debris",
        "b": "player",
        "r": "Ignore"
      },
      {
        "a": "debris",
        "b": "nocollideplayer"
      },
      {
        "a": "debris",
        "b": "carriable"
      },
      {
        "a": "debris",
        "b": "playerclip"
      },
      {
        "a": "debris",
        "b": "corpse"
      },
      {
        "a": "solid",
        "b": "debris"
      },
      {
        "a": "trigger",
        "b": "debris"
      },
      {
        "a": "fastdebris",
        "b": "fastdebris",
        "r": "Ignore"
      },
      {
        "a": "player",
        "b": "fastdebris",
        "r": "Ignore"
      },
      {
        "a": "player",
        "b": "glass",
        "r": "Trigger"
      }
    ]
  },
  "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;",
    "References": [],
    "DistinctReferences": []
  },
  "ControlModes": {
    "Keyboard": true,
    "Gamepad": true
  },
  "InputSettings": {
    "Actions": [
      {
        "Name": "Forward",
        "KeyboardCode": "W",
        "GroupName": "Movement"
      },
      {
        "Name": "Backward",
        "KeyboardCode": "S",
        "GroupName": "Movement"
      },
      {
        "Name": "Left",
        "KeyboardCode": "A",
        "GroupName": "Movement"
      },
      {
        "Name": "Right",
        "KeyboardCode": "D",
        "GroupName": "Movement"
      },
      {
        "Name": "Jump",
        "KeyboardCode": "space",
        "GamepadCode": "A",
        "GroupName": "Movement"
      },
      {
        "Name": "Run",
        "KeyboardCode": "shift",
        "GamepadCode": "LeftJoystickButton",
        "GroupName": "Movement"
      },
      {
        "Name": "Walk",
        "KeyboardCode": "alt",
        "GroupName": "Movement"
      },
      {
        "Name": "Duck",
        "KeyboardCode": "ctrl",
        "GamepadCode": "B",
        "GroupName": "Movement"
      },
      {
        "Name": "Attack1",
        "KeyboardCode": "mouse1",
        "GamepadCode": "RightTrigger",
        "GroupName": "Actions"
      },
      {
        "Name": "Attack2",
        "KeyboardCode": "mouse2",
        "GamepadCode": "LeftTrigger",
        "GroupName": "Actions"
      },
      {
        "Name": "Reload",
        "KeyboardCode": "r",
        "GamepadCode": "X",
        "GroupName": "Actions"
      },
      {
        "Name": "Use",
        "KeyboardCode": "e",
        "GamepadCode": "Y",
        "GroupName": "Actions"
      },
      {
        "Name": "Slot1",
        "KeyboardCode": "1",
        "GamepadCode": "DpadWest",
        "GroupName": "Inventory"
      },
      {
        "Name": "Slot2",
        "KeyboardCode": "2",
        "GamepadCode": "DpadEast",
        "GroupName": "Inventory"
      },
      {
        "Name": "Slot3",
        "KeyboardCode": "3",
        "GamepadCode": "DpadSouth",
        "GroupName": "Inventory"
      },
      {
        "Name": "Slot4",
        "KeyboardCode": "4",
        "GroupName": "Inventory"
      },
      {
        "Name": "Slot5",
        "KeyboardCode": "5",
        "GroupName": "Inventory"
      },
      {
        "Name": "Slot6",
        "KeyboardCode": "6",
        "GroupName": "Inventory"
      },
      {
        "Name": "Slot7",
        "KeyboardCode": "7",
        "GroupName": "Inventory"
      },
      {
        "Name": "Slot8",
        "KeyboardCode": "8",
        "GroupName": "Inventory"
      },
      {
        "Name": "Slot9",
        "KeyboardCode": "9",
        "GroupName": "Inventory"
      },
      {
        "Name": "Slot0",
        "KeyboardCode": "0",
        "GroupName": "Inventory"
      },
      {
        "Name": "SlotPrev",
        "KeyboardCode": "mouse4",
        "GamepadCode": "SwitchLeftBumper",
        "GroupName": "Inventory"
      },
      {
        "Name": "SlotNext",
        "KeyboardCode": "mouse5",
        "GamepadCode": "SwitchRightBumper",
        "GroupName": "Inventory"
      },
      {
        "Name": "View",
        "KeyboardCode": "C",
        "GamepadCode": "RightJoystickButton",
        "GroupName": "Other"
      },
      {
        "Name": "Voice",
        "KeyboardCode": "x",
        "GamepadCode": "RightJoystickButton",
        "GroupName": "Other"
      },
      {
        "Name": "Drop",
        "KeyboardCode": "g",
        "GamepadCode": "RightJoystickButton",
        "GroupName": "Other"
      },
      {
        "Name": "Flashlight",
        "KeyboardCode": "f",
        "GamepadCode": "DpadNorth",
        "GroupName": "Other"
      },
      {
        "Name": "Score",
        "KeyboardCode": "tab",
        "GamepadCode": "SwitchLeftMenu",
        "GroupName": "Other"
      },
      {
        "Name": "Menu",
        "KeyboardCode": "Q",
        "GamepadCode": "SwitchRightMenu",
        "GroupName": "Other"
      },
      {
        "Name": "Chat",
        "KeyboardCode": "enter",
        "GroupName": "Other"
      },
      {
        "Name": "Grenade",
        "KeyboardCode": "b",
        "GamepadCode": "DpadNorth",
        "GroupName": "Actions"
      },
      {
        "Name": "Zoom",
        "KeyboardCode": "mouse3",
        "GroupName": "Other"
      },
      {
        "Name": "Pause",
        "KeyboardCode": "ESCAPE",
        "GroupName": "Other"
      },
      {
        "Name": "QuickYes",
        "GroupName": "Quick chat"
      },
      {
        "Name": "QuickNo",
        "GroupName": "Quick chat"
      },
      {
        "Name": "QuickSuspicious",
        "GroupName": "Quick chat"
      },
      {
        "Name": "QuickTraitor",
        "GroupName": "Quick chat"
      },
      {
        "Name": "QuickInnocent",
        "GroupName": "Quick chat"
      },
      {
        "Name": "QuickHelp",
        "GroupName": "Quick chat"
      },
      {
        "Name": "QuickSee",
        "GroupName": "Quick chat"
      },
      {
        "Name": "QuickWith",
        "GroupName": "Quick chat"
      },
      {
        "Name": "QuickAlive",
        "GroupName": "Quick chat"
      },
      {
        "Name": "CallDetective",
        "KeyboardCode": "O",
        "GroupName": "Actions"
      },
      {
        "Name": "Vote1",
        "KeyboardCode": "PGUP",
        "GroupName": "Other"
      },
      {
        "Name": "Vote2",
        "KeyboardCode": "PGDN",
        "GroupName": "Other"
      },
      {
        "Name": "DropAmmo",
        "KeyboardCode": "M",
        "GroupName": "Other"
      },
      {
        "Name": "Spray",
        "KeyboardCode": "T",
        "GroupName": "Other"
      },
      {
        "Name": "Settings",
        "KeyboardCode": "=",
        "GroupName": "Other"
      }
    ]
  },
  "HttpAllowList": [
    "https://www.youtube.com/"
  ],
  "Summary": "A group of Terrorists have Traitors in their ranks, only one side can survive. Who will win?",
  "Description": "**Disclaimer: We will eventually make the switch to realistic playermodels. Terry will not be staying, don\u0027t be alarmed by the custom clothes we have, its just for now.**\n\nThree Thieves presents the objective remake of the legendary Garry\u0027s Mod gamemode, Trouble in Terrorist Town! Rebuilt from the ground up for s\u0026box\u0027s Source 2. Our North Star is to give this game the quality of life upgrades it needs while always being faithful to what Bad King Urgrain started all those years ago.\n\nWe at Three Thieves love this game and are honored to bring it to Gmod\u0027s spiritual successor, s\u0026box. We want it to be done right, we owe it to all the good times it\u0027s given us over the years to see it through to its next chapter.\n\nFor addon creators and mappers, we have a Wiki that has everything you need: https://wiki.threethieves.org\n\nHave issues to report or just want to join the community? You can do all that in the Three Thieves Discord: https://discord.gg/GGvjVpZHb2",
  "Public": true,
  "ReplaceTags": "social shooter fps traitor gmod",
  "PackageSettings": [
    {
      "DisplayType": "Integer",
      "Choices": [],
      "ConVarName": "ttt_round_count",
      "DisplayName": "#mainmenu.lobby.roundcount",
      "DefaultValue": "6",
      "Description": "The number of rounds to play on each map.",
      "Group": "",
      "Minimum": 1,
      "Maximum": 24
    },
    {
      "DisplayType": "Boolean",
      "Choices": [],
      "ConVarName": "ttt_automoderator",
      "DisplayName": "#mainmenu.lobby.automod",
      "DefaultValue": "true",
      "Description": "",
      "Group": ""
    },
    {
      "DisplayType": "Integer",
      "Choices": [],
      "ConVarName": "ttt_mp_roundtime",
      "DisplayName": "#mainmenu.lobby.roundtime",
      "DefaultValue": "360",
      "Description": "The number of seconds a round can go on for.",
      "Group": "",
      "Minimum": 30,
      "Maximum": 600
    },
    {
      "DisplayType": "Boolean",
      "Choices": [],
      "ConVarName": "ttt_crowbar_drawing",
      "DisplayName": "#mainmenu.lobby.crowbardraw",
      "DefaultValue": "false",
      "Description": "",
      "Group": ""
    },
    {
      "DisplayType": "Boolean",
      "Choices": [],
      "ConVarName": "ttt_fun_deathmatch",
      "DisplayName": "#mainmenu.lobby.deathmatch",
      "DefaultValue": "false",
      "Description": "A simple deathmatch mode, useful for testing and other things",
      "Group": ""
    }
  ],
  "LaunchConfigs": [
    {
      "Name": "TerrorTown-vanilla",
      "GameIdent": "thieves.terrortown#local",
      "MapName": "thieves.rooftops",
      "MaxPlayers": 64,
      "GameSettings": {},
      "Addons": "",
      "PreLaunchCommand": "",
      "PostLaunchCommand": ""
    },
    {
      "Name": "TerrorTown-fundm",
      "GameIdent": "thieves.terrortown#local",
      "MapName": "thieves.rooftops",
      "MaxPlayers": 64,
      "GameSettings": {},
      "Addons": "",
      "PreLaunchCommand": "ttt_fun_deathmatch 1",
      "PostLaunchCommand": ""
    },
    {
      "Name": "Rooftops",
      "GameIdent": "thieves.terrortown#local",
      "MapName": "thieves.rooftops",
      "MaxPlayers": 24,
      "GameSettings": {},
      "Addons": "",
      "PreLaunchCommand": "",
      "PostLaunchCommand": ""
    },
    {
      "Name": "Community Bowling",
      "GameIdent": "thieves.terrortown#local",
      "MapName": "thieves.community_bowling",
      "MaxPlayers": 24,
      "GameSettings": {},
      "Addons": "",
      "PreLaunchCommand": "",
      "PostLaunchCommand": ""
    },
    {
      "Name": "Minecraft",
      "GameIdent": "thieves.terrortown#local",
      "MapName": "thieves.minecraft_t5",
      "MaxPlayers": 16,
      "GameSettings": {},
      "Addons": "xenthio.the_minecraft_experience#local",
      "PreLaunchCommand": "",
      "PostLaunchCommand": ""
    },
    {
      "Name": "FPS Testing Kit",
      "GameIdent": "thieves.terrortown#local",
      "MapName": "fpstestingkit.vmap",
      "MaxPlayers": 1,
      "GameSettings": {},
      "Addons": "",
      "PreLaunchCommand": "",
      "PostLaunchCommand": ""
    },
    {
      "Name": "Dolls",
      "GameIdent": "thieves.terrortown#local",
      "MapName": "thieves.dolls",
      "MaxPlayers": 1,
      "GameSettings": {},
      "Addons": "",
      "PreLaunchCommand": "",
      "PostLaunchCommand": ""
    },
    {
      "Name": "Casino",
      "GameIdent": "thieves.terrortown#local",
      "MapName": "thieves.casino",
      "MaxPlayers": 8,
      "GameSettings": {},
      "Addons": "",
      "PreLaunchCommand": "",
      "PostLaunchCommand": ""
    },
    {
      "Name": "Alex",
      "GameIdent": "thieves.terrortown#local",
      "MapName": "dev/preview_flat.vmap",
      "MaxPlayers": 16,
      "GameSettings": {},
      "Addons": "",
      "PreLaunchCommand": "",
      "PostLaunchCommand": "sv_password xyz; ttt_idle_timeout 9999; ttt_round_count 9999; ttt_mp_preroundtime 5; ttt_mp_postroundtime 5;"
    },
    {
      "Name": "Assault",
      "GameIdent": "thieves.terrortown#local",
      "MapName": "thieves.cs_assault",
      "MaxPlayers": 8,
      "GameSettings": {},
      "Addons": "",
      "PreLaunchCommand": "",
      "PostLaunchCommand": ""
    },
    {
      "Name": "sphaxa",
      "GameIdent": "thieves.terrortown#local",
      "MapName": "thieves.innocent_hotel",
      "MaxPlayers": 12,
      "GameSettings": {},
      "Addons": "",
      "PreLaunchCommand": "",
      "PostLaunchCommand": "sv_password xyz; ttt_idle_timeout 9999; ttt_round_count 9999; ttt_mp_preroundtime 5; ttt_mp_postroundtime 5;"
    },
    {
      "Name": "Clue",
      "GameIdent": "thieves.terrortown#local",
      "MapName": "thieves.clue",
      "MaxPlayers": 24,
      "GameSettings": {},
      "Addons": "",
      "PreLaunchCommand": "",
      "PostLaunchCommand": ""
    }
  ],
  "TickRate": 64,
  "Resources": "resources/*\nui/*",
  "MenuResources": "ui/Poppins-SemiBold.ttf\nmenu/*\nloadingscreen/*\n.localization/*",
  "CodePackageReferences": []
}

References

facepunch.soda_can [game]facepunch.9mm_bullet [game]facepunch.v_silencer_9mm [game]sugmaclothing.lilpeepfacetattoos [game]

Files

Name Size
.bin
text_snippet manifest.json 55B
text_snippet package.base.dll 689.5KB
text_snippet package.base.xml 94.6KB
text_snippet package.thieves.terrortown.dll 833.5KB
text_snippet package.thieves.terrortown.xml 8.3KB
.localization/en
text_snippet healthstates.json 224B
text_snippet mainmenu.json 1.1KB
text_snippet roundstates.json 259B
.localization/ru
text_snippet healthstates.json 270B
text_snippet mainmenu.json 1.5KB
text_snippet roundstates.json 334B
animgraphs
text_snippet ak.vanmgrph_c 2.4KB
text_snippet bomb.vanmgrph_c 2.4KB
text_snippet crowbar.vanmgrph_c 2.8KB
text_snippet deagle.vanmgrph_c 2.4KB
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.5KB
text_snippet magnetostick.vanmgrph_c 2.4KB
text_snippet mp5.vanmgrph_c 2.4KB
text_snippet python.vanmgrph_c 2.5KB
text_snippet spas12.vanmgrph_c 2.8KB
text_snippet terrortown_citizen.vanmgrph_c 42.2KB
text_snippet ump.vanmgrph_c 2.4KB
text_snippet uzi.vanmgrph_c 2.4KB
text_snippet zmp.vanmgrph_c 2.6KB
decals
text_snippet blood-impact.decal_c 1KB
text_snippet blood.decal_c 1.4KB
text_snippet bullet-metal.decal_c 688B
text_snippet bullet-plastic.decal_c 685B
text_snippet bullet-rubber.decal_c 685B
text_snippet bullet-wood.decal_c 1KB
text_snippet bullethole.decal_c 685B
text_snippet spray.decal_c 336B
devcam
text_snippet devcamoverlay.razor.scss 2.9KB
loadingscreen
text_snippet loadingscreen.razor.scss 2.5KB
materials/ak
insert_photo akm _akm_basecolor_png_d2d201f2.generated.vtex_c 15.4MB
insert_photo akm _akm_normal_png_7fe331a4.generated.vtex_c 20MB
insert_photo akm _akm_occlusion_png_1e0e5514.generated.vtex_c 6.7MB
collections ttt_ak.vmat_c 5.8KB
materials/arms
insert_photo first_person_arms_ao_png_c14f9f5b.generated.vtex_c 1.8MB
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 7KB
materials/blood
insert_photo spray_vmat_g_tambientocclusion_30ab86f8.generated.vtex_c 2.1KB
collections spray.vmat_c 4.1KB
materials/cable
insert_photo rope_color_tga_ddb2e6e1.generated.vtex_c 4.7KB
collections rope.vmat_c 5KB
materials/crowbar
insert_photo 3t_crowbar_vmat_g_tambientocclusion_8b5a0197.generated.vtex_c 1.5KB
collections 3t_crowbar.vmat_c 5.6KB
insert_photo crowbar_basecolor_png_84873ea3.generated.vtex_c 5.2MB
insert_photo crowbar_normal_png_c12fad1a.generated.vtex_c 5MB
materials/decals
collections scorch1.vmat_c 3.5KB
materials/decaltests
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 93.5KB
insert_photo ttt_decoy_tt_normal_png_41412d3f.generated.vtex_c 2.2MB
collections ttt_decoy_tt.vmat_c 6.6KB
materials/default
insert_photo default_ao_tga_7449568e.generated.vtex_c 1.9KB
insert_photo default_ao_tga_9bd022ab.generated.vtex_c 2.4KB
insert_photo default_bentnormal_tga_8334dba4.generated.vtex_c 2KB
insert_photo default_detailmask_tga_57ae445f.generated.vtex_c 2KB
insert_photo default_normal_tga_5c878876.generated.vtex_c 2.3KB
insert_photo default_normal_tga_7f4327e9.generated.vtex_c 2KB
insert_photo default_selfillum_tga_acd34e3d.generated.vtex_c 1.8KB
insert_photo default_skin_diffusewarp_tga_4d3cb601.generated.vtex_c 128.1KB
materials/dev
insert_photo dev_measuregeneric01b_color_tga_903f6f42.generated.vtex_c 12.5KB
collections dev_measuregeneric01b.vmat_c 4.4KB
materials/editor
collections editorrolebutton.vmat_c 2.1KB
insert_photo editortextpopup_png_f43cd7e9.generated.vtex_c 7.2KB
collections editortextpopup.vmat_c 2.2KB
materials/effects
insert_photo possession_overlay_vmat_g_temission_a7680bb.generated.vtex_c 1.5KB
collections possession_overlay.vmat_c 4.1KB
insert_photo spark.vtex_c 2.8KB
insert_photo splashwake3.vtex_c 31KB
insert_photo yellowflare.vtex_c 3.9KB
materials/fal
insert_photo fal_f a l_basecolor_png_bbcf7f1.generated.vtex_c 10.4MB
insert_photo fal_f a l_normal_png_708db92f.generated.vtex_c 19.2MB
insert_photo fal_occlusion_png_d2f972ff.generated.vtex_c 8MB
collections fal.vmat_c 5.7KB
materials/flaregun
insert_photo flareslug_basecolor_png_f61410ee.generated.vtex_c 1.9MB
collections flareslug_cap.vmat_c 5.8KB
insert_photo flareslug_casing_basecolor_png_84ef8711.generated.vtex_c 1.7MB
insert_photo flareslug_casing_normal_png_44db26ef.generated.vtex_c 4.2MB
insert_photo flareslug_normal_png_12e11c7.generated.vtex_c 2.9MB
collections flareslug.vmat_c 6KB
insert_photo tt_flare_gun_ttt_ao_png_e0f8dd67.generated.vtex_c 841.9KB
insert_photo tt_flare_gun_ttt_color_png_6426e113.generated.vtex_c 2.7MB
insert_photo tt_flare_gun_ttt_normal_png_950cd937.generated.vtex_c 4.7MB
collections tt_flare_gun_ttt.vmat_c 6KB
materials/flip_phone
insert_photo flip_phone_ao_png_7b530798.generated.vtex_c 435.5KB
insert_photo flip_phone_color_png_42394636.generated.vtex_c 1.3MB
insert_photo flip_phone_emissive_png_536468df.generated.vtex_c 71KB
insert_photo flip_phone_normal_png_30307c7.generated.vtex_c 2.2MB
collections flip_phone.vmat_c 6.6KB
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.7MB
insert_photo glock_gloack 17_normal_png_f525c479.generated.vtex_c 4.7MB
collections glock17.vmat_c 6KB
materials/grenade
insert_photo grenade_basecolor_png_f8b3e175.generated.vtex_c 185.9KB
insert_photo grenade_roughness_png_b6b2d73f.generated.vtex_c 570.1KB
collections grenade.vmat_c 5.3KB
insert_photo smoke_grenade_basecolor_png_e5b5730c.generated.vtex_c 134.8KB
insert_photo smoke_grenade_roughness_png_4d135ce6.generated.vtex_c 574KB
collections smoke_grenade.vmat_c 5.4KB
materials/jihad_bomb
collections jihad_bomb.vmat_c 6KB
insert_photo suicide_bomb_ao_png_87ffebbf.generated.vtex_c 1.5MB
insert_photo suicide_bomb_color_png_eec5ad4d.generated.vtex_c 2.3MB
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.1MB
insert_photo 1911_1911_normal_png_7e69383a.generated.vtex_c 4.7MB
insert_photo 1911_occlusion_png_4904044c.generated.vtex_c 2.1MB
collections m1911.vmat_c 5.8KB
materials/m24
insert_photo low _m24_basecolor_png_f3e4347a.generated.vtex_c 12.4MB
insert_photo low _m24_normal_png_504311ec.generated.vtex_c 17.7MB
insert_photo m24_occlusion_png_ff2a029c.generated.vtex_c 7MB
collections m24.vmat_c 5.7KB
materials/m249
insert_photo m249_m249_basecolor_png_9dcc16a9.generated.vtex_c 13.5MB
insert_photo m249_m249_normal_png_4f845df6.generated.vtex_c 18.5MB
insert_photo m249_occlusion_png_47fad06f.generated.vtex_c 10MB
collections ttt_m249.vmat_c 5.7KB
materials/m4a1
insert_photo m4a1_m4a1_basecolor_png_f26b8c7e.generated.vtex_c 14.9MB
insert_photo m4a1_m4a1_normal_png_5da0fea.generated.vtex_c 18.8MB
insert_photo m4a1_occlusion_png_54e4fdaa.generated.vtex_c 9.3MB
collections m4a1.vmat_c 5.7KB
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.6MB
collections m9_bayonet.vmat_c 6.5KB
materials/magnetosticky
insert_photo magneto_stick_ao_png_9f07dd08.generated.vtex_c 730.2KB
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 6KB
materials/mp5
insert_photo mp5_basecolor_png_96243706.generated.vtex_c 12MB
insert_photo mp5_normal_png_7c18cb45.generated.vtex_c 17.9MB
insert_photo mp5_occlusion_png_af8228ac.generated.vtex_c 8MB
collections mp5.vmat_c 5.6KB
materials/particle
insert_photo base_trail.vtex_c 65.9KB
materials/particle/fire_particle_4
insert_photo fire_particle_4.vtex_c 123.5KB
materials/particle
insert_photo flecks_wood.vtex_c 86.8KB
materials/particle/impact
insert_photo fleks.vtex_c 95.4KB
materials/particle/particle_debris_burst
insert_photo particle_debris_burst_001.vtex_c 66KB
insert_photo particle_debris_burst_002.vtex_c 66KB
materials/particle/particle_flares
insert_photo particle_flare_001.vtex_c 123.2KB
materials/particle
insert_photo particle_glow_01.vtex_c 65.9KB
insert_photo particle_glow_04.vtex_c 112.8KB
insert_photo particle_modulate_01.vtex_c 17.9KB
insert_photo particle_ring_wave_12.vtex_c 18KB
materials/particle/smoke1
insert_photo smoke1.vtex_c 72.7KB
materials/particle/spray1
insert_photo spray1.vtex_c 861.9KB
materials/particle/water_splash
insert_photo water_splash.vtex_c 249.9KB
materials/particles
insert_photo beam_smoke_04.vtex_c 91.1KB
materials/particles/electrical
insert_photo electrical_arc02.vtex_c 729.2KB
materials/particles/fluids/blood_decals
collections fluid_spray_b_decals_0_22.vmat_c 6KB
collections fluid_spray_b_decals_1_22.vmat_c 6KB
collections fluid_spray_b_decals_2_22.vmat_c 6KB
insert_photo fluid_spray_b_decals_22_color.0_tga_6855927c.generated.vtex_c 84KB
insert_photo fluid_spray_b_decals_22_color.1_tga_ca280052.generated.vtex_c 93.2KB
insert_photo fluid_spray_b_decals_22_color.2_tga_342a7aa9.generated.vtex_c 122.6KB
insert_photo fluid_spray_b_decals_22_color.3_tga_321352a6.generated.vtex_c 69.8KB
insert_photo fluid_spray_b_decals_22_color.4_tga_ab0ca4fe.generated.vtex_c 88.8KB
insert_photo fluid_spray_b_decals_22_color.5_tga_3ee44ff1.generated.vtex_c 123KB
insert_photo fluid_spray_b_decals_22_color.6_tga_932d7fef.generated.vtex_c 89.9KB
insert_photo fluid_spray_b_decals_22_color.7_tga_3120386d.generated.vtex_c 89.5KB
insert_photo fluid_spray_b_decals_22_color.8_tga_7916f9bf.generated.vtex_c 89.8KB
insert_photo fluid_spray_b_decals_22_color.9_tga_f691733.generated.vtex_c 82.2KB
insert_photo fluid_spray_b_decals_22_normal_blr.0_tga_ac98fafc.generated.vtex_c 84.8KB
insert_photo fluid_spray_b_decals_22_normal_blr.1_tga_d88a28d4.generated.vtex_c 96.9KB
insert_photo fluid_spray_b_decals_22_normal_blr.2_tga_99951f87.generated.vtex_c 126.1KB
insert_photo fluid_spray_b_decals_22_normal_blr.3_tga_16b1c9c2.generated.vtex_c 72.8KB
insert_photo fluid_spray_b_decals_22_normal_blr.4_tga_5ca02a69.generated.vtex_c 90.8KB
insert_photo fluid_spray_b_decals_22_normal_blr.5_tga_eb95617c.generated.vtex_c 133.1KB
insert_photo fluid_spray_b_decals_22_normal_blr.6_tga_8b84576f.generated.vtex_c 93.7KB
insert_photo fluid_spray_b_decals_22_normal_blr.7_tga_27c47c6.generated.vtex_c 92.6KB
insert_photo fluid_spray_b_decals_22_normal_blr.8_tga_c6f25f9d.generated.vtex_c 92.4KB
insert_photo fluid_spray_b_decals_22_normal_blr.9_tga_f29d0fe3.generated.vtex_c 85.8KB
collections fluid_spray_b_decals_3_22.vmat_c 6KB
collections fluid_spray_b_decals_4_22.vmat_c 6KB
collections fluid_spray_b_decals_5_22.vmat_c 6KB
collections fluid_spray_b_decals_6_22.vmat_c 6KB
collections fluid_spray_b_decals_7_22.vmat_c 6KB
collections fluid_spray_b_decals_8_22.vmat_c 6KB
collections fluid_spray_b_decals_9_22.vmat_c 6KB
materials/particles/fluids
insert_photo blood_spray_0.vtex_c 208KB
materials/particles/simulated/fireballs
insert_photo fireball_v2_optical_flow.vtex_c 45.8KB
materials/particles/simulated/smoke/maya_wispy
insert_photo wispy_small.vtex_c 293.5KB
materials/particles/simulated/smoke
insert_photo smoke_gr_burst_10.vtex_c 412.4KB
materials/particles/smoke/render
insert_photo smokeburst_c_slate_flw.vtex_c 267.8KB
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.7KB
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.7MB
insert_photo revolver_occlusion_png_1f6fc61b.generated.vtex_c 2.3MB
collections revolver.vmat_c 6KB
materials/spas12
insert_photo spas 12_spas 12_basecolor_png_b615d7f0.generated.vtex_c 13MB
insert_photo spas 12_spas 12_normal_png_f109efca.generated.vtex_c 18.4MB
insert_photo spas 12_spas 12_occlusion_png_6b923995.generated.vtex_c 8MB
collections spas12.vmat_c 6.1KB
materials/ump
insert_photo ump 45_occlusion_png_a6a27492.generated.vtex_c 7.7MB
insert_photo ump_ump 45_basecolor_png_e2a4d55e.generated.vtex_c 13.9MB
insert_photo ump_ump 45_normal_png_86c6820d.generated.vtex_c 17.7MB
collections ump.vmat_c 5.8KB
materials/uzi
insert_photo low_uzi_basecolor_png_2ffd5c78.generated.vtex_c 15.7MB
insert_photo low_uzi_normal_png_b944debc.generated.vtex_c 19.1MB
insert_photo uzi_occlusion_png_3eac01db.generated.vtex_c 9MB
collections uzi.vmat_c 5.7KB
materials/visualizer
insert_photo visualizer_ao_png_ad7933d9.generated.vtex_c 6.2MB
insert_photo visualizer_basecolor_png_ce207937.generated.vtex_c 8.3MB
insert_photo visualizer_emissive_png_faa88097.generated.vtex_c 717KB
insert_photo visualizer_normal_png_9bcba258.generated.vtex_c 9.3MB
collections visualizer.vmat_c 6.8KB
materials/zmp
insert_photo bullet_normal_tga_f02d247c.generated.vtex_c 46.6KB
insert_photo bullet_tga_6d8366ff.generated.vtex_c 23.1KB
collections bullet.vmat_c 5.4KB
insert_photo frame_normal_tga_300cbd22.generated.vtex_c 33KB
insert_photo frame_tga_91db691a.generated.vtex_c 186.5KB
collections frame.vmat_c 5.4KB
collections hands.vmat_c 5.1KB
insert_photo linse_tga_4c956833.generated.vtex_c 24.6KB
insert_photo linse_tga_50e7ea30.generated.vtex_c 44.5KB
collections linse.vmat_c 5.9KB
insert_photo rotex_silencer_textured_1024_normal_tga_948f507e.generated.vtex_c 34.9KB
insert_photo rotex_silencer_textured_1024_tga_2eeddb32.generated.vtex_c 670.3KB
collections rotex_silencer_textured_1024.vmat_c 5.9KB
insert_photo t1tan_tga_ff671598.generated.vtex_c 495.7KB
collections t1tan.vmat_c 5.3KB
insert_photo t2_tga_cd6739e6.generated.vtex_c 172.8KB
collections t2.vmat_c 5.3KB
insert_photo t4_tga_fa8869df.generated.vtex_c 165.9KB
collections t4.vmat_c 5.3KB
insert_photo v_hands_normal_tga_a72c9afb.generated.vtex_c 441.6KB
insert_photo v_hands_tga_cbe988ad.generated.vtex_c 827.9KB
insert_photo w_mp5_magazine_tga_6a2c866c.generated.vtex_c 12.5KB
collections w_mp5_magazine.vmat_c 6.2KB
insert_photo w_mp9_silencer_tga_f1e62a9e.generated.vtex_c 44.5KB
collections w_mp9_silencer.vmat_c 5.4KB
menu/backgrounds
text_snippet 1.jpg 338.7KB
text_snippet 10.jpg 353.5KB
text_snippet 11.jpg 739KB
text_snippet 12.jpg 566.2KB
text_snippet 13.jpg 847.4KB
text_snippet 14.jpg 274.1KB
text_snippet 2.jpg 427.2KB
text_snippet 3.jpg 516.8KB
text_snippet 4.jpg 600.3KB
text_snippet 5.jpg 396KB
text_snippet 6.jpg 467.8KB
text_snippet 7.jpg 552.1KB
text_snippet 8.jpg 295.5KB
text_snippet 9.jpg 233.8KB
menu
text_snippet discord.svg 985B
menu/elements
text_snippet mapbutton.razor.scss 142B
text_snippet packagefilters.razor.scss 930B
text_snippet packagelist.razor.scss 158B
menu
text_snippet gametitlebar.razor.scss 435B
menu/misc/serverlist
text_snippet serverlistpanel.razor.scss 2.9KB
menu
text_snippet navigationbar.razor.scss 913B
text_snippet navigationmenu.razor.scss 468B
menu/old
text_snippet 1.jpg 346.1KB
text_snippet 2.jpg 418.5KB
menu/pages
text_snippet addonpage.razor.scss 204B
text_snippet homepage.razor.scss 859B
text_snippet inputsettingspage.razor.scss 1.4KB
text_snippet lobbypage.razor.scss 1.3KB
text_snippet mappage.razor.scss 65B
text_snippet serverpage.razor.scss 1.4KB
menu
text_snippet rootmenu.razor.scss 5.5KB
text_snippet ttt-text.png 68.6KB
models/3t/ammo/9mm
insert_photo ammo_9mm_color_png_8f14c43e.generated.vtex_c 481.8KB
insert_photo ammo_9mm_normal_png_54d20e3c.generated.vtex_c 275.9KB
collections ammo_9mm.vmat_c 5.7KB
view_in_ar ammo_9mm.vmdl_c 25.3KB
models/3t/ammo/magnum
insert_photo ammo_magnum_color_png_85451af3.generated.vtex_c 96.3KB
insert_photo ammo_magnum_normal_png_33b1ba6c.generated.vtex_c 258.5KB
collections ammo_magnum.vmat_c 5.6KB
view_in_ar ammo_magnum.vmdl_c 11.4KB
models/3t/ammo/rifle
insert_photo ammo_rifle_color_png_da040e9.generated.vtex_c 1.9MB
insert_photo ammo_rifle_normal_png_92d16bed.generated.vtex_c 883.8KB
collections ammo_rifle.vmat_c 5.8KB
view_in_ar ammo_rifle.vmdl_c 26.3KB
models/3t/ammo/shotgun
insert_photo ammo_shotgun_color_png_db8f0db8.generated.vtex_c 322.7KB
insert_photo ammo_shotgun_normal_png_1c23e8f6.generated.vtex_c 840.4KB
collections ammo_shotgun.vmat_c 5.6KB
view_in_ar ammo_shotgun.vmdl_c 11.8KB
models/3t/ammo/sniper
insert_photo ammo_sniper_color_png_f6d0c9e6.generated.vtex_c 96.1KB
insert_photo ammo_sniper_normal_png_b785f6c2.generated.vtex_c 258.5KB
collections ammo_sniper.vmat_c 5.6KB
view_in_ar ammo_sniper.vmdl_c 11.4KB
models/citizen_clothes/makeup/face_tattoos
text_snippet face_tattoos.clothing_c 881B
models/citizen_clothes/makeup/face_tattoos/models
view_in_ar face_tattoos.vmdl_c 100.9KB
models/citizen_clothes/makeup/face_tattoos/models/face_tattoos
insert_photo face_tattoos_vmorf.vtex_c 128.2KB
models/citizen_clothes/makeup/face_tattoos/textures
insert_photo face_tattoo_opacity_png_60bd4f34.generated.vtex_c 420.2KB
insert_photo face_tattoos_vmat_g_tnormal_992013a2.generated.vtex_c 1.8KB
collections face_tattoos.vmat_c 5.5KB
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 148.5KB
models/citizen_clothes/shirt/army_shirt/textures
insert_photo army_shirt_ao_png_9b9e637e.generated.vtex_c 652.5KB
insert_photo army_shirt_color_png_2d2ef8fa.generated.vtex_c 592.4KB
insert_photo army_shirt_normal_png_62eda8d1.generated.vtex_c 1.3MB
collections army_shirt.vmat_c 6.4KB
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 114.2KB
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 7KB
insert_photo cargo_pants_army_ao_png_3d6edb91.generated.vtex_c 684.7KB
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 108.5KB
models/citizen_clothes/vest/tactical_vest/textures
insert_photo tactical_vest_ao_png_aaea327.generated.vtex_c 635.9KB
insert_photo tactical_vest_color_png_74621469.generated.vtex_c 374.3KB
insert_photo tactical_vest_normal_png_789444e3.generated.vtex_c 1.3MB
collections tactical_vest.vmat_c 6.4KB
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 2.9MB
collections sodacan01.vmat_c 5.7KB
view_in_ar sodacan01.vmdl_c 16KB
models/dev
view_in_ar randomweapon.vmdl_c 3.6KB
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 6.1KB
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/pda
insert_photo ttt_pda_tt_ttt_pda_screen_tt_color_png_a9ea4c13.generated.vtex_c 125.8KB
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 6.4KB
insert_photo ttt_pda_tt_ttt_pda_tt_color_png_63f063ab.generated.vtex_c 838.8KB
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 6.1KB
models/equipment
view_in_ar v_bomb.vmdl_c 479.3KB
view_in_ar v_detective_pipe.vmdl_c 51.2KB
view_in_ar v_flipphone.vmdl_c 477.7KB
view_in_ar v_pda.vmdl_c 45KB
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.8MB
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 7.6KB
insert_photo first_person_arms_normal_png_f1063433.generated.vtex_c 5.1MB
models/microwave
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 microwave.vmdl_c 15.5KB
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.7KB
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.7KB
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.5KB
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/sugma_models/clothing/a_armyshirttemplate/textures
insert_photo armyshirttemplate_ao_png_e182b874.generated.vtex_c 649.8KB
insert_photo armyshirttemplate_normal_png_25a20fd9.generated.vtex_c 5.3MB
models/sugma_models/clothing/a_cargopantstemplate/textures
insert_photo armypants_normal_png_afc62e00.generated.vtex_c 1.3MB
insert_photo cargopantstemplate_ao_png_94f12c94.generated.vtex_c 684.7KB
models/sugma_models/clothing/a_vesttemplate/textures
insert_photo vesttemplate_ao_png_5956bca6.generated.vtex_c 632.4KB
models/sugma_models/clothing
view_in_ar bapegraypants.vmdl_c 44.1KB
models/sugma_models/clothing/bapegraypants/textures
insert_photo bapegraypants_color_png_c7204a1b.generated.vtex_c 593.4KB
collections bapegraypants.vmat_c 7KB
models/sugma_models/clothing
text_snippet bapegreypants.clothing_c 971B
text_snippet bapetanpants.clothing_c 905B
view_in_ar bapetanpants.vmdl_c 44.1KB
models/sugma_models/clothing/bapetanpants/textures
insert_photo bapetanpants_color_png_183a9659.generated.vtex_c 690.4KB
collections bapetanpants.vmat_c 7KB
models/sugma_models/clothing
text_snippet bapewhitejacket.clothing_c 877B
view_in_ar bapewhitejacket.vmdl_c 64.9KB
models/sugma_models/clothing/bapewhitejacket/textures
insert_photo bapewhitejacket_color_png_208e6e47.generated.vtex_c 769.1KB
collections bapewhitejacket.vmat_c 6.6KB
models/sugma_models/clothing
text_snippet bapewhitepants.clothing_c 915B
view_in_ar bapewhitepants.vmdl_c 44.2KB
models/sugma_models/clothing/bapewhitepants/textures
insert_photo bapewhitepants_color_png_9c8cefa3.generated.vtex_c 670.6KB
collections bapewhitepants.vmat_c 7KB
models/sugma_models/clothing
view_in_ar bodyarmour.vmdl_c 46.7KB
text_snippet lilpeepfacetats.clothing_c 862B
text_snippet terrorcovest.clothing_c 838B
view_in_ar terrorcovest.vmdl_c 46KB
models/sugma_models/clothing/terrorcovest/textures
insert_photo terrorcovest_color_png_686b4d41.generated.vtex_c 1MB
insert_photo terrorcovest_normal_png_5269fff3.generated.vtex_c 4.8MB
collections terrorcovest.vmat_c 6.4KB
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
view_in_ar v_ak.vmdl_c 711.6KB
view_in_ar v_crowbar.vmdl_c 226KB
view_in_ar v_deagle.vmdl_c 786.5KB
models/weapons/v_deagle
insert_photo low_d-eagle_basecolor_png_b0cb548.generated.vtex_c 3.9MB
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 6.1KB
models/weapons
view_in_ar v_fal.vmdl_c 971.9KB
view_in_ar v_firegrenade.vmdl_c 366.5KB
view_in_ar v_flaregun.vmdl_c 601KB
view_in_ar v_glock.vmdl_c 630.9KB
view_in_ar v_m1911.vmdl_c 516.5KB
view_in_ar v_m24.vmdl_c 550.6KB
view_in_ar v_m249.vmdl_c 852.4KB
view_in_ar v_m4a1.vmdl_c 777.5KB
view_in_ar v_m9_bayonet_knife.vmdl_c 425.5KB
view_in_ar v_magnetostick.vmdl_c 276.6KB
view_in_ar v_mp5.vmdl_c 528.5KB
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 800.2KB
view_in_ar v_ump.vmdl_c 570KB
view_in_ar v_uzi.vmdl_c 637.8KB
view_in_ar v_zmp.vmdl_c 281.3KB
view_in_ar w_ak.vmdl_c 727.1KB
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.4KB
view_in_ar w_firegrenade.vmdl_c 209.9KB
view_in_ar w_flaregun.vmdl_c 604KB
view_in_ar w_glock.vmdl_c 417.3KB
view_in_ar w_m1911.vmdl_c 493.8KB
view_in_ar w_m24.vmdl_c 543.4KB
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 168.3KB
view_in_ar w_magnetostick.vmdl_c 82.2KB
view_in_ar w_mp5.vmdl_c 644.2KB
view_in_ar w_revolver.vmdl_c 492.4KB
view_in_ar w_smokegrenade.vmdl_c 67KB
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.8KB
view_in_ar w_zmp.vmdl_c 123.5KB
obsolete
text_snippet obsolete.txt 736B
particles/blood
text_snippet blood merged.vpcf_c 1.7KB
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.4KB
text_snippet blooddecal02.vpcf_c 2.4KB
text_snippet blooddecal03.vpcf_c 2.4KB
text_snippet blooddecal04.vpcf_c 2.4KB
text_snippet blooddecal05.vpcf_c 2.4KB
text_snippet blooddecal06.vpcf_c 2.4KB
text_snippet blooddecal07.vpcf_c 2.4KB
text_snippet blooddecal08.vpcf_c 2.4KB
text_snippet blooddecal09.vpcf_c 2.5KB
text_snippet blooddecal10.vpcf_c 2.5KB
particles
text_snippet bomb_sparks.vpcf_c 2.7KB
particles/casings
text_snippet 9mmcasing.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
particles/explosion/barrel_explosion
text_snippet explosion_smoke2.vpcf_c 4KB
particles
text_snippet fire.vpcf_c 3.6KB
text_snippet firebomb_flames.vpcf_c 3.5KB
text_snippet firebomb_ground.vpcf_c 2.3KB
text_snippet firebomb.vpcf_c 2.2KB
text_snippet firelight.vpcf_c 2.1KB
text_snippet impact.flesh.bloodpuff.vpcf_c 2.9KB
text_snippet impact.flesh.drops.vpcf_c 3.2KB
text_snippet impact.flesh.vpcf_c 3.3KB
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.glass.vpcf_c 3.2KB
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.water.vpcf_c 3.7KB
text_snippet impact.wood.fibers.vpcf_c 3.2KB
text_snippet impact.wood.smokepuff.vpcf_c 2.9KB
text_snippet impact.wood.vpcf_c 3.5KB
particles/impacts
text_snippet impact.concrete.bullet.vpcf_c 2.7KB
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.4KB
particles
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 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 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 water_bob.vpcf_c 2.7KB
text_snippet water_drops.vpcf_c 2.7KB
text_snippet water_plip.vpcf_c 3.2KB
resources
text_snippet terrortown.assets.json 1.1KB
shaders
text_snippet warpdistort.shader_c 263KB
sounds
text_snippet bodyshot.sound_c 1.7KB
text_snippet bullet.ricochet.sound_c 2.4KB
sounds/bullets
text_snippet bullet.cardboard.sound_c 1.4KB
text_snippet bullet.concrete.rock.sound_c 1.6KB
text_snippet bullet.dirt.sound_c 1.3KB
text_snippet bullet.flavour.default.sound_c 2.6KB
text_snippet bullet.flavour.metal.sound_c 1.9KB
text_snippet bullet.glass.sound_c 1.5KB
text_snippet bullet.metal.flavour.mix.sound_c 2.8KB
text_snippet bullet.metal.prop.sound_c 1.4KB
text_snippet bullet.metal.sheet.sound_c 1.4KB
text_snippet bullet.metal.sound_c 1.3KB
text_snippet bullet.rubber.sound_c 1.4KB
text_snippet bullet.sand.sound_c 1.3KB
text_snippet bullet.wood.sound_c 1.3KB
sounds/c4
text_snippet c4beep.sound_c 594B
sounds/casings
text_snippet casing.pistol.sound_c 1.6KB
sounds/common/explosions
text_snippet explo_gas_can_01.vsnd_c 665.4KB
sounds/diagnostics
text_snippet beep.vsnd_c 19.5KB
sounds
text_snippet explosion01.sound_c 628B
text_snippet falldamage.sound_c 1.4KB
text_snippet flyby.pistol.sound_c 996B
text_snippet flyby.rifle.sound_c 975B
sounds/footsteps
text_snippet footstep-concrete-jump.sound_c 658B
text_snippet footstep-concrete-land.sound_c 606B
text_snippet footstep-concrete.sound_c 826B
text_snippet footstep-dirt.sound_c 1.8KB
text_snippet footstep-metal.sound_c 981B
text_snippet footstep-wood-jump.sound_c 826B
text_snippet footstep-wood-land.sound_c 826B
text_snippet footstep-wood.sound_c 794B
text_snippet footstep.cardboard.sound_c 1.5KB
text_snippet footstep.carpet.sound_c 1.6KB
text_snippet footstep.concrete.rough.sound_c 1.7KB
text_snippet footstep.concrete.sound_c 1.7KB
text_snippet footstep.dirt.sound_c 1.8KB
text_snippet footstep.grass.sound_c 1.8KB
text_snippet footstep.metal.sound_c 1.7KB
text_snippet footstep.metal.thin.sound_c 1.5KB
text_snippet footstep.metal.walkway.sound_c 1.8KB
text_snippet footstep.mud.sound_c 1.5KB
text_snippet footstep.plastic.hollow.sound_c 1.6KB
text_snippet footstep.wood.crate.sound_c 1.7KB
text_snippet footstep.wood.old.sound_c 1.9KB
text_snippet footstep.wood.parquet.sound_c 1.7KB
text_snippet footstep.wood.shared.sound_c 1.9KB
sounds/guns
text_snippet ak47.reload.eject.sound_c 624B
text_snippet ak47.reload.insert.sound_c 625B
text_snippet ak47.shoot.sound_c 529B
text_snippet ak47.shoot.vsnd_c 380.1KB
text_snippet deagle.shoot.sound_c 533B
text_snippet deagle.shoot.vsnd_c 347.5KB
text_snippet fiveseven.shoot.sound_c 619B
text_snippet glock.shoot.sound_c 532B
text_snippet glock.shoot.vsnd_c 183.6KB
text_snippet huge.shoot.sound_c 529B
text_snippet huge.shoot.vsnd_c 380.1KB
text_snippet m1911.shoot.sound_c 532B
text_snippet m1911.shoot.vsnd_c 368.2KB
text_snippet m4a1-s.shoot.sound_c 620B
text_snippet m4a1-s.shoot.vsnd_c 35.7KB
text_snippet m4a1-s.vsnd_c 33.5KB
text_snippet mp5.shoot.sound_c 530B
text_snippet mp5.shoot.vsnd_c 423.3KB
text_snippet python.shoot.sound_c 532B
text_snippet python.shoot.vsnd_c 565KB
sounds/guns/reloads/ak
text_snippet ak_bolt_2.vsnd_c 251.5KB
text_snippet ak_bolt.sound_c 578B
text_snippet ak_bolt.vsnd_c 251.7KB
text_snippet ak_insert_2.vsnd_c 114.4KB
text_snippet ak_insert.sound_c 582B
text_snippet ak_insert.vsnd_c 114.4KB
text_snippet ak_remove_2.vsnd_c 64.1KB
text_snippet ak_remove.sound_c 582B
text_snippet ak_remove.vsnd_c 64.1KB
sounds/guns/reloads
text_snippet glock.fumble.sound_c 540B
text_snippet glock.fumble.vsnd_c 77.4KB
text_snippet glock.mag.insert.sound_c 560B
text_snippet glock.mag.insert.vsnd_c 43.3KB
text_snippet glock.slide.back.sound_c 560B
text_snippet glock.slide.back.vsnd_c 21.5KB
text_snippet glock.slide.forward.sound_c 563B
text_snippet glock.slide.forward.vsnd_c 16.8KB
text_snippet glock.snapback.sound_c 542B
text_snippet glock.snapback.vsnd_c 16.8KB
text_snippet m4.mag.fumble.sound_c 541B
text_snippet m4.mag.fumble.vsnd_c 202.2KB
text_snippet m4.mag.slot.sound_c 539B
text_snippet m4.mag.slot.vsnd_c 47.9KB
text_snippet m4.snapin.sound_c 537B
text_snippet m4.snapin.vsnd_c 41.4KB
text_snippet m4.switch.sound_c 537B
text_snippet m4.switch.vsnd_c 9.7KB
sounds/guns
text_snippet rifle.shoot.sound_c 530B
text_snippet rifle.shoot.vsnd_c 416.5KB
text_snippet silencedpistol.shoot.sound_c 609B
text_snippet silencedpistol.shoot.vsnd_c 115.2KB
text_snippet silencedrifle.shoot.sound_c 528B
text_snippet silencedrifle.shoot.vsnd_c 33.6KB
text_snippet sniper.scope.sound_c 596B
text_snippet sniper.shoot.sound_c 532B
text_snippet sniper.shoot.vsnd_c 705.6KB
text_snippet spas12.shoot.sound_c 531B
text_snippet spas12.shoot.vsnd_c 258.5KB
text_snippet ump.shoot.sound_c 530B
text_snippet ump.shoot.vsnd_c 195.1KB
text_snippet uzi.shoot.sound_c 530B
text_snippet uzi.shoot.vsnd_c 242.3KB
text_snippet zmp.shoot.sound_c 518B
text_snippet zmp.shoot.vsnd_c 67.3KB
sounds
text_snippet headshot.crunch.sound_c 1.4KB
text_snippet headshot.sound_c 748B
text_snippet hit_crowbard.sound_c 1.3KB
sounds/impacts
text_snippet impact-bullet-concrete.sound_c 678B
text_snippet impact-bullet-flesh.sound_c 666B
text_snippet impact-bullet-glass.sound_c 653B
text_snippet impact-bullet-wood.sound_c 1006B
text_snippet impact-bullet-wood01.vsnd_c 129.9KB
text_snippet impact-bullet-wood02.vsnd_c 129.9KB
text_snippet impact-bullet-wood03.vsnd_c 129.9KB
text_snippet impact-bullet-wood04.vsnd_c 129.9KB
sounds
text_snippet item.pickup.sound_c 1.5KB
sounds/kenney/ui
text_snippet switch2.vsnd_c 55.3KB
sounds/physics/breaking
text_snippet break_wood_plank.sound_c 678B
sounds/physics/bullet_impacts
text_snippet cardboard_01.vsnd_c 29KB
text_snippet cardboard_02.vsnd_c 28.2KB
text_snippet cardboard_03.vsnd_c 28.3KB
text_snippet cardboard_04.vsnd_c 29.3KB
text_snippet cardboard_05.vsnd_c 27.3KB
text_snippet cardboard_06.vsnd_c 27.9KB
text_snippet cardboard_07.vsnd_c 27.8KB
text_snippet cardboard_08.vsnd_c 27.9KB
text_snippet default_concrete_rock_01.vsnd_c 26.3KB
text_snippet default_concrete_rock_02.vsnd_c 23.5KB
text_snippet default_concrete_rock_03.vsnd_c 24.7KB
text_snippet default_concrete_rock_04.vsnd_c 26.2KB
text_snippet default_concrete_rock_05.vsnd_c 24.2KB
text_snippet default_concrete_rock_06.vsnd_c 23.9KB
text_snippet default_concrete_rock_07.vsnd_c 27.7KB
text_snippet default_concrete_rock_08.vsnd_c 24.6KB
text_snippet dirt_01.vsnd_c 31KB
text_snippet dirt_02.vsnd_c 29.3KB
text_snippet dirt_03.vsnd_c 26.6KB
text_snippet dirt_04.vsnd_c 28.6KB
text_snippet dirt_05.vsnd_c 27.8KB
text_snippet dirt_06.vsnd_c 27.9KB
text_snippet dirt_07.vsnd_c 27.5KB
text_snippet dirt_08.vsnd_c 29.3KB
text_snippet flavor_default_02.vsnd_c 12.9KB
text_snippet flavor_default_03.vsnd_c 22.1KB
text_snippet flavor_default_04.vsnd_c 19.1KB
text_snippet flavor_default_05.vsnd_c 24.6KB
text_snippet flavor_default_06.vsnd_c 23.9KB
text_snippet flavor_default_07.vsnd_c 20.4KB
text_snippet flavor_default_08.vsnd_c 24.5KB
text_snippet flavor_default_09.vsnd_c 20.7KB
text_snippet flavor_default_10.vsnd_c 20.8KB
text_snippet flavor_default_11.vsnd_c 27.6KB
text_snippet flavor_default_12.vsnd_c 23.8KB
text_snippet flavor_default_13.vsnd_c 22KB
text_snippet flavor_default_14.vsnd_c 16.4KB
text_snippet flavor_default_15.vsnd_c 19.1KB
text_snippet flavor_default_16.vsnd_c 18.3KB
text_snippet flavor_default_17.vsnd_c 20.1KB
text_snippet flavor_default_18.vsnd_c 28.9KB
text_snippet flavor_flesh_01.vsnd_c 40KB
text_snippet flavor_flesh_02.vsnd_c 38KB
text_snippet flavor_flesh_03.vsnd_c 41.1KB
text_snippet flavor_flesh_04.vsnd_c 40.3KB
text_snippet flavor_flesh_05.vsnd_c 40.2KB
text_snippet flavor_flesh_06.vsnd_c 32.1KB
text_snippet flavor_flesh_07.vsnd_c 39.5KB
text_snippet flavor_flesh_08.vsnd_c 39.9KB
text_snippet flavor_flesh_09.vsnd_c 37.9KB
text_snippet flavor_flesh_10.vsnd_c 41.1KB
text_snippet flavor_metal_01.vsnd_c 52.2KB
text_snippet flavor_metal_02.vsnd_c 36.1KB
text_snippet flavor_metal_03.vsnd_c 39.8KB
text_snippet flavor_metal_04.vsnd_c 26.2KB
text_snippet flavor_metal_05.vsnd_c 32.6KB
text_snippet flavor_metal_06.vsnd_c 34.7KB
text_snippet flavor_metal_07.vsnd_c 27.4KB
text_snippet flavor_metal_08.vsnd_c 26.9KB
text_snippet flavor_metal_09.vsnd_c 26.7KB
text_snippet flavor_metal_10.vsnd_c 37.2KB
text_snippet flavor_metal_11.vsnd_c 34.3KB
text_snippet flavor_metal_12.vsnd_c 31KB
text_snippet flesh_layer_01.vsnd_c 17.7KB
text_snippet flesh_layer_02.vsnd_c 17.1KB
text_snippet flesh_npc_01.vsnd_c 25.1KB
text_snippet flesh_npc_02.vsnd_c 34.1KB
text_snippet flesh_npc_03.vsnd_c 32.3KB
text_snippet flesh_npc_04.vsnd_c 31.5KB
text_snippet flesh_npc_05.vsnd_c 35.6KB
text_snippet flesh_npc_06.vsnd_c 37.3KB
text_snippet flesh_npc_07.vsnd_c 32.4KB
text_snippet flesh_npc_08.vsnd_c 31.4KB
text_snippet glass_01.vsnd_c 50.3KB
text_snippet glass_02.vsnd_c 49.6KB
text_snippet glass_03.vsnd_c 36.5KB
text_snippet glass_04.vsnd_c 46.4KB
text_snippet glass_05.vsnd_c 43.4KB
text_snippet glass_06.vsnd_c 46.9KB
text_snippet glass_07.vsnd_c 46.2KB
text_snippet glass_08.vsnd_c 49.2KB
text_snippet glass_09.vsnd_c 47.3KB
text_snippet glass_10.vsnd_c 47.5KB
text_snippet metal_01.vsnd_c 45.7KB
text_snippet metal_02.vsnd_c 49.2KB
text_snippet metal_03.vsnd_c 59.9KB
text_snippet metal_04.vsnd_c 58.1KB
text_snippet metal_05.vsnd_c 49.6KB
text_snippet metal_06.vsnd_c 66.8KB
text_snippet metal_07.vsnd_c 61.6KB
text_snippet metal_08.vsnd_c 63.9KB
text_snippet metal_prop_01.vsnd_c 28KB
text_snippet metal_prop_02.vsnd_c 29.6KB
text_snippet metal_prop_03.vsnd_c 32.2KB
text_snippet metal_prop_04.vsnd_c 27.6KB
text_snippet metal_prop_05.vsnd_c 28.3KB
text_snippet metal_prop_06.vsnd_c 28.5KB
text_snippet metal_prop_07.vsnd_c 29.2KB
text_snippet metal_prop_08.vsnd_c 29.4KB
text_snippet metal_sheet_01.vsnd_c 58.4KB
text_snippet metal_sheet_02.vsnd_c 64.6KB
text_snippet metal_sheet_03.vsnd_c 64.8KB
text_snippet metal_sheet_04.vsnd_c 61.6KB
text_snippet metal_sheet_05.vsnd_c 61.4KB
text_snippet metal_sheet_06.vsnd_c 64.3KB
text_snippet metal_sheet_07.vsnd_c 62KB
text_snippet metal_sheet_08.vsnd_c 42.3KB
text_snippet mud_01.vsnd_c 31.9KB
text_snippet mud_02.vsnd_c 30.2KB
text_snippet mud_03.vsnd_c 26.9KB
text_snippet mud_04.vsnd_c 25.1KB
text_snippet mud_05.vsnd_c 30.8KB
text_snippet mud_06.vsnd_c 30.6KB
text_snippet mud_07.vsnd_c 34.7KB
text_snippet mud_08.vsnd_c 33.6KB
text_snippet npc_charger_shield_01.vsnd_c 69.7KB
text_snippet npc_charger_shield_02.vsnd_c 61KB
text_snippet npc_charger_shield_03.vsnd_c 52.4KB
text_snippet npc_charger_shield_04.vsnd_c 61KB
text_snippet npc_charger_shield_05.vsnd_c 61KB
text_snippet npc_charger_shield_06.vsnd_c 52.4KB
text_snippet npc_charger_shield_07.vsnd_c 43.8KB
text_snippet npc_charger_shield_08.vsnd_c 43.8KB
text_snippet ricochet_01.vsnd_c 84.5KB
text_snippet ricochet_02.vsnd_c 72.7KB
text_snippet ricochet_03.vsnd_c 101.7KB
text_snippet ricochet_04.vsnd_c 53.9KB
text_snippet ricochet_05.vsnd_c 44.4KB
text_snippet ricochet_06.vsnd_c 50KB
text_snippet ricochet_07.vsnd_c 43.4KB
text_snippet ricochet_08.vsnd_c 63.2KB
text_snippet ricochet_09.vsnd_c 66.7KB
text_snippet ricochet_10.vsnd_c 86.8KB
text_snippet ricochet_11.vsnd_c 90.1KB
text_snippet ricochet_12.vsnd_c 73.4KB
text_snippet ricochet_13.vsnd_c 96.3KB
text_snippet ricochet_14.vsnd_c 88.8KB
text_snippet ricochet_15.vsnd_c 87.5KB
text_snippet ricochet_16.vsnd_c 85KB
text_snippet ricochet_17.vsnd_c 63.4KB
text_snippet rubber_01.vsnd_c 33.3KB
text_snippet rubber_02.vsnd_c 32.3KB
text_snippet rubber_03.vsnd_c 31.5KB
text_snippet rubber_04.vsnd_c 31.1KB
text_snippet rubber_05.vsnd_c 31.9KB
text_snippet rubber_06.vsnd_c 31.5KB
text_snippet rubber_07.vsnd_c 31.6KB
text_snippet rubber_08.vsnd_c 25.8KB
text_snippet sand_01.vsnd_c 36.5KB
text_snippet sand_02.vsnd_c 32.9KB
text_snippet sand_03.vsnd_c 31KB
text_snippet sand_04.vsnd_c 30.6KB
text_snippet sand_05.vsnd_c 38.3KB
text_snippet sand_06.vsnd_c 36.6KB
text_snippet sand_07.vsnd_c 28.7KB
text_snippet sand_08.vsnd_c 35.9KB
text_snippet wood_01.vsnd_c 27.1KB
text_snippet wood_02.vsnd_c 29.8KB
text_snippet wood_03.vsnd_c 23.2KB
text_snippet wood_04.vsnd_c 22.8KB
text_snippet wood_05.vsnd_c 22.1KB
text_snippet wood_06.vsnd_c 24.1KB
text_snippet wood_07.vsnd_c 25.6KB
text_snippet wood_08.vsnd_c 28.9KB
sounds/physics/footsteps/player/cardboard
text_snippet step_01.vsnd_c 33.7KB
text_snippet step_02.vsnd_c 40.2KB
text_snippet step_03.vsnd_c 37.6KB
text_snippet step_04.vsnd_c 38.4KB
text_snippet step_05.vsnd_c 40.8KB
text_snippet step_06.vsnd_c 39KB
text_snippet step_07.vsnd_c 42.3KB
text_snippet step_08.vsnd_c 43.8KB
sounds/physics/footsteps/player/carpet
text_snippet step_01.vsnd_c 54.7KB
text_snippet step_02.vsnd_c 56.2KB
text_snippet step_03.vsnd_c 53.4KB
text_snippet step_04.vsnd_c 56.6KB
text_snippet step_05.vsnd_c 50.6KB
text_snippet step_06.vsnd_c 59.8KB
text_snippet step_07.vsnd_c 53KB
text_snippet step_08.vsnd_c 54.8KB
text_snippet step_09.vsnd_c 54.3KB
sounds/physics/footsteps/player/concrete_plain
text_snippet step_01.vsnd_c 42.6KB
text_snippet step_02.vsnd_c 50.3KB
text_snippet step_03.vsnd_c 48.4KB
text_snippet step_04.vsnd_c 44.8KB
text_snippet step_05.vsnd_c 39.7KB
text_snippet step_06.vsnd_c 38.4KB
text_snippet step_07.vsnd_c 40.3KB
text_snippet step_08.vsnd_c 48.4KB
text_snippet step_09.vsnd_c 46.1KB
sounds/physics/footsteps/player/concrete_rough
text_snippet step_01.vsnd_c 54.5KB
text_snippet step_02.vsnd_c 47.2KB
text_snippet step_03.vsnd_c 47.4KB
text_snippet step_04.vsnd_c 45.2KB
text_snippet step_05.vsnd_c 46.4KB
text_snippet step_06.vsnd_c 41.7KB
text_snippet step_07.vsnd_c 46.2KB
text_snippet step_08.vsnd_c 46.9KB
text_snippet step_09.vsnd_c 48KB
sounds/physics/footsteps/player/dirt
text_snippet step_01.vsnd_c 34.5KB
text_snippet step_02.vsnd_c 40.2KB
text_snippet step_03.vsnd_c 42.1KB
text_snippet step_04.vsnd_c 39.6KB
text_snippet step_05.vsnd_c 41.5KB
text_snippet step_06.vsnd_c 47.2KB
text_snippet step_07.vsnd_c 45.5KB
text_snippet step_08.vsnd_c 46.3KB
text_snippet step_09.vsnd_c 39.6KB
text_snippet step_10.vsnd_c 47.6KB
text_snippet step_11.vsnd_c 40.7KB
sounds/physics/footsteps/player/grass
text_snippet step_01.vsnd_c 48.6KB
text_snippet step_02.vsnd_c 55.6KB
text_snippet step_03.vsnd_c 48.5KB
text_snippet step_04.vsnd_c 51.8KB
text_snippet step_05.vsnd_c 42.2KB
text_snippet step_06.vsnd_c 48.7KB
text_snippet step_07.vsnd_c 46.8KB
text_snippet step_08.vsnd_c 46.2KB
text_snippet step_09.vsnd_c 40.1KB
text_snippet step_10.vsnd_c 43.5KB
text_snippet step_11.vsnd_c 47.2KB
sounds/physics/footsteps/player/metal_solid
text_snippet step_01.vsnd_c 49.4KB
text_snippet step_02.vsnd_c 43.6KB
text_snippet step_03.vsnd_c 51.7KB
text_snippet step_04.vsnd_c 41KB
text_snippet step_05.vsnd_c 50KB
text_snippet step_06.vsnd_c 45.8KB
text_snippet step_07.vsnd_c 43.3KB
text_snippet step_08.vsnd_c 49.8KB
text_snippet step_09.vsnd_c 45.6KB
sounds/physics/footsteps/player/metal_thin
text_snippet step_01.vsnd_c 47.3KB
text_snippet step_02.vsnd_c 48.1KB
text_snippet step_03.vsnd_c 55.7KB
text_snippet step_04.vsnd_c 55.3KB
text_snippet step_05.vsnd_c 51.9KB
text_snippet step_06.vsnd_c 45.3KB
text_snippet step_07.vsnd_c 46.7KB
text_snippet step_08.vsnd_c 50.5KB
sounds/physics/footsteps/player/metal_walkway
text_snippet step_01.vsnd_c 65.9KB
text_snippet step_02.vsnd_c 68.4KB
text_snippet step_03.vsnd_c 63KB
text_snippet step_04.vsnd_c 63.6KB
text_snippet step_05.vsnd_c 54.9KB
text_snippet step_06.vsnd_c 67.8KB
text_snippet step_07.vsnd_c 58.7KB
text_snippet step_08.vsnd_c 63.6KB
text_snippet step_09.vsnd_c 62.7KB
text_snippet step_10.vsnd_c 59.2KB
sounds/physics/footsteps/player/mud
text_snippet step_01.vsnd_c 40.2KB
text_snippet step_02.vsnd_c 40.1KB
text_snippet step_03.vsnd_c 38.5KB
text_snippet step_04.vsnd_c 41.6KB
text_snippet step_05.vsnd_c 44.7KB
text_snippet step_06.vsnd_c 40.6KB
text_snippet step_07.vsnd_c 38.1KB
text_snippet step_08.vsnd_c 46.1KB
text_snippet step_09.vsnd_c 38.8KB
sounds/physics/footsteps/player/plastic_hollow
text_snippet step_01.vsnd_c 44.5KB
text_snippet step_02.vsnd_c 43.6KB
text_snippet step_03.vsnd_c 38.7KB
text_snippet step_04.vsnd_c 45.1KB
text_snippet step_05.vsnd_c 44.2KB
text_snippet step_06.vsnd_c 44.1KB
text_snippet step_07.vsnd_c 43.2KB
text_snippet step_08.vsnd_c 43.2KB
sounds/physics/footsteps/player/wood_crate
text_snippet step_01.vsnd_c 43.6KB
text_snippet step_02.vsnd_c 40.7KB
text_snippet step_03.vsnd_c 44.3KB
text_snippet step_04.vsnd_c 43KB
text_snippet step_05.vsnd_c 42.1KB
text_snippet step_06.vsnd_c 38.7KB
text_snippet step_07.vsnd_c 45.7KB
text_snippet step_08.vsnd_c 46KB
text_snippet step_09.vsnd_c 38.9KB
sounds/physics/footsteps/player/wood_floor_old
text_snippet step_01.vsnd_c 46.1KB
text_snippet step_02.vsnd_c 52.3KB
text_snippet step_03.vsnd_c 45.4KB
text_snippet step_04.vsnd_c 53KB
text_snippet step_05.vsnd_c 57.6KB
text_snippet step_06.vsnd_c 43.3KB
text_snippet step_07.vsnd_c 35.4KB
text_snippet step_08.vsnd_c 33.5KB
text_snippet step_09.vsnd_c 40KB
text_snippet step_10.vsnd_c 45.2KB
sounds/physics/footsteps/player/wood_floor_parquet
text_snippet step_01.vsnd_c 27.1KB
text_snippet step_02.vsnd_c 27.4KB
text_snippet step_03.vsnd_c 28.2KB
text_snippet step_04.vsnd_c 28.1KB
text_snippet step_05.vsnd_c 28KB
text_snippet step_06.vsnd_c 31.6KB
text_snippet step_07.vsnd_c 31.6KB
text_snippet step_08.vsnd_c 31.9KB
sounds/physics/footsteps/shared/wood
text_snippet shared_wood_step_01.vsnd_c 36.5KB
text_snippet shared_wood_step_02.vsnd_c 31.4KB
text_snippet shared_wood_step_03.vsnd_c 34.9KB
text_snippet shared_wood_step_04.vsnd_c 33.2KB
text_snippet shared_wood_step_05.vsnd_c 30.4KB
text_snippet shared_wood_step_06.vsnd_c 38.7KB
text_snippet shared_wood_step_07.vsnd_c 34.6KB
text_snippet shared_wood_step_08.vsnd_c 33.8KB
text_snippet shared_wood_step_09.vsnd_c 33KB
text_snippet shared_wood_step_10.vsnd_c 37.9KB
sounds/physics
text_snippet glass.pane.impact.sound_c 559B
text_snippet phys.metal.sheet.impact.sound_c 1016B
text_snippet physics.default.impact.sound_c 903B
text_snippet physics.glass.impact.sound_c 776B
text_snippet physics.glass.shard.impact.sound_c 628B
text_snippet physics.metal.sheet.impact (1).vsnd_c 24.4KB
text_snippet physics.metal.sheet.impact (2).vsnd_c 27.3KB
text_snippet physics.metal.sheet.impact (3).vsnd_c 24KB
text_snippet physics.metal.sheet.impact (4).vsnd_c 23.6KB
text_snippet physics.metal.sheet.impact.sound_c 719B
text_snippet physics.wood.impact.soft.sound_c 682B
text_snippet physics.wood.impact.sound_c 1.5KB
sounds/physics/props/ammo_clip_pistol
text_snippet contents_01.vsnd_c 40KB
text_snippet contents_02.vsnd_c 30.5KB
text_snippet contents_03.vsnd_c 34.7KB
text_snippet contents_04.vsnd_c 25.9KB
text_snippet contents_05.vsnd_c 25.3KB
text_snippet contents_06.vsnd_c 28.2KB
text_snippet contents_07.vsnd_c 26.2KB
text_snippet contents_08.vsnd_c 27.6KB
sounds/physics/props/ammo_shell_pistol
text_snippet pistol_shell_impact_01.vsnd_c 53.4KB
text_snippet pistol_shell_impact_02.vsnd_c 54.4KB
text_snippet pistol_shell_impact_03.vsnd_c 43.2KB
text_snippet pistol_shell_impact_04.vsnd_c 48.6KB
text_snippet pistol_shell_impact_05.vsnd_c 53.1KB
text_snippet pistol_shell_impact_06.vsnd_c 56.1KB
text_snippet pistol_shell_impact_07.vsnd_c 43.9KB
sounds
text_snippet player.hit.bodyarmour.sound_c 1.3KB
text_snippet player.hit.sound_c 1.7KB
text_snippet round.end.sound_c 506B
text_snippet round.start.sound_c 508B
text_snippet roundend.vsnd_c 612.5KB
text_snippet roundstart.vsnd_c 500KB
text_snippet swing.sound_c 514B
text_snippet swoosh.vsnd_c 345.1KB
text_snippet teleporter.teleport.sound_c 1.5KB
text_snippet underwater.sound_c 624B
text_snippet underwater2.sound_c 604B
text_snippet warcry.sound_c 569B
text_snippet warcry.vsnd_c 50KB
sounds/water
text_snippet underwater-bubbles-loop.vsnd_c 2MB
text_snippet water_bullet_impact.sound_c 617B
text_snippet water_splash_medium.sound_c 566B
text_snippet water-movement-loop.vsnd_c 2MB
sounds/weapons
text_snippet bullet-flyby-pistol-close-001.vsnd_c 81.7KB
text_snippet bullet-flyby-pistol-close-002.vsnd_c 84.4KB
text_snippet bullet-flyby-pistol-close-003.vsnd_c 70.9KB
text_snippet bullet-flyby-pistol-close-004.vsnd_c 86.3KB
text_snippet bullet-flyby-rifle-close-001.vsnd_c 94.4KB
text_snippet bullet-flyby-rifle-close-002.vsnd_c 101.8KB
text_snippet bullet-flyby-rifle-close-003.vsnd_c 84.5KB
text_snippet bullet-flyby-rifle-close-004.vsnd_c 85KB
text_snippet extra-gunshot-a.vsnd_c 775.8KB
styles
text_snippet base.scss 756B
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.6KB
text_snippet _switch.scss 879B
styles
text_snippet rootpanel.scss 3.4KB
surfaces
text_snippet brick.audiomat_c 420B
text_snippet brick.newsurf_c 1.5KB
text_snippet carpet.audiomat_c 419B
text_snippet carpet.newsurf_c 913B
text_snippet chair_foam.newsurf_c 843B
text_snippet concrete.audiomat_c 420B
text_snippet concrete.newsurf_c 2KB
text_snippet concrete.rough.surface_c 1.9KB
text_snippet default.audiomat_c 414B
text_snippet default.newsurf_c 2.2KB
text_snippet default.surface_c 2KB
text_snippet dirt.audiomat_c 419B
text_snippet dirt.newsurf_c 1.1KB
text_snippet dirt.surface_c 1.2KB
text_snippet flesh.newsurf_c 1KB
text_snippet glass.audiomat_c 420B
text_snippet glass.newsurf_c 1.2KB
text_snippet glass.pane.newsurf_c 1.1KB
text_snippet glass.shard.newsurf_c 1.2KB
text_snippet glass.surface_c 1.4KB
text_snippet grass.newsurf_c 1KB
text_snippet metal.audiomat_c 415B
text_snippet metal.newsurf_c 1.8KB
text_snippet metal.sheet.newsurf_c 1.5KB
text_snippet metal.surface_c 1.9KB
text_snippet metal.walkway.surface_c 1.2KB
text_snippet metal.weapon.newsurf_c 1.5KB
text_snippet mud.newsurf_c 1.1KB
text_snippet plaster.audiomat_c 420B
text_snippet plaster.newsurf_c 957B
text_snippet plastic.audiomat_c 415B
text_snippet plastic.hollow.newsurf_c 1.1KB
text_snippet plastic.newsurf_c 1.1KB
text_snippet plastic.sheet.newsurf_c 967B
text_snippet plastic.sheet.surface_c 1KB
text_snippet plastic.sheet.watercontainer.newsurf_c 1005B
text_snippet plastic.surface_c 1KB
text_snippet rubber.audiomat_c 417B
text_snippet rubber.newsurf_c 993B
text_snippet sand.audiomat_c 411B
text_snippet sand.newsurf_c 885B
text_snippet slippy_wheels.newsurf_c 1KB
text_snippet water.audiomat_c 415B
text_snippet water.newsurf_c 1.1KB
text_snippet watermelon.newsurf_c 1.1KB
text_snippet wood.audiomat_c 420B
text_snippet wood.newsurf_c 1.7KB
text_snippet wood.sheet.newsurf_c 1.5KB
text_snippet wood.surface_c 1.9KB
tools/images/met/imagetypes
insert_photo image_type_metal_png_80a7c707.generated.vtex_c 3.4KB
tools/images/pet
insert_photo float_noise_png_46583a47.generated.vtex_c 2KB
ui/chat
text_snippet chatbox.scss 1.6KB
ui/components
text_snippet packagecard.razor.scss 3.2KB
text_snippet packagefilters.razor.scss 930B
text_snippet packagelist.razor.scss 158B
ui/components/serverlist
text_snippet serverlistpanel.razor.scss 2KB
ui/controls
text_snippet slidercontrol.razor.scss 2.1KB
text_snippet switchcontrol.razor.scss 988B
ui
text_snippet crosshair.razor.scss 549B
ui/gamemenu/creategame
text_snippet mapbutton.razor.scss 145B
ui/gamemenu
text_snippet defaultgamemenu.razor.scss 2.9KB
text_snippet defaultloadingpanel.razor.scss 1.3KB
ui/gamemenu/front
text_snippet frontpage.razor.scss 248B
ui/gamemenu/settings
text_snippet settingspage.razor.scss 315B
ui
text_snippet globalscheme.scss 1.1KB
ui/icons
text_snippet accept.png 781B
text_snippet application.png 464B
text_snippet bomb.png 793B
text_snippet cross.png 655B
text_snippet delete.png 715B
text_snippet error.png 666B
text_snippet group.png 753B
text_snippet heart.png 749B
text_snippet phone.png 488B
text_snippet report.png 649B
text_snippet user.png 741B
ui
text_snippet poppins-semibold.ttf 151.6KB
ui/scoreboard
text_snippet scoreboard.scss 879B
ui
text_snippet sug.png 156.1KB
text_snippet tbuttonhand_alpha.png 5.3KB
insert_photo tbuttonhand_png_c5d2192d.generated.vtex_c 3.1KB
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
ui/voicechat
text_snippet voicelist.scss 814B
text_snippet voicespeaker.scss 285B
ui/weapons
text_snippet ak47.png 93.5KB
text_snippet binoculars.png 84.8KB
text_snippet bodyarmour.png 77.7KB
text_snippet c4.png 121.3KB
text_snippet c4planted.png 121.3KB
text_snippet deagle.png 61.7KB
text_snippet decoy.png 58KB
text_snippet disguiser.png 37.2KB
text_snippet huge.png 97.5KB
text_snippet m1911.png 88.3KB
text_snippet m24.png 54.3KB
text_snippet m4a1.png 104.3KB
text_snippet mp5.png 44.1KB
text_snippet mp9.png 68.5KB
text_snippet python.png 50.1KB
text_snippet radar.png 132.6KB
text_snippet silencedpistol.png 31.9KB
text_snippet spas12.png 73.2KB
text_snippet uzi.png 50.6KB
ui/world
text_snippet dna.png 9.1KB
text_snippet magnifying_glass.png 8.3KB
text_snippet mic_up.png 964B
text_snippet traitor.png 22.2KB
weapons/rust_pistol/sound
text_snippet eject_clip.vsnd_c 49.2KB
text_snippet insert_clip.vsnd_c 96.2KB