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"
  },
  "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": "15",
      "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": "25",
          "Name": "Medium"
        },
        {
          "Value": "50",
          "Name": "High"
        }
      ],
      "ConVarName": "gr_sd_aggression",
      "DisplayName": "Sudden Death Aggression",
      "DefaultValue": "25",
      "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": "",
  "Physics": {
    "SubSteps": 1,
    "TimeScale": 1,
    "Gravity": "0,0,-800",
    "AirDensity": 1.2,
    "SleepingEnabled": true,
    "SimulationMode": "Continuous",
    "PositionIterations": 2,
    "VelocityIterations": 8,
    "SoftBodyIterations": 1,
    "SoftBodySubsteps": 1
  },
  "Collision": {
    "Defaults": {
      "solid": "Collide",
      "trigger": "Trigger",
      "ladder": "Ignore",
      "water": "Trigger",
      "player": "Unset",
      "preview": "Ignore"
    },
    "Pairs": [
      {
        "a": "solid",
        "b": "solid",
        "r": "Collide"
      },
      {
        "a": "trigger",
        "b": "playerclip",
        "r": "Ignore"
      },
      {
        "a": "trigger",
        "b": "solid",
        "r": "Trigger"
      },
      {
        "a": "solid",
        "b": "trigger",
        "r": "Collide"
      },
      {
        "a": "playerclip",
        "b": "solid",
        "r": "Collide"
      },
      {
        "a": "trigger",
        "b": "player",
        "r": "Trigger"
      }
    ]
  },
  "InputSettings": {
    "Actions": [
      {
        "Name": "camera_pan",
        "KeyboardCode": "mouse2",
        "GroupName": "Camera"
      },
      {
        "Name": "camera_reset",
        "KeyboardCode": "mouse3",
        "GroupName": "Camera"
      },
      {
        "Name": "inventory",
        "KeyboardCode": "q",
        "GroupName": "UI"
      },
      {
        "Name": "chat",
        "KeyboardCode": "enter",
        "GroupName": "UI"
      },
      {
        "Name": "fire",
        "KeyboardCode": "mouse1",
        "GroupName": "Weapon"
      },
      {
        "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",
        "GroupName": "Movement"
      },
      {
        "Name": "backflip",
        "KeyboardCode": "shift",
        "GroupName": "Movement"
      },
      {
        "Name": "voice",
        "KeyboardCode": "v",
        "GroupName": "Other"
      }
    ]
  },
  "HttpAllowList": null,
  "LaunchConfigs": [
    {
      "Name": "Grubs Dev",
      "GameIdent": "apetavern.grubs#local",
      "MapName": "apetavern.gr_beach",
      "MaxPlayers": 8,
      "GameSettings": {},
      "Addons": "",
      "PreLaunchCommand": "",
      "PostLaunchCommand": ""
    }
  ],
  "TickRate": 50,
  "Resources": "/data/*\n/fonts/*\n/textures/ui/*.png\n/textures/texturelevels/*.png\n/textures/texturestamps/*.png\n*/airstrike_icon.png\n*/reticle.png\n*/reticle_trans.png\n*.vmdl.png\n*.vmdl_c.png\n*.csgmat\n*.vmat\n*.vtex\n*.sdflayer\n*.vmdl\n*.vanmgrph\n*.dmx\n*.txt\n*.vpcf\n*.tlvl\n*.tsta\n*.scss\n*.png.meta\n*.prefab\n*.shader\n*.vpost\n*.mp3\n*.sound\n*.wav",
  "MenuResources": "maps/gr_menu.vpk\ntextures/ui/*\nUI/GameMenu/*\nfonts/*\nUI/Styles/*\nUI/MainMenu/WorldScene/*\nmaterials/effects/lightcookies/tree_canopy.vmat\nmodels/citizenworm.vmdl\nmodels/crates/weapons_crate/materials/weaponcrate.vmat\nmodels/crates/tools_crate/materials/toolcrate.vmat\nmodels/menu/materials/tree_01.vmat\nmodels/menu/materials/grassleaves.vmat\nmodels/menu/materials/backdrop_dirt.vmat\nmodels/weapons/airstrikes/materials/plane.vmat\nmodels/weapons/airstrikes/materials/propellor_active.vmat\nmodels/weapons/oildrum/materials/flame_emoji.vmat\nmodels/weapons/oildrum/materials/oildrum.vmat\nmodels/weapons/revolver/materials/sixshooter.vmat\nmodels/weapons/uzi/materials/uzi.vmat\nmodels/weapons/dynamite/materials/dynamite.vmat\nmodels/weapons/shotgun/materials/shotgun_colors.vmat\nmaterials/effects/lightcookies/tree_canopy.vmat_c\nmodels/citizenworm.vmdl_c\nmodels/crates/weapons_crate/materials/weaponcrate.vmat_c\nmodels/crates/tools_crate/materials/toolcrate.vmat_c\nmodels/menu/materials/tree_01.vmat_c\nmodels/menu/materials/grassleaves.vmat_c\nmodels/menu/materials/backdrop_dirt.vmat_c\nmodels/weapons/airstrikes/materials/plane.vmat_c\nmodels/weapons/airstrikes/materials/propellor_active.vmat_c\nmodels/weapons/oildrum/materials/flame_emoji.vmat_c\nmodels/weapons/oildrum/materials/oildrum.vmat_c\nmodels/weapons/revolver/materials/sixshooter.vmat_c\nmodels/weapons/uzi/materials/uzi.vmat_c\nmodels/weapons/dynamite/materials/dynamite.vmat_c\nmodels/weapons/shotgun/materials/shotgun_colors.vmat_c\nmodels/citizen/skin/citizen_skin_young_ao_png_bd72312b.generated.vtex\nmaterials/default/default_normal_tga_5c878876.generated.vtex\nmodels/citizen/skin/citizen_eyes_advanced03.vmat\nmaterials/lights/white_color_tga_69b9287e.generated.vtex\nmodels/citizenworm.vanmgrph\nmodels/citizen/skin/citizen_eyeao.vmat\nmodels/citizenworm/unnamed_1_vmorf.vtex\nshaders/eyeball.shader\nmodels/citizen/skin/citizen_eyes_advanced.vmat\nmodels/citizen/skin/citizen_eyeao_vmat_g_tambientocclusion_8b5a0197.generated.vtex\nmaterials/effects/teleport/teleport_preview_vmat_g_tcolor_a0ce44b8.generated.vtex\nshaders/skin.shader\nshaders/complex.shader\nmodels/citizen/skin/citizen_skin01.vmat\nmodels/citizen/skin/citizen_eyes_advanced03_vmat_g_tocclusion_b90a94c0.generated.vtex\nmodels/citizen/skin/citizen_skin_young_color_png_57825f18.generated.vtex\nmodels/citizen/skin/citizen_eyes_advanced_iris_mask_psd_9299c4d0.generated.vtex\nmodels/citizen/skin/citizen_eyeao_vmat_g_tnormal_474c9ef1.generated.vtex\nmodels/citizen/skin/citizen_eyes_advanced02_vmat_g_tocclusion_b90a94c0.generated.vtex\nmaterials/default/default_skin_diffusewarp_tga_4d3cb601.generated.vtex\nmaterials/default/default_ao_tga_7449568e.generated.vtex\nmodels/citizen/skin/citizen_eyes_advanced_color_png_8895a003.generated.vtex\nmodels/citizen/skin/citizen_eyes_advanced02.vmat\nmodels/citizen/skin/citizen_skin_young_normal_png_4ad8cfe5.generated.vtex\nmodels/citizen/skin/citizen_eyes_advanced_vmat_g_tocclusion_b90a94c0.generated.vtex\nmodels/citizen/skin/citizen_eyes_trans_png_1fe30426.generated.vtex\nmaterials/effects/teleport/teleport_preview.vmat\nmodels/citizen/skin/citizen_skin_bentnormal_png_29991593.generated.vtex\nmodels/citizen/skin/citizen_eyes_advanced_iris_normal_png_44bf5eb8.generated.vtex\nmodels/citizen/skin/citizen_eyes_advanced_normal_png_fc28d47a.generated.vtex\nshaders/complex.shader\nmaterials/effects/lightcookies/tree_canopy_vmat_g_tnormal_af224356.generated.vtex\nmaterials/effects/lightcookies/tree_canopy_trans_png_1324ccc6.generated.vtex\nmaterials/default/default_ao_tga_7449568e.generated.vtex\nshaders/complex.shader\nmaterials/default/default_normal_tga_5c878876.generated.vtex\nmaterials/lights/white_color_tga_69b9287e.generated.vtex\nmaterials/default/default_ao_tga_7449568e.generated.vtex\nmaterials/effects/teleport/teleport_preview_vmat_g_tcolor_a0ce44b8.generated.vtex\nshaders/complex.shader\nmodels/menu/materials/backdrop_dirt_ao_png_ba538d50.generated.vtex\ntextures/environment/rocks_a_normal_png_ddee9ffb.generated.vtex\nmaterials/default/default_detailmask_tga_57ae445f.generated.vtex\nmodels/menu/materials/backdrop_dirt_color_png_a137c0cb.generated.vtex\nmodels/menu/materials/backdrop_dirt_normal_png_3d405d23.generated.vtex\nshaders/foliage.shader\nmodels/menu/materials/grassleaves_normal_png_b53573de.generated.vtex\nmodels/menu/materials/grassleaves_color_png_e7883b67.generated.vtex\nmodels/menu/materials/grassleaves_rough_png_6cd5348a.generated.vtex\nshaders/complex.shader\nmodels/menu/materials/tree_01_ao_png_82b5c2b1.generated.vtex\nmodels/menu/materials/tree_01_normal_png_e83a3346.generated.vtex\nmodels/menu/materials/tree_01_color_png_f63b5b92.generated.vtex\nshaders/complex.shader\nmodels/crates/tools_crate/materials/toolcrate_rough_psd_e1fa80b8.generated.vtex\nmodels/crates/tools_crate/materials/toolcrate_color_psd_9c207641.generated.vtex\nmaterials/default/default_ao_tga_7449568e.generated.vtex\nshaders/complex.shader\nmodels/crates/weapons_crate/materials/weaponcrate_rough_psd_e16ec86c.generated.vtex\nmodels/crates/weapons_crate/materials/weaponcrate_color_psd_b2b8c99e.generated.vtex\nmaterials/default/default_ao_tga_7449568e.generated.vtex\nshaders/complex.shader\nmodels/weapons/airstrikes/materials/plane_color_psd_5bd09ade.generated.vtex\nmaterials/default/default_ao_tga_7449568e.generated.vtex\nmodels/weapons/airstrikes/materials/plane_color_psd_aba244c9.generated.vtex\nshaders/complex.shader\nmaterials/default/default_normal_tga_5c878876.generated.vtex\nmodels/weapons/airstrikes/materials/propellor_active_psd_21aab38.generated.vtex\nmaterials/default/default_ao_tga_7449568e.generated.vtex\nshaders/complex.shader\nmodels/weapons/dynamite/materials/dynamite_illumn_psd_42ff29a8.generated.vtex\nmaterials/default/default_ao_tga_7449568e.generated.vtex\nmodels/weapons/dynamite/materials/dynamite_color_psd_13f2f151.generated.vtex\nmodels/weapons/dynamite/materials/dynamite_rough_psd_989cbdf9.generated.vtex\nshaders/complex.shader\nmaterials/default/default_normal_tga_5c878876.generated.vtex\nmodels/weapons/oildrum/materials/flame_emoji_psd_758afc5c.generated.vtex\nmaterials/default/default_ao_tga_7449568e.generated.vtex\nshaders/complex.shader\nmodels/weapons/oildrum/materials/oildrum_rough_psd_5f79c17a.generated.vtex\nmodels/weapons/oildrum/materials/oildrum_color_psd_d291dbf1.generated.vtex\nmaterials/default/default_ao_tga_7449568e.generated.vtex\nshaders/complex.shader\nmodels/weapons/revolver/materials/sixshooter_color_psd_ba7bb339.generated.vtex\nmodels/weapons/revolver/materials/sixshooter_rough_psd_a80519fe.generated.vtex\nmaterials/default/default_ao_tga_7449568e.generated.vtex\nshaders/complex.shader\nmodels/weapons/shotgun/materials/shotgun_roughness_psd_54669bb2.generated.vtex\nmaterials/default/default_ao_tga_7449568e.generated.vtex\nmodels/weapons/shotgun/materials/shotgun_colors_psd_f8f0272f.generated.vtex\nshaders/complex.shader\nmodels/weapons/uzi/materials/uzi_color_psd_9675bc98.generated.vtex\nmaterials/default/default_ao_tga_7449568e.generated.vtex\nmodels/weapons/uzi/materials/uzi_rough_psd_a268192e.generated.vtex",
  "CodePackageReferences": []
}

References

facepunch.libsdf [game]fish.grid_and_astar [game]

Files

Name Size
.bin
text_snippet manifest.json 52B
text_snippet package.apetavern.grubs.dll 348KB
text_snippet package.apetavern.grubs.xml 14.6KB
text_snippet package.base.dll 708.5KB
text_snippet package.base.xml 95.4KB
code/ui/components/form
text_snippet singleselect.razor.scss 1.2KB
text_snippet slider.razor.scss 32B
code/ui/components
text_snippet inputglyph.razor.scss 49B
code/ui/cursor
text_snippet cursor.razor.scss 337B
code/ui/gamemenu/creategamemenu
text_snippet creategamemenu.razor.scss 1.7KB
code/ui/gamemenu/findgamemenu
text_snippet findgamemenu.razor.scss 866B
code/ui/gamemenu/frontmenu
text_snippet frontmenu.razor.scss 781B
code/ui/gamemenu
text_snippet gamemenu.razor.scss 814B
code/ui/gamemenu/ingamemenu
text_snippet ingamemenu.razor.scss 889B
code/ui/gamemenu/loadingscreen
text_snippet loadingscreen.razor.scss 1.8KB
code/ui
text_snippet grubshud.razor.scss 150B
code/ui/inputhints
text_snippet inputhints.razor.scss 566B
code/ui/inventory
text_snippet inventory.razor.scss 567B
text_snippet inventoryslot.razor.scss 767B
code/ui/mainmenu/customizemenu
text_snippet customizemenu.razor.scss 1.8KB
code/ui/mainmenu
text_snippet mainmenu.razor.scss 1.4KB
code/ui/mainmenu/optionsmenu
text_snippet gameplaytab.razor.scss 67B
text_snippet optionsmenu.razor.scss 1.3KB
text_snippet terraintab.razor.scss 104B
code/ui/mainmenu/playmenu
text_snippet playmenu.razor.scss 2.1KB
code/ui/mainmenu
text_snippet terrainpreview.razor.scss 43B
code/ui/mainmenu/worldscene
text_snippet worldscene.cs.scss 175B
code/ui/playerlist
text_snippet playerinfo.razor.scss 1.7KB
text_snippet playerlist.razor.scss 360B
code/ui/playerlist/textchat
text_snippet textchat.razor.scss 1.2KB
text_snippet textchatentry.razor.scss 843B
code/ui/styles
text_snippet button.scss 662B
text_snippet vars.scss 442B
code/ui/suddendeathindicator
text_snippet suddendeathindicator.razor.scss 1.2KB
code/ui/turnindicator
text_snippet turnindicator.razor.scss 557B
code/ui/windindicator
text_snippet windindicator.razor.scss 1.3KB
code/ui/world
text_snippet aimreticle.razor.scss 67B
text_snippet cratepickupworldpanel.razor.scss 458B
text_snippet damagenumber.razor.scss 660B
code/ui/world/entityworldpanel
text_snippet explosivegadgetworldpanel.razor.scss 483B
text_snippet fuelworldpanel.razor.scss 280B
text_snippet grubworldpanel.razor.scss 857B
text_snippet inputhintworldpanel.razor.scss 631B
code/ui/world
text_snippet turnbobber.razor.scss 775B
data/cosmetics
text_snippet 90s cap.gcloth 419B
text_snippet 90s cap.gcloth_c 663B
text_snippet apehead.gcloth 416B
text_snippet apehead.gcloth_c 804B
text_snippet crown.gcloth 341B
text_snippet crown.gcloth_c 585B
text_snippet jester_hat.gcloth 426B
text_snippet jester_hat.gcloth_c 686B
text_snippet leafhat.gcloth 389B
text_snippet leafhat.gcloth_c 777B
text_snippet messyhair.gcloth 422B
text_snippet messyhair.gcloth_c 682B
text_snippet mohawk.gcloth 387B
text_snippet mohawk.gcloth_c 631B
text_snippet strawhat.gcloth 402B
text_snippet strawhat.gcloth_c 790B
text_snippet trillby.gcloth 416B
text_snippet trillby.gcloth_c 660B
dev/helper
insert_photo testgrid_color_tga_f1408e43.generated.vtex_c 49KB
collections testgrid.vmat_c 4.3KB
devcam
text_snippet devcamoverlay.razor.scss 2.9KB
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
maps
public gr_beach.vpk 4.4MB
public gr_menu.vpk 20.4MB
materials/cable
insert_photo rope_color_tga_ddb2e6e1.generated.vtex_c 4.7KB
collections rope.vmat_c 5KB
materials/csg
text_snippet default.csgmat 396B
text_snippet lava.csgmat 390B
text_snippet metal_a.csgmat 226B
text_snippet rocks_a.csgmat 226B
text_snippet sand_a.csgmat 229B
text_snippet sand_b.csgmat 392B
materials/default
insert_photo default_ao_tga_7449568e.generated.vtex_c 1.9KB
insert_photo default_color_tga_380558b.generated.vtex_c 1.8KB
insert_photo default_color_tga_8881edc9.generated.vtex_c 1.8KB
insert_photo default_detailmask_tga_57ae445f.generated.vtex_c 2KB
insert_photo default_mask_tga_f7e80a25.generated.vtex_c 1.9KB
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_e15dc164.generated.vtex_c 2.1KB
insert_photo default_rough_tga_76a57082.generated.vtex_c 2.8KB
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 primary_red_additive.vmat_c 4.5KB
insert_photo primary_red_color_tga_10107a81.generated.vtex_c 45.1KB
materials/effects/lightcookies
insert_photo tree_canopy_trans_png_1324ccc6.generated.vtex_c 436.1KB
insert_photo tree_canopy_vmat_g_tnormal_af224356.generated.vtex_c 2.1KB
text_snippet tree_canopy.vmat 1.2KB
collections tree_canopy.vmat_c 5.8KB
text_snippet tree_canopy.vtex 1.9KB
insert_photo tree_canopy.vtex_c 310.7KB
materials/effects/teleport
insert_photo teleport_preview_vmat_g_tcolor_a0ce44b8.generated.vtex_c 1.5KB
text_snippet teleport_preview.vmat 1.2KB
collections teleport_preview.vmat_c 5.9KB
text_snippet teleport.vmat 463B
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.9KB
materials/effects/water
insert_photo simple-water_vmat_g_tcolor_91b5d0a5.generated.vtex_c 1.9KB
text_snippet simple-water.vmat 796B
collections simple-water.vmat_c 6.3KB
insert_photo water_deform_png_fe5fd5e7.generated.vtex_c 343.2KB
materials/environment
text_snippet cereal.vmat 1KB
collections cereal.vmat_c 7.8KB
insert_photo dirt_a_vmat_g_tblendmask_2c5a0fd.generated.vtex_c 1.6KB
text_snippet dirt_a.vmat 1KB
collections dirt_a.vmat_c 7.6KB
insert_photo dirt_rocks_vmat_g_tblendmask_2c5a0fd.generated.vtex_c 1.6KB
text_snippet dirt_rocks.vmat 1KB
collections dirt_rocks.vmat_c 7.7KB
text_snippet lava_rocks.vmat 667B
collections lava_rocks.vmat_c 5.5KB
text_snippet metal_a.vmat 1KB
collections metal_a.vmat_c 5.6KB
text_snippet rocks_a.vmat 651B
collections rocks_a.vmat_c 5.4KB
text_snippet rocks_b.vmat 1.3KB
collections rocks_b.vmat_c 7.8KB
text_snippet rocks_c.vmat 1.1KB
collections rocks_c.vmat_c 5.6KB
insert_photo sand_a_vmat_g_tblendmask_2c5a0fd.generated.vtex_c 1.6KB
text_snippet sand_a.vmat 1KB
collections sand_a.vmat_c 7.6KB
text_snippet sand_b.vmat 1.2KB
collections sand_b.vmat_c 7.9KB
text_snippet sand_shells.vmat 1KB
collections sand_shells.vmat_c 8KB
text_snippet water_01a.vmat 324B
collections water_01a.vmat_c 4.5KB
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.5KB
collections spot.vmat_c 3.4KB
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/particle/smoke1
insert_photo smoke1.vtex_c 72.7KB
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
materials/particles/impact
insert_photo fleks3.vtex_c 36.4KB
materials/particles
insert_photo particle_ring_soft_inner.vtex_c 157.6KB
insert_photo particle_smokegrenade.vtex_c 5.9KB
materials/particles/simulated/smoke/steam
insert_photo steam.vtex_c 403.6KB
materials/particles/smoke
insert_photo smoke.vtex_c 28.2KB
materials/reticle
insert_photo reticle_png_efbdccda.generated.vtex_c 80.2KB
text_snippet reticle_trans.png 40.7KB
text_snippet reticle.png 79.3KB
text_snippet reticle.vmat 1.3KB
collections reticle.vmat_c 6.5KB
materials/sdf
text_snippet cereal.sdflayer 536B
text_snippet cereal.sdflayer_c 884B
text_snippet dirt.sdflayer 544B
text_snippet dirt.sdflayer_c 940B
text_snippet girder.sdflayer 370B
text_snippet girder.sdflayer_c 714B
text_snippet rock.sdflayer 541B
text_snippet rock.sdflayer_c 889B
text_snippet sand.sdflayer 546B
text_snippet sand.sdflayer_c 942B
text_snippet scorch.sdflayer 336B
text_snippet scorch.sdflayer_c 590B
materials/skybox
text_snippet beach_01.vmat 218B
collections beach_01.vmat_c 2KB
collections light_test_sky_sunny_basic.vmat_c 2.3KB
materials/skybox/tests/src
insert_photo lightingtest_sky_sunny_basic_exr_6ac0953a.generated.vtex_c 2MB
materials/tools/new
insert_photo skybox_color_png_c4322be1.generated.vtex_c 44.5KB
materials/tools
collections toolsskybox.vmat_c 3.7KB
models/bots
insert_photo cogs_animated_psd_9304cb23.generated.vtex_c 150.7KB
insert_photo cogs_cloud_psd_3104b7bd.generated.vtex_c 47.4KB
text_snippet cogs_cloud.vmat 1.2KB
collections cogs_cloud.vmat_c 5.9KB
insert_photo cogs_vmat_g_tnormal_49b3bca5.generated.vtex_c 2.1KB
text_snippet cogs.vmat 1.5KB
collections cogs.vmat_c 5.8KB
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.2KB
insert_photo citizen_eyes_normal_png_77a34780.generated.vtex_c 45.2KB
text_snippet eyes.vmat 1.3KB
collections eyes.vmat_c 6.4KB
insert_photo phong1_color_png_800305f2.generated.vtex_c 2.2MB
insert_photo phong1_normal_png_f871ebd2.generated.vtex_c 2.5MB
text_snippet phong1.vmat 1.1KB
collections phong1.vmat_c 5.8KB
models/bots
text_snippet thinking_cogs.vmdl 1.1KB
view_in_ar thinking_cogs.vmdl_c 4.7KB
models/citizen/skin
insert_photo citizen_eyeao_vmat_g_tambientocclusion_8b5a0197.generated.vtex_c 1.5KB
insert_photo citizen_eyeao_vmat_g_tnormal_474c9ef1.generated.vtex_c 1.8KB
collections citizen_eyeao.vmat_c 5.4KB
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.6KB
insert_photo citizen_eyes_advanced_iris_normal_png_44bf5eb8.generated.vtex_c 58.8KB
insert_photo citizen_eyes_advanced_normal_png_fc28d47a.generated.vtex_c 61.3KB
insert_photo citizen_eyes_advanced_vmat_g_tocclusion_b90a94c0.generated.vtex_c 1.5KB
collections citizen_eyes_advanced.vmat_c 7KB
insert_photo citizen_eyes_advanced02_vmat_g_tocclusion_b90a94c0.generated.vtex_c 1.5KB
collections citizen_eyes_advanced02.vmat_c 6.9KB
insert_photo citizen_eyes_advanced03_vmat_g_tocclusion_b90a94c0.generated.vtex_c 1.5KB
collections citizen_eyes_advanced03.vmat_c 6.9KB
insert_photo citizen_eyes_trans_png_1fe30426.generated.vtex_c 48.2KB
insert_photo citizen_skin_bentnormal_png_29991593.generated.vtex_c 4.2MB
insert_photo citizen_skin_young_ao_png_bd72312b.generated.vtex_c 963.6KB
insert_photo citizen_skin_young_color_png_57825f18.generated.vtex_c 4MB
insert_photo citizen_skin_young_normal_png_4ad8cfe5.generated.vtex_c 4.5MB
collections citizen_skin01.vmat_c 7.4KB
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 6.5KB
models
text_snippet citizenworm.vanmgrph 127.2KB
text_snippet citizenworm.vanmgrph_c 8.9KB
text_snippet citizenworm.vmdl 28.1KB
view_in_ar citizenworm.vmdl_c 342KB
models/citizenworm
insert_photo unnamed_1_vmorf.vtex_c 44.5KB
models/cosmetics/apehead
text_snippet apehead.vmdl 1.2KB
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 445.7KB
insert_photo apehead_rough_psd_b6108a06.generated.vtex_c 759.2KB
text_snippet apehead.vmat 927B
collections apehead.vmat_c 5.7KB
models/cosmetics/bot_antenna
text_snippet bot_antenna.vmdl 9.7KB
view_in_ar bot_antenna.vmdl_c 11.4KB
models/cosmetics/bot_antenna/materials
text_snippet phong1_active.vmat 1.5KB
collections phong1_active.vmat_c 7.1KB
insert_photo phong1_ao_png_251a0ee.generated.vtex_c 172.6KB
insert_photo phong1_color_png_a66e534b.generated.vtex_c 25.2KB
insert_photo phong1_emissive_png_77d61bf6.generated.vtex_c 45.1KB
insert_photo phong1_normal_png_16a94896.generated.vtex_c 42KB
text_snippet phong1.vmat 1.2KB
collections phong1.vmat_c 6.3KB
models/cosmetics/leafhat
text_snippet leafhat.vmdl 3.9KB
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 400.3KB
insert_photo leaf_rough_psd_7cab7181.generated.vtex_c 658.3KB
text_snippet leaf.vmat 921B
collections leaf.vmat_c 5.7KB
models/cosmetics/skeleton
text_snippet skeleton_grub.vmdl 1.4KB
view_in_ar skeleton_grub.vmdl_c 178.9KB
models/cosmetics/strawhat/materials
insert_photo strawhat_color_psd_3bb2fcc8.generated.vtex_c 329.2KB
insert_photo strawhat_rough_psd_e15e0b06.generated.vtex_c 259.2KB
text_snippet strawhat.vmat 931B
collections strawhat.vmat_c 5.8KB
models/cosmetics/strawhat
text_snippet strawhat.vmdl 1.2KB
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 7.2KB
text_snippet crate_parachute.vanmgrph_c 2.2KB
text_snippet crate_parachute.vmdl 3KB
view_in_ar crate_parachute.vmdl_c 39.6KB
text_snippet crate_parachute.vmdl_c.png 23.6KB
models/crates/crate_parachute/crate_parachute
insert_photo unnamed_1_vmorf.vtex_c 31.3KB
models/crates/crate_parachute/materials
insert_photo parachute_color_psd_b69b13a7.generated.vtex_c 172.6KB
insert_photo parachute_rough_psd_60fb8d9a.generated.vtex_c 262KB
text_snippet parachute.vmat 996B
collections parachute.vmat_c 5.8KB
models/crates/health_crate
text_snippet health_crate.vmdl 1.8KB
view_in_ar health_crate.vmdl_c 20.6KB
models/crates/health_crate/materials
insert_photo healthcrate_color_png_64914c01.generated.vtex_c 161.4KB
insert_photo healthcrate_color_png_fe602943.generated.vtex_c 161.4KB
insert_photo healthcrate_rough_png_6bf82f87.generated.vtex_c 215.8KB
text_snippet healthcrate.vmat 1.4KB
collections healthcrate.vmat_c 6.3KB
models/crates/tools_crate/materials
insert_photo toolcrate_color_psd_9c207641.generated.vtex_c 256.1KB
insert_photo toolcrate_rough_psd_e1fa80b8.generated.vtex_c 170.6KB
text_snippet toolcrate.vmat 933B
collections toolcrate.vmat_c 5.8KB
models/crates/tools_crate
text_snippet tools_crate.vmdl 1.8KB
view_in_ar tools_crate.vmdl_c 21.1KB
models/crates/weapons_crate/materials
insert_photo weaponcrate_color_psd_b2b8c99e.generated.vtex_c 280.9KB
insert_photo weaponcrate_rough_psd_e16ec86c.generated.vtex_c 169.7KB
text_snippet weaponcrate.vmat 941B
collections weaponcrate.vmat_c 5.8KB
models/crates/weapons_crate
text_snippet weapons_crate.vmdl 1.8KB
view_in_ar weapons_crate.vmdl_c 17.6KB
models/environment/palmtree/materials
insert_photo leafs_ao_png_8960eba0.generated.vtex_c 366.1KB
insert_photo leafs_color_png_63776b19.generated.vtex_c 479KB
insert_photo leafs_normal_png_8cd990bd.generated.vtex_c 1.3MB
text_snippet leafs.vmat 1.1KB
collections leafs.vmat_c 5.9KB
insert_photo palmtree1_ao_png_c7361292.generated.vtex_c 241.5KB
insert_photo palmtree1_color_png_dbc7965f.generated.vtex_c 494.2KB
insert_photo palmtree1_normal_png_25fd738e.generated.vtex_c 1.2MB
text_snippet palmtree1.vmat 1.1KB
collections palmtree1.vmat_c 6KB
models/environment/palmtree
text_snippet palmtree_01.vmdl 2.1KB
view_in_ar palmtree_01.vmdl_c 144.1KB
models/environment/rocks
text_snippet rock_01a.vmdl 1.2KB
view_in_ar rock_01a.vmdl_c 14KB
models/gravestones/basic_gravestone
text_snippet gravestone_basic.vmdl 1.6KB
view_in_ar gravestone_basic.vmdl_c 28.6KB
models/gravestones/basic_gravestone/materials
insert_photo gravestone_color_psd_80b708c2.generated.vtex_c 306.2KB
insert_photo gravestone_rough_psd_d8861773.generated.vtex_c 370.2KB
text_snippet gravestone.vmat 955B
collections gravestone.vmat_c 5.9KB
models/menu
text_snippet backdrop.vmdl 1.8KB
view_in_ar backdrop.vmdl_c 1.1MB
models/menu/dmx/mesh
text_snippet menubg.dmx 12.9MB
text_snippet plateau_lit.dmx 734.8KB
models/menu
text_snippet floor_01a.vmdl 1.8KB
view_in_ar floor_01a.vmdl_c 44.6KB
text_snippet grass_01a.vmdl 1KB
view_in_ar grass_01a.vmdl_c 23.2KB
text_snippet grass_02a.vmdl 1KB
view_in_ar grass_02a.vmdl_c 314.7KB
text_snippet grass_03a.vmdl 1KB
view_in_ar grass_03a.vmdl_c 270.8KB
models/menu/materials
insert_photo backdrop_dirt_ao_png_ba538d50.generated.vtex_c 352.5KB
text_snippet backdrop_dirt_ao.txt 37B
insert_photo backdrop_dirt_color_png_a137c0cb.generated.vtex_c 1.9MB
insert_photo backdrop_dirt_normal_png_3d405d23.generated.vtex_c 3.8MB
text_snippet backdrop_dirt_normal.txt 37B
text_snippet backdrop_dirt_rough.txt 37B
text_snippet backdrop_dirt.vmat 1.4KB
collections backdrop_dirt.vmat_c 6.7KB
insert_photo grassleaves_color_png_e7883b67.generated.vtex_c 1020.1KB
insert_photo grassleaves_normal_png_b53573de.generated.vtex_c 392.1KB
insert_photo grassleaves_rough_png_6cd5348a.generated.vtex_c 605.2KB
text_snippet grassleaves.vmat 980B
collections grassleaves.vmat_c 6.3KB
insert_photo plateau_color_psd_5172c161.generated.vtex_c 693.3KB
insert_photo plateau_rough_psd_7f3265d9.generated.vtex_c 1.1MB
insert_photo plateau_tintmask_psd_6d81b739.generated.vtex_c 88.9KB
text_snippet plateau.vmat 988B
collections plateau.vmat_c 6.1KB
insert_photo tree_01_ao_png_82b5c2b1.generated.vtex_c 444.5KB
insert_photo tree_01_color_png_f63b5b92.generated.vtex_c 462KB
insert_photo tree_01_normal_png_e83a3346.generated.vtex_c 1.2MB
text_snippet tree_01.vmat 1004B
collections tree_01.vmat_c 5.5KB
models/menu
text_snippet menubg.vmdl 1KB
view_in_ar menubg.vmdl_c 1.7MB
public menuprefab.vpk 5MB
text_snippet plateau_lit.vmdl 834B
view_in_ar plateau_lit.vmdl_c 146KB
text_snippet plateau.vmdl 1.2KB
view_in_ar plateau.vmdl_c 204.1KB
text_snippet tree_01.vmdl 1.2KB
view_in_ar tree_01.vmdl_c 34.8KB
models/tools/blowtorch
text_snippet blowtorch.vmdl 2.4KB
view_in_ar blowtorch.vmdl_c 30.8KB
text_snippet blowtorch.vmdl_c.png 23.4KB
models/tools/blowtorch/materials
text_snippet blowtorch.vmat 475B
collections blowtorch.vmat_c 5.8KB
insert_photo phong1_ao_png_5a30c318.generated.vtex_c 585.9KB
insert_photo phong1_color_png_2136d838.generated.vtex_c 595.9KB
insert_photo phong1_normal_png_1fa9ab5.generated.vtex_c 696KB
models/tools/cigar
text_snippet cigar.vmdl 1.7KB
view_in_ar cigar.vmdl_c 14.6KB
text_snippet cigar.vmdl.png 18.2KB
models/tools/cigar/textures
insert_photo cigar_low_ao_png_fd409d97.generated.vtex_c 602KB
insert_photo cigar_low_color_png_8be4d581.generated.vtex_c 1.7MB
insert_photo cigar_low_emissive_png_30704256.generated.vtex_c 348.7KB
insert_photo cigar_low_normal_png_a20b66fb.generated.vtex_c 4.3MB
text_snippet cigar.vmat 1.3KB
collections cigar.vmat_c 6.5KB
models/tools/dynamiteplunger
text_snippet dynamiteplunger.vmdl 1.2KB
view_in_ar dynamiteplunger.vmdl_c 19.8KB
models/tools/dynamiteplunger/materials
insert_photo dynamite_plunger_color_psd_6ff6671c.generated.vtex_c 441.8KB
insert_photo dynamite_plunger_rough_psd_8c92fd0b.generated.vtex_c 649.5KB
text_snippet dynamite_plunger.vmat 953B
collections dynamite_plunger.vmat_c 5.9KB
models/tools/girders
text_snippet girder_long.vmdl 1.2KB
view_in_ar girder_long.vmdl_c 12.7KB
text_snippet girder_short.vmdl 1.2KB
view_in_ar girder_short.vmdl_c 9KB
text_snippet girder_short.vmdl_c.png 27.2KB
text_snippet girderpreview.vmdl 1.5KB
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 863.3KB
text_snippet girder.vmat 917B
collections girder.vmat_c 5.4KB
models/tools/jetpack
text_snippet jetpack.vmdl 2.9KB
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.1MB
insert_photo jetpack_helmet_color_psd_5a6c0c5c.generated.vtex_c 79.9KB
insert_photo jetpack_helmet_color_psd_f0949268.generated.vtex_c 84.2KB
text_snippet jetpack_helmet.vmat 933B
collections jetpack_helmet.vmat_c 5.5KB
insert_photo jetpack_rough_psd_5541f1a4.generated.vtex_c 1.8MB
text_snippet jetpack.vmat 919B
collections jetpack.vmat_c 5.7KB
models/tools/ninjarope/materials
insert_photo ninjarope_color_psd_536c9660.generated.vtex_c 302.6KB
insert_photo ninjarope_rough_psd_cbd83e89.generated.vtex_c 577.4KB
text_snippet ninjarope.vmat 927B
collections ninjarope.vmat_c 5.7KB
models/tools/ninjarope
text_snippet ninjarope_hook.vmdl 1.2KB
view_in_ar ninjarope_hook.vmdl_c 6.4KB
text_snippet ninjarope.vmdl 1.7KB
view_in_ar ninjarope.vmdl_c 25.4KB
models/tools/parachute
text_snippet parachute.vanmgrph 10.2KB
text_snippet parachute.vanmgrph_c 2.4KB
text_snippet parachute.vmdl 3KB
view_in_ar parachute.vmdl_c 39.5KB
models/tools/parachute/parachute
insert_photo unnamed_1_vmorf.vtex_c 31.3KB
models/tools/skipturn/materials
insert_photo skipremote_color_psd_d2bd8eff.generated.vtex_c 93.1KB
insert_photo skipremote_vmat_g_tnormal_49b3bca5.generated.vtex_c 2.1KB
collections skipremote.vmat_c 5.5KB
models/tools/skipturn
view_in_ar skipremote.vmdl_c 11.9KB
models/tools/teleporter/materials
insert_photo teleporter_color_psd_34eb926c.generated.vtex_c 91.7KB
insert_photo teleporter_color_psd_89bc7568.generated.vtex_c 133.7KB
text_snippet teleporter.vmat 931B
collections teleporter.vmat_c 5.4KB
models/tools/teleporter
text_snippet teleporter.vanmgrph 1.8KB
text_snippet teleporter.vanmgrph_c 1.2KB
text_snippet teleporter.vmdl 1.9KB
view_in_ar teleporter.vmdl_c 12.2KB
text_snippet teleporter.vmdl_c.png 20KB
models/weapons/airstrikes
text_snippet airstrike_icon.png 42.9KB
text_snippet bomb.vmdl 1.8KB
view_in_ar bomb.vmdl_c 18.4KB
text_snippet bomb.vmdl.png 29.1KB
models/weapons/airstrikes/materials
insert_photo bomb_color_psd_16d62706.generated.vtex_c 555.7KB
insert_photo bomb_rough_psd_5f3fe3d7.generated.vtex_c 858.7KB
text_snippet bomb.vmat 923B
collections bomb.vmat_c 5.7KB
insert_photo plane_color_psd_5bd09ade.generated.vtex_c 1.8MB
insert_photo plane_color_psd_aba244c9.generated.vtex_c 1.1MB
text_snippet plane.vmat 925B
collections plane.vmat_c 5.4KB
insert_photo propellor_active_psd_21aab38.generated.vtex_c 241.9KB
text_snippet propellor_active.vmat 1KB
collections propellor_active.vmat_c 6.3KB
insert_photo radio_color_psd_ed9f8185.generated.vtex_c 91.3KB
insert_photo radio_rough_psd_79a3b12e.generated.vtex_c 119.9KB
text_snippet radio.vmat 925B
collections radio.vmat_c 5.7KB
models/weapons/airstrikes
text_snippet plane.vanmgrph 5.4KB
text_snippet plane.vanmgrph_c 2.1KB
text_snippet plane.vmdl 2.8KB
view_in_ar plane.vmdl_c 44.8KB
text_snippet radio.vmdl 1.4KB
view_in_ar radio.vmdl_c 12.6KB
text_snippet radio.vmdl_c.png 15.1KB
models/weapons/baseballbat
text_snippet baseballbat.vmdl 2.2KB
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 483.4KB
insert_photo baseballbat_color_psd_7cf7bd4a.generated.vtex_c 260.8KB
text_snippet baseballbat_color.txt 45B
text_snippet baseballbat.vmat 939B
collections baseballbat.vmat_c 5.5KB
insert_photo baseballhelmet_color_psd_3901a7aa.generated.vtex_c 37.6KB
insert_photo baseballhelmet_color_psd_f40f5e7d.generated.vtex_c 52.5KB
text_snippet baseballhelmet.vmat 945B
collections baseballhelmet.vmat_c 5.5KB
models/weapons/bazooka
text_snippet bazooka.vmdl 2.1KB
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 187KB
insert_photo bazooka_color_psd_c88841cc.generated.vtex_c 437.9KB
insert_photo bazooka_roughness_psd_31abbc6a.generated.vtex_c 321.1KB
text_snippet bazooka_translucency.vmat 1KB
collections bazooka_translucency.vmat_c 6.2KB
text_snippet bazooka.vmat 927B
collections bazooka.vmat_c 5.7KB
models/weapons/bitchslap
text_snippet bitchslap.vmdl_c.png 20.5KB
models/weapons/concretegarry
text_snippet concretegarry.vmdl 1.7KB
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.6MB
insert_photo concretebase_rough_psd_e7337225.generated.vtex_c 3.2MB
text_snippet concretebase.vmat 945B
collections concretebase.vmat_c 5.9KB
insert_photo newman_color_psd_b213123a.generated.vtex_c 2.1MB
insert_photo newman_rough_psd_b5dc5e5f.generated.vtex_c 3.7MB
text_snippet newman.vmat 933B
collections newman.vmat_c 5.8KB
models/weapons/dynamite
text_snippet dynamite_projectile.vmdl 1.8KB
view_in_ar dynamite_projectile.vmdl_c 44.3KB
text_snippet dynamite.vmdl 1.7KB
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 342.9KB
insert_photo dynamite_illumn_psd_42ff29a8.generated.vtex_c 52.3KB
insert_photo dynamite_rough_psd_989cbdf9.generated.vtex_c 427.7KB
text_snippet dynamite.vmat 1.2KB
collections dynamite.vmat_c 6.5KB
models/weapons/flamethrower
text_snippet flamethrower.vmdl 3.1KB
view_in_ar flamethrower.vmdl_c 34.5KB
text_snippet flamethrower.vmdl.png 17.8KB
models/weapons/flamethrower/materials
insert_photo flamethrower_ao_png_79d533d2.generated.vtex_c 439.1KB
insert_photo flamethrower_color_png_383d3b94.generated.vtex_c 552.2KB
insert_photo flamethrower_normal_png_179440ef.generated.vtex_c 639.5KB
text_snippet flamethrower.vmat 1.2KB
collections flamethrower.vmat_c 6.4KB
models/weapons/goat
text_snippet goat_holdable.vmdl 10.3KB
view_in_ar goat_holdable.vmdl_c 118.6KB
text_snippet goat.vanmgrph 14.6KB
text_snippet goat.vanmgrph_c 3.1KB
text_snippet goat.vmdl 10.3KB
view_in_ar goat.vmdl_c 118.6KB
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.4MB
text_snippet goat.vmat 911B
collections goat.vmat_c 5.3KB
models/weapons/grenade
text_snippet clustergrenade_shard.vmdl 1.6KB
view_in_ar clustergrenade_shard.vmdl_c 9.6KB
text_snippet clustergrenade.vmdl 2.7KB
view_in_ar clustergrenade.vmdl_c 22.3KB
text_snippet clustergrenade.vmdl_c.png 25.7KB
text_snippet grenade.vmdl 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 159.2KB
text_snippet grenade_cluster.vmat 839B
collections grenade_cluster.vmat_c 5.7KB
insert_photo grenade_color_psd_300c42dc.generated.vtex_c 149.8KB
insert_photo grenade_rough_psd_b9d0c021.generated.vtex_c 133.6KB
text_snippet grenade.vmat 831B
collections grenade.vmat_c 5.7KB
models/weapons/homingmissile
text_snippet homingmissile.vmdl 1.9KB
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 234.1KB
text_snippet bazooka_homing.vmat 1KB
collections bazooka_homing.vmat_c 5.8KB
models/weapons/landmine
text_snippet landmine_projectile.vmdl 1.8KB
view_in_ar landmine_projectile.vmdl_c 13.1KB
text_snippet landmine.vmdl 1.7KB
view_in_ar landmine.vmdl_c 12.2KB
text_snippet landmine.vmdl_c.png 29.3KB
models/weapons/landmine/materials
insert_photo landmine_color_psd_26f7fa8d.generated.vtex_c 245.3KB
insert_photo landmine_illumn_psd_6b97cf46.generated.vtex_c 66.2KB
insert_photo landmine_lightoff_color_psd_af3f48a.generated.vtex_c 233.2KB
text_snippet landmine_lightoff.vmat 936B
collections landmine_lightoff.vmat_c 5.8KB
insert_photo landmine_rough_psd_70b89c73.generated.vtex_c 351.4KB
text_snippet landmine.vmat 1.2KB
collections landmine.vmat_c 6.5KB
models/weapons/minigun/materials
insert_photo minigun_color_psd_a6065bf7.generated.vtex_c 703.3KB
insert_photo minigun_rough_psd_1fe85aef.generated.vtex_c 553.2KB
text_snippet minigun.vmat 1.1KB
collections minigun.vmat_c 6.4KB
models/weapons/minigun
text_snippet minigun.vanmgrph 4.9KB
text_snippet minigun.vanmgrph_c 2.1KB
text_snippet minigun.vmdl 3.2KB
view_in_ar minigun.vmdl_c 51KB
text_snippet minigun.vmdl_c.png 26.8KB
models/weapons/oildrum/materials
insert_photo flame_emoji_psd_758afc5c.generated.vtex_c 93.8KB
text_snippet flame_emoji_translucent.vmat 1.3KB
collections flame_emoji_translucent.vmat_c 6.3KB
text_snippet flame_emoji.vmat 1.1KB
collections flame_emoji.vmat_c 6.3KB
insert_photo oildrum_color_psd_d291dbf1.generated.vtex_c 117.3KB
insert_photo oildrum_rough_psd_5f79c17a.generated.vtex_c 141.4KB
text_snippet oildrum.vmat 923B
collections oildrum.vmat_c 5.7KB
models/weapons/oildrum
text_snippet oildrum.vanmgrph 1.8KB
text_snippet oildrum.vanmgrph_c 1.2KB
text_snippet oildrum.vmdl 2.9KB
view_in_ar oildrum.vmdl_c 23.5KB
models/weapons/petrolbomb
text_snippet glass.vmat 2.4KB
collections glass.vmat_c 5.5KB
models/weapons/petrolbomb/materials
insert_photo glass_color_psd_71ed6530.generated.vtex_c 172.2KB
text_snippet glass.vmat 1.4KB
collections glass.vmat_c 6.5KB
insert_photo rag_color_psd_8aa7dbca.generated.vtex_c 149.8KB
insert_photo rag_vmat_g_tnormal_ad02dc91.generated.vtex_c 2.1KB
text_snippet rag.vmat 909B
collections rag.vmat_c 5.5KB
models/weapons/petrolbomb
text_snippet petrolbomb.vanmgrph 2.7KB
text_snippet petrolbomb.vanmgrph_c 1.5KB
text_snippet petrolbomb.vmdl 3KB
view_in_ar petrolbomb.vmdl_c 18.8KB
text_snippet petrolbomb.vmdl_c.png 23.9KB
models/weapons/railgun/materials
insert_photo railgun_color_psd_a9605dc3.generated.vtex_c 385.9KB
insert_photo railgun_rough_psd_3d0e6d12.generated.vtex_c 458.7KB
text_snippet railgun.vmat 923B
collections railgun.vmat_c 5.7KB
models/weapons/railgun
text_snippet railgun.vmdl 1.7KB
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 312.3KB
insert_photo sixshooter_rough_psd_a80519fe.generated.vtex_c 185.7KB
insert_photo sixshooter_teleport_color_psd_d927ffe6.generated.vtex_c 284.7KB
text_snippet sixshooter_teleport.vmat 1KB
collections sixshooter_teleport.vmat_c 5.8KB
text_snippet sixshooter.vmat 931B
collections sixshooter.vmat_c 5.8KB
models/weapons/revolver
text_snippet revolver_teleport.vmdl 1.9KB
view_in_ar revolver_teleport.vmdl_c 36.5KB
text_snippet revolver_teleport.vmdl.png 22.6KB
text_snippet revolver.vmdl 1.9KB
view_in_ar revolver.vmdl_c 36.5KB
text_snippet revolver.vmdl_c.png 17.7KB
models/weapons/shell
text_snippet homingshell.vmdl 2KB
view_in_ar homingshell.vmdl_c 22.6KB
models/weapons/shell/materials
insert_photo shell_colors_psd_428681b0.generated.vtex_c 78.3KB
insert_photo shell_colors_psd_4db5a0cf.generated.vtex_c 78.3KB
insert_photo shell_colors_psd_d0b3b75f.generated.vtex_c 98.1KB
insert_photo shell_colors_psd_d4a748e3.generated.vtex_c 134.1KB
text_snippet shell_colors.vmat 917B
collections shell_colors.vmat_c 5.4KB
text_snippet shell_flame.vmat 1.3KB
collections shell_flame.vmat_c 6.3KB
insert_photo shell_homing_colors_psd_74be8459.generated.vtex_c 68.8KB
text_snippet shell_homing_colors.vmat 1019B
collections shell_homing_colors.vmat_c 5.7KB
models/weapons/shell
text_snippet shell.vmdl 2.2KB
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 208.4KB
text_snippet shotgun_colors.vmat 928B
collections shotgun_colors.vmat_c 5.7KB
insert_photo shotgun_roughness_psd_54669bb2.generated.vtex_c 157.4KB
models/weapons/shotgun
text_snippet shotgun.vmdl 1.7KB
view_in_ar shotgun.vmdl_c 23.4KB
text_snippet shotgun.vmdl_c.png 16.9KB
models/weapons/targetindicator
text_snippet arrowindicator.vmdl 2.3KB
view_in_ar arrowindicator.vmdl_c 7.5KB
text_snippet targetindicator.vmdl 1.2KB
view_in_ar targetindicator.vmdl_c 7KB
models/weapons/uzi/materials
insert_photo uzi_color_psd_9675bc98.generated.vtex_c 429.5KB
insert_photo uzi_rough_psd_a268192e.generated.vtex_c 592.6KB
text_snippet uzi.vmat 907B
collections uzi.vmat_c 5.6KB
models/weapons/uzi
text_snippet uzi.vmdl 1.7KB
view_in_ar uzi.vmdl_c 37.1KB
text_snippet uzi.vmdl_c.png 24.2KB
obsolete
text_snippet obsolete.txt 736B
particles/blueflame
text_snippet blueflame_base.vpcf 19.1KB
text_snippet blueflame_base.vpcf_c 2.5KB
text_snippet blueflame_continuous.vpcf 19.3KB
text_snippet blueflame_continuous.vpcf_c 2.7KB
insert_photo blueflame_gradient_png_59a9ef70.generated.vtex_c 63KB
text_snippet blueflame_gradient.vmat 788B
collections blueflame_gradient.vmat_c 5.5KB
text_snippet blueflame.vmdl 1.3KB
view_in_ar blueflame.vmdl_c 6.6KB
particles/explosion
text_snippet explosionmodel.vmdl 1.3KB
view_in_ar explosionmodel.vmdl_c 12.7KB
insert_photo fireball_selfillum_png_1b2d5e9a.generated.vtex_c 44.5KB
text_snippet fireball_selfillum.vtex 1.9KB
insert_photo fireball_selfillum.vtex_c 65.9KB
text_snippet grubs_explosion_base.vpcf 16.8KB
text_snippet grubs_explosion_base.vpcf_c 2.7KB
insert_photo grubs_explosion_fireball_vmat_g_tambientocclusion_8b5a0197.generated.vtex_c 1.5KB
insert_photo grubs_explosion_fireball_vmat_g_tcolor_28e84311.generated.vtex_c 1.5KB
insert_photo grubs_explosion_fireball_vmat_g_tnormal_fae5e5b4.generated.vtex_c 1.8KB
text_snippet grubs_explosion_fireball.vmat 1.2KB
collections grubs_explosion_fireball.vmat_c 5.5KB
text_snippet grubs_explosion_fireball.vpcf 20.4KB
text_snippet grubs_explosion_fireball.vpcf_c 2.9KB
text_snippet grubs_explosion_shockwave.vpcf 15.6KB
text_snippet grubs_explosion_shockwave.vpcf_c 2.4KB
text_snippet grubs_explosion_smoke.vpcf 24.6KB
text_snippet grubs_explosion_smoke.vpcf_c 2.9KB
text_snippet grubs_explosion_sparks.vpcf 44.3KB
text_snippet grubs_explosion_sparks.vpcf_c 2.2KB
particles
text_snippet fire_loop.vpcf 24.8KB
text_snippet fire_loop.vpcf_c 3KB
text_snippet fire.vpcf 34.5KB
text_snippet fire.vpcf_c 3.3KB
particles/fire
text_snippet fire_01.vmat 733B
collections fire_01.vmat_c 5.6KB
text_snippet fire_02.vmat 716B
collections fire_02.vmat_c 5.2KB
text_snippet fire_base.vpcf 13.3KB
text_snippet fire_base.vpcf_c 2.6KB
text_snippet flame_mesh.vmdl 1.2KB
view_in_ar flame_mesh.vmdl_c 6.3KB
text_snippet grubs_fire_smoke.vpcf 6.3KB
text_snippet grubs_fire_smoke.vpcf_c 2KB
text_snippet grubs_fire_sparks.vpcf 13.4KB
text_snippet grubs_fire_sparks.vpcf_c 2.3KB
text_snippet grubs_fire.vpcf 13KB
text_snippet grubs_fire.vpcf_c 2.7KB
particles/fire/textures
insert_photo fire_bellmask_png_82f77c38.generated.vtex_c 68.9KB
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 114KB
insert_photo fire_noise_02_png_1e9e52af.generated.vtex_c 112.8KB
particles
insert_photo flame_noglasses_png_343cea99.generated.vtex_c 167KB
insert_photo flame_noglasses_png_737f4b5e.generated.vtex_c 87.9KB
text_snippet flamemodel.vmdl 2.1KB
view_in_ar flamemodel.vmdl_c 14.4KB
particles/fuse
text_snippet fuse_base.vpcf 11.2KB
text_snippet fuse_base.vpcf_c 2.5KB
text_snippet fuse_spark.vpcf 37.5KB
text_snippet fuse_spark.vpcf_c 3.1KB
text_snippet fuse.vsnap_c 647B
particles/guntrace
text_snippet guntrace.vpcf 26.4KB
text_snippet guntrace.vpcf_c 2.5KB
text_snippet guntrace.vtex 1.9KB
insert_photo guntrace.vtex_c 5.8KB
text_snippet railgun.vpcf 27.7KB
text_snippet railgun.vpcf_c 2.5KB
particles/muzzleflash
insert_photo grubs_muzzleflash_flash_vmat_g_tcolor_a0ce44b8.generated.vtex_c 1.5KB
text_snippet grubs_muzzleflash_flash.vmat 699B
collections grubs_muzzleflash_flash.vmat_c 5.3KB
insert_photo grubs_muzzleflash_gradient_png_82a55ffc.generated.vtex_c 67.9KB
text_snippet grubs_muzzleflash_gradient.vmat 714B
collections grubs_muzzleflash_gradient.vmat_c 5.5KB
text_snippet grubs_muzzleflash_sparks_impact.vpcf 30.9KB
text_snippet grubs_muzzleflash_sparks_impact.vpcf_c 2.5KB
text_snippet grubs_muzzleflash_sparks.vpcf 31.1KB
text_snippet grubs_muzzleflash_sparks.vpcf_c 2.6KB
text_snippet grubs_muzzleflash.vmdl 1.4KB
view_in_ar grubs_muzzleflash.vmdl_c 14.9KB
text_snippet grubs_muzzleflash.vpcf 17.9KB
text_snippet grubs_muzzleflash.vpcf_c 2.8KB
particles/skipturn
text_snippet skip_icon.vmdl 1.3KB
view_in_ar skip_icon.vmdl_c 4.3KB
text_snippet skip_icon.vmdl_c.png 18.3KB
text_snippet skipturn.vpcf 4KB
text_snippet skipturn.vpcf_c 1.8KB
particles
text_snippet smoke_trail.vpcf 36.3KB
text_snippet smoke_trail.vpcf_c 2.9KB
particles/smoke
text_snippet contrail_base.vpcf 10.5KB
text_snippet contrail_base.vpcf_c 2.1KB
text_snippet projectile_trail_base.vpcf 561B
text_snippet projectile_trail_base.vpcf_c 771B
text_snippet smoke_cloud.vpcf 15.8KB
text_snippet smoke_cloud.vpcf_c 2.5KB
text_snippet smoke_ring.vmdl 1.2KB
view_in_ar smoke_ring.vmdl_c 19.9KB
text_snippet smoke_ring.vpcf 24.9KB
text_snippet smoke_ring.vpcf_c 2.7KB
text_snippet smoke.vmat 404B
collections smoke.vmat_c 2.9KB
text_snippet smoke.vpcf 31.4KB
text_snippet smoke.vpcf_c 3KB
particles/teleport
text_snippet teleport_base.vpcf 22.5KB
text_snippet teleport_base.vpcf_c 2.5KB
text_snippet teleport_down.vpcf 32.4KB
text_snippet teleport_down.vpcf_c 2.6KB
text_snippet teleport_up.vpcf 32.4KB
text_snippet teleport_up.vpcf_c 2.6KB
particles/watersplash
text_snippet splash_ring.vmdl 1.1KB
view_in_ar splash_ring.vmdl_c 5KB
text_snippet water_ring.vmat 584B
collections water_ring.vmat_c 3.8KB
text_snippet watersplash_base.vpcf 14.5KB
text_snippet watersplash_base.vpcf_c 2.2KB
text_snippet watersplash_ring.vpcf 11.9KB
text_snippet watersplash_ring.vpcf_c 2.3KB
particles/weaponcharge
text_snippet weaponcharge.vpcf 12.7KB
text_snippet weaponcharge.vpcf_c 2.4KB
particles/wind
text_snippet wind_wisp_base.vpcf 31.9KB
text_snippet wind_wisp_base.vpcf_c 2.7KB
prefabs/crates
text_snippet health_crate.prefab 2.1KB
text_snippet health_crate.prefab_c 1.8KB
text_snippet tools_crate.prefab 2.1KB
text_snippet tools_crate.prefab_c 1.8KB
text_snippet weapons_crate.prefab 2.1KB
text_snippet weapons_crate.prefab_c 1.8KB
prefabs/weapons/airstrike
text_snippet airstrike_plane.prefab 2.5KB
text_snippet airstrike_plane.prefab_c 2.1KB
text_snippet airstrike.prefab 2KB
text_snippet airstrike.prefab_c 1.7KB
text_snippet bomb.prefab 2.2KB
text_snippet bomb.prefab_c 1.8KB
prefabs/weapons
text_snippet baseballbat.prefab 3.2KB
text_snippet baseballbat.prefab_c 2.4KB
prefabs/weapons/bazooka
text_snippet bazooka_projectile.prefab 2.9KB
text_snippet bazooka_projectile.prefab_c 2.1KB
text_snippet bazooka.prefab 2.5KB
text_snippet bazooka.prefab_c 2.2KB
prefabs/weapons
text_snippet bitchslap.prefab 2.7KB
text_snippet bitchslap.prefab_c 2.1KB
prefabs/weapons/clustergrenade
text_snippet clustergrenade_projectile.prefab 3.6KB
text_snippet clustergrenade_projectile.prefab_c 2.7KB
text_snippet clustergrenade_shard.prefab 3.5KB
text_snippet clustergrenade_shard.prefab_c 2.6KB
text_snippet clustergrenade.prefab 2.9KB
text_snippet clustergrenade.prefab_c 2.4KB
prefabs/weapons/concretegarry
text_snippet concretegarry_projectile.prefab 2.9KB
text_snippet concretegarry_projectile.prefab_c 2.1KB
text_snippet concretegarry.prefab 2.7KB
text_snippet concretegarry.prefab_c 2.2KB
prefabs/weapons/dynamite
text_snippet dynamite_projectile.prefab 3.4KB
text_snippet dynamite_projectile.prefab_c 2.6KB
text_snippet dynamite.prefab 3.1KB
text_snippet dynamite.prefab_c 2.4KB
prefabs/weapons/flamethrower
text_snippet flamethrower_projectile.prefab 1.2KB
text_snippet flamethrower_projectile.prefab_c 1KB
text_snippet flamethrower.prefab 3.3KB
text_snippet flamethrower.prefab_c 2.5KB
prefabs/weapons
text_snippet gibgun.prefab 3.2KB
text_snippet gibgun.prefab_c 2.3KB
text_snippet girder.prefab 3KB
text_snippet girder.prefab_c 2.3KB
prefabs/weapons/goat
text_snippet goat_projectile.prefab 4.1KB
text_snippet goat_projectile.prefab_c 2.8KB
text_snippet goat.prefab 3.2KB
text_snippet goat.prefab_c 2.4KB
prefabs/weapons/grenade
text_snippet grenade_projectile.prefab 3.3KB
text_snippet grenade_projectile.prefab_c 2.4KB
text_snippet grenade.prefab 2.9KB
text_snippet grenade.prefab_c 2.3KB
prefabs/weapons/homingmissile
text_snippet homingmissile_projectile.prefab 2.7KB
text_snippet homingmissile_projectile.prefab_c 2.1KB
text_snippet homingmissile.prefab 2.3KB
text_snippet homingmissile.prefab_c 2.1KB
prefabs/weapons
text_snippet jetpack.prefab 2.9KB
text_snippet jetpack.prefab_c 2.3KB
prefabs/weapons/mine
text_snippet mine_projectile.prefab 3.4KB
text_snippet mine_projectile.prefab_c 2.3KB
text_snippet mine.prefab 2.6KB
text_snippet mine.prefab_c 2.1KB
prefabs/weapons
text_snippet minigun.prefab 3.3KB
text_snippet minigun.prefab_c 2.5KB
text_snippet parachute.prefab 2.4KB
text_snippet parachute.prefab_c 2.1KB
prefabs/weapons/petrolbomb
text_snippet petrolbomb_projectile.prefab 2.3KB
text_snippet petrolbomb_projectile.prefab_c 1.8KB
text_snippet petrolbomb.prefab 2.5KB
text_snippet petrolbomb.prefab_c 2.1KB
prefabs/weapons
text_snippet revolver.prefab 3.3KB
text_snippet revolver.prefab_c 2.5KB
text_snippet shotgun.prefab 3.4KB
text_snippet shotgun.prefab_c 2.5KB
text_snippet smokebreak.prefab 2.6KB
text_snippet smokebreak.prefab_c 2KB
text_snippet teleporter.prefab 2.7KB
text_snippet teleporter.prefab_c 2.1KB
text_snippet teleportrevolver.prefab 3.9KB
text_snippet teleportrevolver.prefab_c 2.8KB
text_snippet torch.prefab 4.1KB
text_snippet torch.prefab_c 2.9KB
text_snippet uzi.prefab 3.5KB
text_snippet uzi.prefab_c 2.6KB
prefabs/world
text_snippet gravestone.prefab 1.5KB
text_snippet gravestone.prefab_c 1.3KB
text_snippet oil_drum.prefab 2.2KB
text_snippet oil_drum.prefab_c 1.8KB
shaders
text_snippet gr_fire.shader 5KB
text_snippet gr_fire.shader_c 261.1KB
text_snippet gr_foreground_scorch.shader 7.7KB
text_snippet gr_foreground_scorch.shader_c 273.1KB
text_snippet gr_foreground.shader 5.1KB
text_snippet gr_foreground.shader_c 256.3KB
text_snippet gr_smoke.shader 1.7KB
text_snippet gr_smoke.shader_c 247KB
text_snippet gr_teleport.shader 2KB
text_snippet gr_teleport.shader_c 241.1KB
text_snippet gr_water_ring.shader 2.9KB
text_snippet gr_water_ring.shader_c 249.7KB
text_snippet gr_water.shader 2.4KB
text_snippet gr_water.shader_c 248KB
shaders/postprocess
text_snippet gr_standard.vpost 1.1KB
text_snippet gr_standard.vpost_c 129.5KB
shaders
text_snippet simple_water.shader 4.5KB
text_snippet simple_water.shader_c 268.8KB
sounds/airstrike
text_snippet plane_bay_door_open.sound 261B
text_snippet plane_bay_door_open.sound_c 642B
text_snippet plane_bay_door_open.vsnd_c 345.2KB
text_snippet plane_bay_door_open.wav 516.8KB
text_snippet plane_engine_loop.sound 258B
text_snippet plane_engine_loop.sound_c 623B
text_snippet plane_engine_loop.vsnd_c 1.6MB
text_snippet plane_engine_loop.wav 2.4MB
sounds/ambience
text_snippet beach_ambience.mp3 6.9MB
text_snippet beach_ambience.sound 252B
text_snippet beach_ambience.sound_c 617B
text_snippet beach_ambience.vsnd_c 6.9MB
sounds/grub
text_snippet backflip1.mp3 24.5KB
text_snippet backflip1.vsnd_c 25.1KB
text_snippet backflip2.mp3 29.6KB
text_snippet backflip2.vsnd_c 30.2KB
text_snippet grub_backflip.sound 268B
text_snippet grub_backflip.sound_c 659B
text_snippet grub_jump.sound 271B
text_snippet grub_jump.sound_c 646B
text_snippet grub_squeak.sound 241B
text_snippet grub_squeak.sound_c 574B
text_snippet grub_squeak2.sound 241B
text_snippet grub_squeak2.sound_c 590B
text_snippet jump1.mp3 10.2KB
text_snippet jump1.vsnd_c 10.8KB
text_snippet jump2.mp3 10.2KB
text_snippet jump2.vsnd_c 10.8KB
text_snippet squeak.mp3 159.2KB
text_snippet squeak.vsnd_c 159.7KB
sounds/ui
text_snippet ui_button_click.mp3 2.1KB
text_snippet ui_button_click.sound 247B
text_snippet ui_button_click.sound_c 596B
text_snippet ui_button_click.vsnd_c 2.7KB
text_snippet ui_button_hover.mp3 2.5KB
text_snippet ui_button_hover.sound 247B
text_snippet ui_button_hover.sound_c 596B
text_snippet ui_button_hover.vsnd_c 3KB
text_snippet ui_inventory_open.sound 249B
text_snippet ui_inventory_open.sound_c 598B
text_snippet ui_inventory_open.vsnd_c 8.9KB
text_snippet ui_inventory_open.wav 17.3KB
text_snippet ui_notification.mp3 44.1KB
text_snippet ui_notification.vsnd_c 44.7KB
text_snippet ui_turn_indicator.sound 247B
text_snippet ui_turn_indicator.sound_c 596B
sounds/weapons/bat
text_snippet bat_impact.mp3 24.5KB
text_snippet bat_impact.sound 253B
text_snippet bat_impact.sound_c 618B
text_snippet bat_impact.vsnd_c 25.1KB
text_snippet bat_swing.mp3 19.7KB
text_snippet bat_swing.sound 253B
text_snippet bat_swing.sound_c 618B
text_snippet bat_swing.vsnd_c 20.3KB
sounds/weapons/bazooka
text_snippet bazooka_fire.mp3 40.3KB
text_snippet bazooka_fire.sound 258B
text_snippet bazooka_fire.sound_c 623B
text_snippet bazooka_fire.vsnd_c 41KB
sounds/weapons/bitchslap
text_snippet slap.sound 252B
text_snippet slap.sound_c 617B
text_snippet slap.vsnd_c 13.4KB
text_snippet slap.wav 42.6KB
sounds/weapons
text_snippet charge.mp3 66.8KB
text_snippet charge.sound 246B
text_snippet charge.sound_c 595B
text_snippet charge.vsnd_c 67.4KB
sounds/weapons/dynamite
text_snippet dynamite_fuse.mp3 316.3KB
text_snippet dynamite_fuse.sound 260B
text_snippet dynamite_fuse.sound_c 641B
text_snippet dynamite_fuse.vsnd_c 317KB
sounds/weapons/explosions
text_snippet explosion_short_tail_1.mp3 33.6KB
text_snippet explosion_short_tail_1.vsnd_c 34.3KB
text_snippet explosion_short_tail_2.mp3 66.3KB
text_snippet explosion_short_tail_2.vsnd_c 67.1KB
text_snippet explosion_short_tail_3.mp3 66.3KB
text_snippet explosion_short_tail_3.vsnd_c 67.1KB
text_snippet explosion_short_tail.sound 397B
text_snippet explosion_short_tail.sound_c 926B
sounds/weapons
text_snippet generic_impact.mp3 2.2KB
text_snippet generic_impact.sound 254B
text_snippet generic_impact.sound_c 619B
text_snippet generic_impact.vsnd_c 2.8KB
text_snippet generic_throw.mp3 15.9KB
text_snippet generic_throw.sound 253B
text_snippet generic_throw.sound_c 618B
text_snippet generic_throw.vsnd_c 16.6KB
sounds/weapons/gibgun
text_snippet gibgun_shot.mp3 51KB
text_snippet gibgun_shot.sound 256B
text_snippet gibgun_shot.sound_c 621B
text_snippet gibgun_shot.vsnd_c 51.7KB
sounds/weapons/girder
text_snippet girder_build.mp3 18.8KB
text_snippet girder_build.sound 259B
text_snippet girder_build.sound_c 624B
text_snippet girder_build.vsnd_c 19.4KB
sounds/weapons/goat
text_snippet goat_impact.sound 365B
text_snippet goat_impact.sound_c 840B
text_snippet goat1.mp3 25.5KB
text_snippet goat1.vsnd_c 26.1KB
text_snippet goat2.mp3 18KB
text_snippet goat2.vsnd_c 18.7KB
text_snippet goat3.mp3 18.7KB
text_snippet goat3.vsnd_c 19.3KB
text_snippet goat4.mp3 19.3KB
text_snippet goat4.vsnd_c 19.9KB
sounds/weapons/homingmissile
text_snippet homingmissile_lock.mp3 9.8KB
text_snippet homingmissile_lock.sound 270B
text_snippet homingmissile_lock.sound_c 667B
text_snippet homingmissile_lock.vsnd_c 10.6KB
sounds/weapons/jetpack
text_snippet thrust.mp3 94.7KB
text_snippet thrust.sound 252B
text_snippet thrust.sound_c 617B
text_snippet thrust.vsnd_c 95.3KB
sounds/weapons
text_snippet metal_impact.sound_c 598B
text_snippet metal_impact.vsnd_c 4.3KB
sounds/weapons/mine
text_snippet beep.sound 328B
text_snippet beep.sound_c 761B
text_snippet beep1.mp3 4.8KB
text_snippet beep1.vsnd_c 5.4KB
text_snippet beep2.mp3 4.3KB
text_snippet beep2.vsnd_c 4.9KB
text_snippet beep3.mp3 4.4KB
text_snippet beep3.vsnd_c 5KB
sounds/weapons/minigun
text_snippet minigun_shot.mp3 146.9KB
text_snippet minigun_shot.sound 258B
text_snippet minigun_shot.sound_c 623B
text_snippet minigun_shot.vsnd_c 147.6KB
sounds/weapons/parachute
text_snippet parachute_deploy.mp3 9.6KB
text_snippet parachute_deploy.sound 264B
text_snippet parachute_deploy.sound_c 645B
text_snippet parachute_deploy.vsnd_c 10.3KB
text_snippet parachute_disengage.mp3 7.5KB
text_snippet parachute_disengage.sound 267B
text_snippet parachute_disengage.sound_c 664B
text_snippet parachute_disengage.vsnd_c 8.3KB
sounds/weapons/petrolbomb
text_snippet petrolbomb_explode.mp3 17.7KB
text_snippet petrolbomb_explode.sound 266B
text_snippet petrolbomb_explode.sound_c 663B
text_snippet petrolbomb_explode.vsnd_c 18.4KB
sounds/weapons/revolver
text_snippet revolver_shot_1.mp3 153.1KB
text_snippet revolver_shot_1.vsnd_c 153.7KB
text_snippet revolver_shot_2.mp3 166.3KB
text_snippet revolver_shot_2.vsnd_c 167KB
text_snippet revolver_shot_3.mp3 166.3KB
text_snippet revolver_shot_3.vsnd_c 167KB
text_snippet revolver_shot.sound 368B
text_snippet revolver_shot.sound_c 849B
sounds/weapons/shotgun
text_snippet shotgun_fire.mp3 156.1KB
text_snippet shotgun_fire.sound 257B
text_snippet shotgun_fire.sound_c 622B
text_snippet shotgun_fire.vsnd_c 156.8KB
sounds/weapons/teleporter
text_snippet teleport_use.mp3 56.2KB
text_snippet teleport_use.sound 263B
text_snippet teleport_use.sound_c 644B
text_snippet teleport_use.vsnd_c 56.9KB
sounds/weapons/torch
text_snippet torch_fire_1.mp3 19.7KB
text_snippet torch_fire_1.vsnd_c 20.3KB
text_snippet torch_fire_2.mp3 19.7KB
text_snippet torch_fire_2.vsnd_c 20.3KB
text_snippet torch_fire_3.mp3 21.1KB
text_snippet torch_fire_3.vsnd_c 21.8KB
text_snippet torch_fire.sound 351B
text_snippet torch_fire.sound_c 816B
sounds/weapons/uzi
text_snippet uzi_casing_drop.mp3 72.4KB
text_snippet uzi_casing_drop.sound 257B
text_snippet uzi_casing_drop.sound_c 622B
text_snippet uzi_casing_drop.vsnd_c 73.1KB
text_snippet uzi_shot.mp3 26.5KB
text_snippet uzi_shot.sound 250B
text_snippet uzi_shot.sound_c 599B
text_snippet uzi_shot.vsnd_c 27.2KB
sounds/world
text_snippet crate_spawn.mp3 45KB
text_snippet crate_spawn.sound 247B
text_snippet crate_spawn.sound_c 596B
text_snippet crate_spawn.vsnd_c 45.6KB
text_snippet fire-1.mp3 34.2KB
text_snippet fire-1.vsnd_c 34.8KB
text_snippet fire-2.mp3 18.8KB
text_snippet fire-2.vsnd_c 19.4KB
text_snippet fire-3.mp3 16.7KB
text_snippet fire-3.vsnd_c 17.3KB
text_snippet fire.sound 308B
text_snippet fire.sound_c 709B
text_snippet item_pickup.mp3 59.2KB
text_snippet item_pickup.sound 236B
text_snippet item_pickup.sound_c 585B
text_snippet item_pickup.vsnd_c 59.8KB
text_snippet suddendeath_rumble.mp3 81.6KB
text_snippet suddendeath_rumble.sound 253B
text_snippet suddendeath_rumble.sound_c 618B
text_snippet suddendeath_rumble.vsnd_c 82.2KB
text_snippet water_splash.sound 289B
text_snippet water_splash.sound_c 680B
text_snippet water_splash1.vsnd_c 321.7KB
text_snippet water_splash1.wav 1MB
text_snippet water_splash2.vsnd_c 226KB
text_snippet water_splash2.wav 736.5KB
styles
text_snippet base.scss 756B
styles/base
text_snippet _navigator.scss 62B
text_snippet _popup.scss 3.6KB
text_snippet _splitcontainer.scss 411B
text_snippet _tabcontainer.scss 1.2KB
text_snippet _textentry.scss 37B
styles
text_snippet form.scss 894B
styles/form
text_snippet _checkbox.scss 732B
text_snippet _coloreditor.scss 3.7KB
text_snippet _colorproperty.scss 287B
text_snippet _dropdown.scss 463B
text_snippet _slider.scss 1.6KB
text_snippet _switch.scss 879B
styles
text_snippet rootpanel.scss 3.4KB
textures/environment
insert_photo cereal_ao_png_165f9a5c.generated.vtex_c 542.5KB
insert_photo cereal_color_png_d2699732.generated.vtex_c 320.5KB
insert_photo cereal_normal_png_2194a4f0.generated.vtex_c 402.5KB
insert_photo cereal_rough_png_cd8d50e.generated.vtex_c 411.7KB
insert_photo dirt_a_ao_png_6264ccec.generated.vtex_c 264.8KB
insert_photo dirt_a_color_png_57087771.generated.vtex_c 280.8KB
insert_photo dirt_a_normal_png_2a5832b9.generated.vtex_c 307KB
insert_photo dirt_a_rough_png_12204476.generated.vtex_c 349.7KB
insert_photo dirt_rocks_ao_png_22c37cbb.generated.vtex_c 321.2KB
insert_photo dirt_rocks_color_png_6cbf0604.generated.vtex_c 286.9KB
insert_photo dirt_rocks_normal_png_1598013a.generated.vtex_c 392.1KB
insert_photo dirt_rocks_rough_png_12064e2a.generated.vtex_c 342.3KB
insert_photo lava_rocks_ao_png_ef32fc5c.generated.vtex_c 586.9KB
insert_photo lava_rocks_color_png_e10e0c7d.generated.vtex_c 325.9KB
insert_photo lava_rocks_normal_png_33405ff3.generated.vtex_c 589.9KB
insert_photo lava_rocks_normal_png_404cfac.generated.vtex_c 590KB
insert_photo lava_rocks_rough_png_350b4792.generated.vtex_c 440.3KB
insert_photo lava_rocks_selfillum_png_b7008b5c.generated.vtex_c 356.1KB
insert_photo metal_a_ao_png_5366978e.generated.vtex_c 260.7KB
insert_photo metal_a_color_png_fbd98ada.generated.vtex_c 511.5KB
insert_photo metal_a_normal_png_ea400c3d.generated.vtex_c 817.4KB
insert_photo rocks_a_ao_png_97023d2a.generated.vtex_c 641.1KB
insert_photo rocks_a_ao_png_e1d0d96f.generated.vtex_c 419.1KB
insert_photo rocks_a_color_png_57cea3a9.generated.vtex_c 255KB
insert_photo rocks_a_color_png_aaf90ab6.generated.vtex_c 255KB
insert_photo rocks_a_color_png_ab37c9f3.generated.vtex_c 634.5KB
insert_photo rocks_a_normal_png_4d494f8f.generated.vtex_c 1.3MB
insert_photo rocks_a_normal_png_7c26211f.generated.vtex_c 580.4KB
insert_photo rocks_a_normal_png_ac041d63.generated.vtex_c 650.3KB
insert_photo rocks_a_normal_png_ddee9ffb.generated.vtex_c 1.3MB
insert_photo rocks_a_rough_png_ba85493d.generated.vtex_c 687.1KB
insert_photo rocks_a_rough_png_e678fd68.generated.vtex_c 190.8KB
insert_photo sand_a_ao_png_316c0a87.generated.vtex_c 493.9KB
insert_photo sand_a_color_png_af2f6812.generated.vtex_c 234.6KB
insert_photo sand_a_color_png_c1aa8434.generated.vtex_c 635.2KB
insert_photo sand_a_normal_png_17bd4f6c.generated.vtex_c 636KB
insert_photo sand_a_normal_png_390e423c.generated.vtex_c 683.3KB
insert_photo sand_a_rough_png_1a7f576b.generated.vtex_c 1MB
insert_photo sand_a_rough_png_94acf4b4.generated.vtex_c 850.1KB
insert_photo sand_a_rough_png_ce45b348.generated.vtex_c 379KB
insert_photo sand_shells_ao_png_851a0af.generated.vtex_c 547.5KB
insert_photo sand_shells_blend_png_acc24e2f.generated.vtex_c 57KB
insert_photo sand_shells_color_png_7343c749.generated.vtex_c 662.4KB
insert_photo sand_shells_color_png_f523ce98.generated.vtex_c 250.8KB
insert_photo sand_shells_normal_png_ab6f098e.generated.vtex_c 606.6KB
insert_photo sand_shells_normal_png_dda17e06.generated.vtex_c 634.4KB
insert_photo sand_shells_rough_png_23a07db5.generated.vtex_c 1.1MB
insert_photo sand_shells_rough_png_63e63254.generated.vtex_c 386.9KB
insert_photo water_color_png_3cb60f6.generated.vtex_c 166.3KB
insert_photo water_normal_png_8e60f328.generated.vtex_c 423.1KB
insert_photo water_rough_png_6ea63fa9.generated.vtex_c 251.5KB
textures/hdr
insert_photo fs002_day_exr_50718730.generated.vtex_c 5.6MB
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.png 99KB
text_snippet baksdf.png 54.5KB
text_snippet battlefield.png 4.1KB
text_snippet battlefield.tlvl 60B
text_snippet battlefield.vtex 801B
insert_photo battlefield.vtex_c 9.9KB
text_snippet bunkers_back.png 13.6KB
text_snippet bunkers_back.vtex 802B
insert_photo bunkers_back.vtex_c 6.6KB
text_snippet bunkers.png 12.4KB
text_snippet bunkers.tlvl 117B
text_snippet bunkers.vtex 797B
insert_photo bunkers.vtex_c 7.3KB
text_snippet cavern_back.png 46.3KB
text_snippet cavern_back.vtex 801B
insert_photo cavern_back.vtex_c 17.7KB
text_snippet cavern.png 45.4KB
text_snippet cavern.tlvl 115B
text_snippet cavern.vtex 796B
insert_photo cavern.vtex_c 15.3KB
text_snippet grubs_back.png 54.3KB
text_snippet grubs.png 54.3KB
text_snippet grubs.tlvl 54B
text_snippet grubs.vtex 796B
insert_photo grubs.vtex_c 9.9KB
text_snippet grubs2.png 6.2KB
text_snippet hightower_back.png 49KB
text_snippet hightower.png 186.2KB
text_snippet islands_back.png 70.5KB
text_snippet islands.png 72.8KB
text_snippet testlevel_back.png 6.5KB
text_snippet testlevel_back.vtex 804B
insert_photo testlevel_back.vtex_c 9.9KB
text_snippet testlevel.png 3.4KB
text_snippet testlevel.png.meta 142B
text_snippet testlevel.tlvl 121B
text_snippet testlevel.vtex 799B
insert_photo testlevel.vtex_c 33.9KB
textures/texturestamps
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/ui
text_snippet cursor.png 15KB
text_snippet grub.png 3.4KB
text_snippet grubs_logo.png 7.1KB
ui/chat
text_snippet chatbox.scss 1.6KB
ui/components/form
text_snippet singleselect.razor.scss 1.2KB
text_snippet slider.razor.scss 32B
ui/components
text_snippet inputglyph.razor.scss 49B
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 1.8KB
ui/controls
text_snippet slidercontrol.razor.scss 2.1KB
text_snippet switchcontrol.razor.scss 988B
ui/cursor
text_snippet cursor.razor.scss 337B
ui/gamemenu/creategame
text_snippet mapbutton.razor.scss 145B
ui/gamemenu/creategamemenu
text_snippet creategamemenu.razor.scss 1.7KB
ui/gamemenu
text_snippet defaultgamemenu.razor.scss 2.9KB
text_snippet defaultloadingpanel.razor.scss 1.3KB
ui/gamemenu/findgamemenu
text_snippet findgamemenu.razor.scss 866B
ui/gamemenu/front
text_snippet frontpage.razor.scss 248B
ui/gamemenu/frontmenu
text_snippet frontmenu.razor.scss 781B
ui/gamemenu
text_snippet gamemenu.razor.scss 814B
ui/gamemenu/ingamemenu
text_snippet ingamemenu.razor.scss 889B
ui/gamemenu/loadgame
text_snippet loadgamepage.razor.scss 171B
text_snippet savedgamecard.razor.scss 1.8KB
ui/gamemenu/loadingscreen
text_snippet loadingscreen.razor.scss 1.8KB
ui/gamemenu/settings
text_snippet settingspage.razor.scss 315B
ui
text_snippet grubshud.razor.scss 150B
ui/inputhints
text_snippet inputhints.razor.scss 566B
ui/inventory
text_snippet inventory.razor.scss 567B
text_snippet inventoryslot.razor.scss 767B
ui/mainmenu/customizemenu
text_snippet customizemenu.razor.scss 1.8KB
ui/mainmenu
text_snippet mainmenu.razor.scss 1.4KB
ui/mainmenu/optionsmenu
text_snippet gameplaytab.razor.scss 67B
text_snippet optionsmenu.razor.scss 1.3KB
text_snippet terraintab.razor.scss 104B
ui/mainmenu/playmenu
text_snippet playmenu.razor.scss 2.1KB
ui/mainmenu
text_snippet terrainpreview.razor.scss 43B
ui/mainmenu/worldscene
text_snippet worldscene.cs.scss 175B
ui/playerlist
text_snippet playerinfo.razor.scss 1.7KB
text_snippet playerlist.razor.scss 360B
ui/playerlist/textchat
text_snippet textchat.razor.scss 1.2KB
text_snippet textchatentry.razor.scss 843B
ui/scoreboard
text_snippet scoreboard.scss 879B
ui/styles
text_snippet button.scss 662B
text_snippet vars.scss 442B
ui/suddendeathindicator
text_snippet suddendeathindicator.razor.scss 1.2KB
ui/turnindicator
text_snippet turnindicator.razor.scss 557B
ui/voicechat
text_snippet voicelist.scss 814B
text_snippet voicespeaker.scss 285B
ui/windindicator
text_snippet windindicator.razor.scss 1.3KB
ui/world
text_snippet aimreticle.razor.scss 67B
text_snippet cratepickupworldpanel.razor.scss 458B
text_snippet damagenumber.razor.scss 660B
ui/world/entityworldpanel
text_snippet explosivegadgetworldpanel.razor.scss 483B
text_snippet fuelworldpanel.razor.scss 280B
text_snippet grubworldpanel.razor.scss 857B
text_snippet inputhintworldpanel.razor.scss 631B
ui/world
text_snippet turnbobber.razor.scss 775B