You are viewing a potentially older version of this package.
View all versions.
PEAKTrails
Client-sided mod that adds real-time trails for all players!
| Date uploaded | 3 months ago |
| Version | 1.1.2 |
| Download link | darmuh-PEAKTrails-1.1.2.zip |
| Downloads | 3039 |
| Dependency string | darmuh-PEAKTrails-1.1.2 |
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
PEAKTrails
- Client-sided mod that adds real-time trails for all players!
- Trail settings and other options are provided via a configuration file.
- Configurations can be updated while in-game using ModConfig

Trails For All!
- Whether your whole lobby has this mod or just you, all players (from your perspective) will have trails!
- Your own trail can be enabled or disabled (locally) via the
Show Self Trailconfiguration item. - Trail Width & Length can be configured via the
Trail WidthandTrail Lengthconfiguration items. - Each trail will match it's player's color as shown below

Visibility Controls
- Set your desired visibility behavior using the
Visbility Settingconfiguration item. - This setting provides 6 different options:
AlwaysOnmeans the trail will always be visible.ToggleKeymeans the trail can be toggled on/off with a custom keybind.OnActionShowmeans the trail will be visible when a player is performing a specific action.OnActionHidemeans the trail will always be visible except when a player is performing a specific action.OnHoldItemmeans the trail will be visible while holding a specific item.OnItemUseButtonmeans the trail will be visible when a player is pressing the primary or secondary use buttons while holding a specific item.
- For visual examples of each setting, please see the Visual Examples page.
Visbility Setting - ToggleKey
- When the
Visibility Toggle Keyis pressed, trails will be shown or hidden depending on their current status. - The
Visibility Press Delayconfiguration item determines how long after a key press the game will wait until listening for the next key press.
Visibility Setting - OnActionShow & OnActionHide
- This setting is dependent on the
Visibility Toggle Actionconfiguration item. - Currently the options for this configuration item are
Reach, Crouch, SaluteEmote, ThumbsUpEmote, NoNoEmote, ThinkEmote, PlayDeadEmote, ShrugEmote, CrossedArmsEmote, and DanceEmote - When
Visibility Settingis set toOnActionShow, performing the action will SHOW the trail. - When
Visibility Settingis set toOnActionHide, performing the action will HIDE the trail.
Visibility Setting - OnHoldItem & OnItemUseButton
- The
Visibility Toggle Itemconfiguration item determines what item the player must hold in order to show the trail. - Valid items for this setting are
Binoculars, BingBong, Bugle, Coconut, Conch, Compass, Flare, Guidebook, and Lantern - When
Visibility Settingis set toOnItemUseButton, the player must also press the primary or secondary use button while holding this item in order to show the trail.- Please note the item does not actually need to be used to show the trail.
Compatibility:
- This mod is fully compatible with all additional colors mods.
- When using SkinColorSliders, your trail will match the color of your HEAD.
CHANGELOG
PEAKTrails Changelog
1.1.3 (Roots Update)
- Recompiled for latest version of game (1.42.a)
1.1.2
- Changed ToggleKey configuration item to generate a list of valid strings to be used as acceptable values.
- Once ModConfig updates, this will behave as a drop-down in-game
1.1.1
- Fixed trail toggle visibility not working for all players.
- Removed HTML from readme. Previews that were previously displayed via html can now be found in a separate page.
- Made a config item more readable in code, thanks Robyn for the tip :)
1.1.0
- Added more trail customization configuration options:
- Replaced
Trail WidthwithTrail Start WidthandTrail End Widthto allow more customization of trail. - Added trail transparency configuration items
Trail Start AlphaandTrail End Alpha
- Replaced
- Added more visibility control configuration options:
- Replaced
Add Visibility ControlwithVisbility Settingto specify what behavior you wish to control trail visibility. - Added
Visibility Toggle Actionfor valid actions to show/hide the trail when using an action-based Visbility Setting. - Added
Visibility Toggle Itemfor selecting your item used to show the trail when using an item-based Visbility Setting.
- Replaced
1.0.0
- Initial Release