Giter Club home page Giter Club logo

unrealstudies's Introduction

UnrealStudies

Video with results

https://youtu.be/pvggDGpotRY

Introduction

An UE4 (version 4.27) project made for studying TPS mechanics. The project has only the player's rifle sound implemented. Here the list of what I faced during the development.

  • C++ with UE4: a focus on UE4 classes like Pawn, Actor, ActorComponent, Character, AIController
  • Delegates and how to bind them in Blueprint
  • Animator: work with blendspace, FSM animation, also work with timeline from C++ code
  • Implementing TPS mechanics: walk, move camera, aim on the shoulder, cover system, reload, shooting, grenade arch prediction
  • Implementing AI with Behaviour tree. In this project I made two kinds of Enemy:
    • The Enemy with red skin who chases the player character and attacks from close
    • The Enemy with blue skin attacks from long range and uses the covers on the battlefield

Input

  • Walk: WASD || left stick
  • Camera: mouse movement || right stick
  • Aim: mouse right click || left trigger LT
  • Aim Grenade: X key || left shoulder LB
  • Shoot: mouse left click || right trigger RT
  • Cover: C key || X button
  • Reload: R key || right shoulder RB
  • Restart Level: L key
  • Quit Game: escape

Classes

  • ATP_ThirdPersonCharacter: this class implements the playable character. Based on the ATP_ThirdPersonCharacter class of the UE4 content pack

  • AEnemy: this class handles the mechanics implementation of the enemies

  • AAIController: this class implements the sight and hearing senses of the enemies. It runs automatically the given behaviour tree. Behaviour trees are made with the Blueprint tools of UE4.

  • ACoverActor: this class implements the covers for the all the Characters in scene

  • UHealthComponent: this component implements the health system both ATP_ThirdPersonCharacter and AEnemy are using this to manage health

  • FWeaponSlot: this is a structure, used to represents weapons for ATP_ThirdPersonCharacter and AEnemy

unrealstudies's People

Contributors

giacomosalvadori avatar

Watchers

James Cloos avatar  avatar

Forkers

soberthoughts

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.