0 of 0

File information

Last updated

Original upload

Created by

FioteBearDev

Uploaded by

murilofiote

Virus scan

Safe to use

Tags for this mod

About this mod

Display the player's inventory weight at all times.

Requirements
Permissions and credits
Donations
=== 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!