0 of 0

File information

Last updated

Original upload

Created by

Dylbill

Uploaded by

dylbill

Virus scan

Safe to use

Tags for this mod

About this mod

skse plugin that adds tags to names of quest items or newly acquired items so they are easier to see in your inventory.

Requirements
Permissions and credits
Donations

     Check Out My Other Mods


Description
This is a pretty simple mod. An skse plugin that adds tags to names of quest items or newly acquired items so they are easier to see in your inventory.

Why?
I'm one of those players that has to pick up every item they see. Sometimes an npc will give me an item for a quest and I'll immediately forget what they gave me and have to go hunting through my inventory to find the item or re-do the dialogue. This mod fixes that. 

Customization
You can configure the mod with the ini file: Data\SKSE\Plugins\QOLItemTags.ini 
You can set what the recent or quest tags are. If you want one of them not to be added to items, just set it to empty like so "sQuestTag=" without the qoutes. 
iNumOfRecentItemsDisplayed sets how many new items are tracked and have tags added to. Default is 5. 

Compatibility
This could conflict with other mods that change item names at run time with script if they do not take into account the current item's name. Otherwise should be compatible with everything.

Installation
Add to your data folder. 
To uninstall remove QOLItemTags.ini and QOLItemTags.dll from Data\SKSE\Plugins

Requirements
SKSE64

Address Library for SKSE Plugins

Credits
Bethesda for creating Skyrim and the Elder Scrolls.
SKSE Team
Danijel Durakovic for c++ mINI ini reader / writer.
powerofthree for  CommonLibSSE
Meridiano For accurate GetItemCount function in c++
 mrowrpurr's excellent tutorial series on creating SKSE plugins
Ryan-rsm-McKenzie for CommonLib
CharmedBaryon for CommonLibSSE NG
Noname365 aka Judah for setting logs to print function names and general help with c++

Github Source