You are viewing a potentially older version of this package.
View all versions.
FriendsInfo
Displays teammate stamina bars and item names in the inventory for improved cooperative gameplay.
| Date uploaded | 10 months ago |
| Version | 1.0.0 |
| Download link | Serjik-FriendsInfo-1.0.0.zip |
| Downloads | 22054 |
| Dependency string | Serjik-FriendsInfo-1.0.0 |
This mod requires the following mods to function
BepInEx-BepInExPack_PEAK
BepInEx pack for PEAK. Preconfigured and ready to use.
Preferred version: 5.4.2403README
FriendsInfo
A mod for PEAK that enhances cooperative gameplay by displaying information about your teammates.
Features
- Teammate Stamina Bars: See the stamina level of your teammates
- Extra Stamina Bar: Additional stamina bar to better track teammate status
- Teammate Inventory Items: Shows items in your teammates’ inventory slots
- Configurable Distance: Adjust how far away stamina bars are visible
- Item Names: Optionally show item names in inventory slots
Settings
The mod creates a configuration file with the following options:
Display Teammate Stamina Bars- Enable/disable stamina bars display (default: true)Teammate Stamina Bar Proximity- Distance for stamina bar visibility (default: 30.0)Show Item Names- Show item names in the inventory (default: false)
Installation
- Install BepInEx
- Place
com.github.SniffRx.FriendsInfo.dllinto theBepInEx/plugins/folder - Launch the game and configure settings via the config file
Compatibility
Compatible with other mods. Activates automatically on local character registration.
CHANGELOG
Changelog
[1.0.0] - Initial Release
Added
- Display of teammate stamina bars and including showing items in teammate inventory slots
- Extra stamina bar displayed for teammates
- Configurable distance for stamina bar display
- Option to show item names in inventory
- Automatic activation on the local character
- Configuration system via BepInEx Config
Technical Details
- Integration with PlayerHandler system for character registration
- ProximityStaminaManager component for managing display
- Scene filtering (Airport excluded)