Skip to content

Instantly share code, notes, and snippets.

View Tectors's full-sized avatar

Tector Tectors

View GitHub Profile
@Tectors
Tectors / Facial Animation Integration.md
Last active June 3, 2024 18:23
Facial Animation Integration

What Happens

Do you want to add a custom modded animation, or a custom emote? Well, you'll probably fail and experience this horrible, uncanny animation that you didn't add.

It's like someone chained your character's hands and feet/legs to a invisible fence. And your character is just staring at you while it's suffering in pain. While it tries to move any part of it's body it can.

However I've studied Unreal Engine and Fortnite's way of animation to basically give you a exact defining way to fix this. It's quite simple but 99% of people won't know this. Yeah, ima nerd.

I don't wanna bore you much about how to do this, so let's get started.

@Tectors
Tectors / main.py
Created January 10, 2022 01:49
Audio files names Encrypted to Named Files with source XML files (FNAF SB)
import os
import csv
import xml.etree.ElementTree as ET
path = input() + '.xml'
read = open(path, 'r').read()
tree = ET.parse(path)
# get root element