You are viewing a potentially older version of this package. View all versions.
darmuh-PEAKTrails-1.1.2 icon

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-5.4.2403 icon
BepInEx-BepInExPack_PEAK

BepInEx pack for PEAK. Preconfigured and ready to use.

Preferred version: 5.4.2403

README

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

cinematic down

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 Trail configuration item.
  • Trail Width & Length can be configured via the Trail Width and Trail Length configuration items.
  • Each trail will match it's player's color as shown below

colors image

Visibility Controls

  • Set your desired visibility behavior using the Visbility Setting configuration item.
  • This setting provides 6 different options:
    • AlwaysOn means the trail will always be visible.
    • ToggleKey means the trail can be toggled on/off with a custom keybind.
    • OnActionShow means the trail will be visible when a player is performing a specific action.
    • OnActionHide means the trail will always be visible except when a player is performing a specific action.
    • OnHoldItem means the trail will be visible while holding a specific item.
    • OnItemUseButton means 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 Key is pressed, trails will be shown or hidden depending on their current status.
  • The Visibility Press Delay configuration 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 Action configuration item.
  • Currently the options for this configuration item are Reach, Crouch, SaluteEmote, ThumbsUpEmote, NoNoEmote, ThinkEmote, PlayDeadEmote, ShrugEmote, CrossedArmsEmote, and DanceEmote
  • When Visibility Setting is set to OnActionShow, performing the action will SHOW the trail.
  • When Visibility Setting is set to OnActionHide, performing the action will HIDE the trail.

Visibility Setting - OnHoldItem & OnItemUseButton

  • The Visibility Toggle Item configuration 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 Setting is set to OnItemUseButton, 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 Width with Trail Start Width and Trail End Width to allow more customization of trail.
    • Added trail transparency configuration items Trail Start Alpha and Trail End Alpha
  • Added more visibility control configuration options:
    • Replaced Add Visibility Control with Visbility Setting to specify what behavior you wish to control trail visibility.
    • Added Visibility Toggle Action for valid actions to show/hide the trail when using an action-based Visbility Setting.
    • Added Visibility Toggle Item for selecting your item used to show the trail when using an item-based Visbility Setting.

1.0.0

  • Initial Release