Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission or crediting me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File 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
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
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.
Known Issues As of version 1.1, the mod only adds tags when you open an item menu. The menu has to be refreshed after adding tags. This can cause a CTD if the menu isn't fully loaded yet. If you are getting CTDs when opening an item menu, increase the iMenuRefreshMillisecondDelay value in the Data\SKSE\Plugins\QOLItemTags.ini file.
Installation Add to your data folder. To uninstall remove QOLItemTags.ini and QOLItemTags.dll from Data\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++