forked from nikita/muzika-gromche
Bump netcode-patch to support v73
This commit is contained in:
parent
72a8016ab5
commit
9bf3a80341
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
## MuzikaGromche 1337.9001.0
|
## MuzikaGromche 1337.9001.0
|
||||||
|
|
||||||
|
- Updated netcode-patch to support Lethal Company v73.
|
||||||
|
|
||||||
## MuzikaGromche 1337.420.9004 - Life Support Edition
|
## MuzikaGromche 1337.420.9004 - Life Support Edition
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<Project>
|
<Project>
|
||||||
<Target Name="NetcodePatch" AfterTargets="PostBuildEvent">
|
<Target Name="NetcodePatch" AfterTargets="PostBuildEvent">
|
||||||
<Exec Command="dotnet netcode-patch -nv 1.5.2 "$(TargetPath)" @(ReferencePathWithRefAssemblies->'"%(Identity)"', ' ')"/>
|
<Exec Command="dotnet netcode-patch -uv 2022.3.62 -nv 1.12.0 "$(TargetPath)" @(ReferencePathWithRefAssemblies->'"%(Identity)"', ' ')"/>
|
||||||
</Target>
|
</Target>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
|
|
@ -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 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
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
"isRoot": true,
|
"isRoot": true,
|
||||||
"tools": {
|
"tools": {
|
||||||
"evaisa.netcodepatcher.cli": {
|
"evaisa.netcodepatcher.cli": {
|
||||||
"version": "4.3.0",
|
"version": "4.4.2",
|
||||||
"commands": [
|
"commands": [
|
||||||
"netcode-patch"
|
"netcode-patch"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue