From 9bf3a8034111001479f6f0f45f153f38678c34e8 Mon Sep 17 00:00:00 2001 From: ivan tkachenko Date: Sat, 11 Oct 2025 21:59:48 +0300 Subject: [PATCH] Bump netcode-patch to support v73 --- CHANGELOG.md | 1 + Directory.Build.targets | 2 +- README.md | 5 +++-- dotnet-tools.json | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95ce355..79f74cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## MuzikaGromche 1337.9001.0 +- Updated netcode-patch to support Lethal Company v73. ## MuzikaGromche 1337.420.9004 - Life Support Edition diff --git a/Directory.Build.targets b/Directory.Build.targets index 1a9b767..83defce 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -1,5 +1,5 @@ - + diff --git a/README.md b/README.md index 1367349..2d69f5f 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,10 @@ To keep it a surprise, it is adviced that you do not read the detailed descripti Muzika Gromche is compatible with *Almost Vanillaâ„¢* gameplay and [*High Quota Mindset*](https://youtu.be/18RUCgQldGg?t=2553). It slightly changes certain timers, so won't be compatible with leaderboards. If you are a streamerâ„¢, be aware that it does play *copyrighted content.* -Muzika Gromche works with all Lethal Company versions from v72 all the way back to v40, and is likely to work on all future versions as long as dependencies are working. [`LobbyCompatibility`] is recommended but optional. +Muzika Gromche v1337.9001.0 has been updated to work with Lethal Company v73. Previous versions of Muzika Gromche work with all Lethal Company versions from all the way back to v40 and up to v72. -Speaking of dependencies, [`V70PoweredLights_Fix`] is not strictly required, but it doesn't hurt to have it installed on any version, and it makes this mod more enjoyable on new Mansion tiles. +- [`LobbyCompatibility`] is recommended but optional. +- [`V70PoweredLights_Fix`] is not strictly required, but it doesn't hurt to have it installed on any version, and it makes this mod more enjoyable on the new Mansion tiles introduced in v70. ## Configuration diff --git a/dotnet-tools.json b/dotnet-tools.json index a67e057..a3e1d07 100644 --- a/dotnet-tools.json +++ b/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "evaisa.netcodepatcher.cli": { - "version": "4.3.0", + "version": "4.4.2", "commands": [ "netcode-patch" ]