Warudo
101 个评价
Feline's Flow Tools
   
奖励
收藏
已收藏
取消收藏
类型: 插件
文件大小
发表于
更新日期
2.837 MB
2023 年 7 月 18 日 上午 7:49
2024 年 6 月 20 日 上午 5:03
6 项改动说明 ( 查看 )

订阅以下载
Feline's Flow Tools

描述
Adds some nodes to make controlling flow signals easier.

UPDATE: The latest update changes the Queue node, now firing an Exit Flow immediately on the first signal of the queue and accepting arbitrary data. This may break your existing blueprints if you are updating from an older version.

Current nodes:

Pulse
Sends a Flow Signal repeatedly with a Delay in between them. Can be started and stopped through the Flow Inputs.

Auto & Manual Queue Flow
Queues up any incoming Flow Signals and makes sure there is a delay in the Auto version in between them before continuing. Very useful for redeems that require some time to play out, but have no cooldown. Can save arbitrary data for every Flow Signal as well!

Weighted Random Flow
Splits a Flow Signal to a random Exit based on weights. The higher the weight, the more likely the Exit to be chosen.

Flow Teleport Node
Comes as Input and Output. Triggered Input Nodes send Flow Signals to Output Nodes of the same name. Works even between different blueprints. WARNING: Try to avoid having an Output trigger its own Input. Precautions have been added to avoid infinite loops crashing Warudo, but careless use may still create issues.

Tween Value Nodes
Tweens a Float or Vector 3 value to another one. When activated with a Flow Signal, will constantly trigger a Flow Signal every frame from the Updated Flow Output while updating the tweened value until it is done. Useful to move Cameras and other things smoothly between positions.