CHANGELOG

Changelog

v1.1.1

  • Fix for AmorLib v1.2.4 compatibility.

v1.1.0

  • Added new fields for Uplinks:
    • "UseIPv6Addresses" - Use an IPv6 address for the uplink address instead of IPv4.
    • "HyphenateCodeWordPrefixes" & "UseHardCodeWordPrefixes" - Changes formatting of the code word prefix.
    • "CodeWordLength" - Configurable from three- to seven-letter words.
    • "CandidateWordsCount" - Configurable from 6 to 15 candidate words.
    • "WardenObjectiveIndex" - For warden objective uplinks to support events on round.
  • Added new fields for terminals in ExtraExpeditionSettings:
    • "EventsOnApproach" - Execute warden events on first approach of the terminal.
    • "EventsOnPasswordInputSuccess" & "EventsOnPasswordInputFailure" - Execute warden events on password input.
    • "PasswordWordLength" - Configurable from three- to seven-letter passwords.
    • "LogFiles" & "EventsOnFileRead" - Similiar to AWO, execute events on the first log file read.
  • Added new fields "MinCount" & "MaxCount" to ObjectiveCounters.
  • Reactor startups and shutdowns can now have optional configurable code word lengths and hard log filename suffixes.
  • Fixed a vanilla bug where you couldn't have more than 20 reactor waves.
  • Fixed an issue with the serialization order for some template files.

v1.0.0

  • Merged and refactored EMP into the base mod.
  • Fixed an issue where querying a reactor on a terminal may crash the game.

v0.9.3

  • Added new event JumpCounter (502). Increases/decreases the current value of the counter by "Count", and only executes events for the new value.

v0.9.2

  • Added new field "HideCover" to IndividualGenerator and TerminalPosition. Still WIP.
  • Attempted better handling for "RepositionCover". Also still WIP.
  • Fixed SecDoorIntText throwing an exception on build done.

v0.9.1

  • EOS HSUActivators will now properly reset linked pickup items on checkpoint reload.
  • Fixed an issue with world event terminals and reactor terminals not working with EOS terminal commands.
  • Fixed an issue where TerminalPositionOverride did not move the idle/flavor text on terminal screens.
  • Fixed a double negative issue with ObjectiveCounter where decreasing the counter would instead increase it.
  • Maybe hopefully fixed desync issues with SecuritySensors for clients.