Puck
Not enough ratings
Toaster's Puck FX
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
440.654 KB
5 Jun @ 4:05pm
1 Change Note ( view )

Subscribe to download
Toaster's Puck FX

In 1 collection by Stellaric
Toaster's Mods
22 items
Description
Ever wanted to change the puck's outline, verticality line, elevation indicator, or maybe even add a trail?


Upon installing this mod, a configuration file will be generated in steamapps/common/Puck/config/ToasterPuckFX.json. You can modify this file to change the colors and behaviors of the different visual aspects of the mod.

If you cannot see the puck outline, verticality line, or elevation indicator, make sure it is enabled in the game settings.

Configuration explanation:
All color and alpha values should be a number between 0 and 1, inclusive.
VerticalityLineR,G,B: the Red, Green, Blue values of the verticality line.
VerticalityLineA: Alpha channel (acts as a global multiplier on top of the other two opacity values).
VerticalityLineStartA: Alpha channel. (closer to the ground)
VerticalityLineEndA: Alpha channel. (high in the air)
ElevationIndicatorR,G,B: the Red, Green, Blue values of the elevation circle.
ElevationIndicatorA: the Alpha channel of the elevation circle. Generally keep this at 1 unless you want the circle to be less visible.
PuckOutlineR,G,B: the Red, Green, Blue values of the puck's outline.
PuckOutlineKernelSize: How big the outline should be (1-10) - it will start to look funky at bigger sizes
PuckTrailEnabled: Whether or not to enable the puck trail (true/false)
PuckTrailStartWidth: Trail starting width (>0.0)
PuckTrailEndWidth: Trail ending width (>=0.0)
PuckTrailLifetimeSeconds: Trail lifetime in seconds (>=0.0)
PuckTrailR,G,B: the Red, Green, Blue values of the puck trail.

Need support with any of Toaster's Mods, or help with Puck modding in general? Join Toaster's Rink Discord server http://discord.puckstats.io/

Enjoy my mods and want to support the time investment making mods for you? https://ko-fi.com/stellaric

Source
https://github.com/ckhawks/ToasterPuckFX
8 Comments
лоутаб Triga52 27 Jul @ 9:39pm 
хуета
charlesbardsley21 27 Jul @ 2:17pm 
how too get
trail
MØNKËYツ 20 Jun @ 5:51am 
how to get trail
??????
Hujoppi OOG 15 Jun @ 2:34pm 
@Kratum Make sure puck outline is enabled in the game settings also your "PuckOutlineKernelSize" is set way too high. Set it between 1-10.
Kratum 14 Jun @ 7:55pm 
Yeah trail is working but no outline

{
"VerticalityLineR": 0,
"VerticalityLineG": 0,
"VerticalityLineB": 0,
"VerticalityLineA": 0.800000012,
"VerticalityLineStartA": 0.5,
"VerticalityLineEndA": 1,
"ElevationIndicatorR": 0,
"ElevationIndicatorG": 0,
"ElevationIndicatorB": 0,
"ElevationIndicatorA": 1,
"PuckOutlineR": 0.5,
"PuckOutlineG": 1,
"PuckOutlineB": 0.5,
"PuckOutlineKernelSize": 100,
"PuckTrailEnabled": true,
"PuckTrailStartWidth": 0.100000001,
"PuckTrailEndWidth": 0,
"PuckTrailLifetimeSeconds": 0.600000024,
"PuckTrailColorR": 0,
"PuckTrailColorG": 1,
"PuckTrailColorB": 0
}
Eggmanjames 13 Jun @ 7:33pm 
Nice, cheers Huj
Hujoppi OOG 12 Jun @ 1:52pm 
Heads up, the values it wants for RGB color are not between 0 to 255 rather they are 0 to 1. For example the green in the thumbnail would be something like (R0.5 G1 B0.5). I just searched RGB 0-1 Color Picker on google to find a color I wanted.
Eggmanjames 10 Jun @ 7:59pm 
Puck outline colour isnt working for me.