Equipviewer
Author: Tako, Rubenator
Version: 3.3.0
Date: April 13, 2021
- Displays current equipment grid on screen. Also can show current Ammo count and current Encumbrance.
Settings
- Most settings can be modified via commands, but you can edit the settings.xml directly for a few uncommon settings.
Abbreviation: //ev
Commands
- position
: move display to position (from top left) - size
: set pixel size of each item slot (defaults to 32 -- same as the size of the item icons) - scale
: scale multiplier for size of each item slot (1 is 32px) -- modifies same setting as size - alpha
: set opacity of icons (out of 255) - transparency
: inverse of alpha (out of 255) -- modifies same setting as alpha - background
: sets color and opacity of background (out of 255) - ammocount: toggles showing current ammo count (defaults to on/true)
- encumbrance: toggles showing encumbrance Xs (defaultis on/true)
- hideonzone: toggles hiding while crossing zone lines (default is on/true)
- hideoncutscene: toggles hiding when in cutscene/npc menu/etc (default is on/true)
- justify: toggles between ammo text being right or left justifed (default is right justified)
- help: displays explanations of each command
Legacy Command:
game_path
Example Commands
//ev pos 700 400
//ev size 64
//ev scale 1.5
//ev alpha 255
//ev transparency 200
//ev background 0 0 0 72
//ev ammocount
//ev encumbrance
//ev hideonzone
//ev hideoncutscene
//ev justify
//ev help
Source
The latest source and information for this addon can be found on GitHub.