KOTH - Version 153307

Created
Total Size465.6 MB (488,219,279 bytes)
Modified Size33.2 MB (34,779,851 bytes)
File Count849
Engine Version24
Changes
Changes on 2026-02-15
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.2 MB modified)

+42 ~47 -2 ⚠️
4 compiled binaries unavailable.
  • .bin/package.facepunch.jigglebones.xml (154 B)
  • .bin/package.facepunch.libevents.xml (12 KB)
  • models/3dmodelscc0/gunsexplosives/ak-47/ak47.vmdl_c.t.png (12.7 KB)
  • models/citizen/citizen.vmdl_c.t.png (16.5 KB)
  • models/dev/box.vmdl_c.t.png (35.3 KB)
  • models/dev/error.vmdl_c.t.png (36.3 KB)
  • models/dev/sphere.vmdl_c.t.png (36.3 KB)
  • models/dev/vehicle/swat_dev.vmdl_c.t.png (27.8 KB)
  • models/koth/barrelmodel.vmdl_c.t.png (38.5 KB)
  • models/koth/body9.vmdl_c.t.png (36.3 KB)
  • models/koth/health_cans.vmdl_c.t.png (44 KB)
  • models/koth/logo-tri.vmdl_c.t.png (36.3 KB)
  • models/koth/pyramid2.vmdl_c.t.png (36.3 KB)
  • models/koth/te.vmdl_c.t.png (36.3 KB)
  • models/menu/cone.vmdl_c.t.png (23.7 KB)
  • models/menu/h.vmdl_c.t.png (1 KB)
  • models/menu/h2.vmdl_c.t.png (27.5 KB)
  • models/menu/k.vmdl_c.t.png (23.7 KB)
  • models/menu/k2.vmdl_c.t.png (22.6 KB)
  • models/menu/k3.vmdl_c.t.png (25.4 KB)
  • models/menu/menu-tri.vmdl_c.t.png (22.6 KB)
  • models/menu/t.vmdl_c.t.png (695 B)
  • models/menu/t2.vmdl_c.t.png (24.3 KB)
  • models/projectiles/rocket-2.vmdl_c.t.png (9 KB)
  • models/projectiles/rocket-test.vmdl_c.t.png (36.3 KB)
  • models/props_gameplay/security_fence_section01.vmdl_c.t.png (51.4 KB)
  • models/simplestickygrenade.vmdl_c.t.png (18.1 KB)
  • models/untitled_1.vmdl_c.t.png (24.2 KB)
  • models/weapons/sbox_assault_m4a1/v_m4a1.vmdl_c.t.png (36.3 KB)
  • models/weapons/sbox_assault_m4a1/w_m4a1.vmdl_c.t.png (13.6 KB)
  • models/weapons/sbox_melee_crowbar/v_crowbar.vmdl_c.t.png (11.3 KB)
  • models/weapons/sbox_melee_crowbar/w_crowbar.vmdl_c.t.png (6.7 KB)
  • models/weapons/sbox_pistol_usp/v_usp.vmdl_c.t.png (12.6 KB)
  • models/weapons/sbox_pistol_usp/w_usp.vmdl_c.t.png (36.3 KB)
  • models/weapons/sbox_shotgun_spaghellim4/v_spaghellim4.vmdl_c.t.png (22.4 KB)
  • models/weapons/sbox_shotgun_spaghellim4/w_spaghellim4.vmdl_c.t.png (9.5 KB)
  • models/weapons/sbox_smg_mp5/v_mp5.vmdl_c.t.png (23.3 KB)
  • models/weapons/sbox_smg_mp5/w_mp5.vmdl_c.t.png (36.3 KB)
  • prefabs/weapons/stickylauncher/sticky1.vmdl_c.t.png (36.3 KB)
  • ui/controlsheet/controlsheetgroupheader.cs.scss (759 B)
  • ui/dropdown.cs.scss (187 B)
  • weapons/rust_pistol/rust_pistol.vmdl_c.t.png (36.3 KB)
  • .bin/manifest.json (141 B -> 125 B)
  • .bin/package.base.xml (54.4 KB -> 55.2 KB)
  • .bin/package.wurstsoftware.koth.xml (24.8 KB -> 24.8 KB)
  • materials/dev/reflectivity_10_color_tga_f822f2d3.generated.vtex_c (47.2 KB -> 47.4 KB)
  • materials/dev/reflectivity_30_color_tga_e7524b00.generated.vtex_c (47 KB -> 47.2 KB)
  • materials/skybox/skybox_day_01_exr_a02a1020.generated.vtex_c (1.7 MB -> 1.8 MB)
  • models/citizen/citizen.vanmgrph_c (64.6 KB -> 67.3 KB)
  • models/citizen/citizen.vmdl_c (6.3 MB -> 6.3 MB)
  • models/citizen/citizen/head_lod0_vmorf.vtex_c (114.4 KB -> 123.9 KB)
  • models/citizen/skin/citizen_eyes_advanced_color_png_8895a003.generated.vtex_c (56.3 KB -> 57.3 KB)
  • models/citizen/skin/citizen_eyes_advanced_iris_mask_psd_9299c4d0.generated.vtex_c (56.5 KB -> 56.7 KB)
  • models/citizen/skin/citizen_eyes_advanced_iris_normal_png_44bf5eb8.generated.vtex_c (55.4 KB -> 56.5 KB)
  • models/citizen/skin/citizen_eyes_advanced_normal_png_fc28d47a.generated.vtex_c (61.4 KB -> 62.9 KB)
  • models/citizen/skin/citizen_skin_bentnormal_png_29991593.generated.vtex_c (4.3 MB -> 4.6 MB)
  • models/citizen/skin/citizen_skin_old_color_png_d7903a6c.generated.vtex_c (2.1 MB -> 2.2 MB)
  • models/citizen/skin/citizen_skin_old_normal_png_a2b5d7c2.generated.vtex_c (4.6 MB -> 4.8 MB)
  • models/citizen/skin/citizen_skin_young_ao_png_bd72312b.generated.vtex_c (1.2 MB -> 1.5 MB)
  • models/citizen/skin/citizen_skin_young_color_png_57825f18.generated.vtex_c (4.1 MB -> 4.4 MB)
  • models/citizen/skin/citizen_skin_young_normal_png_4ad8cfe5.generated.vtex_c (4.6 MB -> 4.8 MB)
  • models/citizen/skin/tint_lookup_png_90e8e663.generated.vtex_c (115.4 KB -> 120.8 KB)
  • models/dev/box.vmdl_c (3.5 KB -> 3.4 KB)
  • models/dev/error.vmdl_c (11.6 KB -> 11 KB)
  • models/dev/sphere.vmdl_c (73.6 KB -> 70.6 KB)
  • scenes/menu/menu.scene_c (16.9 KB -> 21.4 KB)
  • shaders/scope.shader_c (15.4 KB -> 15.4 KB)
  • styles/rootpanel.scss (2.8 KB -> 3 KB)
  • textures/generated/imagefile/22bbc1f9251aa02b.vtex_c (43 KB -> 43 KB)
  • textures/generated/imagefile/339d7c21c855b8e5.vtex_c (43 KB -> 43 KB)
  • textures/generated/imagefile/3c2b0c5325a6a8d1.vtex_c (43 KB -> 43 KB)
  • textures/generated/imagefile/4d7a123ed6084762.vtex_c (43 KB -> 43 KB)
  • textures/generated/imagefile/57e41edd46211fa6.vtex_c (85.7 KB -> 85.7 KB)
  • textures/generated/imagefile/754e299fbe2a58e6.vtex_c (43 KB -> 43 KB)
  • textures/generated/imagefile/8d016772cc2d397e.vtex_c (85.7 KB -> 85.7 KB)
  • textures/generated/imagefile/9eef104c703a16bd.vtex_c (43 KB -> 43 KB)
  • textures/generated/imagefile/a08dc3435150c1ed.vtex_c (43 KB -> 43 KB)
  • textures/generated/imagefile/a5fbc29094f48356.vtex_c (85.7 KB -> 85.7 KB)
  • textures/generated/imagefile/d1c32fa64c92668.vtex_c (43 KB -> 43 KB)
  • textures/generated/imagefile/daa5f952884ba97c.vtex_c (43 KB -> 43 KB)
  • textures/generated/imagefile/dcf42cb67d9e4d2e.vtex_c (85.7 KB -> 85.7 KB)
  • textures/generated/imagefile/e65e96fd272f21ee.vtex_c (43 KB -> 43 KB)
  • textures/generated/imagefile/f66138e67313077.vtex_c (43 KB -> 43 KB)
  • textures/generated/imagefile/f7782b25ca603920.vtex_c (43 KB -> 43 KB)
  • textures/particles/smoke/smoke_static_a.vtex_c (113.1 KB -> 116.3 KB)
  • ui/components/packagecard.razor.scss (2 KB -> 1.9 KB)
  • ui/controls/slidercontrol.razor.scss (2.2 KB -> 2.1 KB)
  • ui/controlsheet/controlsheetgroup.cs.scss (329 B -> 429 B)
  • ui/controlsheet/controlsheetrow.cs.scss (584 B -> 622 B)
  • .bin/package.library.facepunch.jigglebones.xml (162 B)
  • .bin/package.library.facepunch.libevents.xml (12 KB)