Skip to content

Latest commit

 

History

History
129 lines (84 loc) · 4.89 KB

File metadata and controls

129 lines (84 loc) · 4.89 KB

Changelog

Notable changes to the Community NuttyB configurator and tweaks, grouped by date with the newest first. Entries are curated to highlight what's relevant to players and repo visitors. To scaffold a draft from recent commits, run bun run changelog-draft.

2026-07-02

  • Fixed Lua load-order priorities: T4 Economy, RFLRPC Rebalance and T4 RFLRPC now load in their intended order (they previously fell to the back of the queue), and Mini Bosses Extended got an explicit priority.
  • Fixed a malformed !disablemapdamage 0$ command generated for Raptor Crater Inverted.
  • Configurator is snappier: command generation no longer re-minifies every Lua file on each keystroke or editor render, and minification results are cached.
  • Imported or shared presets with unknown or invalid settings are now cleaned up automatically instead of breaking command generation with a cryptic error.
  • Deleting a preset now asks for confirmation.
  • The lobby name tag keeps auto-updating with difficulty/challenge changes until you type a custom one, and a new reset button restores the automatic tag.
  • Internal clean-up: dropped the ~ prefix for Lua file references, removed dead abstractions, and hardened the fallback Lua minifier against producing invalid code.

2026-06-27

  • Added a Preset Guide explaining how to pick, customise and share presets, linked from the About page.

2026-06-25

  • Configuration Presets: quickly start from a curated setup (Casual, Pyrem, Timuela and the default), or save, upload and share your own.
  • Deleting the preset you're currently using now falls back to the default instead of leaving you with an empty configuration.
  • Added a host whitelist and on-screen warnings for presets that pull in remote tweaks, so you can see and trust where shared configurations load code from.

2026-06-14

  • New T3 Geo + Walls tweak adding faction-unique T3 geothermals and walls, giving geos lasting value into the late game and tougher walls to hold off raptor and scav waves.

2026-06-13

  • Renamed the higher-tier options to match the in-game tiering: "Legendary"/"Epic" labels are now "T4" (e.g. T4 Economy, T4 RFLRPC), with clearer descriptions.

2026-06-12

  • Added extra delay before Doombringers spawn (+40% anger).
  • Improved tooltips for T3 and T4 economy buildings.
  • Made tiering system clearer: Epic -> T3 (including the base game structures), Legendary -> T4.

2026-06-11

  • About page with a project overview, how-to-play guide, recommended widgets, community links and the changelog.
  • Short description added to the configurator page.
  • Removed unit launchers that are not viable. Moved the remaining from Epic Commando to T3 aides build options.
  • Added tooltips to the unit launchers.

2026-06-09

  • Fixed the eco-t4 tweak.

2026-05-28

  • Lobby Name Tag wnow displays enemy HP multipliers.
  • Descriptions of the settings in the configurator are now neatly organised.
  • Added an Expand button to the generated commands section to show the full list of commands.
  • Merged first comment line of each tweak into a single slot header.
  • Moved the LRPC rebalance and T4 air rework into tweakdefs.

2026-01-14

  • Added Lua sources editor/viewer with slot mapping.
  • Users can now adjust the order of their custom tweaks.

2025-12-29

  • Added Base64 encoder/decoder tool to the configurator.

2025-12-20

  • Restructured available difficulty settings and tweak organization.
  • Moved core tweaks to non-selectable core, bundled difficulty tweaks into presets.

2025-12-10

  • Converted project to monorepo structure with configurator source code.

2025-10-23

  • LRPC rebalance with new balance values.
  • Launcher rebalance - unified range and adjusted costs.
  • Switched minification from luamin to lua-format tool.

2025-08-14

  • New T4 air rework with improved unit balance.
  • Unit and wave updates across all difficulty levels.
  • Raptor HP multiplier updates across all variants (1.3x-5.0x).

2025-07-20

  • T4 defenses implementation and balance tweaks.
  • Unit balance changes and updates.
  • Hive spawn configuration improvements.

2025-05-26

  • HP/QHP balance adjustments (1.5x and 1.7x variants).
  • Flak adjustments and balance fine-tuning.
  • Bug fixes and quality-of-life improvements.

2025-04-16

  • T3 builder tweak from Nervensaege with balance improvements.
  • Cross-faction tax fixes for building units.
  • T3 converter grid placement fixes for ARM faction.

2025-03-15

  • T3 pushing fixes and fusion improvements.
  • Cross-faction taxed tweak implementation.
  • Converter icon and UI improvements.

2025-02-24

  • Refactored queen HP calculation and optimized regular raptor HP.
  • Converter now supports directory processing.
  • Created standalone T3 eco and air faction drone tweaks.
  • New tweakdefs for T4 and faction drones.

2025-01-14

  • Tweak comment improvements and base64url encoding fixes.

2024-11-19

  • NuttyB 1.52 release with base64url updates.
  • Release documentation and README updates.