KOTH - Version 338622

Created
Total Size491.1 MB (514,983,354 bytes)
Modified Size33.3 MB (34,964,953 bytes)
File Count882
Engine Version28
Changes
Changes on 2026-08-03
Meta
{ "MaxPlayers": 18, "MinPlayers": 1, "GameNetworkType": "Multiplayer", "MapSelect": "Official", "MapList": [ "gvar.metro", "baks.training_arena", "facepunch.prison", "gvar.stalkyard" ], "RankType": "None", "PerMapRanking": false, "LeaderboardType": "None", "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": "KOTH", "DefineConstants": "SANDBOX;ADDON;DEBUG", "NoWarn": "1701;1702;1591;", "WarningsAsErrors": "", "TreatWarningsAsErrors": false, "Nullables": false, "Whitelist": true, "ReleaseMode": "Release", "AssemblyReferences": [], "IgnoreFolders": [ "editor", "unittest" ], "DistinctAssemblyReferences": [] }, "GameCategory": "Shooter", "ControlModes": { "Keyboard": true, "VR": false, "Gamepad": true }, "ParentPackage": "", "PackageSettings": [ { "DisplayType": "Choice", "Choices": [ { "Value": "KillConfirmedGamemode", "Name": "Kill Confirmed" }, { "Value": "", "Name": "No Gamemode (good for testing)" }, { "Value": "FFAGamemode", "Name": "Free For All" }, { "Value": "WarGamemode", "Name": "Conquest" } ], "ConVarName": "gunfight_gamemode", "DisplayName": "Active Mode", "DefaultValue": "KillConfirmedGamemode", "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": "class-based shooter", "Description": "", "ReplaceTags": "firstperson fps shooter class team", "Public": true, "CsProjName": "koth", "HttpAllowList": null, "TickRate": 30, "LaunchMode": "Normal", "StartupScene": "scenes/menu/menu.scene", "DedicatedServerStartupScene": "scenes/pl_sheff/sheff.scene", "Resources": "/fonts/*\n/UI/*\n*.png", "GameSettings": [], "CodePackageReferences": [] }
{
  "MaxPlayers": 18,
  "MinPlayers": 1,
  "GameNetworkType": "Multiplayer",
  "MapSelect": "Official",
  "MapList": [
    "gvar.metro",
    "baks.training_arena",
    "facepunch.prison",
    "gvar.stalkyard"
  ],
  "RankType": "None",
  "PerMapRanking": false,
  "LeaderboardType": "None",
  "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": "KOTH",
    "DefineConstants": "SANDBOX;ADDON;DEBUG",
    "NoWarn": "1701;1702;1591;",
    "WarningsAsErrors": "",
    "TreatWarningsAsErrors": false,
    "Nullables": false,
    "Whitelist": true,
    "ReleaseMode": "Release",
    "AssemblyReferences": [],
    "IgnoreFolders": [
      "editor",
      "unittest"
    ],
    "DistinctAssemblyReferences": []
  },
  "GameCategory": "Shooter",
  "ControlModes": {
    "Keyboard": true,
    "VR": false,
    "Gamepad": true
  },
  "ParentPackage": "",
  "PackageSettings": [
    {
      "DisplayType": "Choice",
      "Choices": [
        {
          "Value": "KillConfirmedGamemode",
          "Name": "Kill Confirmed"
        },
        {
          "Value": "",
          "Name": "No Gamemode (good for testing)"
        },
        {
          "Value": "FFAGamemode",
          "Name": "Free For All"
        },
        {
          "Value": "WarGamemode",
          "Name": "Conquest"
        }
      ],
      "ConVarName": "gunfight_gamemode",
      "DisplayName": "Active Mode",
      "DefaultValue": "KillConfirmedGamemode",
      "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": "class-based shooter",
  "Description": "",
  "ReplaceTags": "firstperson fps shooter class team",
  "Public": true,
  "CsProjName": "koth",
  "HttpAllowList": null,
  "TickRate": 30,
  "LaunchMode": "Normal",
  "StartupScene": "scenes/menu/menu.scene",
  "DedicatedServerStartupScene": "scenes/pl_sheff/sheff.scene",
  "Resources": "/fonts/*\n/UI/*\n*.png",
  "GameSettings": [],
  "CodePackageReferences": []
}

Diff (33.3 MB modified)

+16 ~49 -7 ⚠️
4 compiled binaries unavailable.
  • models/props/bike/bike_wheel.vmat_c (5.4 KB)
  • models/props/bike/bike_wheel.vmdl_c (122.1 KB)
  • models/props/bike/bike_wheel.vmdl_c.t.png (21.2 KB)
  • models/props/bike/bike_wheel_ao_png_62da25d8.generated.vtex_c (172.5 KB)
  • models/props/bike/bike_wheel_color_png_be2f2dd6.generated.vtex_c (1.3 MB)
  • models/props/bike/bike_wheel_normal_png_856eb543.generated.vtex_c (1.3 MB)
  • models/weapons/sbox_pistol_usp/usp_raisedsights_ao_tga_39469c33.generated.vtex_c (172.6 KB)
  • models/weapons/sbox_pistol_usp/usp_raisedsights_color_tga_c83628ea.generated.vtex_c (309.1 KB)
  • models/weapons/sbox_pistol_usp/usp_raisedsights_normal_tga_5f974b1.generated.vtex_c (343.9 KB)
  • prefabs/weapons/buildings/teleporter.prefab_c (2 KB)
  • projectsettings/platform.config (216 B)
  • shaders/projected_decals.shader_c (7.2 MB)
  • sounds/impacts/bullets/generic-bullet-impact-2.vsnd_c (83.1 KB)
  • sounds/impacts/bullets/generic-bullet-impact-3.vsnd_c (102.1 KB)
  • sounds/impacts/bullets/generic-bullet-impact-4.vsnd_c (129.9 KB)
  • ui/components/packageflairbar.razor.scss (501 B)
  • .bin/package.base.xml (55.4 KB -> 55.8 KB)
  • .bin/package.wurstsoftware.koth.xml (24.8 KB -> 23.6 KB)
  • decals/impact/concrete/decal_impact_concrete_01.decal_c (3.2 KB -> 3.5 KB)
  • decals/impact/concrete/decal_impact_concrete_02.decal_c (3.2 KB -> 3.5 KB)
  • decals/impact/concrete/decal_impact_concrete_03.decal_c (3.2 KB -> 3.5 KB)
  • decals/impact/concrete/decal_impact_concrete_04.decal_c (3.2 KB -> 3.5 KB)
  • models/citizen/citizen.vanmgrph_c (67.9 KB -> 70 KB)
  • models/citizen/citizen.vmdl_c (6.3 MB -> 6.3 MB)
  • models/weapons/sbox_attachments/sight_holographic/v_holosight_color_png_db337e18.generated.vtex_c (4.3 MB -> 4.3 MB)
  • models/weapons/sbox_attachments/silencer_9mm/silencer_9mm.vmat_c (5.8 KB -> 6.7 KB)
  • models/weapons/sbox_attachments/silencer_9mm/silencer_9mm_ao_tga_8ae7d9f.generated.vtex_c (305.4 KB -> 301.1 KB)
  • models/weapons/sbox_attachments/silencer_9mm/silencer_9mm_color_tga_3f46e49b.generated.vtex_c (1.2 MB -> 1.2 MB)
  • models/weapons/sbox_attachments/silencer_9mm/silencer_9mm_normal_tga_c266ce8.generated.vtex_c (1.3 MB -> 1.3 MB)
  • models/weapons/sbox_melee_crowbar/v_crowbar.vmat_c (6.3 KB -> 5.5 KB)
  • models/weapons/sbox_melee_crowbar/v_crowbar_ao_png_f28d0365.generated.vtex_c (531.6 KB -> 550.7 KB)
  • models/weapons/sbox_melee_crowbar/v_crowbar_color_png_dc69331f.generated.vtex_c (1.7 MB -> 1.8 MB)
  • models/weapons/sbox_melee_crowbar/v_crowbar_normal_png_b50c76b2.generated.vtex_c (1.9 MB -> 1.9 MB)
  • models/weapons/sbox_pistol_usp/v_usp_match.vmat_c (5.5 KB -> 6.3 KB)
  • models/weapons/sbox_pistol_usp/v_usp_match_ao_tga_ec0b2a8f.generated.vtex_c (487.6 KB -> 485.2 KB)
  • models/weapons/sbox_pistol_usp/v_usp_match_color_tga_525d8f48.generated.vtex_c (1.2 MB -> 1.2 MB)
  • models/weapons/sbox_pistol_usp/v_usp_match_normal_tga_55cd06b2.generated.vtex_c (1.3 MB -> 1.3 MB)
  • models/weapons/sbox_pistol_usp/v_usp_raised_sights.vmat_c (5.7 KB -> 6.4 KB)
  • projectsettings/input.config (3 KB -> 3 KB)
  • scenes/menu/menu.scene_c (21.4 KB -> 28.1 KB)
  • shaders/glass_scope.shader_c (187.1 KB -> 379.2 KB)
  • shaders/scope.shader_c (15.4 KB -> 15.4 KB)
  • sounds/impacts/bullets/impact-bullet-generic.sound_c (659 B -> 1013 B)
  • styles/form/_checkbox.scss (732 B -> 796 B)
  • styles/rootpanel.scss (3 KB -> 3 KB)
  • textures/generated/imagefile/22bbc1f9251aa02b.vtex_c (43 KB -> 99.8 KB)
  • textures/generated/imagefile/339d7c21c855b8e5.vtex_c (43 KB -> 22.7 KB)
  • textures/generated/imagefile/3c2b0c5325a6a8d1.vtex_c (43 KB -> 81.8 KB)
  • textures/generated/imagefile/4d7a123ed6084762.vtex_c (43 KB -> 80.8 KB)
  • textures/generated/imagefile/57e41edd46211fa6.vtex_c (85.7 KB -> 55.4 KB)
  • textures/generated/imagefile/754e299fbe2a58e6.vtex_c (43 KB -> 105.5 KB)
  • textures/generated/imagefile/8d016772cc2d397e.vtex_c (85.7 KB -> 56.4 KB)
  • textures/generated/imagefile/9eef104c703a16bd.vtex_c (43 KB -> 81.9 KB)
  • textures/generated/imagefile/a08dc3435150c1ed.vtex_c (43 KB -> 24.4 KB)
  • textures/generated/imagefile/a5fbc29094f48356.vtex_c (85.7 KB -> 61.3 KB)
  • textures/generated/imagefile/d1c32fa64c92668.vtex_c (43 KB -> 80.9 KB)
  • textures/generated/imagefile/daa5f952884ba97c.vtex_c (43 KB -> 94.1 KB)
  • textures/generated/imagefile/dcf42cb67d9e4d2e.vtex_c (85.7 KB -> 63.2 KB)
  • textures/generated/imagefile/e65e96fd272f21ee.vtex_c (43 KB -> 98.9 KB)
  • textures/generated/imagefile/f66138e67313077.vtex_c (43 KB -> 22.9 KB)
  • textures/generated/imagefile/f7782b25ca603920.vtex_c (43 KB -> 23.6 KB)
  • ui/components/packagecard.razor.scss (1.9 KB -> 2.9 KB)
  • ui/components/packagefilters.razor.scss (930 B -> 1.1 KB)
  • ui/components/packagelist.razor.scss (422 B -> 424 B)
  • ui/mainmenu/mainmenucomponent.razor.scss (32 B -> 70 B)
  • .bin/package.base.dll (177.5 KB)
  • .bin/package.facepunch.jigglebones.dll (17 KB)
  • .bin/package.facepunch.libevents.dll (40.5 KB)
  • .bin/package.wurstsoftware.koth.dll (530 KB)
  • models/weapons/sbox_pistol_usp/v_usp_raisedsights_ao_tga_7bde48e5.generated.vtex_c (172.5 KB)
  • models/weapons/sbox_pistol_usp/v_usp_raisedsights_color_tga_a3492b51.generated.vtex_c (310.3 KB)
  • models/weapons/sbox_pistol_usp/v_usp_raisedsights_normal_tga_bf6c14b2.generated.vtex_c (343.7 KB)