Coder Social home page Coder Social logo

gashandson's Introduction

GASHandsOn

Gameplay Ability System Hands On Project.

  • GASDocumentation/GASShooter で行っている各種機能を一つづつ実装していくハンズオン。
    • 1 つ前のタグと比較することで各機能で何を追加したのかわかるようにしている。
    • 組み方の取っ掛かりが欲しい人向け。
    • GASDocumentation/GASShooter をそのまま読めるのであればそちらを参照したほうが良いです。
      • v0.0 系は GASDocumentation の実装をしています。
      • v0.1 系は GASShooter の実装をしています。
  • v0.0 系で対応していないことは以下の通り
    • アニメーション等のアセットが必要な部分。
      • AnimStarterPack / ShooterGame / ParagonMinions / FPWeapon などのスターターコンテンツ以外のアセットの利用による見た目の改善
        • 規約的に今後も使用予定はない。
      • 死亡時のモンタージュ
        • 適当なモンタージュが用意できなかったのでコードも無効にしている。
        • 適当なモデルが用意できなかったのでコードも組み込んでいない。
        • 銃口はマネキンの顔の前方に設定している。
      • 操作方法
        • サードパーソンのテンプレートがほぼそのままの状態。
        • ShooterGame のような FPS 的な操作を組み込んでいない。
    • BP_HealthManaStaminaRegenVolume
      • HealthRegen / ManaRegen / StaminaRegen の値を上昇させる Volume だが、仕組みも単純なため割愛。
    • BP_HealthManaStaminaVolume
      • Health / Mana / Stamina の値を加算する Volume だが、仕組みも単純なため割愛。
  • v0.1 系で対応していないことは以下の通り
    • アニメーション等のアセットが必要な部分。
      • ノックダウン中の移動、リロード等
    • アニメーション BP 関連
      • アニメーションスロットの指定などをしていない。
      • そのため武器装備時のモーション中に移動すると、移動モーションとブレンドしておらず、足が滑る。
    • ファーストパーソンビュー/サードパーソンビュー の切り替え関連
      • 手だけのモデルが用意できなかった為。
      • コードも無効にしている。主に以下のファイル群でアクターが複数のスケルタルメッシュを保持する場合の処理の実装を行っている。
        • GHOAbilityTask_PlayMontageForMeshAndWaitForEvent.cpp / GHOAbilityTask_PlayMontageForMeshAndWaitForEvent.h
        • GHOGameplayAbility.cpp / GHOGameplayAbility.h
        • GHOAbilitySystemComponent.cpp / GHOAbilitySystemComponent.h
    • GASDocumentation で実装していた AimDownSights は入力や使用する関数が武器のものと衝突するため、 Hero に設定していません。

更新履歴


おしまい。

gashandson's People

Contributors

sentyaanko avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.