Wiki

Clone wiki

ASIS / Changelog

1.42.5

  • Moved NPC Enchantment Fix perks to distribute to NPCEnchantFix.ini
  • Skyproc update

1.42.4

  • Fixed PerkModInclusions
  • Optional argument -AllModsAsMasters to skip master list generation and use all active plugins

1.42.3

  • Added option to play sound when patching is finished

1.42.2

  • Recompiled with SkyProc 2.2.0.3.14

1.42.1

  • UI fix

1.42.0

  • Automatic Spells now matches effect types with existing spells. No more ice mages casting fire spells and the like.
  • Fixed Automatic Spells assigning spells that did not match the NPC's spell equip type. No more Draugr trying to dual wield spells and getting their AI broken.
  • Changed Automatic Perks to exclude mods by default and added a PerkModInclusion section to the ini.
  • Moved Automatic Potions leveled lists to distribute potions from to the ini.
  • Various checks to skip invalid data in records instead of crashing.

1.41.1

  • Removed message box popup for invalid factions. Instead logs and then skips them.
  • NPC Enchant Fix perks changed to rank 1

1.41.0

  • Added NPC Enchant Fix. This option all add the perks needed for enchantments and potions to function correctly to all NPCs that do not already have them. See the UESP wiki for more information about this.
  • Cell exclusions will not add non-active mods to ASIS.esp's masters. -RandomSpawns: entries in [SpawnNumbers] will now assign exact matches even if those should be excluded based on partial matches. This fixes 'lvlguardsons' and 'lvlguardimperial' being filtered by [NPCExclusions] entry 'guard'. [SpawnNumbers] continue to work as a partial match too but following normal exclusions.
  • Newer SkyProc library should allow better handling of obscure records.
  • Logs log better. Also less full of garbage.
  • Disabled automatic running of BOSS.

1.40.8

  • Fixed a bug causing npcs that should have been excluded to be potential random additional spawns for the Random Spawns script.
  • Added Keyword filters for Increased and Random spawns and for the NPCs to get spells and perks. Filtering is based on exact keyword match, not partial. Capitalization does not matter however. Inis were updated to have new sections that must be present.

1.40.7

  • Fixed a bug that was causing NPCReducedSpawnSettings to instead increase spawns instead. Dragons=5 would cause dragons to be 5x more likely to get increased spawns. Script updated as well.

1.40.6

  • Lots of error checking. You should get a message that is at least somewhat helpful about what went wrong with most parts of the program instead of generic Java exceptions. Hopefully this will make it easier for users to track down problems.
  • Tweaked Increased and Random spawns cell exclusions to now be in the form 01528C=Skyrim.esm and allow for cells in files other than skyrim.esm.
  • Really fixed the SpellExclusionStartsWith bug.

Updated