diff options
| author | yum <yum.food.vr@gmail.com> | 2022-10-24 22:08:06 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2022-10-24 22:08:06 -0700 |
| commit | 08655f96dc798e3e129058a5e97c5aa7ff96e798 (patch) | |
| tree | b2543852ec52fec22319f562a737e48e95681b37 /dev_cheatsheat.txt | |
| parent | 4b0d262f4630538cc04f6e8bda407fe3f3ba213b (diff) | |
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
Diffstat (limited to 'dev_cheatsheat.txt')
| -rw-r--r-- | dev_cheatsheat.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
