2/ It is possible to move the inventory stats to any place on the screen using interface ruleset, example below shows the default values:
interfaces:
- type: inventory
elements:
- id: textTUs
pos: [245, 24] # will be moved 8 pixels down, if enhanced inventory stats option is enabled
color: 64
color2: 16
- id: textWeight
pos: [245, 24]
color: 64
color2: 16
- id: textStatLine1
custom: 1
pos: [245, 32]
color: 64
color2: 16
- id: textStatLine2
custom: 2
pos: [245, 40]
color: 64
color2: 16
- id: textStatLine3
custom: 3
pos: [245, 48]
color: 64
color2: 16
- id: textStatLine4
custom: 4
pos: [245, 56]
color: 64
color2: 16