Skip to content

Releases: FilUnderscore/ImprovedHordes

Improved Hordes 2.0.4 [V2.5 b23]

23 Dec 12:00

Choose a tag to compare

Changelog

Fixed

  • Fix #40 - on world load red error and prevent game from loading.

Improved Hordes 2.0.3 [V2.5 b23]

22 Dec 04:00

Choose a tag to compare

Changelog

  • Compatibility update for V2.5 b23.
  • Open sourced under LGPLv3.

Improved Hordes 2.0.2 [V1.2 b27]

11 Dec 18:24

Choose a tag to compare

Changelog

  • Compatibility update for V1.2 b27.

Fixed

  • Fixed improvedhordes command registration errors on game startup, preventing the mod from loading properly.
  • Fixed errors when removing horde entries from the hordes.xml file.

Improved Hordes 2.0.1 [V1.0 b333]

30 Jul 12:18
12b3731

Choose a tag to compare

Changelog

Fixed

  • Fixed NullReferenceException caused when WorldHordeTracker is not ready.
  • Fixed exception that rarely occurs when the WorldHordeTracker thread is notified of a WorldEventReportEvent from the WorldEventReporter thread.

Improved Hordes 2.0.1-RC.3 [V1.0 EXP b317]

13 Jul 12:39

Choose a tag to compare

This is an experimental release of Improved Hordes. If you encounter any bugs/performance issues regarding the mod, report them in the Issues section of the repository with the experimental label.

Changelog

  • Compatibility update for V1.0 EXP b317.

Changed

  • Version information is no longer displayed in chat on first initialization of the mod and is instead displayed in the toolbar for a few seconds. As part of this change, the silence_init_msg setting has been removed.

Improved Hordes 2.0.1-RC.2 [V1.0 EXP b313]

08 Jul 15:24

Choose a tag to compare

This is an experimental release of Improved Hordes. If you encounter any bugs/performance issues regarding the mod, report them in the Issues section of the repository with the experimental label.

Changelog

Fixed

  • Game hangs when trying to exit world in-game.

Improved Hordes 2.0.1-RC.1 [V1.0 EXP b313]

06 Jul 17:11

Choose a tag to compare

This is an experimental release of Improved Hordes. If you encounter any bugs/performance issues regarding the mod, report them in the Issues section of the repository with the experimental label.

Changelog

  • Compatibility update for 1.0 experimental.

Fixed

  • Prevent null world event reports from being processed for hordes with the sensitivity characteristic.

Improved Hordes 2.0.0 [A21.2 b30]

29 Dec 14:54

Choose a tag to compare

Changelog

Added

  • Banner and Icon for Mod Manager Mods menu.
  • silence_init_msg setting (default: false) to hide the initialization message on first world load (it appears in the console instead of in-game chat).

Changed

  • Wandering hordes no longer sprint between zones and no longer have a wander delay within zones to compensate.
    • This change was necessary as the AI ends up doing 'nothing' most of the time and isn't very exciting to see when encountering a horde.
  • Wandering AI Command improvements.
    • Hordes will now wander in areas they visit in the wilderness, heat events, or zones by roaming around within a certain radius when arriving at their destination. This is an improvement to the previous wander system which just had them idling in place.

Fixed

  • Fix error thrown when WorldZoneHordePopulator checks for trader area.
  • Fix "Collection was modified" error during horde updates.
  • Fix errors when using debug builds of the game.
  • Fix Horde AI pathing getting stuck when given certain world positions.

Improved Hordes 2.0.0-beta.5 [A21.1 b16]

25 Aug 13:16

Choose a tag to compare

This is an experimental release of Improved Hordes. If you encounter any bugs/performance issues regarding the mod, report them in the Issues section of the repository with the experimental label.

Changelog

Changed

  • Re-enabled vanilla screamer horde spawns alongside screamer town/city spawns temporarily until the screamer wilderness feature is integrated in a future update.

Fixed

  • NotifyEvent patch causing NullReferenceException leading to bugs with heatmap emitting tile entities.
  • NullReferenceException when loading into the prefab editor.

Improved Hordes 2.0.0-beta.4 [A21.1 EXP b16]

10 Aug 12:06

Choose a tag to compare

This is an experimental release of Improved Hordes. If you encounter any bugs/performance issues regarding the mod, report them in the Issues section of the repository with the experimental label.

Changelog

Fixed

  • Exception thrown when fetching biome-specific zones and a biome does not contain any zones.