From 08655f96dc798e3e129058a5e97c5aa7ff96e798 Mon Sep 17 00:00:00 2001 From: yum Date: Mon, 24 Oct 2022 22:08:06 -0700 Subject: STT now beeps when it shows text, and can be locked to world Empty cells are excluded from the beeping behavior. Note: I have not checked in the prefab with the audio source yet. * libtastt gen_fx now adds 3 toggles to FX layer: toggle board, toggle world lock, toggle beep sound * libunity guid_map can now append instead of replacing * TaSTT_Toggle_{On,Off}.anim now use the prefab path, as do generated animations --- dev_cheatsheat.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev_cheatsheat.txt') diff --git a/dev_cheatsheat.txt b/dev_cheatsheat.txt index e23b8cc..db9697f 100644 --- a/dev_cheatsheat.txt +++ b/dev_cheatsheat.txt @@ -10,7 +10,7 @@ Combining TaSTT_fx with a normal animator date rm -rf generated/animations ./libunity.py guid_map --project_root=$(cd ..; pwd) --save_to guid.map -./libtastt.py gen_anims +#./libtastt.py gen_anims ./libtastt.py gen_fx > TaSTT_fx.controller ./libunity.py merge --fx0 ../FXGeneric.controller --fx1 ../FXSpecific.controller > FX0.controller ./libunity.py add_toggle --fx0 FX0.controller > FX1.controller -- cgit v1.2.3