Please disclose if your mod was created primarily using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
ChuxiaFixes
(V80)A collection of Fixes for the vanilla game.(including LateJoin, Player Name, and various bug fixes.)
| Date uploaded | a week ago |
| Version | 1.0.5 |
| Download link | chuxiaaaa-ChuxiaFixes-1.0.5.zip |
| Downloads | 9269 |
| Dependency string | chuxiaaaa-ChuxiaFixes-1.0.5 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
Chuxia Fixes
Features
General Fixes
-
Disable Unknown Font Warning: Disables console warning messages about unknown fonts.
-
Disable Network Analyzer: Disables the built-in network analyzer,network analyzer will cause performance issues.
-
Fix NetworkObject Parent Reference: Fixes an issue where a
NetworkObject’s cached parent was not set correctly. -
Fix Death Boxes Display: Fixes the issue where player names and avatars were displayed incorrectly in spectator mode.
-
Fix Gift Box: Fixed the bug with the gift box in late joining (that is: when a gift box has been opened, a new player joining the lobby can still see and use the gift box)
Player Name Fix
-
Fix Incorrect or Unknown Player Names Automatically detects and corrects incorrectly displayed or "unknown" player names.
-
Work Interval (30s) Checks and corrects player names every 30 seconds.
Configuration
| Section | Key | Default | Description |
|---|---|---|---|
| General | DisableFontWarn | true |
Disable unknown font warnings |
| General | DisableNetworkAnalyzer | true |
Disable the built-in network analyzer |
| General | FixNetworkObject | true |
Fix cached parent reference for NetworkObject |
| General | FixDeathBoxes | true |
Fix spectator mode name/avatar display |
| General | FixGiftBox | true |
Fix bug with the gift box in late joining |
| FixPlayerName | Enable | true |
Enable player name correction |
| FixPlayerName | WorkInterval | 30f |
Time interval between checks (in seconds) |
Support
-
The thread in the LC Modding Discord Server
-
QQ group: 1060993887
CHANGELOG
1.0.4
- Optimize the FixPlayerName function
1.0.3
-
Fixed the issue where the radar patch was not taking effect.
-
When FixPlayerName is disabled, the radar patch will also be disabled.
1.0.2
-
The function of replacing fonts that cannot be displayed in version 1.0.1 has been temporarily disabled. Although it can improve performance, the method is not entirely reliable.
-
Fixed the bug with the gift box in late joining (that is: when a gift box has been opened, a new player joining the lobby can still see and use the gift box)
1.0.1
-
Now encountering fonts that cannot be displayed, there should be better performance.
-
Improved the logs of FixPlayerName
1.0.0
- Release