Sandbox Logo

Metadata

{
  "MaxPlayers": 16,
  "MinPlayers": 1,
  "GameNetworkType": "Multiplayer",
  "MapSelect": "Unrestricted",
  "MapList": [
    "baks.training_arena"
  ],
  "RankType": "None",
  "PerMapRanking": false,
  "LeaderboardType": "None",
  "Collision": {
    "Defaults": {
      "solid": "Collide",
      "trigger": "Trigger",
      "ladder": "Ignore",
      "water": "Trigger",
      "ragdoll": "Trigger",
      "weapon": "Trigger",
      "player": "Collide"
    },
    "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": "ladder",
        "b": "water",
        "r": "Ignore"
      },
      {
        "a": "trigger",
        "b": "water"
      },
      {
        "a": "solid",
        "b": "ragdoll",
        "r": "Collide"
      },
      {
        "a": "solid",
        "b": "weapon",
        "r": "Collide"
      },
      {
        "a": "player",
        "b": "player",
        "r": "Ignore"
      }
    ]
  },
  "Physics": {
    "SubSteps": 2,
    "TimeScale": 1,
    "Gravity": "0,0,-800",
    "AirDensity": 1.2,
    "SleepingEnabled": true,
    "SimulationMode": "Continuous",
    "PositionIterations": 2,
    "VelocityIterations": 8,
    "SoftBodyIterations": 1,
    "SoftBodySubsteps": 1
  },
  "Compiler": {
    "RootNamespace": "Facepunch.Gunfight",
    "DefineConstants": "SANDBOX;ADDON;DEBUG",
    "NoWarn": "1701;1702;1591;"
  },
  "GameCategory": "Shooter",
  "ControlModes": {
    "Keyboard": true,
    "Gamepad": true
  },
  "ParentPackage": "",
  "PackageSettings": [
    {
      "DisplayType": "Choice",
      "Choices": [
        {
          "Value": "GunfightGamemode",
          "Name": "Gunfight: Trios"
        },
        {
          "Value": "KillConfirmedGamemode",
          "Name": "Kill Confirmed"
        },
        {
          "Value": "WarGamemode",
          "Name": "Conquest"
        },
        {
          "Value": "",
          "Name": "No Gamemode (good for testing)"
        }
      ],
      "ConVarName": "gunfight_gamemode",
      "DisplayName": "Active Mode",
      "DefaultValue": "WarGamemode",
      "Description": "The current gamemode.",
      "Group": "Important"
    },
    {
      "DisplayType": "Boolean",
      "Choices": [],
      "ConVarName": "gunfight_friendly_fire_override",
      "DisplayName": "Friendly Fire (Override)",
      "DefaultValue": "false",
      "Description": "If set on, friendly fire will always be active.",
      "Group": "Game Rules"
    },
    {
      "DisplayType": "Boolean",
      "Choices": [],
      "ConVarName": "gunfight_thirdperson",
      "DisplayName": "Third Person (Override)",
      "DefaultValue": "false",
      "Description": "Should third person be available to use?",
      "Group": "Game Rules"
    },
    {
      "DisplayType": "Integer",
      "Choices": [],
      "ConVarName": "gunfight_kc_minimum_players",
      "DisplayName": "Minimum Players",
      "DefaultValue": "2",
      "Description": "The minimum amount of required players to start a Kill Confirmed game.",
      "Group": "Kill Confirmed",
      "Minimum": 1,
      "Maximum": 16
    },
    {
      "DisplayType": "Float",
      "Choices": [],
      "ConVarName": "gunfight_kc_round_countdown",
      "DisplayName": "Round Countdown",
      "DefaultValue": "10",
      "Description": "The time (in seconds) it takes to start a match in Kill Confirmed.",
      "Group": "Kill Confirmed",
      "Maximum": 30
    },
    {
      "DisplayType": "Float",
      "Choices": [],
      "ConVarName": "gunfight_kc_round_duration",
      "DisplayName": "Round Duration",
      "DefaultValue": "600",
      "Description": "The round duration (in seconds) in Kill Confirmed.",
      "Group": "Kill Confirmed",
      "Minimum": 60,
      "Maximum": 3600,
      "Step": 1
    },
    {
      "DisplayType": "Integer",
      "Choices": [],
      "ConVarName": "gunfight_kc_max_score",
      "DisplayName": "Maximum Score",
      "DefaultValue": "75",
      "Description": "The score required to win a match in Kill Confirmed.",
      "Group": "Kill Confirmed",
      "Minimum": 1,
      "Maximum": 300
    }
  ],
  "DefaultLeaderboards": [],
  "GeneralExtensions": false,
  "TargettedExtensions": true,
  "ExtensionApiVersion": 1001,
  "Summary": "A fast paced first-person shooter game with a bunch of different gamemodes.",
  "Description": "",
  "ReplaceTags": "firstperson thirdperson action",
  "Public": true
}

Files

Name Size
text_snippet .assembly 1MB
code/resource/styles
text_snippet _capturepoints.scss 4.7KB
text_snippet _damageindicator.scss 491B
text_snippet _hitindicator.scss 596B
text_snippet _inventory.scss 1.3KB
text_snippet _pickupfeed.scss 1.1KB
text_snippet _spawnoverview.scss 3.6KB
text_snippet hud.scss 7.7KB
text_snippet hudbar.scss 1.1KB
text_snippet nametag.scss 400B
code/resource/templates
text_snippet hud.html 901B
code/ui
text_snippet ammo.html 320B
code/ui/chatbox
text_snippet chatbox.scss 3.8KB
code/ui/hud
text_snippet hudhints.html 1.2KB
text_snippet hudhints.scss 2.5KB
code/ui/hudmarkers
text_snippet hudmarkers.scss 4.1KB
code/ui/killfeed
text_snippet killfeed.scss 1.3KB
code/ui/loadoutpanel
text_snippet loadoutpanel.scss 1.9KB
code/ui/progression
text_snippet loadoutselector.scss 5.6KB
code/ui/scoreboard
text_snippet gunfightscoreboard.scss 6.7KB
code/ui/voicechat
text_snippet gunvoicelist.scss 950B
text_snippet gunvoicespeaker.scss 228B
fonts
text_snippet oxanium-bold.ttf 28.2KB
text_snippet oxanium-extrabold.ttf 28.3KB
text_snippet oxanium-extralight.ttf 28.4KB
text_snippet oxanium-light.ttf 28.3KB
text_snippet oxanium-medium.ttf 28.3KB
text_snippet oxanium-regular.ttf 28.3KB
text_snippet oxanium-semibold.ttf 28.3KB
gamemodes/gunfight
text_snippet gunfightcapturepanel.html 292B
text_snippet gunfightcapturepanel.scss 1.2KB
text_snippet gunfightgamemodepanel.html 197B
text_snippet gunfightgamemodepanel.scss 287B
text_snippet gunfightroundwonpanel.html 326B
text_snippet gunfightroundwonpanel.scss 1.9KB
gamemodes/gunfight/score
text_snippet gunfightstatuspanel.html 2.1KB
text_snippet gunfightstatuspanel.scss 3.8KB
maps
public testmap_fight.vpk 5.2MB
materials/default
insert_photo default_ao_tga_7449568e.generated.vtex_c 2KB
insert_photo default_mask_tga_3a4f4d17.generated.vtex_c 2KB
insert_photo default_normal_tga_5c878876.generated.vtex_c 2.3KB
insert_photo default_normal_tga_7f4327e9.generated.vtex_c 2KB
insert_photo default_tga_1ba1c9c.generated.vtex_c 1.8KB
materials/dev
insert_photo dev_grating_color_psd_beb8b79.generated.vtex_c 23.8KB
collections dev_grating.vmat_c 5.8KB
insert_photo dev_metal_rough30_vmat_g_tcolor_a0ce44b8.generated.vtex_c 1.5KB
insert_photo dev_metal_rough30_vmat_g_tnormal_c726678.generated.vtex_c 1.8KB
collections dev_metal_rough30.vmat_c 4.4KB
insert_photo dev_metal_rough50_vmat_g_tcolor_a0ce44b8.generated.vtex_c 1.5KB
insert_photo dev_metal_rough50_vmat_g_tnormal_7a668049.generated.vtex_c 1.8KB
collections dev_metal_rough50.vmat_c 4.4KB
insert_photo reflectivity_30_color_tga_e7524b00.generated.vtex_c 46.3KB
collections reflectivity_30.vmat_c 4.3KB
materials/dev/simple
collections floor_simple_128.vmat_c 5.2KB
insert_photo simple_tint_hs_vmat_g_tcolor_a0ce44b8.generated.vtex_c 1.5KB
collections simple_tint_hs.vmat_c 6.2KB
collections wall_simple_128.vmat_c 5.2KB
materials/models/editor
insert_photo axis_helper_tga_18429157.generated.vtex_c 12.5KB
collections axis_helper.vmat_c 4.4KB
materials/particle
insert_photo beam_smoke_01.vtex_c 33.9KB
insert_photo particle_glow_02.vtex_c 142.8KB
materials/particles
insert_photo beam_generic_4.vtex_c 47.2KB
insert_photo beam_generic_7_edge.vtex_c 34.7KB
insert_photo beam_hotwhite.vtex_c 25.4KB
insert_photo glow_simple_01.vtex_c 27.2KB
insert_photo line_01.vtex_c 5.8KB
materials/particles/smoke1
insert_photo smoke1.vtex_c 72.7KB
materials/skybox
insert_photo skybox_workshop_exr_db32bb3e.generated.vtex_c 5.2MB
collections skybox_workshop.vmat_c 2.1KB
insert_photo skybox_workshop.vtex_c 5.2MB
materials/tools/new
insert_photo lightmapres_color_png_e1844855.generated.vtex_c 30KB
insert_photo navattribute_color_png_9f6b72df.generated.vtex_c 28.3KB
insert_photo toolsgeneric_color_png_9dd17e82.generated.vtex_c 24.7KB
insert_photo toolsgeneric_mask_png_2a1509d1.generated.vtex_c 44.5KB
materials/tools
collections toolsgeneric.vmat_c 5.4KB
collections toolslightmapres.vmat_c 5KB
collections toolsnavattribute.vmat_c 5.5KB
models/akm
text_snippet akm.vanmgrph_c 3KB
view_in_ar fp_akm.vmdl_c 363.7KB
models/akm/materials
collections akm_01.vmat_c 5.9KB
models/akm
view_in_ar w_akm.vmdl_c 83KB
text_snippet w_akm.vmdl.png 581.1KB
models/arms
collections arm_gloves.vmat_c 6.4KB
collections arm_skin.vmat_c 6.2KB
view_in_ar fp_arms.vmdl_c 209.4KB
models/attachments/laser
view_in_ar laser_sight.vmdl_c 31.5KB
models/f1
text_snippet f1.vanmgrph_c 3KB
view_in_ar fp_f1.vmdl_c 346.9KB
models/f1/materials
collections f1.vmat_c 6.3KB
models/f1
view_in_ar w_f1.vmdl_c 80KB
text_snippet w_f1.vmdl.png 698.7KB
models/gameplay/ammo_case_pallet
view_in_ar ammo_case_pallet.vmdl_c 433.9KB
models/gameplay/ammo_case_pallet/materials
insert_photo case_color_png_ff954718.generated.vtex_c 358.2KB
text_snippet case_color.png 780.8KB
insert_photo case_normal_png_9938c1dd.generated.vtex_c 864KB
text_snippet case_normal.png 698.2KB
text_snippet case_rough.png 385.2KB
collections case.vmat_c 6KB
models/gameplay/dogtags
view_in_ar dogtag.vmdl_c 67.1KB
models/gameplay/dogtags/materials
insert_photo border_png_9bfc7962.generated.vtex_c 69.2KB
text_snippet border.png 226.7KB
insert_photo border1_png_40bdfd00.generated.vtex_c 36.6KB
insert_photo border1_png_f42ccb3a.generated.vtex_c 51KB
text_snippet border1.png 15.1KB
insert_photo dogtag_ao_png_9d10f9cd.generated.vtex_c 466.3KB
text_snippet dogtag_ao.png 378.6KB
insert_photo dogtag_color_png_4b4e073b.generated.vtex_c 897.6KB
text_snippet dogtag_color.png 1.2MB
insert_photo dogtag_metal_png_3732d4cd.generated.vtex_c 383.4KB
text_snippet dogtag_metal.png 493.8KB
insert_photo dogtag_normal_png_be3a41e0.generated.vtex_c 760.8KB
text_snippet dogtag_normal.png 72.1KB
text_snippet dogtag_rough.png 391.3KB
collections dogtag_team_border.vmat_c 6.4KB
insert_photo dogtag_team_red_vmat_g_tcolor_1d0b358e.generated.vtex_c 1.9KB
collections dogtag_team_red.vmat_c 7.5KB
insert_photo dogtag_team_vmat_g_tcolor_1d0b358e.generated.vtex_c 1.9KB
collections dogtag_team.vmat_c 7.5KB
collections dogtag.vmat_c 6.2KB
models/gameplay/dogtags/particles
text_snippet team_blue.vpcf_c 2KB
models/gameplay/flag_pole_base
view_in_ar flag_pole_base.vmdl_c 48.6KB
models/gameplay/flag_pole_base/materials
insert_photo flag_vmat_g_tcolor_2b6825ab.generated.vtex_c 1.5KB
collections flag.vmat_c 5.4KB
models/knife
view_in_ar fp_knife.vmdl_c 256.2KB
text_snippet knife.vanmgrph_c 3.1KB
models/knife/materials
collections combatknife.vmat_c 6.1KB
models/knife
view_in_ar w_knife.vmdl_c 56.8KB
text_snippet w_knife.vmdl.png 333.2KB
models/m1911
view_in_ar fp_m1911.vmdl_c 374.2KB
text_snippet m1911.vanmgrph_c 3KB
models/m1911/material
collections m1911.vmat_c 7.3KB
models/m1911
view_in_ar w_m1911.vmdl_c 70.4KB
text_snippet w_m1911.vmdl.png 1.1MB
models/mp5
view_in_ar fp_mp5.vmdl_c 417KB
models/mp5/materials
collections mp5.vmat_c 6.4KB
models/mp5
text_snippet mp5.vanmgrph_c 3KB
view_in_ar w_mp5.vmdl_c 81.2KB
text_snippet w_mp5.vmdl.png 689.4KB
models/r870
view_in_ar fp_r870.vmdl_c 312.4KB
models/r870/materials
collections r870.vmat_c 5.9KB
models/r870
text_snippet r870.vanmgrph_c 3.7KB
view_in_ar w_r870.vmdl_c 38.6KB
text_snippet w_r870.vmdl.png 417KB
models/revolver
view_in_ar fp_revolver.vmdl_c 369.4KB
models/revolver/materials
collections ammo.vmat_c 6.6KB
collections revolver.vmat_c 6.1KB
models/revolver
text_snippet revolver.vanmgrph_c 3KB
view_in_ar w_revolver.vmdl_c 63KB
text_snippet w_revolver.vmdl.png 854.5KB
models/sbox_props/pallet
insert_photo pallet_ao_png_38634ff2.generated.vtex_c 2.4MB
insert_photo pallet_color_png_8bc20ea.generated.vtex_c 4.5MB
insert_photo pallet_normal_png_ad162f44.generated.vtex_c 5.3MB
collections pallet.vmat_c 5.8KB
models/source/akm/materials
insert_photo akm_01_ao_png_8326b452.generated.vtex_c 591.9KB
text_snippet akm_01_ao.png 493.9KB
insert_photo akm_01_color_png_c053382e.generated.vtex_c 1.3MB
text_snippet akm_01_color.png 1.4MB
text_snippet akm_01_metal.png 831.3KB
insert_photo akm_01_normal_png_f0e6ce9c.generated.vtex_c 1.3MB
text_snippet akm_01_normal.png 1.3MB
text_snippet akm_01_rough.png 684.8KB
models/source/arms/materials
insert_photo arm_ao_png_f0621d9.generated.vtex_c 377.5KB
text_snippet arm_ao.png 337.5KB
insert_photo arm_color_png_12695995.generated.vtex_c 573KB
text_snippet arm_color.png 1.3MB
insert_photo arm_gloves_ao_png_d9715f3a.generated.vtex_c 342KB
text_snippet arm_gloves_ao.png 334.6KB
insert_photo arm_gloves_color_png_99633f79.generated.vtex_c 491.8KB
text_snippet arm_gloves_color.png 1MB
insert_photo arm_gloves_normal_png_5577b376.generated.vtex_c 1.3MB
text_snippet arm_gloves_normal.png 2.2MB
text_snippet arm_gloves_rough.png 609.3KB
insert_photo arm_normal_png_9df20028.generated.vtex_c 1.3MB
text_snippet arm_normal.png 1.4MB
text_snippet arm_rough.png 975.3KB
models/source/f1/materials
insert_photo f1_ao_png_cc95341.generated.vtex_c 576.5KB
text_snippet f1_ao.png 510.7KB
insert_photo f1_color_png_e7b6e4f.generated.vtex_c 1.2MB
text_snippet f1_color.png 1.2MB
text_snippet f1_metal.png 883.4KB
insert_photo f1_normal_png_8a43f27b.generated.vtex_c 1.3MB
text_snippet f1_normal.png 1.2MB
text_snippet f1_rough.png 912.5KB
models/source/knife/materials
insert_photo combatknife_ao_png_ce6ce74e.generated.vtex_c 480.3KB
text_snippet combatknife_ao.png 435.3KB
insert_photo combatknife_color_png_719ad1a.generated.vtex_c 1.1MB
text_snippet combatknife_color.png 1.1MB
text_snippet combatknife_metal.png 851.5KB
insert_photo combatknife_normal_png_c343ae74.generated.vtex_c 1.2MB
text_snippet combatknife_normal.png 1.3MB
text_snippet combatknife_rough.png 595.7KB
models/source/m1911/materials
insert_photo m1911_ao_png_83f11163.generated.vtex_c 381.6KB
text_snippet m1911_ao.png 356.9KB
insert_photo m1911_color_png_5680d020.generated.vtex_c 1.3MB
text_snippet m1911_color.png 1.5MB
text_snippet m1911_metal.png 1MB
insert_photo m1911_normal_png_7966ce20.generated.vtex_c 1.3MB
text_snippet m1911_normal.png 1.5MB
text_snippet m1911_rough.png 1.1MB
insert_photo m1911_selfillum_png_6f7183c2.generated.vtex_c 47.7KB
text_snippet m1911_selfillum.png 1.8KB
models/source/mp5/materials
insert_photo mp5_ao_png_90a3d1a4.generated.vtex_c 490.4KB
text_snippet mp5_ao.png 469.5KB
insert_photo mp5_color_png_52ebfce.generated.vtex_c 1.2MB
text_snippet mp5_color.png 1.1MB
text_snippet mp5_metal.png 969.7KB
insert_photo mp5_normal_png_9ad19cc7.generated.vtex_c 1.3MB
text_snippet mp5_normal.png 1.4MB
text_snippet mp5_rough.png 962.4KB
models/source/r870/materials
insert_photo r870_ao_png_7fd428eb.generated.vtex_c 487.1KB
text_snippet r870_ao.png 395KB
insert_photo r870_color_png_1b4d4aad.generated.vtex_c 1.1MB
text_snippet r870_color.png 1.1MB
text_snippet r870_metal.png 886.2KB
insert_photo r870_normal_png_98d343ba.generated.vtex_c 1.3MB
text_snippet r870_normal.png 1.5MB
text_snippet r870_rough.png 863.7KB
models/source/revolver/materials
insert_photo ammo_ao_png_62577512.generated.vtex_c 480.9KB
text_snippet ammo_ao.png 378.7KB
insert_photo ammo_color_png_efc23f84.generated.vtex_c 1MB
text_snippet ammo_color.png 956.8KB
text_snippet ammo_metal.png 767.3KB
insert_photo ammo_normal_png_c7bd0e0f.generated.vtex_c 1.3MB
text_snippet ammo_normal.png 1.2MB
text_snippet ammo_rough.png 778.5KB
insert_photo revolver_ao_png_8626cb47.generated.vtex_c 684.6KB
text_snippet revolver_ao.png 727.9KB
insert_photo revolver_color_png_4a2fe620.generated.vtex_c 1.2MB
text_snippet revolver_color.png 1.3MB
text_snippet revolver_metal.png 921.2KB
insert_photo revolver_normal_png_1bd10d7d.generated.vtex_c 1.2MB
text_snippet revolver_normal.png 1.2MB
text_snippet revolver_rough.png 569.1KB
models/training
text_snippet dummy.vanmgrph_c 2.2KB
view_in_ar dummy.vmdl_c 12.5KB
view_in_ar dummyeditor.vmdl_c 8KB
obsolete
text_snippet obsolete.txt 736B
particles/gameplay/dogtags
text_snippet team_1_dog_tags.vpcf_c 2.3KB
particles/gameplay/flag
text_snippet flag_aoe.vpcf_c 2.5KB
particles/gameplay/guns/trail
text_snippet rico_trail_impact_spark.vpcf_c 3.4KB
text_snippet rico_trail_smoke.vpcf_c 2.8KB
text_snippet trail_bullet.vpcf_c 2.4KB
text_snippet trail_smoke.vpcf_c 2.3KB
particles/gameplay/player/slide
text_snippet slide.vpcf_c 2.2KB
particles
text_snippet laserdot.vpcf_c 2.1KB
text_snippet laserline.vpcf_c 2.4KB
postprocess
text_snippet standard.vpost_c 129.5KB
resource/styles
text_snippet _capturepoints.scss 4.7KB
text_snippet _damageindicator.scss 491B
text_snippet _hitindicator.scss 596B
text_snippet _inventory.scss 1.3KB
text_snippet _pickupfeed.scss 1.1KB
text_snippet _spawnoverview.scss 3.6KB
text_snippet hud.scss 7.7KB
text_snippet hudbar.scss 1.1KB
text_snippet nametag.scss 400B
resource/templates
text_snippet hud.html 901B
resources/loadouts/generic
text_snippet assault.ldt_c 563B
text_snippet blaster.ldt_c 566B
text_snippet cowboy.ldt_c 548B
text_snippet cqb.ldt_c 557B
text_snippet task_force.ldt_c 619B
resources/loadouts/gunfight
text_snippet 1911_laser.ldt_c 590B
text_snippet akm.ldt_c 540B
text_snippet famas_laser.ldt_c 583B
text_snippet mp5_laser.ldt_c 558B
text_snippet mp5.ldt_c 538B
text_snippet r870.ldt_c 552B
text_snippet revolver.ldt_c 551B
resources/weapons
text_snippet 1911.wpn_c 2.4KB
text_snippet akm.wpn_c 2.5KB
text_snippet f1.wpn_c 2.6KB
text_snippet mp5.wpn_c 2.5KB
text_snippet r870.wpn_c 2.3KB
text_snippet revolver.wpn_c 2.6KB
sounds/guns/akm
text_snippet akm.shoot.sound_c 673B
text_snippet ar1_shoot 01.vsnd_c 364KB
sounds/guns/f1
text_snippet ar2_shoot.sound_c 815B
text_snippet ar2_shoot1.vsnd_c 688.8KB
text_snippet ar2_shoot2.vsnd_c 662.8KB
text_snippet ar2_shoot3.vsnd_c 208.7KB
sounds/guns
text_snippet gun_dryfire.sound_c 643B
text_snippet gun.dryfire.vsnd_c 33.6KB
sounds/guns/knife
text_snippet knife.deploy.sound_c 666B
text_snippet knife.deploy.vsnd_c 144.6KB
text_snippet knife.swing.sound_c 672B
text_snippet knife.swing.vsnd_c 28.7KB
sounds/guns/m1911
text_snippet pistol_shoot.sound_c 675B
text_snippet pistol_shoot.vsnd_c 243.6KB
sounds/guns/m1911/reload
text_snippet m1911.reload.fow.sound_c 693B
text_snippet m1911.reload.fow.vsnd_c 107KB
text_snippet m1911.reload.load.sound_c 694B
text_snippet m1911.reload.load.vsnd_c 139.9KB
text_snippet m1911.reload.out.sound_c 693B
text_snippet m1911.reload.out.vsnd_c 139.9KB
text_snippet m1911.reload.sound_c 689B
text_snippet m1911.reload.vsnd_c 46.5KB
sounds/guns/mp5/reload
text_snippet mp5.mag.load.sound_c 687B
text_snippet mp5.mag.load.vsnd_c 63.7KB
text_snippet mp5.mag.sound_c 666B
text_snippet mp5.mag.vsnd_c 54.1KB
text_snippet mp5.move.sound_c 667B
text_snippet mp5.move.vsnd_c 92.8KB
sounds/guns/mp5
text_snippet smg1_shoot.sound_c 837B
text_snippet smg1_shoot1.vsnd_c 193.1KB
text_snippet smg1_shoot2.vsnd_c 193.1KB
text_snippet smg1_shoot3.vsnd_c 193.1KB
sounds/guns/r870
text_snippet shotgun_cock.sound_c 665B
text_snippet shotgun_cock.vsnd_c 126.3KB
text_snippet shotgun_load.sound_c 665B
text_snippet shotgun_load.vsnd_c 90.4KB
text_snippet shotgun_pump.sound_c 665B
text_snippet shotgun_pump.vsnd_c 115KB
text_snippet shotgun1_shoot.sound_c 761B
text_snippet shotgun1_shoot1.vsnd_c 221.1KB
text_snippet shotgun1_shoot2.vsnd_c 220.5KB
sounds/guns/revolver
text_snippet revolver_shoot.1.vsnd_c 375.8KB
text_snippet revolver_shoot.2.vsnd_c 375.8KB
text_snippet revolver_shoot.3.vsnd_c 663.8KB
text_snippet revolver_shoot.sound_c 899B
text_snippet revolver.case.1.vsnd_c 280.6KB
text_snippet revolver.case.2.vsnd_c 237.6KB
text_snippet revolver.case.3.vsnd_c 388.3KB
text_snippet revolver.case.sound_c 894B
text_snippet revolver.hammer.sound_c 688B
text_snippet revolver.hammer.vsnd_c 38.6KB
text_snippet revolver.reload.sound_c 688B
text_snippet revolver.reload.vsnd_c 75.4KB
sounds/physics/bullet_impacts
text_snippet metal_01.vsnd_c 45.7KB
sounds/player/foley/gear
text_snippet add.walking.1.vsnd_c 124.2KB
text_snippet add.walking.2.vsnd_c 156.8KB
text_snippet add.walking.3.vsnd_c 144.4KB
text_snippet add.walking.4.vsnd_c 169.2KB
text_snippet add.walking.5.vsnd_c 148KB
text_snippet add.walking.6.vsnd_c 179.5KB
text_snippet player.heavy_land.gear.sound_c 1KB
text_snippet player.jump.gear.sound_c 697B
text_snippet player.walk.gear.sound_c 1.1KB
text_snippet ply.landing.1.vsnd_c 129.9KB
text_snippet ply.landing.2.vsnd_c 151.4KB
text_snippet ply.landing.3.vsnd_c 129.9KB
text_snippet ply.landing.4.vsnd_c 129.9KB
sounds/player/foley/slide
text_snippet ski.loop.sound_c 670B
text_snippet ski.loop.vsnd_c 6MB
text_snippet ski.stop.sound_c 677B
text_snippet ski.stop.vsnd_c 156KB
sounds/ui/hitsound
text_snippet ui.hit.sound_c 675B
sounds/ui/round
text_snippet countdown.beep.sound_c 672B
text_snippet countdown.beep.vsnd_c 42.5KB
text_snippet countdown.start.sound_c 679B
text_snippet friendlydown.sound_c 663B
text_snippet friendlydown.vsnd_c 546.6KB
text_snippet round.lost.sound_c 645B
text_snippet round.lost.vsnd_c 196.9KB
text_snippet round.start.sound_c 662B
text_snippet round.start.vsnd_c 409.8KB
text_snippet round.won.sound_c 644B
text_snippet round.won.vsnd_c 689.7KB
styles
text_snippet base.scss 789B
styles/base
text_snippet _fileentry.scss 238B
text_snippet _navigator.scss 62B
text_snippet _popup.scss 3.4KB
text_snippet _splitcontainer.scss 411B
text_snippet _tabcontainer.scss 1.2KB
text_snippet _textentry.scss 1.1KB
styles
text_snippet form.scss 894B
styles/form
text_snippet _checkbox.scss 791B
text_snippet _coloreditor.scss 3.7KB
text_snippet _colorproperty.scss 287B
text_snippet _dropdown.scss 413B
text_snippet _slider.scss 1.8KB
text_snippet _switch.scss 879B
textures/dev/simple
insert_photo floor_simple_128_color_tga_bc5c7b5d.generated.vtex_c 47.8KB
insert_photo floor_simple_128_rough_tga_7c323bd7.generated.vtex_c 30.7KB
insert_photo floor_simple_hs_rough_tga_c5a8aba3.generated.vtex_c 136.7KB
insert_photo simple_tint_hs_mask_tga_b5578546.generated.vtex_c 131KB
insert_photo wall_simple_128_color_tga_6e2c5e1c.generated.vtex_c 47.8KB
ui
text_snippet ammo.html 320B
ui/chat
text_snippet chatbox.scss 1.6KB
ui/chatbox
text_snippet chatbox.scss 3.8KB
ui
text_snippet checkbox.html 1.2KB
text_snippet checkbox.scss 93B
text_snippet crown.png 1.1KB
ui/devcam
text_snippet colorpanel.html 1.3KB
text_snippet dofpanel.html 401B
text_snippet filmgrainpanel.html 483B
text_snippet motionblurpanel.html 486B
text_snippet vignettepanel.html 714B
ui
text_snippet devcamsettings.html 1.1KB
text_snippet devcamsettings.scss 2.8KB
ui/firemode
text_snippet auto.png 1.5KB
text_snippet burst.png 1.3KB
text_snippet semi.png 855B
ui/hints
text_snippet climb_arrow.png 12.3KB
ui/hit
text_snippet hit_marker.png 3.2KB
text_snippet kill_marker_headshot.png 11.1KB
text_snippet kill_marker.png 9.4KB
ui/hud
text_snippet hudhints.html 1.2KB
text_snippet hudhints.scss 2.5KB
ui/hudmarkers
text_snippet hudmarkers.scss 4.1KB
ui/killfeed
text_snippet killfeed.scss 1.3KB
ui/loadoutpanel
text_snippet loadoutpanel.scss 1.9KB
ui
text_snippet marker.png 1.4KB
ui/progression
text_snippet loadoutselector.scss 5.6KB
ui
text_snippet radial_gradient.png 169.8KB
text_snippet resource.png 1.5KB
ui/scoreboard
text_snippet gunfightscoreboard.scss 6.7KB
text_snippet scoreboard.scss 879B
ui/stance
text_snippet duck.png 87.9KB
text_snippet run.png 54.7KB
text_snippet stand.png 88.4KB
ui/voicechat
text_snippet gunvoicelist.scss 950B
text_snippet gunvoicespeaker.scss 228B
text_snippet voicelist.scss 814B
text_snippet voicespeaker.scss 285B
ui/weapons
text_snippet akm.png 12.6KB
text_snippet famas.png 14KB
text_snippet grenade.png 8KB
text_snippet knife.png 13.9KB
text_snippet m1911.png 8.4KB
text_snippet mp5.png 18.1KB
text_snippet pump-shotgun.png 13.5KB