KOTH - Version 114634

Created
Total Size480.7 MB (504,078,462 bytes)
Modified Size13.8 MB (14,483,056 bytes)
File Count814
Engine Version20
Changes
Changes on 2025-08-19
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 (13.8 MB modified)

+27 ~18 -38 ⚠️
4 compiled binaries unavailable.
  • decals/impact/concrete/decal_impact_concrete_01.decal_c (3.2 KB)
  • decals/impact/concrete/decal_impact_concrete_02.decal_c (3.2 KB)
  • decals/impact/concrete/decal_impact_concrete_03.decal_c (3.2 KB)
  • decals/impact/concrete/decal_impact_concrete_04.decal_c (3.2 KB)
  • prefabs/surface/default-bullet.prefab_c (15.8 KB)
  • textures/generated/imagefile/22bbc1f9251aa02b.vtex_c (43 KB)
  • textures/generated/imagefile/339d7c21c855b8e5.vtex_c (43 KB)
  • textures/generated/imagefile/3c2b0c5325a6a8d1.vtex_c (43 KB)
  • textures/generated/imagefile/4d7a123ed6084762.vtex_c (43 KB)
  • textures/generated/imagefile/57e41edd46211fa6.vtex_c (85.7 KB)
  • textures/generated/imagefile/754e299fbe2a58e6.vtex_c (43 KB)
  • textures/generated/imagefile/8d016772cc2d397e.vtex_c (85.7 KB)
  • textures/generated/imagefile/9eef104c703a16bd.vtex_c (43 KB)
  • textures/generated/imagefile/a08dc3435150c1ed.vtex_c (43 KB)
  • textures/generated/imagefile/a5fbc29094f48356.vtex_c (85.7 KB)
  • textures/generated/imagefile/d1c32fa64c92668.vtex_c (43 KB)
  • textures/generated/imagefile/daa5f952884ba97c.vtex_c (43 KB)
  • textures/generated/imagefile/dcf42cb67d9e4d2e.vtex_c (85.7 KB)
  • textures/generated/imagefile/e65e96fd272f21ee.vtex_c (43 KB)
  • textures/generated/imagefile/f66138e67313077.vtex_c (43 KB)
  • textures/generated/imagefile/f7782b25ca603920.vtex_c (43 KB)
  • textures/particles/impact/rock_chunks_01.vtex_c (34.9 KB)
  • textures/particles/smoke/smoke_static_a.vtex_c (72.7 KB)
  • ui/controls/vectorcontrol.cs.scss (101 B)
  • ui/controlsheet/controlsheet.cs.scss (246 B)
  • ui/controlsheet/controlsheetgroup.cs.scss (329 B)
  • ui/controlsheet/controlsheetrow.cs.scss (584 B)
  • .bin/package.base.xml (55 KB -> 58 KB)
  • materials/dev/reflectivity_30_color_tga_e7524b00.generated.vtex_c (47 KB -> 47.4 KB)
  • materials/dev/reflectivity_60b_color_tga_7434c290.generated.vtex_c (2.4 KB -> 2.4 KB)
  • materials/dev/reflectivity_80b_color_tga_a1a73c6d.generated.vtex_c (2.4 KB -> 2.4 KB)
  • materials/dev/reflectivity_90b_color_tga_7c39c6d3.generated.vtex_c (2.4 KB -> 2.4 KB)
  • models/citizen/citizen.vanmgrph_c (61.6 KB -> 61.8 KB)
  • models/citizen/citizen.vmdl_c (6.3 MB -> 6.3 MB)
  • models/citizen/skin/citizen_eyes_advanced_iris_normal_png_44bf5eb8.generated.vtex_c (55.4 KB -> 55.4 KB)
  • models/citizen/skin/citizen_skin_old_color_png_d7903a6c.generated.vtex_c (2.1 MB -> 2.1 MB)
  • models/citizen/skin/citizen_skin_young_ao_png_bd72312b.generated.vtex_c (1.2 MB -> 1.2 MB)
  • models/citizen/skin/tint_lookup_png_90e8e663.generated.vtex_c (107.7 KB -> 107.7 KB)
  • models/dev/error.vmdl_c (11.6 KB -> 11.6 KB)
  • models/first_person/arms_materials/first_person_arms_ao_png_3885d3e7.generated.vtex_c (1.9 MB -> 1.9 MB)
  • models/first_person/first_person_arms.vmdl_c (702.7 KB -> 832.8 KB)
  • scenes/pl_sheff/sheff.scene_c (57.3 KB -> 80.5 KB)
  • styles/rootpanel.scss (2.4 KB -> 2.4 KB)
  • surfaces/default.surface_c (1.8 KB -> 1.4 KB)
  • ui/controls/slidercontrol.razor.scss (2.2 KB -> 2.2 KB)
  • decals/bullethole.decal_c (634 B)
  • materials/decals/bullethole.vmat_c (5.5 KB)
  • materials/decals/bullethole_vmat_g_tambientocclusion_6ee12b41.generated.vtex_c (1.6 KB)
  • materials/decals/concrete/concrete1_bullet_color_psd_cdde39a6.generated.vtex_c (87.4 KB)
  • materials/decals/concrete/concrete1_bullet_height_psd_9ba808df.generated.vtex_c (44.5 KB)
  • materials/decals/concrete/max/bullethole_concrete_1_normal_psd_7195fc30.generated.vtex_c (311.5 KB)
  • materials/decals/decal_arrow.vmat_c (3.7 KB)
  • materials/decals/decal_bombsite_a.vmat_c (3.8 KB)
  • materials/decals/decal_bombsite_b.vmat_c (3.8 KB)
  • materials/decals/decal_cross.vmat_c (3.7 KB)
  • materials/decals/decal_exclamation.vmat_c (3.8 KB)
  • materials/decals/decal_question.vmat_c (3.7 KB)
  • materials/effects/lightcookie.vtex_c (53.1 KB)
  • materials/particles/light_flare/light_flare_1.vtex_c (40.3 KB)
  • materials/particles/light_flare/light_glow_01.vtex_c (18.3 KB)
  • materials/particles/particle_glow_05.vtex_c (27.9 KB)
  • materials/particles/ring_wave_radial.vtex_c (120.9 KB)
  • materials/particles/smoke/render/smokeloop_g_1.vtex_c (1.6 MB)
  • materials/particles/smoke/render/smokeloop_i_0.vtex_c (2.7 MB)
  • materials/particles/smoke/render/smokeloop_i_1.vtex_c (2.8 MB)
  • materials/particles/spark_white.vtex_c (23.7 KB)
  • materials/particles/water_drop.vtex_c (5.9 KB)
  • models/citizen_gibs/models/organ_02_gib.vmdl_c (8.7 KB)
  • models/citizen_gibs/models/pelvis_gib_cap.vmdl_c (53.5 KB)
  • models/citizen_gibs/models/right_foot_gib_cap.vmdl_c (31.8 KB)
  • models/citizen_gibs/models/right_hand_gib_cap.vmdl_c (33.2 KB)
  • models/citizen_gibs/models/right_leg_gib_cap.vmdl_c (37.9 KB)
  • models/citizen_gibs/models/torn_torso_gib.vmdl_c (99.6 KB)
  • models/citizen_gibs/textures/head_gib.vmat_c (5.9 KB)
  • models/citizen_gibs/textures/head_gib_ao_png_984d737b.generated.vtex_c (565.9 KB)
  • models/citizen_gibs/textures/head_gib_color_png_bdc25f7b.generated.vtex_c (1 MB)
  • models/citizen_gibs/textures/head_gib_normal_png_86071f16.generated.vtex_c (1.2 MB)
  • models/first_person/first_person_arms_base.vanmgrph_c (9.3 KB)
  • sounds/impacts/bullets/concrete_impact_bullet1.vsnd_c (119.4 KB)
  • sounds/impacts/bullets/concrete_impact_bullet2.vsnd_c (114 KB)
  • sounds/impacts/bullets/concrete_impact_bullet3.vsnd_c (126.2 KB)
  • sounds/impacts/bullets/concrete_impact_bullet4.vsnd_c (146.1 KB)
  • sounds/impacts/bullets/impact-bullet-concrete.sound_c (1.1 KB)