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

ChuxiaFixes

A collection of Fixes for the vanilla game.

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

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.


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
FixPlayerName Enable true Enable player name correction
FixPlayerName WorkInterval 30f Time interval between checks (in seconds)

Support

CHANGELOG

1.0.1

  • Now encountering fonts that cannot be displayed, there should be better performance.

  • Improved the logs of FixPlayerName

1.0.0

  • Release