![MintyMods-HDLCPatch-1.2.1 icon](https://gcdn.thunderstore.io/live/repository/icons/MintyMods-HDLCPatch-1.2.1.png.128x128_q95.png)
HDLCPatch
Fixes the HDLethalCompany mod to prevent the game soft locking into the next round
Date uploaded | a day ago |
Version | 1.2.1 |
Download link | MintyMods-HDLCPatch-1.2.1.zip |
Downloads | 1632 |
Dependency string | MintyMods-HDLCPatch-1.2.1 |
This mod requires the following mods to function
![BepInEx-BepInExPack-5.4.2100 icon](https://gcdn.thunderstore.io/live/repository/icons/BepInEx-BepInExPack-5.4.2100.png.64x64_q95.png)
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100![Sligili-HDLethalCompany-1.5.6 icon](https://gcdn.thunderstore.io/live/repository/icons/Sligili-HDLethalCompany-1.5.6.png.64x64_q95.jpg)
Sligili-HDLethalCompany
Additional graphics settings such as resolution, anti-aliasing, fog quality etc.
Preferred version: 1.5.6README
Description
Fixes the HDLethalCompany mod by removing the RoundPostFix patch and re-applying it as a postfix patch instead of a prefix patch along with replacing multiple other functions to enable realtime customization with LethalConfig.
Version 1.1.0+ now has LethalConfig support.
Tested with a small vanilla pack of mods and a pack of 192 mods.
How to use override settings
Set EnableHDPatchOverrideSettings to true in the HDLCPatch config or use LethalConfig to change settings. If EnableHDPatchOverrideSettings is false, the values from the HDLethalCompany config will be used.
EnableResolutionOverride must be set to true to change the games resolution when EnableHDPatchOverrideSettings is enabled.
Mod Support
LethalConfig - You can install LethalConfig alongside this mod for in-game options that update in realtime.
Notice!
This mod was not functioning properly with versions 1.0.0 and 1.0.1. It should now work with versions 1.0.2+. Versions 1.0.0 and 1.0.1 were only functioning when UncaughtExceptionCatcher was installed.
Known Issues
- Foliage settings don't seem to work with some mods. I added a compatability setting for this if your foliage goes missing.
- Anti-aliasing might not be working? SMAA might be the only method that works. I haven't been able to notice a difference between settings.
CHANGELOG
v1.2.1
- Fixed blurry steam profile images on spectator screen at low texture quality.
v1.2.0
- Fixed scanner UI when resolution is below vanilla resolution.
- Added additional resolution options.
v1.1.2
- Changed the minimum resolution scale to 0.25
- Added additional try catches for catching errors in the mod and extra checks to try and prevent errors.
v1.1.1
- Added an additional check for setting up references to HDLethalCompany functions. This might help fix references being null.
- Added a measure to prevent re-setting values several times when starting up a session.
- Added additional anti-aliasing options that may or may not work.
v1.1.0
- Added LethalConfig support, with the ability to change settings in-game through the LethalConfig menu.
- Re-added removed code from original patch, but moved it to a postfix patch which seems to not break the game.
- Changes to the way the mod works and large additions to the code to support runtime config.
v1.0.2
- Mod should now work without UncaughtExceptionCatcher
v1.0.1
- Added github link and renamed package to follow folder naming schemes of other mods
v1.0.0
- Nothing to note, this is the first version