Skyrim
0 of 0

File information

Last updated

Original upload

Created by

tox2ik

Uploaded by

tox2ik

Virus scan

Safe to use

Tags for this mod

About this mod

Displayes the total weight of the inventory categories including weapons, apparel, potions, scrolls, food and misc.

Requirements
Permissions and credits
Utility Script
============
Every category in the inventory gets an extra item. When activated, it
calculates the total weight of every category and adds that as a number
(gold value 0.3+) to the title of the special items.

E.G (SkyUI, monospace font):


- - - - -

Description
===========
Intention of this script is to make grinding (dungeon crawling) a bit less
tedious. There are mods that solve this by giving the player infinite carry
weight, or similarly by using a "Bag of Holding" or bags and backpacks. This
works, but it is still impossible (if we assume that basic arithmetic hasn't
been invented) to know how much stuff you have in each category.

Installation
============
Extract all files from the archive to Data in the game folder (gf).
Delete all files to uninstall. NMM does this automatically.

gf could be: C:/steam/steamappas/common/skyrim

Usage
======
Activate one item to initiate a re-count. This is not strictly necessary
because the weight of a category will be updated when removing or adding
an item from that category. All items in the inventory will be re-counted
if a "special" item is equipped. This will take anywhere between 3 and
15 seconds.

Upgrade procedure
==================

In most cases, it will be possible to simply install the new version
over the other. In others, these steps will be necessary. Do not
report upgrade-errors before performing these steps.

Do a "clean save":

1. save clean_loaded
2. qqq (quit)
3. remove .esp and .pex and .psc files (or uninstall with NMM)

4. load clean_loaded
5. wait 15 real life seconds (do not add / remove items in-game while doing this)
6. save clean_removed
7. qqq (quit)

8. install the new version
9. quick save
10. exit
11. play

All these steps are optional (post-install):

setstage toxiiQuestInit 1 for arial font item names (default)
setstage toxiiQuestInit 2 for monospace
setstage toxiiQuestInit 3 for single letter


Required files
==============
SKSE.

Compatibility
=============
Independant of other mods. Does not interfere with anything.

Known Issues
============
The book item must be opened twice to display the latest info
(as of 0.4, the book does not show any useful information).


Roadmap
=======

0.1: Display weights of each category anywhere.
0.2: Enable the player to select certain items which they wish to avoid selling
0.3: Add dialog option to follower(s) which will make them sell items to
vendors for you. Something like:
"Sell this crap at the nearst vendor and keep what you think is reasonable"
0.4: Store items on horses

Status
------
0.1: done
0.2: not worth the effort
0.3: other mod (skyrim postal service, not yet released)
0.4: others have done this already.

Changelog
=========
0.1 : Done (need to make spells re-equip after calculating weights)
0.1.1: failed to include all scripts in the archive (alpha release - use with care)
0.2 : dumped the old version where player was used as scales. SKSE enables checking item weight

== 0.3 ==
- the special items armor and weapons are no longer eligible for enchanting
- removed support for skyrim coin replacer (mod has scripting issues)
- special items will be automatically re-weighted on every tenth item in or out of player's inventory
- the weight of a category is now represented by the gold value of the special items (food and potions don't work)
- added "support" for the default arial font

== 0.4 ==
- optimized re-counting considerably when adding or removing a single item
- fixed a possible (inevitable?) CTD with large inventories