Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.04 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.04 KB

Starfield-Behavior-Editor

WIP Editor for Starfield agx behavior files.

What is Behavior?

Behavior is a term derived from Skyrim's 2010 Havok™ Behavior middleware, which is an animation logic system constructed through non-deterministic finite state machines. It can be thought of as a more primitive version of Unreal blueprints dedicated to character locomotions and animation.

Starfield uses its own in-house behavior solution rather than Havok, but many of the concepts remain transferable. This is a program that can open and edit these files in a graph UI.

Sample Pic

User Requirements:

Build Instructions:

Development:

The editor uses WPF and follows the MVVM model.