ShowWeight
Display the player's inventory weight at all times.
Date uploaded | 9 months ago |
Version | 0.0.1 |
Download link | Fioteam-ShowWeight-0.0.1.zip |
Downloads | 1240 |
Dependency string | Fioteam-ShowWeight-0.0.1 |
README
ABOUT THE MOD
This mod allows you to see your inventory weight at all times.
HOW TO USE IT
Just install the mod (put the mod folder on your /BepInEx/plugins folder) and you're ready to go!
CONFIGURATION
You can config the text to be displayed in different positions on your screen. You can change the mod's configuration in three distinct ways:
- Edit the /BepInEx/config/fiote.mods.showweight.cfg file on any text editor.
- Use some mod to edit those values ingame (ex: Configuration Manager).
- Use console commands to change them (see below).
CONSOLE COMMANDS
sw.h=<VALUE> set the horizontal anchor of the text. Options are "left", "center" and "right".
sw.v=<VALUE> set the vertical anchor of the text. Options are "top", "center" and "bottom".
sw.x=<VALUE> set the horizontal offset of the text. The value must be an integer.
sw.y=<VALUE> set the vertical offset of the text. The value must be an integer.
sw.fontsize=<VALUE> set the font size of the text. The value must be an integer.
CHANGELOG
[0.0.1] First version!