Skip to content

v2.25.0

Choose a tag to compare

@github-actions github-actions released this 18 May 20:36
· 103 commits to dev since this release
ab1171d

Changes:

  • Changed unresolved mocks to log a warning without skipping the associated CustomEntity being added to the game (thanks OrianaVenture)
  • Improved mock warnings to be aggregated, showing up to 5 issues per object (thanks OrianaVenture)
  • Improved consistency of return values for CustomLocalization.TryTranslate
  • Fixed mocks not being resolved on a dedicated server
  • Fixed an incompatibility with mods using blaxxun's LocationManager that insert null or duplicate values into AssetBundleLoader.m_assetLoaders
  • Fixed custom categories not being created after PieceCategory ID 100 was reached
  • Fixed hammer HUD tabs not using full available width with other mods that add custom categories
  • Fixed admin list watcher starts every time running a server
  • Fixed admin-only config settings being locked by default
  • Fixed CustomLocalization.TryTranslate logging warnings for strings that are already localized
  • Fixed log spam from localization tokens with invalid characters by logging only the first occurrence
  • Fixed log spam if configs are synced to a client that doesn't have the mod installed