An open-source tool to interface with SG Com.
From an old Fortnite install where SG Com was still used:
- Extract
FortniteGame/Plugins/FacialAnimSystem/Content/Data/algorithms_SGCom2.k
andFortniteGame/Plugins/FacialAnimSystem/Content/Data/Jonesy.k
frompakchunk0-WindowsClient.pak
intodeps/
. - Extract
FortniteGame\Binaries\ThirdParty\SpeechGraphics\Win64\SG_Com.dll
intodeps/
. - Run with
cargo run
.
This source code (including the ad-hoc deps/SG_Com.h
) is under the MIT license. Any assets not provided in this repository (like SG_Com.dll
and all .k
files) are IP of Speech Graphics, so distributing them is at your own discretion. See LICENSE for more information.