KOTH - Version 116970

Created
Total Size480.7 MB (504,079,330 bytes)
Modified Size10 MB (10,461,127 bytes)
File Count813
Engine Version21
Changes
Changes on 2025-09-04
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 (10 MB modified)

~31 -1 ⚠️
4 compiled binaries unavailable.
  • .bin/package.base.xml (58 KB -> 52.5 KB)
  • dev/helper/testgrid.vmat_c (5 KB -> 5 KB)
  • materials/default.vmat_c (4.8 KB -> 4.8 KB)
  • materials/default/white.vmat_c (4.6 KB -> 4.6 KB)
  • materials/dev/primary_white.vmat_c (5 KB -> 5 KB)
  • materials/dev/reflectivity_10.vmat_c (5.1 KB -> 5.1 KB)
  • materials/dev/reflectivity_10_color_tga_f822f2d3.generated.vtex_c (47.2 KB -> 47.2 KB)
  • materials/dev/reflectivity_30.vmat_c (5.1 KB -> 5.1 KB)
  • materials/dev/reflectivity_30_2sided.vmat_c (5.1 KB -> 5.1 KB)
  • materials/dev/reflectivity_30_color_tga_e7524b00.generated.vtex_c (47.4 KB -> 47 KB)
  • materials/dev/reflectivity_60b.vmat_c (5.1 KB -> 5.1 KB)
  • materials/dev/reflectivity_60b_color_tga_7434c290.generated.vtex_c (2.4 KB -> 2.4 KB)
  • materials/dev/reflectivity_80b.vmat_c (5.1 KB -> 5.1 KB)
  • materials/dev/reflectivity_80b_color_tga_a1a73c6d.generated.vtex_c (2.4 KB -> 2.4 KB)
  • materials/dev/reflectivity_90b.vmat_c (5.1 KB -> 5.1 KB)
  • materials/dev/reflectivity_90b_color_tga_7c39c6d3.generated.vtex_c (2.4 KB -> 2.4 KB)
  • models/citizen/citizen.vanmgrph_c (61.8 KB -> 61.9 KB)
  • models/citizen/citizen.vmdl_c (6.3 MB -> 6.3 MB)
  • models/citizen/skin/citizen_eyeao.vmat_c (4.9 KB -> 5 KB)
  • models/citizen/skin/citizen_eyes_advanced.vmat_c (6.4 KB -> 6.5 KB)
  • models/citizen/skin/citizen_skin01.vmat_c (8.2 KB -> 8.2 KB)
  • 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 -> 115.4 KB)
  • models/dev/materialforerrormodel.vmat_c (4.1 KB -> 4.1 KB)
  • models/first_person/arms_materials/first_person_arms_ao_png_3885d3e7.generated.vtex_c (1.9 MB -> 1.9 MB)
  • models/first_person/arms_materials/first_person_arms_light.vmat_c (7.5 KB -> 7.5 KB)
  • models/first_person/arms_materials/first_person_arms_shadow.vmat_c (5.1 KB -> 5.1 KB)
  • styles/base.scss (748 B -> 712 B)
  • textures/particles/impact/rock_chunks_01.vtex_c (34.9 KB -> 34.9 KB)
  • textures/particles/smoke/smoke_static_a.vtex_c (72.7 KB -> 72.8 KB)
  • ui/controls/slidercontrol.razor.scss (2.2 KB -> 2.2 KB)
  • styles/base/_tabcontainer.scss (1.2 KB)