Sandbox Logo

Metadata

{
  "MapList": [
    "apetavern.gr_beach"
  ],
  "MaxPlayers": 16,
  "MinPlayers": 0,
  "GameNetworkType": "Multiplayer",
  "MapSelect": "Hidden",
  "RankType": "None",
  "PerMapRanking": false,
  "LeaderboardType": "None",
  "GameCategory": "None",
  "Compiler": {
    "RootNamespace": "Grubs",
    "DefineConstants": "SANDBOX;ADDON;DEBUG",
    "NoWarn": "1701;1702;1591;1998",
    "WarningsAsErrors": "",
    "Whitelist": true,
    "AssemblyReferences": [],
    "IgnoreFolders": [
      "editor",
      "unittest"
    ],
    "DistinctAssemblyReferences": []
  },
  "GameSettings": {
    "grubs_game": {
      "DisplayType": "Choice",
      "Choices": [
        {
          "Value": "ffa",
          "Name": "Free For All"
        },
        {
          "Value": "tdm",
          "Name": "Team Deathmatch"
        }
      ],
      "ConVarName": "grubs_game",
      "DisplayName": "Gamemode",
      "DefaultValue": "ffa",
      "Description": ""
    },
    "minimum_players": {
      "DisplayType": "Integer",
      "Choices": [],
      "ConVarName": "minimum_players",
      "DisplayName": "Minimum Players",
      "DefaultValue": "0",
      "Description": "The minimum amount of players you need to play the game.",
      "Minimum": 2,
      "Maximum": 99
    },
    "maximum_players": {
      "DisplayType": "Integer",
      "Choices": [],
      "ConVarName": "maximum_players",
      "DisplayName": "Maximum Players",
      "DefaultValue": "4",
      "Description": "The maximum amount of players that can play the game.",
      "Minimum": 2,
      "Maximum": 100
    },
    "grub_count": {
      "DisplayType": "Integer",
      "Choices": [],
      "ConVarName": "grub_count",
      "DisplayName": "Grub Count",
      "DefaultValue": "4",
      "Description": "The amount of Grubs each team will have.",
      "Minimum": 1,
      "Maximum": 100
    },
    "turn_duration": {
      "DisplayType": "Float",
      "Choices": [],
      "ConVarName": "turn_duration",
      "DisplayName": "Turn Duration",
      "DefaultValue": "60",
      "Description": "The max time in seconds that a turn will last.",
      "Minimum": 1,
      "Maximum": 60
    },
    "wind_enabled": {
      "DisplayType": "Boolean",
      "Choices": [],
      "ConVarName": "wind_enabled",
      "DisplayName": "Wind Enabled",
      "DefaultValue": "true",
      "Description": "Whether or not the wind system is enabled."
    },
    "wind_force": {
      "DisplayType": "Float",
      "Choices": [],
      "ConVarName": "wind_force",
      "DisplayName": "Wind Force",
      "DefaultValue": "0.1",
      "Description": "The amount of force a single step of wind will have.",
      "Minimum": 0.1,
      "Maximum": 1
    },
    "crate_weapon_chance": {
      "DisplayType": "Integer",
      "Choices": [],
      "ConVarName": "crate_weapon_chance",
      "DisplayName": "Weapon Crate Chance",
      "DefaultValue": "10",
      "Description": "The percent chance that a weapon crate will spawn at the end of every turn.",
      "Maximum": 100
    },
    "crate_health_chance": {
      "DisplayType": "Integer",
      "Choices": [],
      "ConVarName": "crate_health_chance",
      "DisplayName": "Health Crate Chance",
      "DefaultValue": "5",
      "Description": "The percent chance that a health crate will spawn at the end of every turn.",
      "Maximum": 100
    },
    "movement_grace": {
      "DisplayType": "Integer",
      "Choices": [],
      "ConVarName": "movement_grace",
      "DisplayName": "Movement Grace Period",
      "DefaultValue": "5",
      "Description": "The amount of seconds a Grub will get to move after using their weapon.",
      "Maximum": 60
    },
    "terrain_file": {
      "Choices": [],
      "ConVarName": "terrain_file",
      "DisplayName": "Terrain File",
      "DefaultValue": "",
      "Description": "The path to a custom Grubs map to use instead of random generation. This file is only needed on the server host."
    },
    "terrain_type": {
      "DisplayType": "Choice",
      "Choices": [
        {
          "Value": "None",
          "Name": "None"
        },
        {
          "Value": "Dirt",
          "Name": "Dirt"
        },
        {
          "Value": "Sand",
          "Name": "Sand"
        },
        {
          "Value": "Lava",
          "Name": "Lava"
        }
      ],
      "ConVarName": "terrain_type",
      "DisplayName": "Terrain Type",
      "DefaultValue": "Sand",
      "Description": "The type of material to be applied to the terrain."
    },
    "terrain_border": {
      "DisplayType": "Boolean",
      "Choices": [],
      "ConVarName": "terrain_border",
      "DisplayName": "Terrain Border",
      "DefaultValue": "false",
      "Description": "Whether the terrain should have a border or not."
    },
    "terrain_altered": {
      "DisplayType": "Boolean",
      "Choices": [],
      "ConVarName": "terrain_altered",
      "DisplayName": "Use Altered Terrain",
      "DefaultValue": "true",
      "Description": "Altered terrain is curated to look more like little islands with a height threshold so the terrain does not fill up the entire grid. We recommend using it."
    },
    "terrain_dilation": {
      "DisplayType": "Integer",
      "Choices": [],
      "ConVarName": "terrain_dilation",
      "DisplayName": "Terrain Dilation Amount",
      "DefaultValue": "1",
      "Description": "The amount the terrain is dilated. The blobs in the terrain are extruded a certain number of times. Only applicable when Altered Terrain is enabled.",
      "Maximum": 10
    },
    "terrain_resolution": {
      "DisplayType": "Float",
      "Choices": [],
      "ConVarName": "terrain_resolution",
      "DisplayName": "Terrain Resolution",
      "DefaultValue": "0.5",
      "Description": "The resolution of the noise for the terrain. Lower means less blobs, and higher means more blobs.",
      "Maximum": 1
    },
    "terrain_scale": {
      "DisplayType": "Integer",
      "Choices": [],
      "ConVarName": "terrain_scale",
      "DisplayName": "Terrain Scale",
      "DefaultValue": "15",
      "Description": "Represents the size of a single point of terrain. A higher scale means the terrain is larger in the world.",
      "Minimum": 5,
      "Maximum": 50
    },
    "terrain_width": {
      "DisplayType": "Integer",
      "Choices": [],
      "ConVarName": "terrain_width",
      "DisplayName": "Terrain Width",
      "DefaultValue": "320",
      "Description": "The width of the terrain grid. The higher this is, the slower performance will be during terrain updates.",
      "Minimum": 50,
      "Maximum": 500
    },
    "terrain_height": {
      "DisplayType": "Integer",
      "Choices": [],
      "ConVarName": "terrain_height",
      "DisplayName": "Terrain Height",
      "DefaultValue": "180",
      "Description": "The height of the terrain grid. The higher this is, the slower performance will be during terrain updates.",
      "Minimum": 50,
      "Maximum": 500
    }
  },
  "ControlModes": {
    "Keyboard": true
  },
  "ParentPackage": "",
  "PackageSettings": [
    {
      "DisplayType": "Choice",
      "Choices": [
        {
          "Value": "FreeForAll",
          "Name": "Free For All"
        }
      ],
      "ConVarName": "grubs_game",
      "DisplayName": "Gamemode",
      "DefaultValue": "FreeForAll",
      "Description": "",
      "Group": "Game"
    },
    {
      "DisplayType": "Integer",
      "Choices": [],
      "ConVarName": "minimum_players",
      "DisplayName": "Minimum Players",
      "DefaultValue": "2",
      "Description": "The minimum amount of players you need to play the game.",
      "Group": "Game",
      "Minimum": 2,
      "Maximum": 99
    },
    {
      "DisplayType": "Integer",
      "Choices": [],
      "ConVarName": "maximum_players",
      "DisplayName": "Maximum Players",
      "DefaultValue": "8",
      "Description": "The maximum amount of players that can play the game.",
      "Group": "Game",
      "Minimum": 2,
      "Maximum": 8
    },
    {
      "DisplayType": "Integer",
      "Choices": [],
      "ConVarName": "grub_count",
      "DisplayName": "Grub Count",
      "DefaultValue": "2.3223982",
      "Description": "The amount of Grubs each team will have.",
      "Group": "Game",
      "Minimum": 1,
      "Maximum": 8
    },
    {
      "DisplayType": "Float",
      "Choices": [],
      "ConVarName": "turn_duration",
      "DisplayName": "Turn Duration",
      "DefaultValue": "45",
      "Description": "The max time in seconds that a turn will last.",
      "Group": "Game",
      "Minimum": 1,
      "Maximum": 180
    },
    {
      "DisplayType": "Boolean",
      "Choices": [],
      "ConVarName": "wind_enabled",
      "DisplayName": "Wind Enabled",
      "DefaultValue": "true",
      "Description": "Whether or not the wind system is enabled.",
      "Group": "Game"
    },
    {
      "DisplayType": "Float",
      "Choices": [],
      "ConVarName": "wind_force",
      "DisplayName": "Wind Force",
      "DefaultValue": "0.1",
      "Description": "The amount of force a single step of wind will have.",
      "Group": "Game",
      "Minimum": 0.1,
      "Maximum": 1
    },
    {
      "DisplayType": "Integer",
      "Choices": [],
      "ConVarName": "crate_weapon_chance",
      "DisplayName": "Weapon Crate Chance",
      "DefaultValue": "10",
      "Description": "The percent chance that a weapon crate will spawn at the end of every turn.",
      "Group": "Crates",
      "Maximum": 100
    },
    {
      "DisplayType": "Integer",
      "Choices": [],
      "ConVarName": "crate_health_chance",
      "DisplayName": "Health Crate Chance",
      "DefaultValue": "5",
      "Description": "The percent chance that a health crate will spawn at the end of every turn.",
      "Group": "Crates",
      "Maximum": 100
    },
    {
      "DisplayType": "Integer",
      "Choices": [],
      "ConVarName": "movement_grace",
      "DisplayName": "Movement Grace Period",
      "DefaultValue": "4",
      "Description": "The amount of seconds a Grub will get to move after using their weapon.",
      "Group": "Game",
      "Maximum": 60
    },
    {
      "DisplayType": "Integer",
      "Choices": [],
      "ConVarName": "terrain_length",
      "DisplayName": "Terrain Length",
      "DefaultValue": "2048",
      "Description": "The length of the terrain.",
      "Group": "Terrain",
      "Minimum": 512,
      "Maximum": 4096
    },
    {
      "DisplayType": "Integer",
      "Choices": [],
      "ConVarName": "terrain_height",
      "DisplayName": "Terrain Height",
      "DefaultValue": "1024",
      "Description": "The height of the terrain.",
      "Group": "Terrain",
      "Minimum": 256,
      "Maximum": 2048
    },
    {
      "DisplayType": "Float",
      "Choices": [],
      "ConVarName": "terrain_noise_zoom",
      "DisplayName": "Terrain Zoom",
      "DefaultValue": "2",
      "Description": "The amount of zoom applied to the Perlin noise.",
      "Group": "Terrain",
      "Minimum": 1,
      "Maximum": 5,
      "Step": 1
    },
    {
      "DisplayType": "Choice",
      "Choices": [
        {
          "Value": "0",
          "Name": "Generated"
        },
        {
          "Value": "1",
          "Name": "Texture"
        }
      ],
      "ConVarName": "terrain_type",
      "DisplayName": "Terrain Type",
      "DefaultValue": "0",
      "Description": "The type of terrain to be used, currently between random generated noise and texture (experimental).",
      "Group": "Terrain"
    },
    {
      "DisplayType": "Choice",
      "Choices": [
        {
          "Value": "0",
          "Name": "Grubs"
        },
        {
          "Value": "1",
          "Name": "Islands"
        },
        {
          "Value": "2",
          "Name": "AntFarm"
        },
        {
          "Value": "3",
          "Name": "Cavern"
        },
        {
          "Value": "4",
          "Name": "Bunkers"
        },
        {
          "Value": "5",
          "Name": "AICavern"
        },
        {
          "Value": "6",
          "Name": "Hightower"
        }
      ],
      "ConVarName": "terrain_texture",
      "DisplayName": "Terrain Texture",
      "DefaultValue": "0",
      "Description": "The prefabricated texture to use for the terrain.",
      "Group": "Terrain"
    },
    {
      "DisplayType": "Choice",
      "Choices": [
        {
          "Value": "0",
          "Name": "Sand"
        },
        {
          "Value": "1",
          "Name": "Dirt"
        },
        {
          "Value": "2",
          "Name": "Cereal"
        }
      ],
      "ConVarName": "terrain_environment_type",
      "DisplayName": "Terrain Environment Type",
      "DefaultValue": "0",
      "Description": "The type of environment to be used for the terrain.",
      "Group": "Terrain"
    },
    {
      "DisplayType": "Float",
      "Choices": [],
      "ConVarName": "terrain_amplitude",
      "DisplayName": "Terrain Amplitude",
      "DefaultValue": "48",
      "Description": "The strength of the curves in the terrain\u0027s heightmap.",
      "Group": "Terrain",
      "Minimum": 16,
      "Maximum": 128,
      "Step": 1
    },
    {
      "DisplayType": "Float",
      "Choices": [],
      "ConVarName": "terrain_frequency",
      "DisplayName": "Terrain Frequency",
      "DefaultValue": "0.5",
      "Description": "The frequency of the curves in the terrain\u0027s heightmap.",
      "Group": "Terrain",
      "Minimum": 0.1,
      "Maximum": 10,
      "Step": 0.1
    },
    {
      "DisplayType": "Boolean",
      "Choices": [],
      "ConVarName": "gr_spawn_late_joiners",
      "DisplayName": "Spawn Late Joiners",
      "DefaultValue": "false",
      "Description": "Spawns a single worm at a random location for players who join late instead of them being a spectator.",
      "Group": "Game"
    },
    {
      "DisplayType": "Integer",
      "Choices": [],
      "ConVarName": "gr_sd_delay",
      "DisplayName": "Sudden Death Delay",
      "DefaultValue": "6",
      "Description": "The amount of rounds to be played before Sudden Death begins.",
      "Group": "Sudden Death",
      "Minimum": 1,
      "Maximum": 40
    },
    {
      "DisplayType": "Choice",
      "Choices": [
        {
          "Value": "15",
          "Name": "Low"
        },
        {
          "Value": "30",
          "Name": "Medium"
        },
        {
          "Value": "50",
          "Name": "High"
        }
      ],
      "ConVarName": "gr_sd_aggression",
      "DisplayName": "Sudden Death Aggression",
      "DefaultValue": "30",
      "Description": "How harshly Sudden Death affects the terrain.",
      "Group": "Sudden Death"
    },
    {
      "DisplayType": "Boolean",
      "Choices": [],
      "ConVarName": "gr_sd_onehealth",
      "DisplayName": "One Health",
      "DefaultValue": "false",
      "Description": "Should all Grubs have their health set to 1 when Sudden Death begins?",
      "Group": "Sudden Death"
    }
  ],
  "CsProjName": "",
  "Summary": "A worms-inspired artillery game for s\u0026box with randomly generated levels.",
  "Description": "Grubs (in development) by Ape Tavern\n\nLeave your feedback @ discord.gg/apetavern\n\nCredits:\nGooman\nTrundler\nMatt944\nShadowBrain\nxezno\nJammie\nmatek\nWillow\nPukes\n\nSpecial thanks for Ziks for 2D SDF Terrain library!",
  "Public": true,
  "ReplaceTags": "",
  "InputSettings": {
    "Actions": [
      {
        "Name": "camera_pan",
        "KeyboardCode": "mouse2",
        "GamepadCode": "LeftTrigger",
        "GroupName": "Camera"
      },
      {
        "Name": "camera_reset",
        "KeyboardCode": "mouse3",
        "GamepadCode": "LeftJoystickButton",
        "GroupName": "Camera"
      },
      {
        "Name": "inventory",
        "KeyboardCode": "q",
        "GamepadCode": "None",
        "GroupName": "UI"
      },
      {
        "Name": "chat",
        "KeyboardCode": "enter",
        "GamepadCode": "None",
        "GroupName": "UI"
      },
      {
        "Name": "fire",
        "KeyboardCode": "mouse1",
        "GamepadCode": "RightTrigger",
        "GroupName": "Weapon"
      },
      {
        "Name": "forward",
        "KeyboardCode": "w",
        "GamepadCode": "DpadNorth",
        "GroupName": "Movement"
      },
      {
        "Name": "backward",
        "KeyboardCode": "s",
        "GamepadCode": "DpadSouth",
        "GroupName": "Movement"
      },
      {
        "Name": "left",
        "KeyboardCode": "a",
        "GamepadCode": "DpadWest",
        "GroupName": "Movement"
      },
      {
        "Name": "right",
        "KeyboardCode": "d",
        "GamepadCode": "DpadEast",
        "GroupName": "Movement"
      },
      {
        "Name": "jump",
        "KeyboardCode": "space",
        "GamepadCode": "A",
        "GroupName": "Movement"
      },
      {
        "Name": "backflip",
        "KeyboardCode": "shift",
        "GamepadCode": "B",
        "GroupName": "Movement"
      },
      {
        "Name": "voice",
        "KeyboardCode": "v",
        "GamepadCode": "None",
        "GroupName": "Other"
      },
      {
        "Name": "toggle_equipment",
        "KeyboardCode": "C",
        "GamepadCode": "RightJoystickButton",
        "GroupName": "Other"
      },
      {
        "Name": "next_equipment",
        "KeyboardCode": "E",
        "GamepadCode": "None",
        "GroupName": "Other"
      },
      {
        "Name": "toggle_inventory",
        "KeyboardCode": "Q",
        "GamepadCode": "SwitchRightBumper",
        "GroupName": "Other"
      },
      {
        "Name": "previous_equipment",
        "GamepadCode": "SwitchLeftBumper",
        "GroupName": "Other"
      },
      {
        "Name": "mouse_aim",
        "KeyboardCode": "ALT",
        "GamepadCode": "None",
        "GroupName": "Weapon"
      }
    ],
    "__guid": "462cd8dc-4078-4db6-9df8-21ff504a1afb"
  },
  "HttpAllowList": null,
  "LaunchConfigs": [
    {
      "Name": "Grubs Dev",
      "GameIdent": "apetavern.grubs#local",
      "MapName": "apetavern.gr_beach",
      "MaxPlayers": 8,
      "GameSettings": {},
      "Addons": "",
      "PreLaunchCommand": "",
      "PostLaunchCommand": ""
    }
  ],
  "TickRate": 120,
  "StartupScene": "scenes/main_menu.scene",
  "LaunchMode": "Normal",
  "Resources": "*.vmdl_c.png\n*.vmdl.png\n*.sdflayer\nfonts/*\ntextures/*\nmaterials/reticle/*",
  "CodePackageReferences": []
}

Files

Name Size
.bin
text_snippet manifest.json 134B
text_snippet package.apetavern.grubs.cll 51.7KB
text_snippet package.apetavern.grubs.dll 392.5KB
text_snippet package.apetavern.grubs.xml 17KB
text_snippet package.base.cll 31.1KB
text_snippet package.base.dll 168.5KB
text_snippet package.base.xml 54.5KB
text_snippet package.library.facepunch.libsdf.cll 49.6KB
text_snippet package.library.facepunch.libsdf.dll 273KB
text_snippet package.library.facepunch.libsdf.xml 71.2KB
text_snippet package.library.trndlr.quickswitcher.cll 760B
text_snippet package.library.trndlr.quickswitcher.dll 9KB
text_snippet package.library.trndlr.quickswitcher.xml 325B
dev/helper
insert_photo testgrid_color_tga_f1408e43.generated.vtex_c 49KB
collections testgrid.vmat_c 5KB
fonts
text_snippet londrinasolid-black.ttf 89.5KB
text_snippet londrinasolid-light.ttf 82.2KB
text_snippet londrinasolid-regular.ttf 88.2KB
text_snippet londrinasolid-thin.ttf 77KB
layers/examples
text_snippet background.sdflayer 250B
text_snippet background.sdflayer_c 646B
text_snippet checkerboard.sdflayer 525B
text_snippet checkerboard.sdflayer_c 905B
text_snippet scorch.sdflayer 331B
text_snippet scorch.sdflayer_c 601B
maps
public gr_beach.vpk 4.1MB
public gr_menu.vpk 20.4MB
materials/1
insert_photo 8hu_kultiras_docks_pillar_rope01_color_jpg_b8dff845.generated.vtex_c 23.2KB
materials/cable
insert_photo rope_color_tga_ddb2e6e1.generated.vtex_c 4.6KB
collections rope.vmat_c 4.4KB
materials/default
insert_photo default_ao_tga_7449568e.generated.vtex_c 1.9KB
insert_photo default_color_tga_2871fbca.generated.vtex_c 2KB
insert_photo default_color_tga_380558b.generated.vtex_c 1.7KB
insert_photo default_detailmask_tga_57ae445f.generated.vtex_c 1.9KB
insert_photo default_mask_tga_b8e86251.generated.vtex_c 1.9KB
insert_photo default_mask_tga_f7e80a25.generated.vtex_c 1.9KB
insert_photo default_normal_tga_5c878876.generated.vtex_c 2.2KB
insert_photo default_normal_tga_e15dc164.generated.vtex_c 2KB
insert_photo default_rough_tga_76a57082.generated.vtex_c 2.6KB
insert_photo default_selfillum_tga_acd34e3d.generated.vtex_c 1.7KB
insert_photo default_skin_diffusewarp_tga_4d3cb601.generated.vtex_c 189.2KB
insert_photo white_vmat_g_tcolor_a0ce44b8.generated.vtex_c 1.5KB
insert_photo white_vmat_g_tnormal_7a668049.generated.vtex_c 1.8KB
collections white.vmat_c 4.5KB
materials/dev
insert_photo dev_measuregeneric01b_color_tga_903f6f42.generated.vtex_c 12.4KB
collections dev_measuregeneric01b.vmat_c 5.1KB
insert_photo primary_white_color_tga_41378bb3.generated.vtex_c 45KB
insert_photo primary_white_color_tga_8be01ac1.generated.vtex_c 45KB
collections primary_white_emissive.vmat_c 5.4KB
collections primary_white.vmat_c 5KB
materials/effects/lightcookies
insert_photo tree_canopy_trans_png_1324ccc6.generated.vtex_c 456.8KB
insert_photo tree_canopy_vmat_g_tnormal_af224356.generated.vtex_c 2KB
collections tree_canopy.vmat_c 5.4KB
insert_photo tree_canopy.vtex_c 308.4KB
materials/effects/teleport
insert_photo teleport_preview_vmat_g_tcolor_a0ce44b8.generated.vtex_c 1.5KB
collections teleport_preview.vmat_c 5.5KB
collections teleport.vmat_c 2.9KB
materials/effects
insert_photo unlit_nofog01_vmat_g_tselfillummask_b8cad02f.generated.vtex_c 1.5KB
collections unlit_nofog01.vmat_c 5.4KB
materials/effects/water
insert_photo simple-water_vmat_g_tcolor_91b5d0a5.generated.vtex_c 1.8KB
collections simple-water.vmat_c 5.9KB
insert_photo water_deform_png_fe5fd5e7.generated.vtex_c 343.1KB
materials/environment
collections cereal.vmat_c 7.3KB
insert_photo dirt_a_vmat_g_tblendmask_40a1671.generated.vtex_c 1.6KB
collections dirt_a.vmat_c 7.2KB
insert_photo dirt_rocks_vmat_g_tblendmask_40a1671.generated.vtex_c 1.6KB
collections dirt_rocks.vmat_c 7.2KB
collections lava_rocks.vmat_c 5.3KB
collections metal_a.vmat_c 5.2KB
insert_photo new_water_vmat_g_tcolor_89c42153.generated.vtex_c 1.6KB
collections new_water.vmat_c 3.8KB
collections rocks_a.vmat_c 5.2KB
collections rocks_b.vmat_c 7.2KB
collections rocks_c.vmat_c 5.3KB
collections rocks_d.vmat_c 5.2KB
insert_photo sand_a_vmat_g_tblendmask_40a1671.generated.vtex_c 1.6KB
collections sand_a.vmat_c 7.2KB
collections sand_b.vmat_c 7.2KB
collections sand_shells_b.vmat_c 7.5KB
collections sand_shells.vmat_c 7.5KB
collections water_01a.vmat_c 4.3KB
materials
collections library_material.vmat_c 5.1KB
materials/lights
insert_photo white_color_tga_69b9287e.generated.vtex_c 1.9KB
materials/models/editor
insert_photo spot_tga_40b16d3f.generated.vtex_c 12.4KB
collections spot.vmat_c 3.2KB
materials/particle
insert_photo bleedout_01.vtex_c 12.9KB
materials/particle/particle_flares
insert_photo particle_flare_002.vtex_c 73.2KB
materials/particle
insert_photo particle_glow_05.vtex_c 27.9KB
insert_photo particle_modulate_01.vtex_c 17.9KB
materials/particles
insert_photo beam_noise05.vtex_c 53.2KB
insert_photo beam_smoke_04.vtex_c 91.1KB
insert_photo glow_simple_01.vtex_c 27.2KB
insert_photo particle_ring_soft_inner.vtex_c 157.6KB
materials/particles/shapes
insert_photo circle1.vtex_c 17.8KB
insert_photo line4.vtex_c 17.8KB
materials/particles/smoke/render
insert_photo smokeloop_g_1.vtex_c 1.6MB
materials/particles/smoke
insert_photo smoke.vtex_c 28.2KB
materials/physics
collections water.vmat_c 1.9KB
materials/reticle
insert_photo reticle_png_efbdccda.generated.vtex_c 81.8KB
text_snippet reticle_trans.png 40.7KB
text_snippet reticle.png 79.3KB
text_snippet reticle.vmat 1.3KB
collections reticle.vmat_c 6.1KB
materials/sdf
text_snippet cereal.sdflayer 626B
text_snippet cereal.sdflayer_c 970B
text_snippet dirt.sdflayer 634B
text_snippet dirt.sdflayer_c 1KB
text_snippet girder.sdflayer 370B
text_snippet girder.sdflayer_c 730B
text_snippet rock_menu.sdflayer 631B
text_snippet rock_menu.sdflayer_c 975B
text_snippet rock.sdflayer 605B
text_snippet rock.sdflayer_c 954B
text_snippet sand_menu.sdflayer 645B
text_snippet sand_menu.sdflayer_c 989B
text_snippet sand.sdflayer 639B
text_snippet sand.sdflayer_c 983B
text_snippet scorch.sdflayer 466B
text_snippet scorch.sdflayer_c 706B
text_snippet test.sdflayer 428B
text_snippet test.sdflayer_c 678B
materials/skybox
collections beach_01.vmat_c 1.8KB
collections skydome_01.vmat_c 3.6KB
materials/tools/new
insert_photo skybox_color_png_c4322be1.generated.vtex_c 44.4KB
materials/tools
collections toolsskybox.vmat_c 3.4KB
models/bots
insert_photo cogs_animated_psd_9304cb23.generated.vtex_c 153.9KB
insert_photo cogs_cloud_psd_3104b7bd.generated.vtex_c 47.8KB
collections cogs_cloud.vmat_c 5.5KB
insert_photo cogs_vmat_g_tnormal_49b3bca5.generated.vtex_c 2KB
collections cogs.vmat_c 5.5KB
models/bots/materials
insert_photo citizen_eyes_color_png_f21dcfec.generated.vtex_c 55.1KB
insert_photo citizen_eyes_emissive_png_38f02c2f.generated.vtex_c 55.1KB
insert_photo citizen_eyes_normal_png_77a34780.generated.vtex_c 45.1KB
collections eyes.vmat_c 5.9KB
insert_photo phong1_color_png_800305f2.generated.vtex_c 2.2MB
insert_photo phong1_normal_png_f871ebd2.generated.vtex_c 2.5MB
collections phong1.vmat_c 5.4KB
models/bots
view_in_ar thinking_cogs.vmdl_c 4.7KB
models/citizen_clothes/hat/hard_hat/models
view_in_ar hard_hat.vmdl_c 72.5KB
models/citizen_clothes/hat/hard_hat/textures
insert_photo hard_hat_ao_png_b1092dd.generated.vtex_c 138.8KB
insert_photo hard_hat_color_png_6de5b860.generated.vtex_c 172.5KB
insert_photo hard_hat_normal_png_5bc85717.generated.vtex_c 343.7KB
collections hard_hat.vmat_c 5.7KB
models/citizen/skin
insert_photo citizen_eyeao_vmat_g_tambientocclusion_74d62832.generated.vtex_c 1.5KB
insert_photo citizen_eyeao_vmat_g_tnormal_fae5e5b4.generated.vtex_c 1.8KB
collections citizen_eyeao.vmat_c 5.1KB
insert_photo citizen_eyes_advanced_color_png_8895a003.generated.vtex_c 56.3KB
insert_photo citizen_eyes_advanced_iris_mask_psd_9299c4d0.generated.vtex_c 56.5KB
insert_photo citizen_eyes_advanced_iris_normal_png_44bf5eb8.generated.vtex_c 58.7KB
insert_photo citizen_eyes_advanced_normal_png_fc28d47a.generated.vtex_c 61.4KB
insert_photo citizen_eyes_advanced_vmat_g_tocclusion_b90a94c0.generated.vtex_c 1.5KB
collections citizen_eyes_advanced.vmat_c 6.3KB
insert_photo citizen_eyes_advanced02_vmat_g_tocclusion_b90a94c0.generated.vtex_c 1.5KB
collections citizen_eyes_advanced02.vmat_c 6.3KB
insert_photo citizen_eyes_advanced03_vmat_g_tocclusion_b90a94c0.generated.vtex_c 1.5KB
collections citizen_eyes_advanced03.vmat_c 6.3KB
insert_photo citizen_eyes_trans_png_42aa90e3.generated.vtex_c 7.2KB
insert_photo citizen_skin_bentnormal_png_29991593.generated.vtex_c 4.3MB
insert_photo citizen_skin_young_ao_png_bd72312b.generated.vtex_c 1.1MB
insert_photo citizen_skin_young_color_png_57825f18.generated.vtex_c 4.1MB
insert_photo citizen_skin_young_normal_png_4ad8cfe5.generated.vtex_c 4.6MB
collections citizen_skin01.vmat_c 6.8KB
models/citizen/skin/skeleton/textures
insert_photo skeleton_skin_color_png_f724c439.generated.vtex_c 4.6MB
insert_photo skeleton_skin_mask_png_8c4bec4b.generated.vtex_c 2.4MB
insert_photo skeleton_skin_normal_png_289a479d.generated.vtex_c 5.1MB
insert_photo skeleton_skin_vmat_g_tdiffusefalloff_8575899a.generated.vtex_c 1.5KB
collections skeleton_skin.vmat_c 5.9KB
models
text_snippet citizenworm.vanmgrph_c 10.3KB
view_in_ar citizenworm.vmdl_c 353.8KB
models/citizenworm
insert_photo grubbody_vmorf.vtex_c 50KB
models/cosmetics/apehead
view_in_ar apehead.vmdl_c 44.8KB
text_snippet apehead.vmdl_c.png 33.6KB
text_snippet apehead.vmdl.png 47.1KB
models/cosmetics/apehead/materials
insert_photo apehead_color_psd_6e2e82c2.generated.vtex_c 466.3KB
insert_photo apehead_rough_psd_b6108a06.generated.vtex_c 770.7KB
collections apehead.vmat_c 5.3KB
models/cosmetics/bot_antenna
view_in_ar bot_antenna.vmdl_c 11.4KB
models/cosmetics/bot_antenna/materials
collections phong1_active.vmat_c 6.5KB
insert_photo phong1_ao_png_251a0ee.generated.vtex_c 172.5KB
insert_photo phong1_color_png_a66e534b.generated.vtex_c 25.1KB
insert_photo phong1_emissive_png_77d61bf6.generated.vtex_c 45.1KB
insert_photo phong1_normal_png_16a94896.generated.vtex_c 42.5KB
collections phong1.vmat_c 5.8KB
models/cosmetics/grubman
view_in_ar glasses.vmdl_c 20.1KB
models/cosmetics/grubman/materials/glasses
insert_photo glasses_ao_png_4ca5f460.generated.vtex_c 382.9KB
insert_photo glasses_color_png_d0e49b40.generated.vtex_c 666.2KB
insert_photo glasses_normal_png_e88119ad.generated.vtex_c 674.2KB
collections glasses.vmat_c 5.9KB
models/cosmetics/grubman/materials/glassesglass
insert_photo glassesglass_normal_png_7988c98.generated.vtex_c 91.6KB
insert_photo glassesglass_rough_png_1ba9b531.generated.vtex_c 637.9KB
insert_photo glassesglass_vmat_g_tcolor_8d49f6b3.generated.vtex_c 1.8KB
collections glassesglass.vmat_c 6KB
models/cosmetics/leafhat
view_in_ar leafhat.vmdl_c 12KB
text_snippet leafhat.vmdl_c.png 14.2KB
text_snippet leafhat.vmdl.png 42.1KB
models/cosmetics/leafhat/materials
insert_photo leaf_color_psd_34452ab0.generated.vtex_c 417.7KB
insert_photo leaf_rough_psd_7cab7181.generated.vtex_c 678.1KB
collections leaf.vmat_c 5.3KB
models/cosmetics/skeleton
view_in_ar skeleton_grub.vmdl_c 178.9KB
models/cosmetics/strawhat/materials
insert_photo strawhat_color_psd_3bb2fcc8.generated.vtex_c 345.3KB
insert_photo strawhat_rough_psd_e15e0b06.generated.vtex_c 281.7KB
collections strawhat.vmat_c 5.4KB
models/cosmetics/strawhat
view_in_ar strawhat.vmdl_c 40.4KB
text_snippet strawhat.vmdl_c.png 21.1KB
text_snippet strawhat.vmdl.png 36.2KB
models/crates/crate_parachute
text_snippet crate_parachute.vanmgrph_c 2.2KB
view_in_ar crate_parachute.vmdl_c 39.7KB
text_snippet crate_parachute.vmdl_c.png 23.6KB
models/crates/crate_parachute/crate_parachute
insert_photo unnamed_1_vmorf.vtex_c 31.2KB
models/crates/crate_parachute/materials
insert_photo parachute_color_psd_b69b13a7.generated.vtex_c 172.5KB
insert_photo parachute_rough_psd_60fb8d9a.generated.vtex_c 263.9KB
collections parachute.vmat_c 5.3KB
models/crates/health_crate
view_in_ar health_crate.vmdl_c 20.6KB
models/crates/health_crate/materials
insert_photo healthcrate_color_png_64914c01.generated.vtex_c 167.4KB
insert_photo healthcrate_color_png_fe602943.generated.vtex_c 167.4KB
insert_photo healthcrate_rough_png_6bf82f87.generated.vtex_c 224.2KB
collections healthcrate.vmat_c 5.9KB
models/crates/tools_crate/materials
insert_photo toolcrate_color_psd_9c207641.generated.vtex_c 262.8KB
insert_photo toolcrate_rough_psd_e1fa80b8.generated.vtex_c 185.3KB
collections toolcrate.vmat_c 5.4KB
models/crates/tools_crate
view_in_ar tools_crate.vmdl_c 21.1KB
models/crates/weapons_crate/materials
insert_photo weaponcrate_color_psd_b2b8c99e.generated.vtex_c 289.5KB
insert_photo weaponcrate_rough_psd_e16ec86c.generated.vtex_c 180.3KB
collections weaponcrate.vmat_c 5.4KB
models/crates/weapons_crate
view_in_ar weapons_crate.vmdl_c 17.7KB
models/dev
view_in_ar box.vmdl_c 3.5KB
view_in_ar plane.vmdl_c 3.4KB
view_in_ar sphere.vmdl_c 73.7KB
models/environment/palmtree/materials
insert_photo leafs_ao_png_8960eba0.generated.vtex_c 376KB
insert_photo leafs_color_png_63776b19.generated.vtex_c 490KB
insert_photo leafs_normal_png_8cd990bd.generated.vtex_c 1.3MB
collections leafs.vmat_c 5.5KB
insert_photo palmtree1_ao_png_c7361292.generated.vtex_c 251.8KB
insert_photo palmtree1_color_png_dbc7965f.generated.vtex_c 501.5KB
insert_photo palmtree1_normal_png_25fd738e.generated.vtex_c 1.2MB
collections palmtree1.vmat_c 5.6KB
models/environment/palmtree
view_in_ar palmtree_01.vmdl_c 139.1KB
models/environment/rocks
view_in_ar rock_01a.vmdl_c 14KB
models/environment/sky
view_in_ar skydome.vmdl_c 10.2KB
models/gravestones/basic_gravestone
view_in_ar gravestone_basic.vmdl_c 28.6KB
models/gravestones/basic_gravestone/materials
insert_photo gravestone_color_psd_80b708c2.generated.vtex_c 322.4KB
insert_photo gravestone_rough_psd_d8861773.generated.vtex_c 392.5KB
collections gravestone.vmat_c 5.5KB
models/menu
view_in_ar backdrop.vmdl_c 1.1MB
view_in_ar floor_01a.vmdl_c 44.6KB
view_in_ar grass_01a.vmdl_c 23.2KB
view_in_ar grass_02a.vmdl_c 314.7KB
view_in_ar grass_03a.vmdl_c 270.8KB
models/menu/materials
insert_photo backdrop_dirt_ao_png_ba538d50.generated.vtex_c 356.8KB
insert_photo backdrop_dirt_color_png_a137c0cb.generated.vtex_c 2MB
insert_photo backdrop_dirt_normal_png_3d405d23.generated.vtex_c 3.8MB
collections backdrop_dirt.vmat_c 6.3KB
insert_photo grassleaves_color_png_e7883b67.generated.vtex_c 1023.2KB
insert_photo grassleaves_normal_png_b53573de.generated.vtex_c 408KB
insert_photo grassleaves_rough_png_6cd5348a.generated.vtex_c 622.1KB
collections grassleaves.vmat_c 5.8KB
insert_photo plateau_color_psd_5172c161.generated.vtex_c 761.8KB
insert_photo plateau_rough_psd_7f3265d9.generated.vtex_c 1.2MB
insert_photo plateau_tintmask_psd_6d81b739.generated.vtex_c 88.2KB
collections plateau.vmat_c 5.7KB
insert_photo tree_01_ao_png_82b5c2b1.generated.vtex_c 447.8KB
insert_photo tree_01_color_png_f63b5b92.generated.vtex_c 500.4KB
insert_photo tree_01_normal_png_e83a3346.generated.vtex_c 1.2MB
collections tree_01.vmat_c 5.2KB
models/menu
view_in_ar menubg.vmdl_c 1.7MB
public menuprefab.vpk 5MB
view_in_ar plateau_lit.vmdl_c 146KB
view_in_ar plateau.vmdl_c 204.1KB
view_in_ar tree_01.vmdl_c 34.8KB
models/sbox_props/trees/oak
collections oak_bark.vmat_c 5.6KB
collections oak_branch.vmat_c 6.3KB
models/tools/blowtorch
view_in_ar blowtorch.vmdl_c 30.8KB
text_snippet blowtorch.vmdl_c.png 23.4KB
models/tools/blowtorch/materials
collections blowtorch.vmat_c 5.4KB
insert_photo phong1_ao_png_5a30c318.generated.vtex_c 588.1KB
insert_photo phong1_color_png_2136d838.generated.vtex_c 604.8KB
insert_photo phong1_normal_png_1fa9ab5.generated.vtex_c 704.2KB
models/tools/cigar
view_in_ar cigar.vmdl_c 14.7KB
text_snippet cigar.vmdl.png 18.2KB
models/tools/cigar/textures
insert_photo cigar_low_ao_png_fd409d97.generated.vtex_c 605.2KB
insert_photo cigar_low_color_png_8be4d581.generated.vtex_c 1.7MB
insert_photo cigar_low_emissive_png_30704256.generated.vtex_c 352.5KB
insert_photo cigar_low_normal_png_a20b66fb.generated.vtex_c 4.4MB
collections cigar.vmat_c 6KB
models/tools/dynamiteplunger
view_in_ar dynamiteplunger.vmdl_c 19.8KB
models/tools/dynamiteplunger/materials
insert_photo dynamite_plunger_color_psd_6ff6671c.generated.vtex_c 454.1KB
insert_photo dynamite_plunger_rough_psd_8c92fd0b.generated.vtex_c 662.6KB
collections dynamite_plunger.vmat_c 5.5KB
models/tools/girders
view_in_ar girder_center_only.vmdl_c 41.6KB
view_in_ar girder_long.vmdl_c 12.7KB
view_in_ar girder_short_left.vmdl_c 23.2KB
view_in_ar girder_short_right.vmdl_c 23.2KB
view_in_ar girder_short.vmdl_c 40.8KB
text_snippet girder_short.vmdl_c.png 27.2KB
view_in_ar girderpreview.vmdl_c 6.2KB
models/tools/girders/materials
insert_photo girder_color_psd_b98fa7e3.generated.vtex_c 1.4MB
insert_photo girder_color_psd_ba24d88d.generated.vtex_c 903.4KB
collections girder.vmat_c 5KB
models/tools/jetpack
view_in_ar jetpack.vmdl_c 90.4KB
text_snippet jetpack.vmdl_c.png 37.6KB
models/tools/jetpack/materials
insert_photo jetpack_color_psd_aa5515bd.generated.vtex_c 1.2MB
insert_photo jetpack_helmet_color_psd_5a6c0c5c.generated.vtex_c 79.9KB
insert_photo jetpack_helmet_color_psd_f0949268.generated.vtex_c 85.3KB
collections jetpack_helmet.vmat_c 5.1KB
insert_photo jetpack_rough_psd_5541f1a4.generated.vtex_c 1.9MB
collections jetpack.vmat_c 5.3KB
models/tools/ninjarope/materials
insert_photo ninjarope_color_psd_536c9660.generated.vtex_c 324KB
insert_photo ninjarope_rough_psd_cbd83e89.generated.vtex_c 600KB
collections ninjarope.vmat_c 5.4KB
models/tools/ninjarope
view_in_ar ninjarope_hook.vmdl_c 6.5KB
view_in_ar ninjarope.vmdl_c 25.4KB
text_snippet ninjarope.vmdl.png 23.8KB
models/tools/parachute
text_snippet parachute.vanmgrph_c 2.4KB
view_in_ar parachute.vmdl_c 39.6KB
models/tools/parachute/parachute
insert_photo unnamed_1_vmorf.vtex_c 31.2KB
models/tools/teleporter/materials
insert_photo teleporter_color_psd_34eb926c.generated.vtex_c 94.6KB
insert_photo teleporter_color_psd_89bc7568.generated.vtex_c 136.7KB
collections teleporter.vmat_c 5.1KB
models/tools/teleporter
text_snippet teleporter.vanmgrph_c 1.2KB
view_in_ar teleporter.vmdl_c 12.4KB
text_snippet teleporter.vmdl_c.png 20KB
models
view_in_ar waterplane.vmdl_c 76.5KB
models/weapons/airstrikes
view_in_ar bomb.vmdl_c 17.3KB
text_snippet bomb.vmdl.png 29.1KB
models/weapons/airstrikes/materials
insert_photo bomb_color_psd_16d62706.generated.vtex_c 567.3KB
insert_photo bomb_rough_psd_5f3fe3d7.generated.vtex_c 867.3KB
collections bomb.vmat_c 5.3KB
models/weapons/airstrikes/materials/bomb
insert_photo airstrike_bomb_ao_png_c6c49d32.generated.vtex_c 425.3KB
insert_photo airstrike_bomb_color_png_72ae89d.generated.vtex_c 611.2KB
insert_photo airstrike_bomb_normal_png_c51bd61d.generated.vtex_c 1MB
collections airstrike_bomb.vmat_c 6KB
models/weapons/airstrikes/materials
insert_photo plane_color_psd_5bd09ade.generated.vtex_c 1.8MB
insert_photo plane_color_psd_aba244c9.generated.vtex_c 1.1MB
collections plane.vmat_c 5.1KB
insert_photo propellor_active_psd_21aab38.generated.vtex_c 245.9KB
collections propellor_active.vmat_c 5.8KB
insert_photo radio_color_psd_ed9f8185.generated.vtex_c 93.1KB
insert_photo radio_rough_psd_79a3b12e.generated.vtex_c 124KB
collections radio.vmat_c 5.3KB
models/weapons/airstrikes
text_snippet plane.vanmgrph_c 2.1KB
view_in_ar plane.vmdl_c 45KB
view_in_ar radio.vmdl_c 12.7KB
text_snippet radio.vmdl_c.png 15.1KB
models/weapons/banana
view_in_ar banana_bunch.vmdl_c 25.6KB
text_snippet banana_bunch.vmdl.png 27.5KB
view_in_ar banana.vmdl_c 6.4KB
models/weapons/banana/materials
insert_photo banana_ao_png_ffc106e2.generated.vtex_c 131.6KB
insert_photo banana_color_png_3e825edb.generated.vtex_c 94.5KB
insert_photo banana_rough_png_8f300a47.generated.vtex_c 45.3KB
collections banana.vmat_c 5.3KB
models/weapons/baseballbat
view_in_ar baseballbat.vmdl_c 31.6KB
text_snippet baseballbat.vmdl_c.png 12.2KB
models/weapons/baseballbat/materials
insert_photo baseballbat_color_psd_29932f9f.generated.vtex_c 504.5KB
insert_photo baseballbat_color_psd_7cf7bd4a.generated.vtex_c 274.9KB
collections baseballbat.vmat_c 5.2KB
insert_photo baseballhelmet_color_psd_3901a7aa.generated.vtex_c 37.9KB
insert_photo baseballhelmet_color_psd_f40f5e7d.generated.vtex_c 52.6KB
collections baseballhelmet.vmat_c 5.2KB
models/weapons/bazooka
view_in_ar bazooka.vmdl_c 24.9KB
text_snippet bazooka.vmdl_c.png 24KB
models/weapons/bazooka/materials
insert_photo bazooka_color_psd_b9e59346.generated.vtex_c 206.1KB
insert_photo bazooka_color_psd_c88841cc.generated.vtex_c 448.7KB
insert_photo bazooka_roughness_psd_31abbc6a.generated.vtex_c 333.3KB
collections bazooka_translucency.vmat_c 5.8KB
collections bazooka.vmat_c 5.3KB
models/weapons/bitchslap
text_snippet bitchslap.vmdl_c.png 20.5KB
models/weapons/brassknuckles
view_in_ar brassknuckles.vmdl_c 21.4KB
text_snippet brassknuckles.vmdl.png 22.6KB
models/weapons/brassknuckles/materials
insert_photo brassknuckles_normal_png_5d52c6f7.generated.vtex_c 343.7KB
insert_photo brassknuckles_vmat_g_tcolor_7d0b1b77.generated.vtex_c 1.5KB
collections brassknuckles.vmat_c 5.3KB
models/weapons/bunker_buster
view_in_ar bunker_buster.vmdl_c 17.3KB
text_snippet bunker_buster.vmdl.png 30.1KB
models/weapons/bunker_buster/materials
insert_photo bunker_buster_ao_png_f1a8a512.generated.vtex_c 425.3KB
insert_photo bunker_buster_color_png_3205c2a.generated.vtex_c 607.1KB
insert_photo bunker_buster_normal_png_322b2faf.generated.vtex_c 1MB
collections bunker_buster.vmat_c 6KB
models/weapons/cluster_grenade/materials
collections mat-grenade_cluster_shard.vmat_c 5.5KB
collections mat-grenade_cluster.vmat_c 6.2KB
insert_photo tex-grenade_cluster_shard-albedo_png_b0070f60.generated.vtex_c 167.9KB
insert_photo tex-grenade_cluster_shard-normal_png_4faeb229.generated.vtex_c 107.9KB
insert_photo tex-grenade_cluster-albedo_png_262c1237.generated.vtex_c 2.1MB
insert_photo tex-grenade_cluster-ao_png_f6e6138f.generated.vtex_c 1.4MB
insert_photo tex-grenade_cluster-normal_png_2f4ac67.generated.vtex_c 1.7MB
models/weapons/cluster_grenade
view_in_ar mdl-cluster_grenade_shard.vmdl_c 8.8KB
view_in_ar mdl-cluster_grenade.vmdl_c 41.8KB
models/weapons/concretegarry
view_in_ar concretegarry.vmdl_c 81.7KB
text_snippet concretegarry.vmdl_c.png 30KB
models/weapons/concretegarry/materials
insert_photo concretebase_color_psd_afc75dd7.generated.vtex_c 1.7MB
insert_photo concretebase_color_psd_e4c0081e.generated.vtex_c 3.7MB
insert_photo concretebase_rough_psd_e7337225.generated.vtex_c 3.1MB
collections concretebase.vmat_c 5.7KB
insert_photo newman_color_psd_b213123a.generated.vtex_c 2.1MB
insert_photo newman_rough_psd_b5dc5e5f.generated.vtex_c 3.7MB
collections newman.vmat_c 5.4KB
models/weapons/dynamite
view_in_ar dynamite_projectile.vmdl_c 44.3KB
view_in_ar dynamite.vmdl_c 44KB
text_snippet dynamite.vmdl_c.png 27.4KB
models/weapons/dynamite/materials
insert_photo dynamite_color_psd_13f2f151.generated.vtex_c 351.6KB
insert_photo dynamite_illumn_psd_42ff29a8.generated.vtex_c 52.3KB
insert_photo dynamite_rough_psd_989cbdf9.generated.vtex_c 442.5KB
collections dynamite.vmat_c 6.1KB
models/weapons/flamethrower
view_in_ar flamethrower.vmdl_c 34.6KB
text_snippet flamethrower.vmdl.png 17.8KB
models/weapons/flamethrower/materials
insert_photo flamethrower_ao_png_79d533d2.generated.vtex_c 442.5KB
insert_photo flamethrower_color_png_383d3b94.generated.vtex_c 558.7KB
insert_photo flamethrower_normal_png_179440ef.generated.vtex_c 655.1KB
collections flamethrower.vmat_c 5.9KB
models/weapons/goat
view_in_ar goat_holdable.vmdl_c 118.8KB
text_snippet goat.vanmgrph_c 3.1KB
view_in_ar goat.vmdl_c 118.9KB
text_snippet goat.vmdl.png 25.5KB
models/weapons/goat/materials
insert_photo goat_color_psd_8b80f4a8.generated.vtex_c 1.4MB
insert_photo goat_color_psd_ad5e163d.generated.vtex_c 2.5MB
collections goat.vmat_c 5KB
models/weapons/grenade
view_in_ar clustergrenade_shard.vmdl_c 9.6KB
view_in_ar clustergrenade.vmdl_c 22.3KB
view_in_ar grenade.vmdl_c 22.4KB
text_snippet grenade.vmdl_c.png 25.3KB
models/weapons/grenade/materials
insert_photo grenade_cluster_color_psd_9e1492c4.generated.vtex_c 163.5KB
collections grenade_cluster.vmat_c 5.3KB
insert_photo grenade_color_psd_300c42dc.generated.vtex_c 155KB
insert_photo grenade_rough_psd_b9d0c021.generated.vtex_c 138.2KB
collections grenade.vmat_c 5.3KB
models/weapons/homingmissile
view_in_ar homingmissile.vmdl_c 24.8KB
text_snippet homingmissile.vmdl_c.png 31.5KB
models/weapons/homingmissile/materials
insert_photo bazooka_homing_color_psd_c7ab0946.generated.vtex_c 243.3KB
collections bazooka_homing.vmat_c 5.4KB
models/weapons/landmine
view_in_ar landmine_projectile.vmdl_c 13.2KB
view_in_ar landmine.vmdl_c 12.3KB
text_snippet landmine.vmdl_c.png 29.3KB
models/weapons/landmine/materials
insert_photo landmine_color_psd_26f7fa8d.generated.vtex_c 254KB
insert_photo landmine_illumn_psd_6b97cf46.generated.vtex_c 66KB
insert_photo landmine_lightoff_color_psd_af3f48a.generated.vtex_c 242.5KB
collections landmine_lightoff.vmat_c 5.4KB
insert_photo landmine_rough_psd_70b89c73.generated.vtex_c 370KB
collections landmine.vmat_c 6.1KB
models/weapons/minigun/materials
insert_photo minigun_color_psd_a6065bf7.generated.vtex_c 717.4KB
insert_photo minigun_rough_psd_1fe85aef.generated.vtex_c 572.8KB
collections minigun.vmat_c 5.9KB
models/weapons/minigun
text_snippet minigun.vanmgrph_c 2.1KB
view_in_ar minigun.vmdl_c 51.2KB
text_snippet minigun.vmdl_c.png 26.8KB
models/weapons/mrl/materials
insert_photo mrl_ao_png_29eb3d18.generated.vtex_c 453.3KB
insert_photo mrl_color_png_3d76f253.generated.vtex_c 918.8KB
insert_photo mrl_normal_png_d4a3ba0e.generated.vtex_c 928.1KB
collections mrl.vmat_c 5.5KB
models/weapons/mrl
view_in_ar mrl.vmdl_c 60.5KB
text_snippet mrl.vmdl.png 38KB
models/weapons/oildrum/materials
insert_photo flame_emoji_psd_758afc5c.generated.vtex_c 94.7KB
collections flame_emoji.vmat_c 5.8KB
insert_photo oildrum_color_psd_d291dbf1.generated.vtex_c 125.5KB
insert_photo oildrum_rough_psd_5f79c17a.generated.vtex_c 150.8KB
collections oildrum.vmat_c 5.3KB
models/weapons/oildrum
text_snippet oildrum.vanmgrph_c 1.2KB
view_in_ar oildrum.vmdl_c 23.7KB
models/weapons/petrolbomb
collections glass.vmat_c 5.2KB
models/weapons/petrolbomb/materials
insert_photo glass_color_psd_71ed6530.generated.vtex_c 174.6KB
collections glass.vmat_c 6KB
insert_photo rag_color_psd_8aa7dbca.generated.vtex_c 172.2KB
insert_photo rag_vmat_g_tnormal_ad02dc91.generated.vtex_c 2KB
collections rag.vmat_c 5.1KB
models/weapons/petrolbomb
text_snippet petrolbomb.vanmgrph_c 1.5KB
view_in_ar petrolbomb.vmdl_c 19KB
text_snippet petrolbomb.vmdl_c.png 23.9KB
models/weapons/railgun/materials
insert_photo railgun_color_psd_a9605dc3.generated.vtex_c 398.9KB
insert_photo railgun_rough_psd_3d0e6d12.generated.vtex_c 480.5KB
collections railgun.vmat_c 5.3KB
models/weapons/railgun
view_in_ar railgun.vmdl_c 89.2KB
text_snippet railgun.vmdl_c.png 29KB
models/weapons/revolver/materials
insert_photo sixshooter_color_psd_ba7bb339.generated.vtex_c 332.4KB
insert_photo sixshooter_rough_psd_a80519fe.generated.vtex_c 190.6KB
insert_photo sixshooter_teleport_color_psd_d927ffe6.generated.vtex_c 297.7KB
collections sixshooter_teleport.vmat_c 5.4KB
collections sixshooter.vmat_c 5.4KB
models/weapons/revolver
view_in_ar revolver_teleport.vmdl_c 36.6KB
text_snippet revolver_teleport.vmdl.png 22.6KB
view_in_ar revolver.vmdl_c 36.5KB
text_snippet revolver.vmdl_c.png 17.7KB
models/weapons/shell
view_in_ar homingshell.vmdl_c 24KB
models/weapons/shell/materials
insert_photo shell_colors_psd_428681b0.generated.vtex_c 79.9KB
insert_photo shell_colors_psd_4db5a0cf.generated.vtex_c 79.9KB
insert_photo shell_colors_psd_d0b3b75f.generated.vtex_c 100.1KB
insert_photo shell_colors_psd_d4a748e3.generated.vtex_c 135.4KB
collections shell_colors.vmat_c 5KB
collections shell_flame.vmat_c 5.9KB
insert_photo shell_homing_colors_psd_74be8459.generated.vtex_c 70.5KB
collections shell_homing_colors.vmat_c 5.3KB
models/weapons/shell
view_in_ar shell.vmdl_c 22.8KB
text_snippet shell.vmdl_c.png 48.9KB
models/weapons/shotgun/materials
insert_photo shotgun_colors_psd_f8f0272f.generated.vtex_c 229KB
collections shotgun_colors.vmat_c 5.4KB
insert_photo shotgun_roughness_psd_54669bb2.generated.vtex_c 166.3KB
models/weapons/shotgun
view_in_ar shotgun.vmdl_c 23.4KB
text_snippet shotgun.vmdl_c.png 16.9KB
models/weapons/targetindicator
view_in_ar arrowindicator.vmdl_c 7.5KB
view_in_ar targetindicator.vmdl_c 11.6KB
models/weapons/uzi/materials
insert_photo uzi_color_psd_9675bc98.generated.vtex_c 435.8KB
insert_photo uzi_rough_psd_a268192e.generated.vtex_c 603.1KB
collections uzi.vmat_c 5.2KB
models/weapons/uzi
view_in_ar uzi.vmdl_c 37.1KB
text_snippet uzi.vmdl_c.png 24.2KB
particles/blueflame
text_snippet blueflame_base.vpcf_c 2.5KB
text_snippet blueflame_continuous.vpcf_c 2.7KB
insert_photo blueflame_gradient_png_59a9ef70.generated.vtex_c 70.4KB
collections blueflame_gradient.vmat_c 5.1KB
view_in_ar blueflame.vmdl_c 6.7KB
particles/explosion
view_in_ar explosionmodel.vmdl_c 12.7KB
insert_photo fireball_selfillum_png_1b2d5e9a.generated.vtex_c 44.5KB
insert_photo fireball_selfillum_png_278cc7bc.generated.vtex_c 87.2KB
insert_photo fireball_selfillum_png_54927edf.generated.vtex_c 87.2KB
insert_photo fireball_selfillum.vtex_c 65.9KB
text_snippet grubs_explosion_base.vpcf_c 2.7KB
collections grubs_explosion_fireball.vmat_c 5.9KB
text_snippet grubs_explosion_fireball.vpcf_c 2.9KB
text_snippet grubs_explosion_shockwave.vpcf_c 2.4KB
text_snippet grubs_explosion_smoke.vpcf_c 2.9KB
text_snippet grubs_explosion_sparks.vpcf_c 2.2KB
particles/fire
collections fire_01.vmat_c 5.3KB
collections fire_02.vmat_c 4.9KB
text_snippet fire_base.vpcf_c 2.6KB
text_snippet fire_simple.vpcf_c 2.6KB
text_snippet fireobject.prefab_c 1.4KB
view_in_ar flame_mesh.vmdl_c 6.4KB
text_snippet grubs_fire_smoke.vpcf_c 2KB
text_snippet grubs_fire_sparks.vpcf_c 2.3KB
particles/fire/textures
insert_photo fire_bellmask_png_82f77c38.generated.vtex_c 69KB
insert_photo fire_diamondmask_png_da8c87d1.generated.vtex_c 68.5KB
insert_photo fire_gradient_png_c66a222f.generated.vtex_c 45.7KB
insert_photo fire_noise_01_png_4c9af171.generated.vtex_c 117KB
insert_photo fire_noise_02_png_1e9e52af.generated.vtex_c 115.6KB
insert_photo fire_sheet.vtex_c 141.3KB
particles/fuse
text_snippet fuse_base.vpcf_c 2.5KB
text_snippet fuse_spark.vpcf_c 3.1KB
text_snippet fuse.vsnap_c 663B
particles/guntrace
text_snippet guntrace.vpcf_c 2.5KB
insert_photo guntrace.vtex_c 5.8KB
text_snippet railgun.vpcf_c 2.6KB
particles/landimpact
text_snippet landimpact.vpcf_c 2.4KB
particles/magicmissile
view_in_ar magic_missile.vmdl_c 106.5KB
text_snippet magic_missile.vmdl.png 29.1KB
text_snippet magicmissile_base.vpcf_c 1.8KB
text_snippet magicmissile_smoke.vpcf_c 2.9KB
text_snippet magicmissile_splash.vpcf_c 2.7KB
collections magicmissile.vmat_c 3.8KB
collections magicmissile2.vmat_c 3.8KB
particles/magicmissile/textures
insert_photo magicm_blobs.vtex_c 36.8KB
insert_photo magicm_wpo_png_e8e60955.generated.vtex_c 44.5KB
insert_photo magicm_wpo2_png_bc4a3369.generated.vtex_c 44.5KB
particles/meleehit
insert_photo hit_star.vtex_c 4.9KB
text_snippet melee_base.vpcf_c 2.6KB
particles/muzzleflash
insert_photo grubs_muzzleflash_flash_vmat_g_tcolor_a0ce44b8.generated.vtex_c 1.5KB
collections grubs_muzzleflash_flash.vmat_c 4.9KB
insert_photo grubs_muzzleflash_gradient_png_82a55ffc.generated.vtex_c 78.9KB
collections grubs_muzzleflash_gradient.vmat_c 5.1KB
text_snippet grubs_muzzleflash_sparks_impact.vpcf_c 2.5KB
text_snippet grubs_muzzleflash_sparks.vpcf_c 2.6KB
view_in_ar grubs_muzzleflash.vmdl_c 15KB
text_snippet grubs_muzzleflash.vpcf_c 2.9KB
particles/skipturn
view_in_ar skip_icon.vmdl_c 4.3KB
text_snippet skip_icon.vmdl_c.png 18.3KB
text_snippet skipturn.vpcf_c 1.8KB
particles/smoke
text_snippet projectile_trail_base.vpcf_c 787B
text_snippet smoke_cloud.vpcf_c 2.6KB
collections smoke_complex.vmat_c 5.5KB
view_in_ar smoke_ring.vmdl_c 19.9KB
text_snippet smoke_ring.vpcf_c 2.7KB
collections smoke.vmat_c 2.9KB
text_snippet smoke.vpcf_c 3KB
particles/teleport
text_snippet teleport_base.vpcf_c 2.5KB
text_snippet teleport_down.vpcf_c 2.6KB
text_snippet teleport_up.vpcf_c 2.6KB
particles/watersplash
view_in_ar splash_ring.vmdl_c 5.2KB
particles/watersplash/textures
insert_photo water_ring_png_9fab6d08.generated.vtex_c 112.7KB
particles/watersplash
collections water_ring.vmat_c 3.8KB
text_snippet watersplash_base.vpcf_c 2.4KB
text_snippet watersplash_ring.vpcf_c 2.3KB
particles/weaponcharge
text_snippet charge_glint.vpcf_c 2.6KB
particles/weaponcharge/textures
insert_photo flare_01.vtex_c 71.2KB
insert_photo gradient_png_5a3981db.generated.vtex_c 2.4KB
particles/weaponcharge
collections weapon_charge.vmat_c 3.7KB
view_in_ar weapon_charge.vmdl_c 5.3KB
text_snippet weaponcharge.vpcf_c 2.5KB
particles/wind
text_snippet wind_wisp_base.vpcf_c 2.7KB
prefabs/grub
text_snippet grub.prefab_c 17.2KB
prefabs/player
text_snippet player.prefab_c 5.8KB
prefabs/tools/girder
text_snippet girder_short.prefab_c 2.7KB
text_snippet girder.prefab_c 3.2KB
prefabs/tools/jetpack
text_snippet jetpack.prefab_c 3.4KB
prefabs/tools/ninja_rope
text_snippet hook_tip.prefab_c 4.3KB
text_snippet ninja_rope.prefab_c 2.8KB
prefabs/tools/torch
text_snippet torch.prefab_c 2.4KB
prefabs/weapons/airstrike
text_snippet airstrike_bomb_dropped.prefab_c 3.4KB
text_snippet airstrike_plane_bombs.prefab_c 6.2KB
text_snippet airstrike.prefab_c 4.9KB
prefabs/weapons/banana_bomb
text_snippet banana_bomb_shrapnel.prefab_c 3.1KB
text_snippet banana_bomb_thrown.prefab_c 3.7KB
text_snippet banana_bomb.prefab_c 2.9KB
prefabs/weapons/baseball_bat
text_snippet baseball_bat.prefab_c 2.2KB
prefabs/weapons/bazooka_homing
text_snippet bazooka_homing.prefab_c 4.7KB
text_snippet bazooka_shell_homing.prefab_c 3.3KB
prefabs/weapons/bazooka
text_snippet bazooka_shell.prefab_c 2.4KB
text_snippet bazooka.prefab_c 2.8KB
prefabs/weapons/brass_knuckles
text_snippet brass_knuckles.prefab_c 2.1KB
prefabs/weapons/bunker_buster
text_snippet bunker_buster_dropped.prefab_c 3.8KB
text_snippet bunker_buster.prefab_c 4.8KB
prefabs/weapons/cluster_grenade
text_snippet cluster_grenade_shrapnel.prefab_c 2.9KB
text_snippet cluster_grenade_thrown.prefab_c 3.4KB
text_snippet cluster_grenade.prefab_c 2.9KB
prefabs/weapons/concrete_garry
text_snippet concrete_garry_dropped.prefab_c 3.4KB
text_snippet concrete_garry.prefab_c 5KB
prefabs/weapons/dynamite
text_snippet dynamite_dropped.prefab_c 4.6KB
text_snippet dynamite.prefab_c 2.9KB
prefabs/weapons/elemental_missile
text_snippet elemental_missile_projectile.prefab_c 3.5KB
text_snippet elemental_missile.prefab_c 5.4KB
prefabs/weapons/flamethrower
text_snippet flamethrower.prefab_c 2.2KB
prefabs/weapons/gibgun
text_snippet gibgun.prefab_c 2.2KB
prefabs/weapons/goat
text_snippet goat_thrown.prefab_c 2.5KB
text_snippet goat.prefab_c 3.3KB
prefabs/weapons/grenade
text_snippet grenade_thrown.prefab_c 2.7KB
text_snippet grenade.prefab_c 2.7KB
prefabs/weapons/landmine
text_snippet landmine_ground.prefab_c 2.7KB
text_snippet landmine.prefab_c 3KB
prefabs/weapons/minigun
text_snippet minigun.prefab_c 2.4KB
prefabs/weapons/multiple_rocket_launcher
text_snippet mrl_shell.prefab_c 2.8KB
text_snippet mrl.prefab_c 2.8KB
prefabs/weapons/petrol_bomb
text_snippet petrol_bomb_thrown.prefab_c 4KB
text_snippet petrol_bomb.prefab_c 3.7KB
prefabs/weapons/revolver
text_snippet revolver.prefab_c 2.4KB
prefabs/weapons/shotgun
text_snippet shotgun.prefab_c 2.4KB
prefabs/weapons/teleporter
text_snippet teleporter.prefab_c 3.4KB
prefabs/weapons/uzi
text_snippet uzi.prefab_c 2.3KB
prefabs/world/drops
text_snippet health_crate.prefab_c 2.3KB
text_snippet oildrum.prefab_c 2.7KB
text_snippet tools_crate.prefab_c 2.3KB
text_snippet weapons_crate.prefab_c 2.3KB
prefabs/world
text_snippet dynamite_plunger.prefab_c 898B
prefabs/world/popups
text_snippet cratepickup.prefab_c 968B
text_snippet damagenumber.prefab_c 971B
projectsettings
text_snippet collision.config 629B
resources/equipment/tools
text_snippet blowtorch.geq_c 719B
text_snippet girder.geq_c 729B
text_snippet jetpack.geq_c 706B
text_snippet ninja_rope.geq_c 677B
resources/equipment/weapons
text_snippet airstrike.geq_c 738B
text_snippet banana_bomb.geq_c 745B
text_snippet baseball_bat.geq_c 783B
text_snippet bazooka _homing.geq_c 783B
text_snippet bazooka.geq_c 719B
text_snippet brass_knuckles.geq_c 684B
text_snippet bunker_buster.geq_c 678B
text_snippet cluster_grenade.geq_c 793B
text_snippet concrete_garry.geq_c 791B
text_snippet dynamite.geq_c 757B
text_snippet elemental_missile.geq_c 735B
text_snippet flamethrower.geq_c 777B
text_snippet gibgun.geq_c 727B
text_snippet goat.geq_c 677B
text_snippet grenade.geq_c 734B
text_snippet landmine.geq_c 757B
text_snippet minigun.geq_c 731B
text_snippet mrl.geq_c 747B
text_snippet petrol_bomb.geq_c 759B
text_snippet revolver.geq_c 745B
text_snippet shotgun.geq_c 738B
text_snippet teleporter.geq_c 771B
text_snippet uzi.geq_c 707B
scenes
text_snippet beach.scene_c 8.6KB
text_snippet main_menu.scene_c 3.3KB
text_snippet net_test.scene_c 5.2KB
text_snippet ropetest.scene_c 4.5KB
shaders
text_snippet gr_explosion.shader_c 147.7KB
text_snippet gr_fire.shader_c 168.1KB
text_snippet gr_foreground_scorch_old.shader_c 180KB
text_snippet gr_foreground_scorch.shader_c 182.2KB
text_snippet gr_foreground.shader_c 165.3KB
text_snippet gr_magicmissile.shader_c 153.5KB
text_snippet gr_skydome.shader_c 151.3KB
text_snippet gr_smoke.shader_c 147.7KB
text_snippet gr_teleport.shader_c 147.7KB
text_snippet gr_water_ring.shader_c 157KB
text_snippet gr_water.shader_c 247.2KB
text_snippet gr_weapon_charge.shader_c 148.1KB
text_snippet new_water.shader_c 86.5KB
shaders/postprocess
text_snippet gr_standard.vpost_c 129.5KB
shaders
text_snippet simple_water.shader_c 267.9KB
sounds/airstrike
text_snippet plane_bay_door_open.sound_c 725B
text_snippet plane_bay_door_open.vsnd_c 345.3KB
text_snippet plane_engine_loop.sound_c 723B
text_snippet plane_engine_loop.vsnd_c 1.6MB
sounds/ambience
text_snippet beach_ambience.sound_c 617B
text_snippet beach_ambience.vsnd_c 6.9MB
sounds/grub
text_snippet backflip1.vsnd_c 25.1KB
text_snippet backflip2.vsnd_c 30.2KB
text_snippet grub_backflip.sound_c 659B
text_snippet grub_jump.sound_c 646B
text_snippet grub_squeak.sound_c 590B
text_snippet grub_squeak2.sound_c 590B
text_snippet jump1.vsnd_c 10.8KB
text_snippet jump2.vsnd_c 10.8KB
text_snippet squeak.vsnd_c 159.8KB
sounds/impacts/bullets
text_snippet impact-bullet-metal.sound_c 1.2KB
text_snippet metal_bullet_impact-1.vsnd_c 129.9KB
text_snippet metal_bullet_impact-2.vsnd_c 129.9KB
text_snippet metal_bullet_impact-3.vsnd_c 129.9KB
text_snippet metal_bullet_impact-4.vsnd_c 129.9KB
text_snippet metal_bullet_impact-5.vsnd_c 90.4KB
sounds/music
text_snippet grubbin_around.vsnd_c 4.1MB
text_snippet menu_music.sound_c 614B
sounds/ui
text_snippet ui_button_click.sound_c 612B
text_snippet ui_button_click.vsnd_c 2.7KB
text_snippet ui_button_hover.sound_c 612B
text_snippet ui_button_hover.vsnd_c 3.1KB
text_snippet ui_inventory_open.sound_c 614B
text_snippet ui_inventory_open.vsnd_c 8.9KB
text_snippet ui_notification.vsnd_c 44.7KB
text_snippet ui_turn_indicator.sound_c 612B
sounds/weapons/banana
text_snippet bounce.sound_c 698B
text_snippet bounce.vsnd_c 8.5KB
sounds/weapons/bat
text_snippet bat_impact.sound_c 618B
text_snippet bat_impact.vsnd_c 25.2KB
text_snippet bat_swing.sound_c 618B
text_snippet bat_swing.vsnd_c 20.4KB
sounds/weapons/bazooka
text_snippet bazooka_fire.sound_c 639B
text_snippet bazooka_fire.vsnd_c 41KB
sounds/weapons/bitchslap
text_snippet slap.sound_c 617B
text_snippet slap.vsnd_c 13.4KB
sounds/weapons
text_snippet charge.sound_c 679B
text_snippet charge.vsnd_c 67.5KB
sounds/weapons/dynamite
text_snippet dynamite_fuse.sound_c 641B
text_snippet dynamite_fuse.vsnd_c 317.1KB
sounds/weapons/explosions
text_snippet explosion_short_tail_1.vsnd_c 34.4KB
text_snippet explosion_short_tail_2.vsnd_c 67.1KB
text_snippet explosion_short_tail_3.vsnd_c 67.1KB
text_snippet explosion_short_tail.sound_c 926B
sounds/weapons
text_snippet generic_impact.sound_c 619B
text_snippet generic_impact.vsnd_c 2.9KB
text_snippet generic_throw.sound_c 618B
text_snippet generic_throw.vsnd_c 16.6KB
sounds/weapons/gibgun
text_snippet gibgun_shot.sound_c 637B
text_snippet gibgun_shot.vsnd_c 51.7KB
sounds/weapons/girder
text_snippet girder_build.sound_c 640B
text_snippet girder_build.vsnd_c 19.5KB
sounds/weapons/goat
text_snippet goat_impact.sound_c 856B
text_snippet goat1.vsnd_c 26.2KB
text_snippet goat2.vsnd_c 18.7KB
text_snippet goat3.vsnd_c 19.3KB
text_snippet goat4.vsnd_c 20KB
sounds/weapons/homingmissile
text_snippet homingmissile_lock.sound_c 683B
text_snippet homingmissile_lock.vsnd_c 10.6KB
sounds/weapons/jetpack
text_snippet thrust.sound_c 702B
text_snippet thrust.vsnd_c 95.4KB
sounds/weapons/mine
text_snippet beep.sound_c 777B
text_snippet beep1.vsnd_c 5.5KB
text_snippet beep2.vsnd_c 5KB
text_snippet beep3.vsnd_c 5KB
sounds/weapons/minigun
text_snippet minigun_shot.sound_c 639B
text_snippet minigun_shot.vsnd_c 147.7KB
sounds/weapons/parachute
text_snippet parachute_deploy.sound_c 661B
text_snippet parachute_deploy.vsnd_c 10.3KB
text_snippet parachute_disengage.sound_c 664B
text_snippet parachute_disengage.vsnd_c 8.3KB
sounds/weapons/petrolbomb
text_snippet petrolbomb_explode.sound_c 663B
text_snippet petrolbomb_explode.vsnd_c 18.5KB
sounds/weapons/revolver
text_snippet revolver_shot_1.vsnd_c 153.8KB
text_snippet revolver_shot_2.vsnd_c 167.1KB
text_snippet revolver_shot_3.vsnd_c 167.1KB
text_snippet revolver_shot.sound_c 865B
sounds/weapons/shotgun
text_snippet shotgun_fire.sound_c 638B
text_snippet shotgun_fire.vsnd_c 156.9KB
sounds/weapons/teleporter
text_snippet teleport_use.sound_c 644B
text_snippet teleport_use.vsnd_c 57KB
sounds/weapons/torch
text_snippet torch_fire_1.vsnd_c 20.4KB
text_snippet torch_fire_2.vsnd_c 20.4KB
text_snippet torch_fire_3.vsnd_c 21.8KB
text_snippet torch_fire.sound_c 917B
sounds/weapons/uzi
text_snippet uzi_casing_drop.sound_c 638B
text_snippet uzi_casing_drop.vsnd_c 73.2KB
text_snippet uzi_shot.sound_c 615B
text_snippet uzi_shot.vsnd_c 27.2KB
sounds/world
text_snippet crate_spawn.sound_c 612B
text_snippet crate_spawn.vsnd_c 45.7KB
text_snippet fire-1.vsnd_c 34.9KB
text_snippet fire-2.vsnd_c 19.5KB
text_snippet fire-3.vsnd_c 17.3KB
text_snippet fire.sound_c 725B
text_snippet item_pickup.sound_c 601B
text_snippet item_pickup.vsnd_c 59.9KB
text_snippet suddendeath_rumble.sound_c 634B
text_snippet suddendeath_rumble.vsnd_c 82.3KB
text_snippet water_splash.sound_c 696B
text_snippet water_splash1.vsnd_c 321.8KB
text_snippet water_splash2.vsnd_c 226.1KB
styles
text_snippet base.scss 757B
styles/base
text_snippet _navigator.scss 62B
text_snippet _popup.scss 3.6KB
text_snippet _splitcontainer.scss 411B
text_snippet _tabcontainer.scss 1.2KB
text_snippet _textentry.scss 37B
styles
text_snippet form.scss 894B
styles/form
text_snippet _checkbox.scss 732B
text_snippet _coloreditor.scss 3.7KB
text_snippet _colorproperty.scss 287B
text_snippet _dropdown.scss 463B
text_snippet _slider.scss 1.1KB
text_snippet _switch.scss 879B
styles
text_snippet rootpanel.scss 3.3KB
surfaces
text_snippet banana_bounce.surface_c 985B
text_snippet zero_bounce.surface_c 613B
textures/environment
insert_photo cereal_ao_png_96f11265.generated.vtex_c 466.1KB
text_snippet cereal_ao.png 659.1KB
insert_photo cereal_color_png_d2699732.generated.vtex_c 347KB
text_snippet cereal_color.png 877.5KB
text_snippet cereal_height.png 434KB
insert_photo cereal_normal_png_2194a4f0.generated.vtex_c 404.8KB
text_snippet cereal_normal.png 3.7MB
insert_photo cereal_rough_png_2c55a910.generated.vtex_c 304.8KB
text_snippet cereal_rough.png 1.5MB
insert_photo dirt_a_ao_png_fc1f7c5c.generated.vtex_c 216.7KB
text_snippet dirt_a_ao.png 268.6KB
insert_photo dirt_a_color_png_57087771.generated.vtex_c 317.2KB
text_snippet dirt_a_color.png 661.1KB
insert_photo dirt_a_normal_png_2a5832b9.generated.vtex_c 325.2KB
text_snippet dirt_a_normal.png 1.5MB
insert_photo dirt_a_rough_png_b5ed0a70.generated.vtex_c 262.8KB
text_snippet dirt_a_rough.png 1.2MB
insert_photo dirt_rocks_ao_png_59943f3d.generated.vtex_c 273.2KB
text_snippet dirt_rocks_ao.png 328.9KB
insert_photo dirt_rocks_color_png_6cbf0604.generated.vtex_c 319KB
text_snippet dirt_rocks_color.png 695.1KB
text_snippet dirt_rocks_mask.png 314.7KB
insert_photo dirt_rocks_normal_png_1598013a.generated.vtex_c 403.7KB
text_snippet dirt_rocks_normal.png 2.7MB
insert_photo dirt_rocks_rough_png_1da4d474.generated.vtex_c 251.6KB
text_snippet dirt_rocks_rough.png 1.4MB
insert_photo lava_rocks_ao_png_c1cff271.generated.vtex_c 559.6KB
insert_photo lava_rocks_ao_png_ef32fc5c.generated.vtex_c 595.4KB
text_snippet lava_rocks_ao.png 682.5KB
insert_photo lava_rocks_color_png_e10e0c7d.generated.vtex_c 348.2KB
text_snippet lava_rocks_color.png 957.8KB
insert_photo lava_rocks_normal_png_404cfac.generated.vtex_c 600.3KB
text_snippet lava_rocks_normal.png 1.7MB
insert_photo lava_rocks_rough_png_350b4792.generated.vtex_c 462.2KB
insert_photo lava_rocks_rough_png_653d6dd8.generated.vtex_c 407.1KB
text_snippet lava_rocks_rough.png 550.2KB
insert_photo lava_rocks_selfillum_png_648f69aa.generated.vtex_c 390.4KB
text_snippet lava_rocks_selfillum.png 1.4MB
insert_photo metal_a_ao_png_5366978e.generated.vtex_c 268KB
text_snippet metal_a_ao.png 175.6KB
insert_photo metal_a_color_png_fbd98ada.generated.vtex_c 522.1KB
text_snippet metal_a_color.png 1MB
insert_photo metal_a_normal_png_ea400c3d.generated.vtex_c 833.3KB
text_snippet metal_a_normal.png 477.7KB
text_snippet metal_a_rough.png 470.4KB
insert_photo rocks_a_ao_png_97023d2a.generated.vtex_c 643.1KB
insert_photo rocks_a_ao_png_e1d0d96f.generated.vtex_c 439.1KB
text_snippet rocks_a_ao.png 379KB
insert_photo rocks_a_color_png_57cea3a9.generated.vtex_c 296KB
insert_photo rocks_a_color_png_aaf90ab6.generated.vtex_c 296KB
insert_photo rocks_a_color_png_ab37c9f3.generated.vtex_c 663.5KB
text_snippet rocks_a_color.png 625.9KB
insert_photo rocks_a_normal_png_4d494f8f.generated.vtex_c 1.3MB
insert_photo rocks_a_normal_png_5dfacf85.generated.vtex_c 586.5KB
insert_photo rocks_a_normal_png_ac041d63.generated.vtex_c 663.4KB
insert_photo rocks_a_normal_png_ddee9ffb.generated.vtex_c 1.3MB
text_snippet rocks_a_normal.png 5.5MB
insert_photo rocks_a_rough_png_ba85493d.generated.vtex_c 724.3KB
insert_photo rocks_a_rough_png_e678fd68.generated.vtex_c 227.1KB
text_snippet rocks_a_rough.png 1.2MB
insert_photo sand_a_ao_png_bad3e1c5.generated.vtex_c 423.5KB
text_snippet sand_a_ao.png 521.5KB
insert_photo sand_a_color_png_af2f6812.generated.vtex_c 266KB
insert_photo sand_a_color_png_c1aa8434.generated.vtex_c 673.5KB
text_snippet sand_a_color.png 660.7KB
insert_photo sand_a_normal_png_17bd4f6c.generated.vtex_c 637.7KB
insert_photo sand_a_normal_png_390e423c.generated.vtex_c 659.1KB
text_snippet sand_a_normal.png 6.1MB
insert_photo sand_a_rough_png_1a7f576b.generated.vtex_c 1.1MB
insert_photo sand_a_rough_png_94acf4b4.generated.vtex_c 874.8KB
insert_photo sand_a_rough_png_e4e97d55.generated.vtex_c 361.7KB
text_snippet sand_a_rough.png 1.6MB
text_snippet sand_c_color.png 194.7KB
insert_photo sand_shells_ao_png_5d808d49.generated.vtex_c 472.4KB
text_snippet sand_shells_ao.png 570.5KB
insert_photo sand_shells_blend_png_d7b99390.generated.vtex_c 56.8KB
text_snippet sand_shells_blend.png 22.3KB
insert_photo sand_shells_color_png_7343c749.generated.vtex_c 698.5KB
insert_photo sand_shells_color_png_f523ce98.generated.vtex_c 280.9KB
text_snippet sand_shells_color.png 734.1KB
insert_photo sand_shells_normal_png_ab6f098e.generated.vtex_c 612.3KB
insert_photo sand_shells_normal_png_dda17e06.generated.vtex_c 626.8KB
text_snippet sand_shells_normal.png 5.9MB
insert_photo sand_shells_rough_png_23a07db5.generated.vtex_c 1.1MB
insert_photo sand_shells_rough_png_b4b116bc.generated.vtex_c 368.7KB
text_snippet sand_shells_rough.png 1.6MB
insert_photo water_color_png_3cb60f6.generated.vtex_c 213.8KB
text_snippet water_color.png 291.4KB
insert_photo water_normal_png_8e60f328.generated.vtex_c 453.5KB
text_snippet water_normal.png 967.3KB
insert_photo water_rough_png_6ea63fa9.generated.vtex_c 289.3KB
text_snippet water_rough.png 279.7KB
textures
text_snippet facepunch_sdf.png 36.9KB
textures/hdr
text_snippet beach_01.exr 20.1MB
insert_photo fs002_day_eqirect_exr_a6c3609f.generated.vtex_c 404.3KB
text_snippet fs002_day_eqirect.exr 2.1MB
insert_photo fs002_day_exr_50718730.generated.vtex_c 5.6MB
text_snippet fs002_day.exr 3.7MB
textures/texturelevels
text_snippet aicavern_back.png 111.3KB
text_snippet aicavern.png 175.7KB
text_snippet antfarm_back.png 24.7KB
text_snippet antfarm_source.psd 523.1KB
text_snippet antfarm.png 99KB
text_snippet bak_source.psd 1MB
text_snippet baksdf.png 54.5KB
text_snippet battlefield.png 4.1KB
insert_photo battlefield.vtex_c 9.8KB
text_snippet bunkers_back.png 13.6KB
insert_photo bunkers_back.vtex_c 6.4KB
text_snippet bunkers_source.psd 283.1KB
text_snippet bunkers.png 12.4KB
insert_photo bunkers.vtex_c 7.4KB
text_snippet cavern_back.png 46.3KB
insert_photo cavern_back.vtex_c 17.3KB
text_snippet cavern_source.psd 417.9KB
text_snippet cavern.png 45.4KB
insert_photo cavern.vtex_c 15.4KB
text_snippet grubs_back.png 54.3KB
text_snippet grubs_source.psd 358.3KB
text_snippet grubs.png 54.3KB
insert_photo grubs.vtex_c 9.8KB
text_snippet grubs2.png 6.2KB
text_snippet hightower_back.png 49KB
text_snippet hightower_source.psd 1MB
text_snippet hightower.png 186.2KB
text_snippet islands_back.png 70.5KB
text_snippet islands_source.psd 528.6KB
text_snippet islands.png 72.8KB
text_snippet testlevel_back.png 6.5KB
insert_photo testlevel_back.vtex_c 9.9KB
text_snippet testlevel.png 3.4KB
insert_photo testlevel.vtex_c 33.8KB
text_snippet underground_back.png 5.5KB
text_snippet underground_source.psd 533.2KB
text_snippet underground.png 73.1KB
textures/texturestamps
text_snippet girder_sdf_source.psd 28.3KB
text_snippet girder_sdf.png 3.2KB
text_snippet girder.png 2.8KB
text_snippet girder.png.meta 144B
text_snippet girder.tsta 102B
text_snippet girder.vtex 796B
insert_photo girder.vtex_c 2.1KB
textures/trees/oak
insert_photo oak_bark_ao_tga_2b991766.generated.vtex_c 2.7MB
insert_photo oak_bark_color_tga_1fca541.generated.vtex_c 2.3MB
insert_photo oak_bark_normal_tga_a5a2623.generated.vtex_c 5.3MB
insert_photo oak_branch_color_tga_b2f69dff.generated.vtex_c 2.3MB
insert_photo oak_branch_normal_tga_b3c94713.generated.vtex_c 2.1MB
insert_photo oak_branch_rough_tga_7ba199e8.generated.vtex_c 892.1KB
textures/ui
text_snippet cursor.png 15KB
text_snippet grubs_logo.png 8.2KB
ui/chatbox
text_snippet chatbox.razor.scss 1.3KB
text_snippet chatboxentry.razor.scss 885B
ui
text_snippet common.scss 460B
ui/components
text_snippet controlinput.razor.scss 187B
text_snippet cursor.razor.scss 415B
text_snippet packagecard.razor.scss 3.4KB
text_snippet packagefilters.razor.scss 930B
text_snippet packagelist.razor.scss 257B
text_snippet playerscreen.razor.scss 162B
ui/controls
text_snippet slidercontrol.razor.scss 2.1KB
text_snippet switchcontrol.razor.scss 988B
ui/gameend
text_snippet gameend.razor.scss 204B
ui/gamelanding
text_snippet gamelanding.razor.scss 2.3KB
text_snippet playercard.razor.scss 1.3KB
text_snippet scenebackground.razor.scss 193B
ui
text_snippet inputglyph.razor.scss 235B
ui/inputhints
text_snippet inputhints.razor.scss 680B
ui/inventory
text_snippet inventorydisplay.razor.scss 1.8KB
text_snippet inventoryitem.razor.scss 665B
ui/menu
text_snippet createlobby.razor.scss 1.3KB
text_snippet gamerules.razor.scss 821B
text_snippet joinlobby.razor.scss 1.7KB
text_snippet menu.razor.scss 1016B
ui
text_snippet menupanel.razor.scss 1.6KB
ui/playerlist
text_snippet playerlist.razor.scss 357B
text_snippet playerlistentry.razor.scss 903B
ui/turninfo
text_snippet turntimer.razor.scss 548B
ui/world
text_snippet aimreticle.razor.scss 104B
text_snippet grubtag.razor.scss 974B
ui/world/popups
text_snippet cratepickup.razor.scss 396B
text_snippet damagenumber.razor.scss 716B