Sandbox Logo

Metadata

{
  "MapList": [
    "facepunch.square"
  ],
  "PerMapRanking": false,
  "LeaderboardType": "None",
  "RankType": "None",
  "MapSelect": "Unrestricted",
  "GameNetworkType": "Multiplayer",
  "MaxPlayers": 10,
  "MinPlayers": 1,
  "Collision": {
    "Defaults": {
      "solid": "Collide",
      "trigger": "Trigger",
      "ladder": "Ignore",
      "water": "Trigger",
      "debris": "Unset",
      "player": "Unset",
      "glass": "Unset",
      "weapon": "Collide",
      "nocollide": "Ignore"
    },
    "Pairs": [
      {
        "a": "solid",
        "b": "solid",
        "r": "Collide"
      },
      {
        "a": "trigger",
        "b": "playerclip",
        "r": "Ignore"
      },
      {
        "a": "solid",
        "b": "trigger",
        "r": "Trigger"
      },
      {
        "a": "playerclip",
        "b": "solid",
        "r": "Collide"
      },
      {
        "a": "debris",
        "b": "debris"
      },
      {
        "a": "debris",
        "b": "player",
        "r": "Ignore"
      },
      {
        "a": "trigger",
        "b": "player"
      },
      {
        "a": "ladder",
        "b": "player"
      },
      {
        "a": "trigger",
        "b": "debris"
      },
      {
        "a": "ladder",
        "b": "debris"
      },
      {
        "a": "player",
        "b": "player"
      },
      {
        "a": "player",
        "b": "glass",
        "r": "Trigger"
      },
      {
        "a": "trigger",
        "b": "glass",
        "r": "Ignore"
      },
      {
        "a": "glass",
        "b": "glass",
        "r": "Ignore"
      },
      {
        "a": "water",
        "b": "glass"
      },
      {
        "a": "player",
        "b": "weapon",
        "r": "Trigger"
      },
      {
        "a": "solid",
        "b": "nocollide",
        "r": "Collide"
      },
      {
        "a": "player",
        "b": "nocollide",
        "r": "Collide"
      }
    ]
  },
  "GameCategory": "None",
  "Physics": {
    "SubSteps": 4,
    "TimeScale": 1,
    "Gravity": "0,0,-800",
    "AirDensity": 1.2,
    "SleepingEnabled": true,
    "SimulationMode": "Continuous",
    "PositionIterations": 2,
    "VelocityIterations": 8,
    "SoftBodyIterations": 1,
    "SoftBodySubsteps": 1
  },
  "DefaultLeaderboards": null,
  "Summary": "Create and play in your own sandbox mode.",
  "Description": "This game lets you spawn props and ragdolls and create entities to play with. It\u0027s like Garry\u0027s Mod.\r\n\r\nThis is a bit of a sandbox itself. This is not the final sandbox gamemode. All of this code will likely be thrown away and re-written when we come to do the sandbox gamemode proper.",
  "Public": true,
  "ReplaceTags": "sandbox game dynamic spawnmenu physgun",
  "CsProjName": "",
  "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": "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": "v",
        "GroupName": "Other"
      },
      {
        "Name": "Drop",
        "KeyboardCode": "g",
        "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": "Noclip",
        "KeyboardCode": "N",
        "GroupName": "Movement"
      },
      {
        "Name": "inspectweapon",
        "KeyboardCode": "f",
        "GroupName": "anim"
      }
    ]
  },
  "HttpAllowList": null,
  "TickRate": 128,
  "LaunchConfigs": [
    {
      "Name": "My New Config",
      "GameIdent": "yupigames.22#local",
      "MapName": "de_ray.vmap",
      "MaxPlayers": 20,
      "GameSettings": {},
      "Addons": "",
      "PreLaunchCommand": "",
      "PostLaunchCommand": ""
    }
  ],
  "ParentPackage": "yupigames.22#local",
  "Compiler": {
    "RootNamespace": "Sandbox",
    "DefineConstants": "SANDBOX;ADDON;DEBUG",
    "NoWarn": "1701;1702;1591;",
    "WarningsAsErrors": "",
    "ReleaseMode": "Release",
    "References": [],
    "DistinctReferences": []
  },
  "SavedGames": false,
  "MapDependentSaves": false,
  "SaveFormatVersion": 1001,
  "Resources": "*.vmdl_c.png\nentity/*.png",
  "MenuResources": "/menu/*",
  "CodePackageReferences": [
    "facepunch.9mm_ejectbrass",
    "facepunch.v_toolgun"
  ]
}

Files

Name Size
.bin
text_snippet manifest.json 49B
text_snippet package.base.dll 806KB
text_snippet package.base.xml 88.3KB
text_snippet package.yupigames.22.dll 138.5KB
text_snippet package.yupigames.22.xml 2.1KB
.localization/en-pt
text_snippet sandbox.json 72B
.localization/en
text_snippet sandbox.json 218B
collections 02.vmat_c 5.2KB
addons/rust/materials
collections rust_hands.vmat_c 6KB
addons/rust/sounds/ambience
text_snippet ambience-beach-calm.vsnd_c 4MB
text_snippet ambience-shore-calm.vsnd_c 4MB
text_snippet ambience-shore-windy.vsnd_c 4MB
text_snippet background-loop.vsnd_c 5MB
text_snippet water-drip-001.vsnd_c 294.7KB
text_snippet water-drip-002.vsnd_c 211KB
text_snippet water-drip-003.vsnd_c 210.7KB
text_snippet water-drip-light-001.vsnd_c 93.3KB
text_snippet water-drip-light-002.vsnd_c 138.2KB
text_snippet water-drip-light-003.vsnd_c 122.2KB
text_snippet wind-gust-001.vsnd_c 2.2MB
text_snippet wind-gust-002.vsnd_c 2.3MB
addons/rust/sounds/electrical
text_snippet alarm_beep.vsnd_c 47.1KB
text_snippet beep.vsnd_c 30.1KB
text_snippet beepfast.vsnd_c 17.1KB
text_snippet beepfast2.vsnd_c 15.2KB
text_snippet beepshakey.vsnd_c 15.9KB
text_snippet chirpdown.vsnd_c 26.5KB
text_snippet computer_off.vsnd_c 53.9KB
text_snippet computer_on.vsnd_c 223.1KB
text_snippet computererrorbeep.vsnd_c 26.9KB
text_snippet dopdopdopdopdop.vsnd_c 51.5KB
text_snippet electric_loop.vsnd_c 1.3MB
text_snippet electric_shorting_constant_far.vsnd_c 559.9KB
text_snippet electric_shorting_constant.vsnd_c 559.9KB
text_snippet electric_shorting_far.vsnd_c 689.1KB
text_snippet electric_shorting.vsnd_c 689KB
text_snippet electrowibblewibble.vsnd_c 35.9KB
text_snippet fluorescent_humming.vsnd_c 1.4MB
text_snippet lock-code-shock.vsnd_c 85.6KB
text_snippet notify_beep.vsnd_c 45KB
text_snippet powerup.vsnd_c 26.5KB
addons/rust/sounds/impact
text_snippet bullet-impact-clothflesh-1.vsnd_c 129.9KB
text_snippet bullet-impact-clothflesh-2.vsnd_c 129.9KB
text_snippet bullet-impact-clothflesh-3.vsnd_c 129.9KB
text_snippet bullet-impact-clothflesh-4.vsnd_c 129.9KB
text_snippet bullet-impact-sand-1.vsnd_c 129.9KB
text_snippet bullet-impact-sand-2.vsnd_c 77.3KB
text_snippet bullet-impact-sand-3.vsnd_c 77.3KB
text_snippet bullet-impact-sand-4.vsnd_c 77.3KB
text_snippet bullet-impact-snow-1.vsnd_c 73.4KB
text_snippet bullet-impact-snow-2.vsnd_c 75.1KB
text_snippet bullet-impact-snow-3.vsnd_c 65.3KB
text_snippet bullet-impact-snow-4.vsnd_c 72.3KB
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.2KB
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 128.9KB
text_snippet cloth_bullet_impact1.vsnd_c 61.7KB
text_snippet cloth_bullet_impact2.vsnd_c 74.9KB
text_snippet cloth_bullet_impact3.vsnd_c 81.6KB
text_snippet cloth_bullet_impact4.vsnd_c 112KB
text_snippet clothflesh_bullet_impact1.vsnd_c 36.4KB
text_snippet clothflesh_bullet_impact2.vsnd_c 38.3KB
text_snippet clothflesh_bullet_impact3.vsnd_c 46.3KB
text_snippet concrete_impact_bullet1.vsnd_c 119.3KB
text_snippet concrete_impact_bullet2.vsnd_c 114KB
text_snippet concrete_impact_bullet3.vsnd_c 126.2KB
text_snippet concrete_impact_bullet4.vsnd_c 146KB
text_snippet dirt_bullet_impact-1.vsnd_c 100.7KB
text_snippet dirt_bullet_impact-2.vsnd_c 76.8KB
text_snippet dirt_bullet_impact-3.vsnd_c 116.4KB
text_snippet flesh_bullet_impact-1.vsnd_c 129.9KB
text_snippet flesh_bullet_impact-2.vsnd_c 110.1KB
text_snippet flesh_bullet_impact-3.vsnd_c 110.7KB
text_snippet flesh_bullet_impact-4.vsnd_c 117.3KB
text_snippet flesh-1.vsnd_c 126.2KB
text_snippet flesh-2.vsnd_c 112.3KB
text_snippet flesh-3.vsnd_c 108.7KB
text_snippet flesh-4.vsnd_c 128.9KB
text_snippet foliage_bullet_impact-1.vsnd_c 67.7KB
text_snippet foliage_bullet_impact-2.vsnd_c 31.3KB
text_snippet foliage_bullet_impact-3.vsnd_c 63KB
text_snippet generic-bullet-impact-1.vsnd_c 100.7KB
text_snippet generic-bullet-impact-2.vsnd_c 83KB
text_snippet generic-bullet-impact-3.vsnd_c 102KB
text_snippet generic-bullet-impact-4.vsnd_c 129.9KB
text_snippet glass_bullet_impact-1.vsnd_c 112.2KB
text_snippet glass_bullet_impact-2.vsnd_c 31.2KB
text_snippet glass_bullet_impact-3.vsnd_c 71.5KB
text_snippet glass-1.vsnd_c 83.8KB
text_snippet glass-2.vsnd_c 77.4KB
text_snippet glass-3.vsnd_c 56.3KB
text_snippet grass-1.vsnd_c 74.4KB
text_snippet grass-2.vsnd_c 78.3KB
text_snippet grass-3.vsnd_c 76.1KB
text_snippet grass-4.vsnd_c 84.4KB
text_snippet hit_indicator-1.vsnd_c 43KB
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.3KB
text_snippet metal-1.vsnd_c 124.3KB
text_snippet metal-2.vsnd_c 120.7KB
text_snippet metal-3.vsnd_c 114KB
text_snippet metal-4.vsnd_c 106.2KB
text_snippet paper_bullet_impact-1.vsnd_c 168.6KB
text_snippet paper_bullet_impact-2.vsnd_c 210.5KB
text_snippet paper_bullet_impact-3.vsnd_c 193.7KB
text_snippet plaster_bullet_impact-1.vsnd_c 67KB
text_snippet plaster_bullet_impact-2.vsnd_c 88.9KB
text_snippet plaster_bullet_impact-3.vsnd_c 107.4KB
text_snippet plastic_hollow_bullet_impact-1.vsnd_c 85KB
text_snippet plastic_hollow_bullet_impact-2.vsnd_c 86.9KB
text_snippet plastic_hollow_bullet_impact-3.vsnd_c 69.2KB
text_snippet rock-3.vsnd_c 59.4KB
text_snippet sand-1.vsnd_c 65.2KB
text_snippet sand-2.vsnd_c 65.2KB
text_snippet sand-3.vsnd_c 65.2KB
text_snippet sand-4.vsnd_c 65.2KB
text_snippet snow-1.vsnd_c 61.1KB
text_snippet snow-2.vsnd_c 62.8KB
text_snippet snow-3.vsnd_c 45.5KB
text_snippet snow-4.vsnd_c 60.1KB
text_snippet water_bullet_impact-1.vsnd_c 67.9KB
text_snippet water_bullet_impact-2.vsnd_c 66.4KB
text_snippet water_bullet_impact-3.vsnd_c 66.4KB
text_snippet wood_bullet_impact-1.vsnd_c 129.9KB
text_snippet wood_bullet_impact-2.vsnd_c 129.9KB
text_snippet wood_bullet_impact-3.vsnd_c 129.9KB
text_snippet wood_bullet_impact-4.vsnd_c 129.9KB
text_snippet wood-1.vsnd_c 48.5KB
text_snippet wood-2.vsnd_c 63.6KB
text_snippet wood-3.vsnd_c 44.8KB
text_snippet wood-4.vsnd_c 47.8KB
addons/rust/sounds/physics
text_snippet phys-impact-bone-001.vsnd_c 19.8KB
text_snippet phys-impact-bone-002.vsnd_c 16.2KB
text_snippet phys-impact-bone-003.vsnd_c 22.8KB
text_snippet phys-impact-bone-004.vsnd_c 20.7KB
text_snippet phys-impact-charcol-001.vsnd_c 26.2KB
text_snippet phys-impact-charcol-002.vsnd_c 25.8KB
text_snippet phys-impact-charcol-003.vsnd_c 36.6KB
text_snippet phys-impact-charcol-004.vsnd_c 39.3KB
text_snippet phys-impact-meat-1.vsnd_c 9.5KB
text_snippet phys-impact-meat-2.vsnd_c 10.1KB
text_snippet phys-impact-meat-3.vsnd_c 9.5KB
text_snippet phys-impact-meat-4.vsnd_c 9.8KB
text_snippet phys-impact-metal-can-1.vsnd_c 13.7KB
text_snippet phys-impact-metal-can-2.vsnd_c 11.6KB
text_snippet phys-impact-metal-can-3.vsnd_c 14.2KB
text_snippet phys-impact-metal-can-4.vsnd_c 10KB
text_snippet phys-impact-metal-deep-001.vsnd_c 19.8KB
text_snippet phys-impact-metal-deep-002.vsnd_c 20.3KB
text_snippet phys-impact-metal-deep-003.vsnd_c 19KB
text_snippet phys-impact-metal-deep-004.vsnd_c 20.4KB
text_snippet phys-impact-metal-hollow-1.vsnd_c 26.2KB
text_snippet phys-impact-metal-hollow-2.vsnd_c 19.1KB
text_snippet phys-impact-metal-hollow-3.vsnd_c 22.3KB
text_snippet phys-impact-metal-hollow-4.vsnd_c 26.2KB
text_snippet phys-impact-metal-medium-rattley-1.vsnd_c 31.3KB
text_snippet phys-impact-metal-medium-rattley-2.vsnd_c 33.6KB
text_snippet phys-impact-metal-medium-rattley-3.vsnd_c 26.1KB
text_snippet phys-impact-metal-medium-rattley-4.vsnd_c 28.8KB
text_snippet phys-impact-metal-sheet-001.vsnd_c 27.3KB
text_snippet phys-impact-metal-sheet-002.vsnd_c 24KB
text_snippet phys-impact-metal-sheet-003.vsnd_c 23.6KB
text_snippet phys-impact-metal-sheet-004.vsnd_c 24.3KB
text_snippet phys-impact-metal-spring-001.vsnd_c 17.8KB
text_snippet phys-impact-metal-spring-002.vsnd_c 18.6KB
text_snippet phys-impact-metal-spring-003.vsnd_c 19.3KB
text_snippet phys-impact-metal-spring-004.vsnd_c 17.4KB
text_snippet phys-impact-metal-thin-hollow-1.vsnd_c 40.2KB
text_snippet phys-impact-metal-thin-hollow-2.vsnd_c 17.2KB
text_snippet phys-impact-metal-thin-hollow-3.vsnd_c 41.4KB
text_snippet phys-impact-metal-thin-hollow-4.vsnd_c 22.3KB
text_snippet phys-impact-paper-001.vsnd_c 38.7KB
text_snippet phys-impact-paper-002.vsnd_c 19.6KB
text_snippet phys-impact-paper-003.vsnd_c 21.7KB
text_snippet phys-impact-paper-004.vsnd_c 23.4KB
text_snippet phys-impact-plastic-001.vsnd_c 15.8KB
text_snippet phys-impact-plastic-002.vsnd_c 18KB
text_snippet phys-impact-plastic-003.vsnd_c 20.2KB
text_snippet phys-impact-plastic-004.vsnd_c 18.1KB
text_snippet phys-impact-stone-1.vsnd_c 50.1KB
text_snippet phys-impact-stone-2.vsnd_c 70.4KB
text_snippet phys-impact-stone-3.vsnd_c 37.5KB
text_snippet phys-impact-stone-4.vsnd_c 41.3KB
text_snippet phys-impact-tarp-001.vsnd_c 14KB
text_snippet phys-impact-tarp-002.vsnd_c 15.6KB
text_snippet phys-impact-tarp-003.vsnd_c 14.6KB
text_snippet phys-impact-tarp-004.vsnd_c 13.7KB
text_snippet phys-impact-tool-1.vsnd_c 15KB
text_snippet phys-impact-tool-2.vsnd_c 14.9KB
text_snippet phys-impact-tool-3.vsnd_c 15.2KB
text_snippet phys-impact-tool-4.vsnd_c 14.7KB
text_snippet phys-impact-wood-1.vsnd_c 35.9KB
text_snippet phys-impact-wood-2.vsnd_c 26.9KB
text_snippet phys-impact-wood-3.vsnd_c 33.6KB
text_snippet phys-impact-wood-4.vsnd_c 36KB
text_snippet phys-impact-wood-small-1.vsnd_c 14.6KB
text_snippet phys-impact-wood-small-2.vsnd_c 14.5KB
text_snippet phys-impact-wood-small-3.vsnd_c 14KB
text_snippet phys-impact-wood-small-4.vsnd_c 14.6KB
addons/rust/sounds/pickup
text_snippet ui-pickup-cloth-1.vsnd_c 62.7KB
text_snippet ui-pickup-cloth-2.vsnd_c 63KB
text_snippet ui-pickup-cloth-3.vsnd_c 54.6KB
text_snippet ui-pickup-cloth-4.vsnd_c 59.3KB
text_snippet ui-pickup-gun-1.vsnd_c 62.2KB
text_snippet ui-pickup-gun-2.vsnd_c 37.8KB
text_snippet ui-pickup-gun-3.vsnd_c 46.9KB
text_snippet ui-pickup-gun-4.vsnd_c 44.5KB
addons/rust/sounds/ui
text_snippet ui-add-to-cart.vsnd_c 50.7KB
addons/rust/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 bullet-flyby-underwater-002.vsnd_c 69.9KB
text_snippet bullet-flyby-underwater-003.vsnd_c 54.6KB
text_snippet bullet-flyby-underwater-004.vsnd_c 69.5KB
text_snippet bullet-flyby-underwater-005.vsnd_c 69.5KB
text_snippet extra-gunshot-a-distant.vsnd_c 775.9KB
text_snippet extra-gunshot-a-really-distant.vsnd_c 775.9KB
text_snippet extra-gunshot-a.vsnd_c 775.8KB
text_snippet extra-gunshot-b-distant.vsnd_c 891.2KB
text_snippet extra-gunshot-b-really-distant.vsnd_c 891.2KB
text_snippet extra-gunshot-b.vsnd_c 891.2KB
text_snippet extra-gunshot-c-distant.vsnd_c 556.1KB
text_snippet extra-gunshot-c-really-distant.vsnd_c 556.2KB
text_snippet extra-gunshot-c.vsnd_c 556.1KB
text_snippet extra-gunshot-d-distant.vsnd_c 1MB
text_snippet extra-gunshot-d-really-distant.vsnd_c 1MB
text_snippet extra-gunshot-d.vsnd_c 1MB
text_snippet extra-gunshot-e-distant.vsnd_c 1MB
text_snippet extra-gunshot-e-really-distant.vsnd_c 1MB
text_snippet extra-gunshot-e.vsnd_c 1MB
text_snippet extra-gunshot-f-distant.vsnd_c 1MB
text_snippet extra-gunshot-f-really-distant.vsnd_c 1MB
text_snippet extra-gunshot-f.vsnd_c 1MB
text_snippet extra-gunshot-g-distant.vsnd_c 1MB
text_snippet extra-gunshot-g-really-distant.vsnd_c 1MB
text_snippet extra-gunshot-g.vsnd_c 1MB
text_snippet extra-gunshot-h-distant.vsnd_c 1MB
text_snippet extra-gunshot-h-really-distant.vsnd_c 1MB
text_snippet extra-gunshot-h.vsnd_c 1MB
text_snippet extra-gunshot-i-distant.vsnd_c 1MB
text_snippet extra-gunshot-i-really-distant.vsnd_c 1MB
text_snippet extra-gunshot-i.vsnd_c 1MB
text_snippet extra-gunshot-j-distant.vsnd_c 1MB
text_snippet extra-gunshot-j-really-distant.vsnd_c 1MB
text_snippet extra-gunshot-j.vsnd_c 1MB
text_snippet extra-gunshot-k-distant.vsnd_c 1MB
text_snippet extra-gunshot-k-really-distant.vsnd_c 1MB
text_snippet extra-gunshot-k.vsnd_c 1MB
text_snippet extra-gunshot-l-distant.vsnd_c 1MB
text_snippet extra-gunshot-l-really-distant.vsnd_c 1MB
text_snippet extra-gunshot-l.vsnd_c 1MB
text_snippet extra-gunshot-m-distant.vsnd_c 898.9KB
text_snippet extra-gunshot-m-really-distant.vsnd_c 898.9KB
text_snippet extra-gunshot-m.vsnd_c 898.8KB
text_snippet extra-gunshot-n-distant.vsnd_c 822KB
text_snippet extra-gunshot-n-really-distant.vsnd_c 822KB
text_snippet extra-gunshot-n.vsnd_c 821.9KB
text_snippet extra-gunshot-o-distant.vsnd_c 1.1MB
text_snippet extra-gunshot-o-really-distant.vsnd_c 1.1MB
text_snippet extra-gunshot-o.vsnd_c 1.1MB
addons/rust/weapons/rust_crossbow
collections arrow.vmat_c 7KB
view_in_ar rust_crossbow_bolt.vmdl_c 9.2KB
collections rust_crossbow.vmat_c 6.2KB
view_in_ar rust_crossbow.vmdl_c 115KB
addons/rust/weapons/rust_crossbow/sounds
text_snippet aug.sound_c 519B
text_snippet crossbow-attack-1.vsnd_c 129.9KB
text_snippet crossbow-attack-2.vsnd_c 128KB
text_snippet crossbow-attack-3.vsnd_c 108.4KB
text_snippet crossbow-deploy-3p.vsnd_c 59.9KB
text_snippet crossbow-deploy.vsnd_c 97.5KB
text_snippet crossbow-reload.vsnd_c 377.5KB
text_snippet rust_crossbow.shoot.sound_c 600B
addons/rust/weapons/rust_crossbow
text_snippet v_rust_crossbow.vanmgrph_c 2.5KB
view_in_ar v_rust_crossbow.vmdl_c 359.3KB
addons/rust/weapons/rust_flashlight/sounds
text_snippet flashlight-attack.vsnd_c 105.3KB
text_snippet rust_flashlight.attack.sound_c 723B
addons/rust/weapons/rust_flashlight
text_snippet v_rust_flashlight.vanmgrph_c 2.5KB
collections v_rust_flashlight.vmat_c 5.8KB
view_in_ar v_rust_flashlight.vmdl_c 139.1KB
addons/rust/weapons/rust_pistol
view_in_ar rust_pistol_fparms_rescale.vmdl_c 52.7KB
collections rust_pistol.vmat_c 5.9KB
view_in_ar rust_pistol.vmdl_c 71.9KB
addons/rust/weapons/rust_pistol/sound
text_snippet eject_clip.vsnd_c 49.2KB
text_snippet fire-alt-distant.vsnd_c 517.5KB
text_snippet fire-alt-far-distant.vsnd_c 483KB
text_snippet fire-alt.vsnd_c 517.5KB
text_snippet grab_clip.vsnd_c 65.6KB
text_snippet insert_clip.vsnd_c 96.2KB
text_snippet revolver-deploy.vsnd_c 99.3KB
text_snippet revolver-dryfire.vsnd_c 38.7KB
text_snippet rust_pistol.shoot.sound_c 602B
text_snippet semi-pistol-attack-silenced.vsnd_c 291.5KB
text_snippet slide_back.vsnd_c 29.8KB
text_snippet slide_shut.vsnd_c 39.1KB
addons/rust/weapons/rust_pistol
text_snippet v_rust_pistol.vanmgrph_c 2.5KB
view_in_ar v_rust_pistol.vmdl_c 341.9KB
addons/rust/weapons/rust_pumpshotgun
view_in_ar rust_pumpshotgun.vmdl_c 84.5KB
addons/rust/weapons/rust_pumpshotgun/sounds
text_snippet famas.shoot.sound_c 603B
text_snippet m4.shoot.sound_c 607B
text_snippet rust_pumpshotgun-attack-distant.vsnd_c 429KB
text_snippet rust_pumpshotgun-attack-far-distant.vsnd_c 450.3KB
text_snippet rust_pumpshotgun-attack-silenced.vsnd_c 390.9KB
text_snippet rust_pumpshotgun-attack.vsnd_c 1MB
text_snippet rust_pumpshotgun-deploy-2.vsnd_c 172.8KB
text_snippet rust_pumpshotgun-deploy-3p.vsnd_c 37.1KB
text_snippet rust_pumpshotgun-deploy.vsnd_c 142.4KB
text_snippet rust_pumpshotgun-dryfire.vsnd_c 12.2KB
text_snippet rust_pumpshotgun-flip_over.vsnd_c 73.5KB
text_snippet rust_pumpshotgun-insert_shell-1.vsnd_c 87.9KB
text_snippet rust_pumpshotgun-insert_shell-2.vsnd_c 65.4KB
text_snippet rust_pumpshotgun-pump-forward.vsnd_c 119.1KB
text_snippet rust_pumpshotgun-pumpaction.vsnd_c 142.4KB
text_snippet rust_pumpshotgun-reload-start.vsnd_c 141.5KB
text_snippet rust_pumpshotgun.insert.sound_c 570B
text_snippet rust_pumpshotgun.pump.sound_c 566B
text_snippet rust_pumpshotgun.pumpslow.sound_c 582B
text_snippet rust_pumpshotgun.shoot.sound_c 618B
text_snippet rust_pumpshotgun.shootdouble.sound_c 648B
addons/rust/weapons/rust_pumpshotgun/textures
collections rust_pumpshotgun.vmat_c 6.1KB
addons/rust/weapons/rust_pumpshotgun
text_snippet v_rust_pumpshotgun.vanmgrph_c 3KB
view_in_ar v_rust_pumpshotgun.vmdl_c 304.9KB
addons/rust/weapons/rust_shotgun
view_in_ar rust_shotgun.vmdl_c 108KB
addons/rust/weapons/rust_shotgun/sounds
text_snippet rust-shotgun-attack-distant.vsnd_c 453KB
text_snippet rust-shotgun-attack-far-distant.vsnd_c 453.4KB
text_snippet rust-shotgun-attack.vsnd_c 452.9KB
text_snippet rust-shotgun-close-pipe.vsnd_c 129.8KB
text_snippet rust-shotgun-deploy-3p.vsnd_c 32.9KB
text_snippet rust-shotgun-deploy.vsnd_c 107.5KB
text_snippet rust-shotgun-dryfire.vsnd_c 8.6KB
text_snippet rust-shotgun-insert-shell.vsnd_c 92.1KB
text_snippet rust-shotgun-reload-start.vsnd_c 217KB
addons/rust/weapons/rust_shotgun/textures
collections rust_shotgun.vmat_c 5.8KB
addons/rust/weapons/rust_shotgun
text_snippet v_rust_shotgun.vanmgrph_c 2.5KB
view_in_ar v_rust_shotgun.vmdl_c 261.5KB
addons/rust/weapons/rust_smg
collections rust_smg_grip_mag.vmat_c 6KB
collections rust_smg_stock_barrel.vmat_c 6.1KB
collections rust_smg.vmat_c 5.9KB
view_in_ar rust_smg.vmdl_c 120.6KB
addons/rust/weapons/rust_smg/sounds
text_snippet p90_model.sound_c 519B
text_snippet rust_smg_attack.vsnd_c 418.3KB
text_snippet rust_smg_attackdistant.vsnd_c 418.4KB
text_snippet rust_smg_attackfardistant.vsnd_c 413.7KB
text_snippet rust_smg_attacksilenced.vsnd_c 259.1KB
text_snippet rust_smg_aug.sound_c 503B
text_snippet rust_smg_boltback.vsnd_c 118.9KB
text_snippet rust_smg_boltshut.vsnd_c 58.6KB
text_snippet rust_smg_clipin.vsnd_c 145.2KB
text_snippet rust_smg_clipout.vsnd_c 58.8KB
text_snippet rust_smg_deploy.vsnd_c 112.9KB
text_snippet rust_smg_deploy3p.vsnd_c 40.7KB
text_snippet rust_smg_dryfire.vsnd_c 23.9KB
text_snippet rust_smg_reloadstart.vsnd_c 154.4KB
text_snippet rust_smg.boltback.sound_c 548B
text_snippet rust_smg.boltshut.sound_c 548B
text_snippet rust_smg.clipin.sound_c 530B
text_snippet rust_smg.clipout.sound_c 531B
text_snippet rust_smg.deploy.sound_c 530B
text_snippet rust_smg.dryfire.sound_c 525B
text_snippet rust_smg.reloadstart.sound_c 551B
text_snippet rust_smg.shoot.sound_c 603B
addons/rust/weapons/rust_smg
text_snippet v_rust_smg.vanmgrph_c 2.9KB
view_in_ar v_rust_smg.vmdl_c 363KB
addons/rust/weapons/shells
collections pistol_shell.vmat_c 4.8KB
view_in_ar pistol_shell.vmdl_c 7.8KB
text_snippet ak.sound_c 554B
text_snippet ak47.sndscape_c 370B
animgraphs
text_snippet ak47_model.vanmgrph_c 2.5KB
text_snippet chicken.vanmgrph_c 2.4KB
text_snippet crow.vanmgrph_c 2.4KB
text_snippet ctm_fbi.vanmgrph_c 2.5KB
text_snippet fiveseven_model.vanmgrph_c 2.5KB
text_snippet glock18_model.vanmgrph_c 2.5KB
text_snippet mp9_model.vanmgrph_c 1.3KB
text_snippet p90_model.vanmgrph_c 2.5KB
text_snippet v_m4a1_model.vanmgrph_c 2.5KB
text_snippet v_rif_m4a1_s.vanmgrph_c 2.5KB
attachments/swb/muzzle/silencer_pistol
view_in_ar silencer_pistol.vmdl_c 13.2KB
attachments/swb/muzzle/silencer_pistol/textures
insert_photo sr8_color_png_228c3d1c.generated.vtex_c 3.1MB
insert_photo sr8_normal_png_3348af62.generated.vtex_c 4.6MB
insert_photo sr8_normal_png_a8ddb6c.generated.vtex_c 5.3MB
collections sr8.vmat_c 7.1KB
attachments/swb/muzzle/silencer_rifle
view_in_ar silencer_rifle.vmdl_c 12KB
attachments/swb/muzzle/silencer_rifle/textures
insert_photo ats4_color_png_a47088f2.generated.vtex_c 2.3MB
insert_photo ats4_normal_png_87c4ea53.generated.vtex_c 5MB
insert_photo ats4_normal_png_c355d10.generated.vtex_c 4.8MB
collections ats4.vmat_c 7.1KB
attachments/swb/muzzle/silencer_shotgun
view_in_ar silencer_shotgun.vmdl_c 19.5KB
attachments/swb/muzzle/silencer_shotgun/textures
collections shotty_silencer.vmat_c 6.5KB
insert_photo silencer_color_png_4f3d7ff5.generated.vtex_c 1.4MB
insert_photo silencer_normal_png_4be5d857.generated.vtex_c 4MB
insert_photo silencer_normal_png_82171795.generated.vtex_c 4.7MB
attachments/swb/muzzle/silencer_sniper
view_in_ar silencer_sniper.vmdl_c 17.4KB
attachments/swb/muzzle/silencer_sniper/textures
insert_photo ats5_2_color_png_279ec0e7.generated.vtex_c 2.3MB
insert_photo ats5_2_normal_png_ec25cd9e.generated.vtex_c 4.2MB
collections ats5_2.vmat_c 6.4KB
insert_photo ats5_color_png_72f12797.generated.vtex_c 3.5MB
insert_photo ats5_normal_png_e75a0fc4.generated.vtex_c 4.9MB
collections ats5.vmat_c 6.3KB
attachments/swb/rail/rail_quad/textures
insert_photo rail_ao_png_8dbdd09.generated.vtex_c 1.7MB
insert_photo rail_color_png_20459745.generated.vtex_c 3.7MB
insert_photo rail_normal_png_912a62cc.generated.vtex_c 3.7MB
insert_photo rail_normal_png_c196fbe9.generated.vtex_c 2.2MB
collections rail.vmat_c 7KB
attachments/swb/rail/rail_quad
view_in_ar w_rail_quad.vmdl_c 37.9KB
attachments/swb/rail/rail_single/textures
insert_photo rail_color_png_b85ac6ce.generated.vtex_c 215KB
insert_photo rail_normal_png_50a14034.generated.vtex_c 296.2KB
insert_photo rail_normal_png_7637fdd6.generated.vtex_c 293.3KB
collections rail_single.vmat_c 7KB
attachments/swb/rail/rail_single
view_in_ar w_rail_single.vmdl_c 28.6KB
attachments/swb/rail/side_rail_top/textures
collections rail.vmat_c 6.2KB
insert_photo utg_color_png_9c06e479.generated.vtex_c 12.6MB
insert_photo utg_normal_png_f755735a.generated.vtex_c 12.3MB
attachments/swb/rail/side_rail_top
view_in_ar w_side_rail_top.vmdl_c 34.9KB
attachments/swb/sight/reflex/textures
insert_photo red_dot_mask_png_212d0aeb.generated.vtex_c 45.2KB
insert_photo reflex_color_png_f5cecf7c.generated.vtex_c 368.8KB
collections reflex_dot_shader.vmat_c 6.4KB
insert_photo reflex_normal_png_2d526c8d.generated.vtex_c 2.6MB
insert_photo reflex_normal_png_54065b56.generated.vtex_c 3.7MB
collections reflex.vmat_c 6.9KB
attachments/swb/sight/reflex
view_in_ar w_reflex_sight.vmdl_c 159.9KB
attachments/swb/sight/scope_hunter/textures
insert_photo hunter_color_png_63fe1a51.generated.vtex_c 13.9MB
insert_photo hunter_normal_png_c98d7588.generated.vtex_c 16.5MB
collections hunter.vmat_c 6.3KB
collections scope.vmat_c 5.7KB
insert_photo sniper_mask_png_a8cd857f.generated.vtex_c 33.3KB
insert_photo sniper_reticle_png_cef53925.generated.vtex_c 73.4KB
attachments/swb/sight/scope_hunter
view_in_ar w_scope_hunter_render.vmdl_c 1.3MB
attachments/swb/tactical/laser_rifle/textures
insert_photo laser_ao_png_55ce166d.generated.vtex_c 1.3MB
insert_photo laser_color_png_ae7defb7.generated.vtex_c 3.1MB
insert_photo laser_normal_png_ea26f4d2.generated.vtex_c 4.3MB
insert_photo laser_normal_png_ea98ef.generated.vtex_c 4.2MB
collections laser_rifle.vmat_c 7.3KB
attachments/swb/tactical/laser_rifle
view_in_ar w_laser_rifle.vmdl_c 52.5KB
attachments/swb/tactical/laser_small/textures
insert_photo laser_color_png_49720997.generated.vtex_c 858KB
insert_photo laser_normal_png_2ae4c1b4.generated.vtex_c 1MB
insert_photo laser_normal_png_f3147e8c.generated.vtex_c 1.1MB
collections laser_small.vmat_c 7.2KB
attachments/swb/tactical/laser_small
view_in_ar w_laser_small.vmdl_c 52.6KB
text_snippet background.jpg 622.3KB
insert_photo cmn_woodbox01_ntxx_a_png_fc65ce42.generated.vtex_c 87.6KB
insert_photo cmn_woodbox02_dfsp_a_png_fbde33e7.generated.vtex_c 44.5KB
csgo
collections ak.vmat_c 5.4KB
csgo/hostage
view_in_ar hostage.vmdl_c 186.4KB
csgo/materials/arms
collections aug.vmat_c 5.3KB
collections chicken.vmat_c 5.6KB
collections crow01.vmat_c 5.3KB
collections dddgfhg.vmat_c 5.4KB
collections famas.vmat_c 5.3KB
collections fdfdf.vmat_c 5.4KB
collections fdfdfd.vmat_c 5.4KB
collections fdff.vmat_c 5.4KB
collections five.vmat_c 5.3KB
collections galil.vmat_c 5.4KB
collections hair.vmat_c 5.3KB
collections head22354.vmat_c 5.4KB
collections knife.vmat_c 5.4KB
collections m4.vmat_c 5.3KB
collections mararms.vmat_c 5.4KB
collections mat.vmat_c 5.4KB
collections p90.vmat_c 5.3KB
collections sdafsdgd.vmat_c 5.4KB
collections sdffdsf.vmat_c 5.3KB
collections sdsd.vmat_c 5.4KB
insert_photo sleeve_fbi_tga_560dcbdc.generated.vtex_c 981.2KB
collections uppe.vmat_c 5.4KB
collections upperboddsfsf.vmat_c 5.4KB
insert_photo w_ct_base_glove_color_tga_24d0d19.generated.vtex_c 44.5KB
csgo/materials/ct_fbi
insert_photo ct_fbi_head_tga_671cf00c.generated.vtex_c 353.4KB
insert_photo ct_fbi_lowerbody_tga_3b8d9b6d.generated.vtex_c 433.1KB
insert_photo ct_fbi_upperbody_tga_2fe58763.generated.vtex_c 439.9KB
csgo/materials/hos
insert_photo crow01_tga_7cbf2361.generated.vtex_c 44.5KB
insert_photo fiveseven_tga_6a85bba1.generated.vtex_c 1.2MB
insert_photo hostage_hair_tga_69da6390.generated.vtex_c 44.5KB
insert_photo hostage_head_tga_6af77769.generated.vtex_c 531KB
insert_photo hostage_lowerbody_tga_678ae4d2.generated.vtex_c 465.3KB
insert_photo hostage_upperbody_tga_e91c39ef.generated.vtex_c 402.2KB
insert_photo knife_butterfly_tga_f50b4fac.generated.vtex_c 1.4MB
insert_photo rif_aug_tga_421abff8.generated.vtex_c 1MB
insert_photo rif_famas_tga_6e14ac13.generated.vtex_c 1.7MB
insert_photo rif_galilar_tga_e6830267.generated.vtex_c 110.8KB
insert_photo rif_m4a1_tga_cc4340c0.generated.vtex_c 1.4MB
csgo/materials/mp9
text_snippet mp9_01.vsnd_c 292.6KB
text_snippet mp9_02.vsnd_c 249.2KB
text_snippet mp9_03.vsnd_c 290.2KB
text_snippet mp9_draw.vsnd_c 43.6KB
csgo/materials
collections smg_mp9.vmat_c 5.4KB
csgo/materials/weapons/pist_glock18
insert_photo pist_glock18_tga_ad4db625.generated.vtex_c 1.3MB
collections pist_glock18.vmat_c 5.5KB
csgo/materials/weapons/rif_ak47
insert_photo ak47_tga_807ced02.generated.vtex_c 1.6MB
csgo/materials/weapons/rif_m4a1_s
insert_photo rif_m4a1_s_tga_8fd4deda.generated.vtex_c 1.4MB
csgo/materials/weapons/smg_mp9
insert_photo smg_mp9_tga_934c7047.generated.vtex_c 1.1MB
csgo/materials/weapons/smg_p90
insert_photo smg_p90_tga_ea9679c4.generated.vtex_c 1.2MB
csgo/models/chicken
insert_photo chicken_catalan_black_white_head_color_tga_938d223e.generated.vtex_c 500.2KB
view_in_ar chicken_reference.vmdl_c 163KB
csgo/models/crow
view_in_ar crow.vmdl_c 87.9KB
csgo/models/player
view_in_ar ctm_fbi_variantb.vmdl_c 203.9KB
view_in_ar ctm_fbi.vmdl_c 295.1KB
csgo/models/weapons
view_in_ar ak47_model.vmdl_c 463.6KB
view_in_ar aug_model.vmdl_c 495.6KB
view_in_ar ct_arms.vmdl_c 254.6KB
text_snippet fiveseven_01.sound_c 487B
text_snippet fiveseven_01.vsnd_c 276.9KB
view_in_ar fiveseven_model.vmdl_c 420.2KB
text_snippet fiveseven.shoot.sound_c 587B
view_in_ar glock18_model.vmdl_c 323KB
csgo/models/weapons/knife
view_in_ar v_knife_butterfly.vmdl_c 415.2KB
view_in_ar w_knife_butterfly.vmdl_c 143.4KB
csgo/models/weapons
text_snippet m4as.shoot.sound_c 600B
text_snippet m4as.sound_c 600B
csgo/models/weapons/mp9
view_in_ar mp9_model.vmdl_c 474.5KB
text_snippet mp9.shoot.sound_c 759B
text_snippet mp9.sound_c 759B
view_in_ar w_smg_mp9.vmdl_c 282.6KB
csgo/models/weapons/p90
text_snippet p90_model.shoot.sound_c 585B
text_snippet p90_model.sound_c 585B
view_in_ar p90_model.vmdl_c 465.5KB
view_in_ar w_smg_p90.vmdl_c 297.6KB
csgo/models/weapons
view_in_ar sg556_scopelensmask.vmdl_c 4.3KB
view_in_ar v_famas_model.vmdl_c 434.5KB
view_in_ar v_galilar_model.vmdl_c 413.2KB
view_in_ar v_m4a1_model.vmdl_c 504.5KB
view_in_ar v_rif_m4a1_s.vmdl_c 657.2KB
view_in_ar v_shield_ref.vmdl_c 38.9KB
view_in_ar w_ak47_model.vmdl_c 407KB
csgo/newweaponsnobugs
view_in_ar v_m4a1s.vmdl_c 521.4KB
csgo
collections smgs.vmat_c 5.4KB
decals
text_snippet bullet-metal.decal_c 688B
text_snippet bullethole.decal_c 685B
devcam
text_snippet devcamoverlay.razor.scss 2.9KB
entity
text_snippet directional_gravity.png 58.8KB
text_snippet ent_balloon.png 66.4KB
text_snippet ent_drone.png 70.2KB
text_snippet ent_lamp.png 54.1KB
text_snippet ent_light.png 33KB
text_snippet flashlight.png 109KB
text_snippet spawnicon.png 3.3KB
text_snippet galil.sound_c 555B
text_snippet glock_slideback.vsnd_c 22KB
text_snippet hedad.sound_c 555B
maps
public de_end.vpk 10.6MB
public de_over.vpk 3.1MB
public de_ray.vpk 2.7MB
public devmap.vpk 1.8MB
mat
collections tilesmain_small.vmat_c 7.7KB
mat/tilesmain/small
insert_photo tilesmain_small_clean_color_png_77554cfa.generated.vtex_c 1.8MB
insert_photo tilesmain_small_clean_normal_png_9b07fbcc.generated.vtex_c 3.9MB
insert_photo tilesmain_small_color_png_9872eddf.generated.vtex_c 1.9MB
insert_photo tilesmain_small_normal_png_f8656f24.generated.vtex_c 3.9MB
insert_photo tilesmain_small_rough_png_588ab5e2.generated.vtex_c 2.9MB
insert_photo tilesmain_small_rough_png_e876a346.generated.vtex_c 2.7MB
materials
insert_photo black_matte_vmat_g_tcolor_d33fa0d4.generated.vtex_c 1.8KB
insert_photo black_matte_vmat_g_tnormal_49b3bca5.generated.vtex_c 2.1KB
collections black_matte.vmat_c 4.8KB
materials/cable
insert_photo rope_color_tga_ddb2e6e1.generated.vtex_c 4.7KB
collections rope.vmat_c 5KB
materials
collections cargo01.vmat_c 5.5KB
collections cargo02.vmat_c 5.5KB
collections cargo03.vmat_c 5.5KB
collections cargo04.vmat_c 5.5KB
collections console_background_vr.vmat_c 2.4KB
materials/default
insert_photo default_ao_tga_7449568e.generated.vtex_c 1.9KB
insert_photo default_black_mask_tga_17bdd74e.generated.vtex_c 2.4KB
insert_photo default_color_tga_2871fbca.generated.vtex_c 2.1KB
insert_photo default_color_tga_380558b.generated.vtex_c 1.8KB
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 1.9KB
insert_photo default_normal_tga_d337b1ed.generated.vtex_c 2.1KB
insert_photo default_normal_tga_e15dc164.generated.vtex_c 2.1KB
insert_photo default_rough_tga_a8f7398b.generated.vtex_c 2.6KB
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
collections black_cheap.vmat_c 2.1KB
insert_photo dev_measuregeneric01_color_tga_5a426725.generated.vtex_c 12.5KB
collections dev_measuregeneric01.vmat_c 4.4KB
insert_photo dev_measuregeneric01b_color_tga_903f6f42.generated.vtex_c 12.5KB
collections dev_measuregeneric01b.vmat_c 4.4KB
insert_photo green_vmat_g_tcolor_d0046333.generated.vtex_c 1.5KB
collections green.vmat_c 4.4KB
insert_photo primary_blue_color_tga_7a518b5d.generated.vtex_c 45KB
collections primary_blue.vmat_c 4.3KB
insert_photo red_vmat_g_tcolor_5584ae83.generated.vtex_c 1.5KB
insert_photo red_vr_vmat_g_tcolor_43732089.generated.vtex_c 1.5KB
collections red_vr.vmat_c 5KB
collections red.vmat_c 4.4KB
materials/gamemodes/poker/table/small
insert_photo small_pokertable_ao_png_a005707.generated.vtex_c 2.1MB
insert_photo small_pokertable_color_png_985576f0.generated.vtex_c 1.6MB
insert_photo small_pokertable_normal_png_d337d467.generated.vtex_c 4.5MB
collections small_pokertable.vmat_c 6.3KB
materials/generic
collections floor_gravel_asphalt.vmat_c 6.6KB
collections low_brick_wall_a.vmat_c 6.3KB
collections wall_limestone_brick_large.vmat_c 6KB
collections wall_panel_grey_b.vmat_c 5.7KB
materials/grass
collections floor_grass_dirt_blend_a.vmat_c 8.2KB
collections floor_grass_dirt_leaves_blend_a.vmat_c 10KB
materials/hotspots
collections roof_metal_panels_a1_copper_hs.vmat_c 11.2KB
insert_photo roof_metal_panels_a1_hs_color_tga_796073cd.generated.vtex_c 2.7MB
insert_photo roof_metal_panels_a1_hs_normal_tga_d43f909d.generated.vtex_c 503.7KB
insert_photo roof_metal_panels_a1_hs_rough_tga_164dccd.generated.vtex_c 2.2MB
insert_photo roof_metal_panels_a1_poop_hs_color_tga_c1caf248.generated.vtex_c 2.5MB
insert_photo roof_metal_panels_a1_poop_hs_normal_tga_2ab192dc.generated.vtex_c 655.9KB
insert_photo roof_metal_panels_a1_poop_hs_rough_tga_52996451.generated.vtex_c 1.9MB
insert_photo roof_metal_panels_a1_rust_hs_color_tga_ecacc283.generated.vtex_c 2.5MB
insert_photo roof_metal_panels_a1_rust_hs_normal_tga_6033bcea.generated.vtex_c 1.2MB
insert_photo roof_metal_panels_a1_rust_hs_rough_tga_7c18a237.generated.vtex_c 2.2MB
materials/items/electronics
collections office_computer.vmat_c 7KB
collections tv_medium.vmat_c 7KB
insert_photo tv_screen_vmat_g_tanisogloss_669e3d9b.generated.vtex_c 1.8KB
insert_photo tv_screen_vmat_g_tcolor_d69e9642.generated.vtex_c 1.5KB
insert_photo tv_screen_vmat_g_tnormal_8f7adb9e.generated.vtex_c 1.8KB
collections tv_screen.vmat_c 5.3KB
collections tv_stand.vmat_c 6.2KB
materials/items/metal-set
collections metal_table.vmat_c 6.3KB
materials/items/victorian-set
collections victorian_table.vmat_c 6.1KB
materials/lights
insert_photo white_color_tga_ea26a43a.generated.vtex_c 1.9KB
materials/models/city_props/cafe
collections cafe_furniture.vmat_c 6.2KB
insert_photo defaultmaterial_albedo_jpg_ea3e608b.generated.vtex_c 14.2MB
insert_photo defaultmaterial_ao_jpg_2bc9cac6.generated.vtex_c 7.8MB
insert_photo defaultmaterial_normal_png_b738bfd1.generated.vtex_c 20.4MB
materials/nature
insert_photo leaves_color_png_519b6b7b.generated.vtex_c 4.9MB
insert_photo leaves_normal_png_6d7fe3fa.generated.vtex_c 3.1MB
insert_photo leaves_rough_png_d4d28bd9.generated.vtex_c 4.7MB
materials/particle
insert_photo base_rope.vtex_c 20.6KB
insert_photo base_trail.vtex_c 65.9KB
materials/particle/fire_burning_character
insert_photo fire_burning_character.vtex_c 940.4KB
materials/particle/impact
insert_photo fleks.vtex_c 95.4KB
materials/particle/particle_flares
insert_photo particle_flare_004b_mod.vtex_c 18KB
materials/particle
insert_photo particle_glow_01.vtex_c 65.9KB
insert_photo particle_modulate_01.vtex_c 17.9KB
materials/particle/smoke1
insert_photo smoke1.vtex_c 72.7KB
materials/particles
insert_photo beam_hotwhite.vtex_c 25.4KB
insert_photo beam_smoke_04.vtex_c 91.1KB
materials/particles/electrical
insert_photo electrical_arc_looping_c.vtex_c 170.3KB
insert_photo electrical_arc02_unsharp.vtex_c 694.8KB
insert_photo electrical_arc02.vtex_c 729.2KB
insert_photo electrical_arc03b.vtex_c 65KB
materials/particles/impact
insert_photo fleks3.vtex_c 36.4KB
materials/particles
insert_photo particle_smokegrenade.vtex_c 5.9KB
materials/particles/smoke/render
insert_photo smokeburst_e.vtex_c 814.8KB
insert_photo smokeloop_i_0.vtex_c 2.7MB
insert_photo smokeloop_i_1.vtex_c 2.8MB
materials/particles/smoke1
insert_photo smoke1.vtex_c 72.7KB
materials
insert_photo rust_hands_color_tga_d3f59833.generated.vtex_c 4.3MB
insert_photo rust_hands_normal_tga_6c2de88c.generated.vtex_c 3.5MB
collections rust_hands.vmat_c 6KB
insert_photo shiny_white_vmat_g_tmetalnessreflectancefresnel_bbcfa2a3.generated.vtex_c 1.8KB
collections shiny_white.vmat_c 5.3KB
materials/skybox/colorscript
insert_photo skybox_sky_sunset.vtex_c 8MB
materials/skybox
insert_photo kloppenheim_03_puresky_exr_18bd5689.generated.vtex_c 7.2MB
collections kloppenheim_03_puresky.vmat_c 2.1KB
insert_photo nagoya_wall_path_exr_5ff094e9.generated.vtex_c 8MB
collections nagoya_wall_path.vmat_c 2.1KB
insert_photo noon_grass_exr_1b655cf0.generated.vtex_c 7.3MB
collections noon_grass.vmat_c 2KB
insert_photo the_sky_is_on_fire_exr_15fff9.generated.vtex_c 8MB
collections the_sky_is_on_fire.vmat_c 2.1KB
materials/src/items/electronics
insert_photo tv_medium_ao_tga_7844802c.generated.vtex_c 156.6KB
insert_photo tv_medium_color_tga_908d8a3.generated.vtex_c 350.2KB
insert_photo tv_medium_normal_tga_e529702f.generated.vtex_c 546.6KB
insert_photo tv_medium_selfillum_tga_f568b764.generated.vtex_c 47.5KB
insert_photo tv_stand_ao_tga_389b46de.generated.vtex_c 118.4KB
insert_photo tv_stand_color_tga_3740f608.generated.vtex_c 217.3KB
insert_photo tv_stand_normal_tga_c990747.generated.vtex_c 279.3KB
materials/src/items/metal-set
insert_photo metal_table_ao_tga_83f8687b.generated.vtex_c 314.4KB
insert_photo metal_table_color_tga_8a44ed2b.generated.vtex_c 757.6KB
insert_photo metal_table_normal_tga_68651ba6.generated.vtex_c 880.2KB
materials/src/items/office-set
insert_photo office_computer_ao_tga_8266e907.generated.vtex_c 113.7KB
insert_photo office_computer_color_tga_b02e5411.generated.vtex_c 463.4KB
insert_photo office_computer_mask_tga_a2abd43e.generated.vtex_c 52.1KB
insert_photo office_computer_normal_tga_6266aa44.generated.vtex_c 816KB
materials/src/items/victorian-set
insert_photo victorian_table_ao_tga_9c3a379c.generated.vtex_c 376.1KB
insert_photo victorian_table_color_tga_f91150fc.generated.vtex_c 446.7KB
insert_photo victorian_table_normal_tga_5f372e49.generated.vtex_c 922KB
materials/swb/attachments
insert_photo preview_2_vmat_g_tselfillummask_b8cad02f.generated.vtex_c 1.5KB
collections preview_2.vmat_c 5.9KB
insert_photo preview_vmat_g_tselfillummask_b8cad02f.generated.vtex_c 1.5KB
collections preview.vmat_c 5.9KB
collections test.vmat_c 5KB
materials
collections table_cabin.vmat_c 5.5KB
materials/tools/new
insert_photo playerclip_color_png_42131acb.generated.vtex_c 28.2KB
materials/tools
collections toolsplayerclip.vmat_c 4.9KB
materials/wall
insert_photo office_wall_ao_png_546446ee.generated.vtex_c 2.7MB
insert_photo office_wall_color_png_3c703615.generated.vtex_c 2MB
insert_photo office_wall_normal_png_9446962c.generated.vtex_c 5.3MB
insert_photo plaster_wall_vmat_g_ttintmask_cd9aac7b.generated.vtex_c 1.5KB
collections plaster_wall.vmat_c 6.1KB
menu
text_snippet boxes.webm 3.4MB
text_snippet loadingscreen.razor.scss 1.3KB
text_snippet mainmenu.razor.scss 2.8KB
models/ball
view_in_ar ball.vmdl_c 22.8KB
text_snippet ball.vmdl_c.png 32.2KB
models
view_in_ar cargo01_open.vmdl_c 52.2KB
models/citizen_props
text_snippet balloonears01.vmdl_c.png 67.9KB
text_snippet balloonheart01.vmdl_c.png 59.4KB
text_snippet balloonregular01.vmdl_c.png 41.3KB
text_snippet balloontall01.vmdl_c.png 57.8KB
text_snippet bathroomsink01.vmdl_c.png 54.1KB
text_snippet beachball.vmdl_c.png 61.6KB
text_snippet beertankard01.vmdl_c.png 47.2KB
text_snippet broom01.vmdl_c.png 57.5KB
view_in_ar cardboardbox01.vmdl_c 26.8KB
text_snippet cardboardbox01.vmdl_c.png 62.7KB
models/citizen_props/cardboardbox01
view_in_ar cardboardboxgib01_lod01.vmdl_c 8.2KB
view_in_ar cardboardboxgib02_lod01.vmdl_c 7.3KB
view_in_ar cardboardboxgib03_lod01.vmdl_c 7.4KB
view_in_ar cardboardboxgib04_lod01.vmdl_c 7.5KB
view_in_ar cardboardboxgib05_lod01.vmdl_c 10.7KB
view_in_ar cardboardboxgib06_lod01.vmdl_c 7.4KB
view_in_ar cardboardboxgib07_lod01.vmdl_c 9.2KB
view_in_ar cardboardboxgib08_lod01.vmdl_c 7.6KB
models/citizen_props
insert_photo cardboardbox01a_ao_png_4a94a658.generated.vtex_c 1.7MB
insert_photo cardboardbox01a_color_png_9b303bb4.generated.vtex_c 2.7MB
insert_photo cardboardbox01a_normal_png_229f930d.generated.vtex_c 3.3MB
collections cardboardbox01a.vmat_c 5.8KB
text_snippet chair01.vmdl_c.png 63.9KB
text_snippet chair02.vmdl_c.png 66.6KB
text_snippet chair03.vmdl_c.png 61.4KB
text_snippet chair04blackleather.vmdl_c.png 59.3KB
text_snippet chair05bluefabric.vmdl_c.png 74.1KB
text_snippet chippacket01.vmdl_c.png 64.3KB
text_snippet coffeemug01.vmdl_c.png 33.3KB
text_snippet coin01.vmdl_c.png 47.6KB
insert_photo concreteroaddivider01_color_png_39a8a98a.generated.vtex_c 848.8KB
insert_photo concreteroaddivider01_normal_png_a7f15030.generated.vtex_c 2.5MB
collections concreteroaddivider01.vmat_c 5.9KB
view_in_ar concreteroaddivider01.vmdl_c 36.3KB
text_snippet concreteroaddivider01.vmdl_c.png 66.7KB
models/citizen_props/concreteroaddivider01
view_in_ar concreteroaddivider01_gib01_lod01.vmdl_c 12.5KB
view_in_ar concreteroaddivider01_gib02_lod01.vmdl_c 11.8KB
view_in_ar concreteroaddivider01_gib03_lod01.vmdl_c 12.3KB
view_in_ar concreteroaddivider01_gib04_lod01.vmdl_c 8.2KB
view_in_ar concreteroaddivider01_gib05_lod01.vmdl_c 9.8KB
view_in_ar concreteroaddivider01_gib06_lod01.vmdl_c 9.4KB
view_in_ar concreteroaddivider01_gib07_lod01.vmdl_c 8.8KB
view_in_ar concreteroaddivider01_gib08_lod01.vmdl_c 9.7KB
view_in_ar concreteroaddivider01_gib09_lod01.vmdl_c 6.8KB
view_in_ar concreteroaddivider01_gib10_lod01.vmdl_c 9.4KB
models/citizen_props
view_in_ar crate01.vmdl_c 29.3KB
text_snippet crate01.vmdl_c.png 77.9KB
models/citizen_props/crate01
view_in_ar piece.vmdl_c 6.9KB
view_in_ar piece1.vmdl_c 7.6KB
view_in_ar piece2.vmdl_c 6.8KB
view_in_ar piece3.vmdl_c 8.7KB
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 69.8KB
insert_photo crate01a_color_png_660a3e28.generated.vtex_c 1.7MB
insert_photo crate01a_normal_png_3d506ed8.generated.vtex_c 1.4MB
collections crate01a.vmat_c 5.4KB
text_snippet crowbar01.vmdl_c.png 70.2KB
text_snippet foamhand.vmdl_c.png 82.4KB
insert_photo gritbin01_ao_png_169cae35.generated.vtex_c 1.7MB
insert_photo gritbin01_color_png_c19eb1d0.generated.vtex_c 1.4MB
view_in_ar gritbin01_combined.vmdl_c 24KB
text_snippet gritbin01_combined.vmdl_c.png 66.3KB
models/citizen_props/gritbin01_combined
view_in_ar gritbin01gib01_lod01.vmdl_c 14.9KB
view_in_ar gritbin01lidgib01_lod01.vmdl_c 9.8KB
models/citizen_props
insert_photo gritbin01_normal_png_a53e56f1.generated.vtex_c 3.9MB
collections gritbin01.vmat_c 5.2KB
insert_photo hotdog01_ao_png_5aac4c24.generated.vtex_c 921.1KB
insert_photo hotdog01_color_png_76165465.generated.vtex_c 886.2KB
insert_photo hotdog01_normal_png_8bb17e92.generated.vtex_c 3.7MB
collections hotdog01.vmat_c 5.2KB
view_in_ar hotdog01.vmdl_c 20.3KB
text_snippet hotdog01.vmdl_c.png 55.6KB
models/citizen_props/hotdog01
view_in_ar hotdog01_lod02.vmdl_c 7.4KB
view_in_ar hotdogbun01_lod02.vmdl_c 8.3KB
models/citizen_props
text_snippet icecreamcone01.vmdl_c.png 56.7KB
text_snippet newspaper01.vmdl_c.png 67.7KB
text_snippet oldoven.vmdl_c.png 91KB
insert_photo recyclingbin01_ao_png_be51f299.generated.vtex_c 1.7MB
insert_photo recyclingbin01_color_png_4766e84e.generated.vtex_c 1.1MB
insert_photo recyclingbin01_normal_png_d2fb4d45.generated.vtex_c 3.7MB
collections recyclingbin01.vmat_c 5.4KB
view_in_ar recyclingbin01.vmdl_c 22.3KB
text_snippet recyclingbin01.vmdl_c.png 70.8KB
models/citizen_props/recyclingbin01
view_in_ar recyclingbin01gib_lod01.vmdl_c 11.7KB
view_in_ar recyclingbin01lidgib_lod01.vmdl_c 11.1KB
models/citizen_props
insert_photo roadcone01_color_png_16e2c1d8.generated.vtex_c 461.9KB
insert_photo roadcone01_normal_png_512a40b7.generated.vtex_c 706.7KB
collections roadcone01.vmat_c 6KB
view_in_ar roadcone01.vmdl_c 20.9KB
text_snippet roadcone01.vmdl_c.png 59.8KB
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
text_snippet sodacan01.vmdl_c.png 56.7KB
text_snippet trashbag02.vmdl_c.png 65.4KB
text_snippet trashcan01.vmdl_c.png 62.7KB
text_snippet trashcan02.vmdl_c.png 61.2KB
text_snippet wheel01.vmdl_c.png 58KB
text_snippet wheel02.vmdl_c.png 46.2KB
text_snippet wineglass01.vmdl_c.png 43.8KB
text_snippet wineglass02.vmdl_c.png 39.3KB
models/citizen
text_snippet citizen.vmdl_c.png 65.9KB
models/city_props/cafe
view_in_ar cafe_table.vmdl_c 32.7KB
models/doors
text_snippet door.vanmgrph_c 2.2KB
models/doors/door04_right_variant01
view_in_ar door04_right_variant01.vmdl_c 22.4KB
models/doors/textures
insert_photo door_single_ao_tga_1bd6bd9a.generated.vtex_c 328KB
insert_photo door_single_color_tga_458d97f8.generated.vtex_c 9.4MB
insert_photo door_single_normal_tga_d64e3b24.generated.vtex_c 5.9MB
collections door_single.vmat_c 5.7KB
models/gamemodes/poker/table/small
view_in_ar small_pokertable.vmdl_c 106.1KB
models/items/electronics
view_in_ar office_pc.vmdl_c 5KB
view_in_ar tv_medium_onstand.vmdl_c 19.3KB
models/items/metal_set
view_in_ar metal_table.vmdl_c 16.6KB
models/items/victorian_set
view_in_ar victorian_table.vmdl_c 77.7KB
models/light
insert_photo light_tubular_color_tga_db020bf6.generated.vtex_c 44.5KB
collections light_tubular.vmat_c 4.8KB
view_in_ar light_tubular.vmdl_c 27.6KB
text_snippet light_tubular.vmdl_c.png 33KB
models/rust_props/small_junk
view_in_ar carton_box_cluster_a.vmdl_c 11.5KB
collections small_junk.vmat_c 6.6KB
models/rust_structures/fences_walls
collections brick_wall_b_plasterblend.vmat_c 8.3KB
insert_photo brick_wall_b_vmat_g_tdetailmask_515573da.generated.vtex_c 1.5KB
collections brick_wall_b.vmat_c 7.4KB
insert_photo concrete_trim_vmat_g_tdetailmask_515573da.generated.vtex_c 1.5KB
collections concrete_trim.vmat_c 7.4KB
collections concrete_wall_fence.vmat_c 7.6KB
view_in_ar wall_300_pillar.vmdl_c 22.9KB
view_in_ar wall_300x900_collapsed.vmdl_c 43KB
view_in_ar wall_300x900_end.vmdl_c 147.8KB
view_in_ar wall_300x900_razed.vmdl_c 25.7KB
view_in_ar wall_300x900.vmdl_c 23.3KB
view_in_ar wall_conc_300x900_end.vmdl_c 80.5KB
view_in_ar wall_plaster_300x300.vmdl_c 14.8KB
view_in_ar wall_plaster_300x600.vmdl_c 19.3KB
view_in_ar wall_plaster_300x900_end.vmdl_c 147.9KB
view_in_ar wall_plaster_300x900.vmdl_c 23.4KB
models/sbox_props/nature/tallgrass
insert_photo tallgrass_a_ao_tga_91c76ecf.generated.vtex_c 1.7MB
insert_photo tallgrass_a_color_tga_1a7662fa.generated.vtex_c 2.4MB
insert_photo tallgrass_a_normal_tga_9c635c3b.generated.vtex_c 4.6MB
insert_photo tallgrass_a_translucency_tga_70c7a11f.generated.vtex_c 2.9MB
collections tallgrass_a.vmat_c 7.4KB
view_in_ar tallgrass_c.vmdl_c 9.2KB
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
models/sbox_props/wall_vent_a
view_in_ar wall_vent_a_32.vmdl_c 9.3KB
insert_photo wall_vent_a_ao_tga_ab3340b7.generated.vtex_c 547.3KB
insert_photo wall_vent_a_color_tga_1f4376d5.generated.vtex_c 1.1MB
insert_photo wall_vent_a_normal_tga_91b8627f.generated.vtex_c 1.1MB
collections wall_vent_a.vmat_c 6.3KB
models/table_cabin
view_in_ar table_cabin.vmdl_c 19.5KB
insert_photo tx_table_cabin_png_26df1a7e.generated.vtex_c 2MB
insert_photo uv_table_cabin_png_ee5859fc.generated.vtex_c 67.7KB
models/thruster
insert_photo thrusterprojector_tga_f9375e72.generated.vtex_c 132.5KB
collections thrusterprojector.vmat_c 4.9KB
view_in_ar thrusterprojector.vmdl_c 35.1KB
text_snippet thrusterprojector.vmdl_c.png 51.9KB
models/torch
insert_photo torch_color_tga_509c91b4.generated.vtex_c 106.3KB
insert_photo torch_normal_tga_a1d5e20a.generated.vtex_c 216.8KB
collections torch.vmat_c 4.7KB
view_in_ar torch.vmdl_c 128.6KB
text_snippet torch.vmdl_c.png 54.1KB
models/walls
collections corrugated_wall_a.vmat_c 6.7KB
models/walls/elements
view_in_ar brick_wall_a.vmdl_c 14.2KB
view_in_ar brick_wall_debris_big_a.vmdl_c 12.6KB
view_in_ar brick_wall_debris_big_b.vmdl_c 12.1KB
view_in_ar brick_wall_debris_medium_a.vmdl_c 8.8KB
view_in_ar brick_wall_debris_small_a.vmdl_c 5.7KB
view_in_ar brick_wall_debris_small_b.vmdl_c 5.7KB
view_in_ar brick_wall_debris_small_c.vmdl_c 5.8KB
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
text_snippet 9mm_ejectbrass.vpcf_c 3.8KB
models/weapons/sbox_toolgun
view_in_ar v_toolgun.vmdl_c 1.7MB
nuke/de_nuke_d/models/props/autocombine/de_nuke
view_in_ar _autocombine_airduct_hvac_338_physics.vmdl_c 5.3KB
view_in_ar _autocombine_airduct_hvac_339_physics.vmdl_c 5.9KB
view_in_ar _autocombine_airduct_hvac_422_physics.vmdl_c 6.4KB
view_in_ar _autocombine_airduct_hvac_423_physics.vmdl_c 4.8KB
view_in_ar _autocombine_airduct_hvac_514_physics.vmdl_c 4.1KB
view_in_ar _autocombine_curbs_26_physics.vmdl_c 4KB
view_in_ar _autocombine_curbs_313_physics.vmdl_c 5.3KB
view_in_ar _autocombine_metal_ladder_225_physics.vmdl_c 8.2KB
view_in_ar _autocombine_metal_pipe_531_physics.vmdl_c 11.1KB
view_in_ar _autocombine_web_joist_645_physics.vmdl_c 5.3KB
view_in_ar _autocombine_web_joist_707_physics.vmdl_c 4.4KB
view_in_ar curb_curve_001_16.vmdl_c 12.7KB
view_in_ar curb_straight_001_1.vmdl_c 18.9KB
view_in_ar metal_roo.vmdl_c 16.8KB
view_in_ar wires_001b_512.vmdl_c 102.8KB
view_in_ar wires_004a_corner_l.vmdl_c 19.7KB
view_in_ar wires_005a_support.vmdl_c 62.8KB
obsolete
text_snippet obsolete.txt 736B
particles
text_snippet impact.generic.smokepuff.vpcf_c 2.9KB
text_snippet impact.generic.smokering.vpcf_c 2.6KB
text_snippet impact.generic.vpcf_c 3.4KB
text_snippet impact.metal-chunks.vpcf_c 3.3KB
text_snippet impact.metal-light.vpcf_c 3.2KB
text_snippet impact.metal.vpcf_c 3.6KB
text_snippet physgun_beam.vpcf_c 2.9KB
text_snippet physgun_end_nohit.vpcf_c 3.7KB
text_snippet physgun_freeze.vpcf_c 3KB
text_snippet physgun_hitsmoke.vpcf_c 3.1KB
text_snippet physgun_light.vpcf_c 1.9KB
text_snippet physgun_start.vpcf_c 3.2KB
text_snippet rope.vpcf_c 2.3KB
particles/swb/explosion
text_snippet hotdogs.vpcf_c 2.4KB
particles/swb/fire
text_snippet swb_fire_rocket_1.vpcf_c 3KB
particles/swb/laser
text_snippet laser_dot.vpcf_c 2.1KB
text_snippet laser_small.vpcf_c 2.5KB
particles/swb/muzzle
text_snippet barrel_smoke.vpcf_c 3.3KB
text_snippet flash_silenced.vpcf_c 3.6KB
text_snippet flash.vpcf_c 3.6KB
insert_photo flash.vtex_c 72.6KB
text_snippet smoke.vpcf_c 3KB
text_snippet sparks.vpcf_c 3KB
particles/swb/smoke
text_snippet swb_smokepuff_1.vpcf_c 2.9KB
text_snippet swb_smoketrail_1.vpcf_c 3KB
particles/swb/tracer
text_snippet phys_tracer.vpcf_c 2.2KB
text_snippet tracer.vpcf_c 2.3KB
particles
text_snippet tool_hit.vpcf_c 2.9KB
text_snippet water_squirt.vpcf_c 2.7KB
postprocess
text_snippet standard.vpost_c 129.5KB
shaders
text_snippet swb_reflex_sight.shader_c 145.6KB
text_snippet swb_render_scope.shader_c 165.9KB
text_snippet swb_sam_red_dot.shader_c 359.8KB
sounds
text_snippet ak47_01.vsnd_c 491.3KB
text_snippet ak47_boltpull.vsnd_c 27.2KB
text_snippet ak47_clipin.vsnd_c 14.3KB
text_snippet ak47_clipout.vsnd_c 16.8KB
text_snippet ak47_distant.vsnd_c 345KB
text_snippet ak47_draw.vsnd_c 39.4KB
text_snippet ak47-1-distant.vsnd_c 198.9KB
text_snippet ak47-1.vsnd_c 282.1KB
text_snippet aug_01.vsnd_c 442.2KB
text_snippet aug.sound_c 471B
text_snippet aug.vsnd_c 14.3KB
text_snippet background.vsnd_c 12.4MB
text_snippet balloon_pop_cute.sound_c 562B
text_snippet balloon_pop_cute.vsnd_c 7.5KB
text_snippet concrete3.vsnd_c 73.8KB
text_snippet concrete5.vsnd_c 47.2KB
text_snippet concrete6.vsnd_c 72.9KB
text_snippet crossbow-attack-1.vsnd_c 129.9KB
text_snippet crossbow-attack-2.vsnd_c 128KB
text_snippet crossbow-attack-3.vsnd_c 108.4KB
text_snippet crossbow-deploy-3p.vsnd_c 59.9KB
text_snippet crossbow-deploy.vsnd_c 97.5KB
text_snippet crossbow-reload.vsnd_c 377.5KB
text_snippet dirt1.vsnd_c 46.9KB
text_snippet eject_clip.vsnd_c 49.2KB
text_snippet famas_01.vsnd_c 439KB
text_snippet famas.shoot.sound_c 603B
text_snippet fire-alt-distant.vsnd_c 517.5KB
text_snippet fire-alt-far-distant.vsnd_c 483KB
text_snippet fire-alt.vsnd_c 517.5KB
text_snippet fiveseven_01.vsnd_c 276.9KB
text_snippet flashlight-off.sound_c 544B
text_snippet flashlight-off.vsnd_c 28.3KB
text_snippet flashlight-on.sound_c 544B
text_snippet flashlight-on.vsnd_c 141.5KB
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-metal.sound_c 981B
sounds
text_snippet galil_01.vsnd_c 544.2KB
text_snippet galil.sound_c 571B
text_snippet glock_01.vsnd_c 286.1KB
text_snippet glock_02.vsnd_c 287.6KB
text_snippet glock_clipin.vsnd_c 26.5KB
text_snippet glock_clipout.vsnd_c 26.5KB
text_snippet glock_draw.vsnd_c 85.8KB
text_snippet glock_sliderelease.vsnd_c 29.5KB
text_snippet glock18-1-distant.vsnd_c 198.7KB
text_snippet glock18-1.vsnd_c 191.5KB
text_snippet grab_clip.vsnd_c 65.6KB
sounds/impacts
text_snippet impact-bullet-concrete.sound_c 678B
sounds
text_snippet insert_clip.vsnd_c 96.2KB
text_snippet kersplat.sound_c 539B
text_snippet kersplat.vsnd_c 7.8KB
text_snippet m4.shoot.sound_c 607B
text_snippet m4a1_01.vsnd_c 550.4KB
text_snippet m4a1_us_01.vsnd_c 531.1KB
sounds/m4a1
text_snippet m4a1_01.vsnd_c 550.4KB
text_snippet m4a1_02.vsnd_c 320.9KB
text_snippet m4a1_03.vsnd_c 427.6KB
text_snippet m4a1_04.vsnd_c 485.6KB
text_snippet m4a1_boltback.vsnd_c 32.8KB
text_snippet m4a1_boltforward.vsnd_c 32.9KB
text_snippet m4a1_cliphit.vsnd_c 18.4KB
text_snippet m4a1_clipin.vsnd_c 36.4KB
text_snippet m4a1_clipout.vsnd_c 32.8KB
text_snippet m4a1_distant_01.vsnd_c 317.8KB
text_snippet m4a1_draw.vsnd_c 88.7KB
text_snippet m4a1_silencer_01.vsnd_c 243.5KB
text_snippet m4a1_silencer_boltback.vsnd_c 54.4KB
text_snippet m4a1_silencer_boltforward.vsnd_c 30.7KB
text_snippet m4a1_silencer_distant.vsnd_c 124.7KB
text_snippet m4a1_silencer_off.vsnd_c 27.1KB
text_snippet m4a1_silencer_on.vsnd_c 51.3KB
text_snippet m4a1_silencer_screw_1.vsnd_c 27.6KB
text_snippet m4a1_silencer_screw_2.vsnd_c 26.9KB
text_snippet m4a1_silencer_screw_3.vsnd_c 30.5KB
text_snippet m4a1_silencer_screw_4.vsnd_c 29.9KB
text_snippet m4a1_silencer_screw_5.vsnd_c 21.2KB
text_snippet m4a1_silencer_screw_off_end.vsnd_c 20.8KB
text_snippet m4a1_silencer_screw_on_start.vsnd_c 33.5KB
text_snippet m4a1_unsil-1-distant.vsnd_c 199KB
text_snippet m4a1_unsil-1.vsnd_c 207.3KB
text_snippet m4a1_us_01.vsnd_c 531.1KB
text_snippet m4a1_us_02.vsnd_c 531.1KB
text_snippet m4a1_us_03.vsnd_c 531.1KB
text_snippet m4a1_us_04.vsnd_c 531.1KB
text_snippet m4a1_us_distant_02.vsnd_c 291.7KB
text_snippet m4a1_us_distant_03.vsnd_c 291.7KB
text_snippet m4a1_us_distant.vsnd_c 292.5KB
text_snippet m4a1-1-distant.vsnd_c 21.4KB
text_snippet m4a1-1-single-distant.vsnd_c 177.9KB
text_snippet m4a1-1-single.vsnd_c 242.3KB
text_snippet m4a1-1.vsnd_c 42.1KB
sounds
text_snippet mac10.sound_c 487B
text_snippet p90_01.vsnd_c 252.7KB
text_snippet p90_model.sound_c 487B
sounds/physics
text_snippet physics.default.impact.sound_c 903B
text_snippet physics.metal.sheet.impact.sound_c 719B
sounds
text_snippet revolver-deploy.vsnd_c 99.3KB
text_snippet revolver-dryfire.vsnd_c 38.7KB
text_snippet rust_crossbow.shoot.sound_c 568B
text_snippet rust_pistol.shoot.sound_c 570B
text_snippet rust_pumpshotgun-attack-distant.vsnd_c 429KB
text_snippet rust_pumpshotgun-attack-far-distant.vsnd_c 450.3KB
text_snippet rust_pumpshotgun-attack-silenced.vsnd_c 390.9KB
text_snippet rust_pumpshotgun-attack.vsnd_c 1MB
text_snippet rust_pumpshotgun-deploy-2.vsnd_c 172.8KB
text_snippet rust_pumpshotgun-deploy-3p.vsnd_c 37.1KB
text_snippet rust_pumpshotgun-deploy.vsnd_c 142.4KB
text_snippet rust_pumpshotgun-dryfire.vsnd_c 12.2KB
text_snippet rust_pumpshotgun-flip_over.vsnd_c 73.5KB
text_snippet rust_pumpshotgun-insert_shell-1.vsnd_c 87.9KB
text_snippet rust_pumpshotgun-insert_shell-2.vsnd_c 65.4KB
text_snippet rust_pumpshotgun-pump-forward.vsnd_c 119.1KB
text_snippet rust_pumpshotgun-pumpaction.vsnd_c 142.4KB
text_snippet rust_pumpshotgun-reload-start.vsnd_c 141.5KB
text_snippet rust_pumpshotgun.insert.sound_c 570B
text_snippet rust_pumpshotgun.pump.sound_c 566B
text_snippet rust_pumpshotgun.pumpslow.sound_c 582B
text_snippet rust_pumpshotgun.shoot.sound_c 586B
text_snippet rust_pumpshotgun.shootdouble.sound_c 616B
text_snippet rust_smg_attack.vsnd_c 418.3KB
text_snippet rust_smg_attackdistant.vsnd_c 418.4KB
text_snippet rust_smg_attackfardistant.vsnd_c 413.7KB
text_snippet rust_smg_attacksilenced.vsnd_c 259.1KB
text_snippet rust_smg_aug.sound_c 503B
text_snippet rust_smg_boltback.vsnd_c 118.9KB
text_snippet rust_smg_boltshut.vsnd_c 58.6KB
text_snippet rust_smg_clipin.vsnd_c 145.2KB
text_snippet rust_smg_clipout.vsnd_c 58.8KB
text_snippet rust_smg_deploy.vsnd_c 112.9KB
text_snippet rust_smg_deploy3p.vsnd_c 40.7KB
text_snippet rust_smg_dryfire.vsnd_c 23.9KB
text_snippet rust_smg_reloadstart.vsnd_c 154.4KB
text_snippet rust_smg.boltback.sound_c 548B
text_snippet rust_smg.boltshut.sound_c 548B
text_snippet rust_smg.clipin.sound_c 530B
text_snippet rust_smg.clipout.sound_c 531B
text_snippet rust_smg.deploy.sound_c 530B
text_snippet rust_smg.dryfire.sound_c 525B
text_snippet rust_smg.reloadstart.sound_c 551B
text_snippet rust_smg.shoot.sound_c 571B
text_snippet semi-pistol-attack-silenced.vsnd_c 291.5KB
text_snippet slide_back.vsnd_c 29.8KB
text_snippet slide_shut.vsnd_c 39.1KB
sounds/swb/attachments/silencer
text_snippet swb_heavy.silenced.fire.sound_c 679B
text_snippet swb_heavy.silenced.fire.vsnd_c 76.7KB
text_snippet swb_pistol.silenced.fire.sound_c 680B
text_snippet swb_pistol.silenced.fire.vsnd_c 40.3KB
text_snippet swb_rifle.silenced.fire.sound_c 679B
text_snippet swb_rifle.silenced.fire.vsnd_c 17.7KB
text_snippet swb_shotgun.silenced.fire.sound_c 681B
text_snippet swb_shotgun.silenced.fire.vsnd_c 17.9KB
text_snippet swb_smg.silenced.fire.sound_c 677B
text_snippet swb_smg.silenced.fire.vsnd_c 57.7KB
text_snippet swb_sniper.silenced.fire.sound_c 680B
text_snippet swb_sniper.silenced.fire.vsnd_c 79.6KB
sounds/swb/attachments
text_snippet swb_equip.sound_c 608B
text_snippet swb_equip.vsnd_c 7.8KB
text_snippet swb_unequip.sound_c 610B
text_snippet swb_unequip.vsnd_c 7.8KB
sounds/swb/clip
text_snippet swb_lmg.empty.sound_c 505B
text_snippet swb_lmg.empty.vsnd_c 12.1KB
text_snippet swb_pistol.empty.sound_c 508B
text_snippet swb_pistol.empty.vsnd_c 14.2KB
text_snippet swb_rifle.empty.sound_c 507B
text_snippet swb_rifle.empty.vsnd_c 11.5KB
text_snippet swb_shotty.empty.sound_c 508B
text_snippet swb_shotty.empty.vsnd_c 16.2KB
text_snippet swb_smg.empty.sound_c 505B
text_snippet swb_smg.empty.vsnd_c 12.1KB
text_snippet swb_sniper.empty.sound_c 508B
text_snippet swb_sniper.empty.vsnd_c 22.2KB
sounds/swb/explosives
text_snippet swb_explosion_1.sound_c 654B
text_snippet swb_explosion_1.vsnd_c 169KB
text_snippet swb_explosion_2.sound_c 654B
text_snippet swb_explosion_2.vsnd_c 185.3KB
text_snippet swb_explosion_3.sound_c 654B
text_snippet swb_explosion_3.vsnd_c 183.3KB
text_snippet swb_explosion_4.sound_c 654B
text_snippet swb_explosion_4.vsnd_c 303.7KB
text_snippet swb_explosion_5.sound_c 654B
text_snippet swb_explosion_5.vsnd_c 173.1KB
text_snippet swb_explosion_random.sound_c 1KB
sounds/swb/hit
text_snippet hitmarker.sound_c 595B
text_snippet hitmarker.vsnd_c 12KB
sounds/swb/scope
text_snippet swb_sniper.zoom_in.sound_c 511B
text_snippet swb_sniper.zoom_in.vsnd_c 19.6KB
sounds/swb/ui
text_snippet swb_click.sound_c 582B
text_snippet swb_click.vsnd_c 2.2KB
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/hud
text_snippet chatbox.scss 3.1KB
styles
text_snippet rootpanel.scss 3.4KB
text_snippet sandbox.scss 1.5KB
styles/spawnmenu
text_snippet _packageicon.scss 983B
text_snippet _packagelist.scss 1.1KB
text_snippet _tabs.scss 657B
text_snippet spawnmenu.scss 2.6KB
styles/toolbar
text_snippet toolbar.scss 1.4KB
surfaces
text_snippet car.surface_c 666B
text_snippet default.audiomat_c 414B
text_snippet default.surface_c 2KB
text_snippet metal.audiomat_c 415B
text_snippet metal.surface_c 1.9KB
textures/brick_wall_b
insert_photo brick_wall_b_ao_tga_14affc18.generated.vtex_c 1.5MB
insert_photo brick_wall_b_diff_color_tga_9ed2d076.generated.vtex_c 2.2MB
insert_photo brick_wall_b_diff_color_tga_b7e08768.generated.vtex_c 4.5MB
insert_photo brick_wall_b_nrm_normal_tga_af8f8544.generated.vtex_c 1.8MB
insert_photo brick_wall_b_nrm_normal_tga_c90aa6eb.generated.vtex_c 4.9MB
insert_photo brick_wall_b_spec_rough_png_56bf7703.generated.vtex_c 3.9MB
textures
insert_photo cargo01_ao_png_9e14edea.generated.vtex_c 4.1MB
insert_photo cargo01_color_png_bf618467.generated.vtex_c 11.2MB
insert_photo cargo01_normal_png_29bb868f.generated.vtex_c 10.2MB
insert_photo cargo02_color_png_cfe88cd7.generated.vtex_c 11.1MB
insert_photo cargo03_color_png_aed5a09d.generated.vtex_c 10MB
insert_photo cargo04_color_png_3b23ae94.generated.vtex_c 11.4MB
textures/concrete_trim
insert_photo concrete_trim_diff_color_tga_fa2d1239.generated.vtex_c 628.2KB
insert_photo concrete_trim_nrm_normal_tga_87091984.generated.vtex_c 1.3MB
textures/cubemaps
insert_photo default.vtex_c 299.9KB
insert_photo default2.vtex_c 513.3KB
textures/detail
insert_photo concrete_a_detail_detail_tga_a7d9b9ab.generated.vtex_c 283.5KB
insert_photo concrete_a_detail_nrm_normal_tga_68fac5a4.generated.vtex_c 343.4KB
insert_photo plaster_a_detail_detail_tga_69f73d17.generated.vtex_c 274.3KB
insert_photo plaster_a_detail_nrm_normal_tga_52cfec30.generated.vtex_c 343.4KB
textures/fences_walls
insert_photo concrete_wall_diff_color_tga_4b9e3293.generated.vtex_c 2.3MB
insert_photo concrete_wall_nrm_normal_tga_8af9eb11.generated.vtex_c 5.3MB
textures/floor
insert_photo floor_dirt_a_color_tga_8d850c46.generated.vtex_c 3.8MB
insert_photo floor_dirt_a_normal_tga_4c5e5124.generated.vtex_c 3.2MB
insert_photo floor_dirt_a_rough_tga_755b434c.generated.vtex_c 4.5MB
insert_photo floor_grass_a_color_tga_46b28e5.generated.vtex_c 5MB
insert_photo floor_grass_a_normal_tga_fef5a052.generated.vtex_c 3.1MB
insert_photo floor_grass_a_rough_tga_30e4e9e0.generated.vtex_c 4.9MB
insert_photo floor_gravel_asphalt_color_tga_b7d82ce9.generated.vtex_c 4.4MB
insert_photo floor_gravel_asphalt_normal_tga_f71c299b.generated.vtex_c 2.5MB
insert_photo floor_gravel_asphalt_rough_tga_ea6edccd.generated.vtex_c 4.1MB
textures/plaster_c
insert_photo plaster_c_diff_color_tga_19285dbb.generated.vtex_c 4.4MB
insert_photo plaster_c_nrm_normal_tga_2278d7e8.generated.vtex_c 2.5MB
insert_photo plaster_c_spec_rough_png_931c6161.generated.vtex_c 4.1MB
textures/small_junk
insert_photo small_junk_ao_tga_ce44a73.generated.vtex_c 4.7MB
insert_photo small_junk_diff_color_tga_9db36c62.generated.vtex_c 18.1MB
insert_photo small_junk_nrm_normal_tga_d3f46520.generated.vtex_c 17.7MB
insert_photo small_junk_spec_metal_tga_a2ac5532.generated.vtex_c 118.7KB
textures/wall
insert_photo corrugated_wall_a_ao_tga_5901dce.generated.vtex_c 2MB
insert_photo corrugated_wall_a_color_tga_26a040b2.generated.vtex_c 4MB
insert_photo corrugated_wall_a_mask_tga_fad010d4.generated.vtex_c 1.7MB
insert_photo corrugated_wall_a_normal_tga_b98b732a.generated.vtex_c 4.4MB
insert_photo low_brick_wall_a_ao_tga_5656afef.generated.vtex_c 2MB
insert_photo low_brick_wall_a_color_tga_a65f084e.generated.vtex_c 4.1MB
insert_photo low_brick_wall_a_mask_tga_bf33d8a3.generated.vtex_c 2.3MB
insert_photo low_brick_wall_a_normal_tga_4c2a03ac.generated.vtex_c 5.1MB
insert_photo wall_limestone_brick_large_ao_tga_ed2cfbce.generated.vtex_c 2.2MB
insert_photo wall_limestone_brick_large_color_tga_c718aa92.generated.vtex_c 2.2MB
insert_photo wall_limestone_brick_large_normal_tga_e0cae810.generated.vtex_c 5.3MB
insert_photo wall_panel_b_ao_tga_e3c118cb.generated.vtex_c 1.6MB
insert_photo wall_panel_b_color_tga_a93ff3d4.generated.vtex_c 300.1KB
insert_photo wall_panel_b_normal_tga_dff28494.generated.vtex_c 4.1MB
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/cros
text_snippet cros.png 41.2KB
ui
text_snippet crosshair.scss 250B
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/killfeed
text_snippet killfeed.scss 1.1KB
ui/scoreboard
text_snippet scoreboard.scss 879B
ui/voicechat
text_snippet voicelist.scss 814B
text_snippet voicespeaker.scss 285B
weapons/rust_crossbow
collections arrow.vmat_c 7KB
collections rust_crossbow.vmat_c 6.2KB
weapons/rust_crossbow/textures
insert_photo arrow_dif_color_tga_f0d4d50c.generated.vtex_c 593.7KB
insert_photo arrow_nrm_normal_tga_f17e6360.generated.vtex_c 623.9KB
insert_photo arrow_spec_metal_tga_13a9d741.generated.vtex_c 136KB
insert_photo crossbow_ao_tga_f1cca9f9.generated.vtex_c 2MB
insert_photo crossbow_color_tga_25572e08.generated.vtex_c 4.2MB
insert_photo crossbow_normal_tga_f9da7fa0.generated.vtex_c 5.3MB
weapons/rust_crossbow
text_snippet v_rust_crossbow.vanmgrph_c 2.5KB
weapons/rust_flashlight/sounds
text_snippet flashlight-attack.vsnd_c 105.3KB
weapons/rust_flashlight/textures
insert_photo v_rust_flashlight_color_tga_a2c9d8b3.generated.vtex_c 128.8KB
insert_photo v_rust_flashlight_normal_tga_9b74cd9c.generated.vtex_c 247.2KB
weapons/rust_flashlight
text_snippet v_rust_flashlight.vanmgrph_c 2.5KB
collections v_rust_flashlight.vmat_c 5.8KB
weapons/rust_pistol
collections rust_pistol.vmat_c 5.9KB
weapons/rust_pistol/textures
insert_photo rust_pistol_ao_tga_b0e686c9.generated.vtex_c 227KB
insert_photo rust_pistol_color_tga_f9b089c0.generated.vtex_c 267.8KB
insert_photo rust_pistol_normal_tga_b93ecb96.generated.vtex_c 648.5KB
weapons/rust_pistol
text_snippet v_rust_pistol.vanmgrph_c 2.4KB
weapons/rust_pumpshotgun/textures
insert_photo rust_pumpshotgun_ao_tga_5364617.generated.vtex_c 350.3KB
insert_photo rust_pumpshotgun_color_tga_f6b9cdcb.generated.vtex_c 1.7MB
insert_photo rust_pumpshotgun_normal_tga_eae28180.generated.vtex_c 4.8MB
collections rust_pumpshotgun.vmat_c 6.1KB
weapons/rust_pumpshotgun
text_snippet v_rust_pumpshotgun.vanmgrph_c 3KB
weapons/rust_shotgun/textures
insert_photo rust_shotgun_color_tga_25b8642b.generated.vtex_c 1.2MB
insert_photo rust_shotgun_normal_tga_8f9a1b0a.generated.vtex_c 2.7MB
collections rust_shotgun.vmat_c 5.8KB
weapons/rust_shotgun
text_snippet v_rust_shotgun.vanmgrph_c 2.5KB
weapons/rust_smg
collections rust_smg_grip_mag.vmat_c 6KB
collections rust_smg_stock_barrel.vmat_c 6.1KB
collections rust_smg.vmat_c 5.9KB
weapons/rust_smg/textures
insert_photo rust_smg_basic_ao_tga_8381376f.generated.vtex_c 482.4KB
insert_photo rust_smg_basic_color_tga_8ced3e0d.generated.vtex_c 493.6KB
insert_photo rust_smg_basic_normal_tga_123fc05b.generated.vtex_c 21.3MB
insert_photo rust_smg_grip_mag_ao_tga_e7e5ba05.generated.vtex_c 462.2KB
insert_photo rust_smg_grip_mag_color_tga_33a05d19.generated.vtex_c 589.5KB
insert_photo rust_smg_grip_mag_normal_tga_863fe906.generated.vtex_c 1.3MB
insert_photo rust_smg_stock_barrel_ao_tga_cf644b6b.generated.vtex_c 468KB
insert_photo rust_smg_stock_barrel_color_tga_1af09b5.generated.vtex_c 560.7KB
insert_photo rust_smg_stock_barrel_normal_tga_1b9ee693.generated.vtex_c 1.3MB
weapons/rust_smg
text_snippet v_rust_smg.vanmgrph_c 2.8KB
weapons/shells
insert_photo pistol_shell_color_tga_6d40fac9.generated.vtex_c 139.5KB
insert_photo pistol_shell_vmat_g_tnormal_616a0506.generated.vtex_c 2.1KB
collections pistol_shell.vmat_c 4.8KB
weapons/swb/explosives/rpg-7/sounds
text_snippet swb_explosives_rpg7.endgrab.sound_c 599B
text_snippet swb_explosives_rpg7.endgrab.vsnd_c 56.1KB
text_snippet swb_explosives_rpg7.fetch.sound_c 597B
text_snippet swb_explosives_rpg7.fetch.vsnd_c 114.5KB
text_snippet swb_explosives_rpg7.fire.sound_c 596B
text_snippet swb_explosives_rpg7.fire.vsnd_c 603.8KB
text_snippet swb_explosives_rpg7.load1.sound_c 597B
text_snippet swb_explosives_rpg7.load1.vsnd_c 40.2KB
text_snippet swb_explosives_rpg7.load2.sound_c 597B
text_snippet swb_explosives_rpg7.load2.vsnd_c 90.8KB
text_snippet swb_explosives_rpg7.rocketloop.sound_c 602B
text_snippet swb_explosives_rpg7.rocketloop.vsnd_c 309.1KB
weapons/swb/explosives/rpg-7
text_snippet swb_v_rpg7.vanmgrph_c 2.7KB
view_in_ar swb_v_rpg7.vmdl_c 468.4KB
view_in_ar swb_w_rpg7_rocket_he.vmdl_c 12.4KB
view_in_ar swb_w_rpg7.vmdl_c 29KB
weapons/swb/explosives/rpg-7/temp_hands
collections swb_css_hands_gloves_carbon.vmat_c 5.9KB
insert_photo swb_hands_gloves_carbon_normal_tga_d3768a11.generated.vtex_c 1.3MB
insert_photo swb_hands_gloves_carbon_tga_949f7e56.generated.vtex_c 662.7KB
weapons/swb/explosives/rpg-7/temp_particles
text_snippet grenade_he_explosion_debris.vpcf_c 2.1KB
text_snippet grenade_he_explosion_decal.vpcf_c 2.5KB
text_snippet grenade_he_explosion_drifts.vpcf_c 2.5KB
text_snippet grenade_he_explosion_dust.vpcf_c 2.5KB
text_snippet grenade_he_explosion_light.vpcf_c 2.5KB
text_snippet grenade_he_explosion_shockwave.vpcf_c 2KB
text_snippet grenade_he_explosion_sparks.vpcf_c 2.1KB
text_snippet grenade_he_explosion.vpcf_c 3.3KB
weapons/swb/explosives/rpg-7/textures
collections swb_explosives_v_rpg7_backside.vmat_c 5.4KB
insert_photo swb_explosives_v_rpg7_normal_tga_2cf2f7d7.generated.vtex_c 1.9MB
insert_photo swb_explosives_v_rpg7_normal_tga_a28d784a.generated.vtex_c 1.7MB
insert_photo swb_explosives_v_rpg7_sleeves_normal_tga_4dd6d0ae.generated.vtex_c 293.6KB
insert_photo swb_explosives_v_rpg7_sleeves_tga_88aa4c3b.generated.vtex_c 81.2KB
collections swb_explosives_v_rpg7_sleeves.vmat_c 5.9KB
insert_photo swb_explosives_v_rpg7_tga_7b5dad7b.generated.vtex_c 1.1MB
collections swb_explosives_v_rpg7.vmat_c 6.6KB
insert_photo swb_explosives_w_rpg7_normal_tga_2d7e94ab.generated.vtex_c 570.4KB
insert_photo swb_explosives_w_rpg7_normal_tga_99fcf016.generated.vtex_c 609.3KB
insert_photo swb_explosives_w_rpg7_tga_9fb74be6.generated.vtex_c 390.9KB
collections swb_explosives_w_rpg7.vmat_c 6.7KB
weapons/swb/hands/police/textures
insert_photo arm_ao_png_bc8d5c8f.generated.vtex_c 614.4KB
insert_photo arm_color_png_26ca9f82.generated.vtex_c 2.1MB
insert_photo arm_normal_png_ec33e878.generated.vtex_c 4.2MB
collections hands_police.vmat_c 6.1KB
weapons/swb/hands/police
view_in_ar v_hands_police.vmdl_c 167.1KB
weapons/swb/hands/rebel/textures
insert_photo arm_ao_png_e8c8ca76.generated.vtex_c 2.1MB
insert_photo arm_color_png_758d7613.generated.vtex_c 3.8MB
insert_photo arm_normal_png_39dacd14.generated.vtex_c 4.9MB
insert_photo arm_normal_png_66777022.generated.vtex_c 5MB
collections v_hands_rebel.vmat_c 6.9KB
weapons/swb/hands/rebel
view_in_ar v_hands_rebel.vmdl_c 111.3KB
weapons/swb/hands/swat/textures
insert_photo arm_ao_png_cee9e35c.generated.vtex_c 614.4KB
insert_photo arm_color_png_1e10a12a.generated.vtex_c 2.1MB
insert_photo arm_normal_png_44570c58.generated.vtex_c 4.5MB
insert_photo arm_normal_png_552460eb.generated.vtex_c 2.8MB
collections v_hands_swat.vmat_c 6.9KB
weapons/swb/hands/swat
view_in_ar v_hands_swat.vmdl_c 169.9KB
weapons/swb/melee/bayonet/sounds
text_snippet bayonet.hit.sound_c 587B
text_snippet bayonet.hit.vsnd_c 53.7KB
text_snippet bayonet.hitwall.sound_c 591B
text_snippet bayonet.hitwall.vsnd_c 30.1KB
text_snippet bayonet.slash.sound_c 589B
text_snippet bayonet.slash.vsnd_c 3.5KB
text_snippet bayonet.stab.sound_c 588B
text_snippet bayonet.stab.vsnd_c 73.4KB
weapons/swb/melee/bayonet/textures
insert_photo knife_color_png_d3fc7af2.generated.vtex_c 2.2MB
insert_photo knife_normal_png_b0730c36.generated.vtex_c 2.3MB
insert_photo knife_normal_png_e31e83f7.generated.vtex_c 2.9MB
collections v_bayonet.vmat_c 6.9KB
weapons/swb/melee/bayonet
text_snippet v_bayonet.vanmgrph_c 2.7KB
view_in_ar v_bayonet.vmdl_c 75.2KB
view_in_ar w_bayonet.vmdl_c 42KB
weapons/swb/pistols/deagle/sounds
text_snippet deagle.fire.sound_c 715B
text_snippet deagle.fire.vsnd_c 755.1KB
text_snippet deagle.magin.sound_c 429B
text_snippet deagle.magin.vsnd_c 87.1KB
text_snippet deagle.magout.sound_c 430B
text_snippet deagle.magout.vsnd_c 106.7KB
text_snippet deagle.slideback.sound_c 433B
text_snippet deagle.slideback.vsnd_c 65.3KB
text_snippet deagle.slideforward.sound_c 436B
text_snippet deagle.slideforward.vsnd_c 127KB
text_snippet deagle.sliderelease.sound_c 436B
text_snippet deagle.sliderelease.vsnd_c 134.5KB
weapons/swb/pistols/deagle/textures
insert_photo talon_ao_png_9c9eb994.generated.vtex_c 1.2MB
insert_photo talon_color_png_8eab45dd.generated.vtex_c 3.9MB
insert_photo talon_normal_png_5a852c69.generated.vtex_c 4.7MB
insert_photo talon_normal_png_c711a051.generated.vtex_c 4.2MB
collections v_deagle.vmat_c 7KB
weapons/swb/pistols/deagle
text_snippet v_deagle.vanmgrph_c 2.6KB
view_in_ar v_deagle.vmdl_c 388.2KB
view_in_ar w_deagle.vmdl_c 340.6KB
weapons/swb/rifles/fal/sounds
text_snippet fal.boltpull.sound_c 425B
text_snippet fal.boltpull.vsnd_c 61.4KB
text_snippet fal.clipin.sound_c 407B
text_snippet fal.clipin.vsnd_c 36.8KB
text_snippet fal.clipout.sound_c 424B
text_snippet fal.clipout.vsnd_c 34.4KB
text_snippet fal.fire.sound_c 692B
text_snippet fal.fire.vsnd_c 69.6KB
weapons/swb/rifles/fal/textures
insert_photo fal_ao_png_42bd52d9.generated.vtex_c 1.2MB
insert_photo fal_color_png_7d662bc6.generated.vtex_c 4.4MB
insert_photo fal_normal_png_7e263142.generated.vtex_c 4.8MB
insert_photo fal_normal_png_8beafaee.generated.vtex_c 4.9MB
collections v_fal.vmat_c 6.9KB
weapons/swb/rifles/fal
text_snippet v_fal.vanmgrph_c 2.6KB
view_in_ar v_fal.vmdl_c 223.8KB
view_in_ar w_fal_center_fix.vmdl_c 199.1KB
view_in_ar w_fal.vmdl_c 196.5KB
weapons/swb/shotguns/spas/sounds
text_snippet spas12.fire.sound_c 698B
text_snippet spas12.fire.vsnd_c 471.2KB
text_snippet spas12.insert.sound_c 589B
text_snippet spas12.insert.vsnd_c 88.7KB
text_snippet spas12.pumpback.sound_c 591B
text_snippet spas12.pumpback.vsnd_c 18.8KB
text_snippet spas12.pumpforward.sound_c 594B
text_snippet spas12.pumpforward.vsnd_c 41KB
text_snippet spas12.pumpfull.sound_c 591B
text_snippet spas12.pumpfull.vsnd_c 51.1KB
weapons/swb/shotguns/spas/textures
insert_photo shotgun_ao_png_e5b9de10.generated.vtex_c 1.5MB
insert_photo shotgun_color_png_bcac536d.generated.vtex_c 4.2MB
insert_photo shotgun_normal_png_299ccd2.generated.vtex_c 4.6MB
insert_photo shotgun_normal_png_96dc79b6.generated.vtex_c 4.3MB
collections v_spas12.vmat_c 7.1KB
weapons/swb/shotguns/spas
text_snippet v_spas12.vanmgrph_c 2.9KB
view_in_ar v_spas12.vmdl_c 190.7KB
view_in_ar w_spas12.vmdl_c 141.6KB
weapons/swb/smgs/ump45/sounds
text_snippet ump45.boltpull.sound_c 587B
text_snippet ump45.boltpull.vsnd_c 18.7KB
text_snippet ump45.boltrelease.sound_c 590B
text_snippet ump45.boltrelease.vsnd_c 16.5KB
text_snippet ump45.boltslap.sound_c 587B
text_snippet ump45.boltslap.vsnd_c 85.7KB
text_snippet ump45.clipin.sound_c 585B
text_snippet ump45.clipin.vsnd_c 114.4KB
text_snippet ump45.clipout.sound_c 586B
text_snippet ump45.clipout.vsnd_c 130.8KB
text_snippet ump45.fire.sound_c 694B
text_snippet ump45.fire.vsnd_c 125.8KB
weapons/swb/smgs/ump45/textures
insert_photo ump45_ao_png_ded7430b.generated.vtex_c 1.8MB
insert_photo ump45_color_png_9f735bea.generated.vtex_c 4.3MB
insert_photo ump45_normal_png_8d560658.generated.vtex_c 3.8MB
insert_photo ump45_normal_png_a40c4f0b.generated.vtex_c 4.6MB
collections ump45.vmat_c 6.8KB
weapons/swb/smgs/ump45
text_snippet v_ump45.vanmgrph_c 2.6KB
view_in_ar v_ump45.vmdl_c 158.6KB
view_in_ar w_ump45.vmdl_c 126.1KB
weapons/swb/snipers/l96a1/sounds
text_snippet l96a1.boltback.sound_c 430B
text_snippet l96a1.boltback.vsnd_c 18.3KB
text_snippet l96a1.boltdown.sound_c 430B
text_snippet l96a1.boltdown.vsnd_c 64.6KB
text_snippet l96a1.boltforward.sound_c 433B
text_snippet l96a1.boltforward.vsnd_c 50.3KB
text_snippet l96a1.boltup.sound_c 428B
text_snippet l96a1.boltup.vsnd_c 29.4KB
text_snippet l96a1.clipin.sound_c 428B
text_snippet l96a1.clipin.vsnd_c 18.4KB
text_snippet l96a1.cliplock.sound_c 430B
text_snippet l96a1.cliplock.vsnd_c 94.6KB
text_snippet l96a1.clipout.sound_c 429B
text_snippet l96a1.clipout.vsnd_c 87.8KB
text_snippet l96a1.cliptap.sound_c 429B
text_snippet l96a1.cliptap.vsnd_c 19.2KB
text_snippet l96a1.fire.sound_c 697B
text_snippet l96a1.fire.vsnd_c 49KB
weapons/swb/snipers/l96a1/textures
insert_photo scopegui_png_f28e5e60.generated.vtex_c 47.3KB
insert_photo sniper_ao_png_e513b82f.generated.vtex_c 1.3MB
insert_photo sniper_color_png_e5dd69db.generated.vtex_c 4.3MB
insert_photo sniper_normal_png_1618659.generated.vtex_c 4.8MB
insert_photo sniper_normal_png_945637f2.generated.vtex_c 4.9MB
insert_photo v_l96a1_scope_vmat_g_tambientocclusion_8b5a0197.generated.vtex_c 1.5KB
insert_photo v_l96a1_scope_vmat_g_tnormal_3ca37ee3.generated.vtex_c 2.1KB
collections v_l96a1_scope.vmat_c 5.3KB
collections v_l96a1.vmat_c 7KB
weapons/swb/snipers/l96a1
text_snippet v_l96a1.vanmgrph_c 2.7KB
view_in_ar v_l96a1.vmdl_c 387KB
view_in_ar w_l96a1.vmdl_c 368.4KB
view_in_ar wood_box.vmdl_c 9.2KB
wood_box
view_in_ar piece_01.vmdl_c 8.8KB