You are viewing a potentially older version of this package. View all versions.
chuxiaaaa-ChuxiaFixes-1.0.3 icon

ChuxiaFixes

A collection of Fixes for the vanilla game.

Date uploaded 6 days ago
Version 1.0.3
Download link chuxiaaaa-ChuxiaFixes-1.0.3.zip
Downloads 5097
Dependency string chuxiaaaa-ChuxiaFixes-1.0.3

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

Chuxia Fixes

Thunderstore Version Thunderstore Downloads

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

CHANGELOG

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