Skip to content

Releases: max-su-2019/SCAR

SCAR - v2.01

25 May 14:42
Compare
Choose a tag to compare
SCAR - v2.01 Pre-release
Pre-release

The early release edition of SCAR - Skyrim Combos AI Revolution V2.0+ , currently only support for game version 1.5.97

New Added Features

  • Redone how the Attack AI hook work, implement it in a more clean and underlying method. SCAR now would only touching the necessary stuffs that relate to the npc melee attack AI and keep things works the same as vanilla game as possible, while everthing else remains unchanged.
  • Allow npcs perform SCAR attack actions via attackData annotations directly, without require an custom idle animations. description
  • Allow AI using the cool down timer features of vanilla attack data to implement attack actions interval feature. description
  • Implement attack variant features to support npcs performing more different attack animations. description
  • Using trueHUD API to drawing debug overlay lines, to prevent the CTD issue caused by drawing debug overlay.
  • Allowed SCAR Action data that annoated within an attack animation to set up a specific trigger time segment, which support the animation making transition to different next attack animations when the attack event was fired at different animation time. description
  • Allowed an Idle animation using an attack data as it cool down alias. description
  • Allowed an attack data using an Idle animation as it conditions alias. description

Requirements