Skip to content

Releases: r-neal-kelly/doticu-npc-lookup

doticu-npc-lookup v2.1.3

18 May 05:51
Compare
Choose a tag to compare

Fixes a crash that would happen after overwriting a save file. Special thanks to kjjrt for pointing it out and helping to bug test! Thank you all for your support, comments, and endorsements :-)

doticu-npc-lookup v2.1.2

16 May 22:16
Compare
Choose a tag to compare

Fully fixes the crash/freeze problem. Thank you everyone for your understanding during this tough update. Special thanks to Ellewyn who helped playtest every step of the way, and to all of you who let me know the issue. Enjoy!

doticu-npc-lookup v2.1.1

15 May 18:08
Compare
Choose a tag to compare

This should fix a crash/freeze situation that was introduced in the latest update. Thank you for your understanding! Special thanks to Ellewyn for helping me fix this bug!

doticu-npc-lookup v2.1.0

15 May 05:59
Compare
Choose a tag to compare

Version 2.1.0

  • Added the ability to rename loaded and spawned references
  • Added dummy translations files to ensure the default English is loaded. Feel free to translate them!
  • Improved Loaded Reference list accuracy and speed by directly reading from the native form hashmap
  • Improved pages of each menu so they automatically change to contain the last item you viewed.
  • Fixed how the mod is installed by making the quest auto-start, sorry if you've had trouble in the past.
  • Fixed a game crash that would occur when exiting a loaded game to the main menu and then starting a new game.

Make sure to install my new mod Fix Blank Names! It fixes an engine bug which can occur with any mod that renames NPC references.

Thanks!

doticu-npc-lookup v2.0.2

27 Jan 09:17
Compare
Choose a tag to compare

Just a minor patch. Fixes the Title Texts that went missing in the last update. This was due to an optimization that wasn't waiting for SkyUI to draw the default text before overwriting it. Thank you for your understanding!

doticu-npc-lookup v2.0.1

20 Jan 13:04
Compare
Choose a tag to compare

Includes a couple of bug fixes:

  • improperly made leveled actor bases which contain themselves are no longer reiterated (causing infinite recursion.)
  • Move to Player no longer fails when the NPC is being moved from a special cell to an interior cell.

doticu-npc-lookup v2.0.0

22 Dec 21:12
Compare
Choose a tag to compare

New Features:

  • added filters for factions, keywords, quests, vitality, worldspaces, is alive/dead, and is/isn't teammate.
  • redesigned item views, which are now easier to read and look more sleek.
  • item views now have smart sections, which intelligently prioritize themselves for display.
  • you can now manually reorder the sections in the item views to suit your needs.
  • item views now contain a lot more information, including the new categories that can be filtered.

New Options:

  • added the option to spawn a clone in each reference page, which comes in addition to the other spawn buttons.
  • added an optional confirm for the spawn buttons, so you don't accidentally click them.
  • added an option to turn off smart sections. manual reordering of the sections still applies.
  • added an option to disable sections.

Improvements:

  • actors now spawn in front of the player.
  • loaded references page is now faster.
  • fixed the handful of duplicates that were in loaded references.
  • you no longer leave the item view in loaded references once the reference has been attached to a cell.
  • fixed leveled bases not having any selections when smart select option is off.
  • added more highlights, especially for the filter and options pages.
  • relations can now be translated
  • added a startup check to make sure the correct version of Skyrim is running.
  • added init/load checks that make sure the mod's quests are started.

Mid-Game Update Notes:

  • relation filters were reset across all pages.

doticu-npc-lookup v1.1.1

12 Dec 03:34
Compare
Choose a tag to compare
  • You can now teleport to a reference
  • Added an global options page,
  • You can now disable NPC Lookup's priority in the menu list if that bothers you.
  • You can experiment with page title translations if you are running a non-English translation
  • Includes the fix from the last version's alternate.

doticu-npc-lookup v1.1.0-alt

11 Dec 16:14
Compare
Choose a tag to compare

This reverts title translation back to English due to a suspicion that it was causes a crash for some users.

doticu-npc-lookup v1.1.0

10 Dec 20:10
Compare
Choose a tag to compare
  • NPCs can now be moved to the player
  • NPCs can now be enabled/disabled
  • By default, when unspawning a reference, you will be asked to confirm.
  • Added an option to disable unspawn verification.
  • Improved all menus by making them more uniform and streamlined.
  • Added more highlights that give helpful explanations of how to use the mod.
  • Base mod filters now check the highest static base, which gives more results.
  • Made almost every text in the mod translatable for non-English readers.
  • Fixed a potential crash that could occur when uninstalling a mod that had one of its NPCs selected in a menu.
  • Added mutexs around potentially thread critical code, which prevents freezes and crashes.