Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Animation Sample Refactored

Completely reworked and improved С++ version of Game Animation Sample.

Features
  • Game Animation Sample.
  • Reworked plugin structure. Content is separated into 3 categories: GASP - main content, GASPCamera - camera-related content, and GASPExtras - other optional content.
  • Overlay layering system built with separate Anim Graphs and Linked Layers.
  • All overlays from ALS.
  • Basic weapon attach system from ALS.
  • Basic overlay switcher widget from ALS.

For more information, see the Releases. Reading the changelogs is a good way to keep up to date with the newest features of a plugin.

Supported Unreal Engine Versions & Platforms

Plugin Version Unreal Engine Version
1.2 5.5
1.3 5.5
1.4 5.6
1.5 5.6
1.6 5.6
1.7 5.6
1.8 5.6
1.9 5.6
1.10 5.6
1.11 5.6
1.12 5.7

The plugin is developed and tested primarily on Windows, so use it on other platforms at your own risk.

Quick Start

  1. Clone the repository to your project's Plugins folder, or download the latest release and extract it to your project's Plugins folder.
  2. Recompile your project.

Console Commands

GASP provides several console commands for debugging and configuration. See CONSOLE_COMMANDS.md for a complete list of available commands.

Quick reference:

  • gasp.statemachine.enabled 1 - Enable experimental state machine
  • gasp.traversal.DrawDebugLevel 1 - Enable traversal debug visualization
  • gasp.DrawVisLogShapesForFoleySounds.enabled 1 - Enable foley sound debug shapes

License & Contribution

GASP Refactored is licensed under the MIT License, see LICENSE.md for more information. Other developers are encouraged to fork the repository, open issues & pull requests to help the development.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Sponsor this project

Packages

Contributors

Languages