Giter Site home page Giter Site logo

wenzon / alsv4_cpp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shadowfallstudios/als-community

0.0 0.0 0.0 128.3 MB

Performance optimized & replicated C++ port of Advanced Locomotion System V4 for Unreal Engine 4.25 with additional bug fixes

Home Page: https://www.unrealengine.com/marketplace/en-US/product/advanced-locomotion-system-v1

License: Other

C# 0.34% C++ 99.49% C 0.17%

alsv4_cpp's Introduction

Advanced Locomotion System V4 on C++

image

Replicated & optimized C++ port of Advanced Locomotion System V4 for Unreal Engine 4.25 with additional bug fixes.

Supported Systems

  • Windows 64-bit
  • Linux

Mac, Android, IOS, and console builds are not tested and supported at the moment

Features

  • Full replication support with low bandwith usage
  • Plugin structure
  • Highly optimized for production
  • Lots of bug fixes additional to marketplace version

Known Issues

Setting Up The Plugin

  • Clone the repository inside your project's Plugins folder, or download the latest release and extract it into your project's Plugins folder.
  • Put Config/DefaultInput.ini from the plugin folder inside your project's config folder. If your project already have this .ini file, merge it into yours.
  • Add the lines below into your DefaultEngine.ini, below [/Script/Engine.CollisionProfile] tag (Create the tag if it doesn't exist):
+Profiles=(Name="ALS_Character",CollisionEnabled=QueryAndPhysics,bCanModify=True,ObjectTypeName="Pawn",CustomResponses=((Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore),(Channel="Climbable",Response=ECR_Ignore)),HelpMessage="Custom collision settings for the capsule in the ALS_BaseCharacter.")
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel2,DefaultResponse=ECR_Block,bTraceType=True,bStaticObject=False,Name="Climbable")
  • Launch the project, and enable plugin content viewer as seen below. This will show contents of the plugin in your content browser: image

License & Contribution

Source code of the plugin is licensed under MIT license, and other developers are encouraged to fork the repository, open issues & pull requests to help the development.

alsv4_cpp's People

Contributors

dyanikoglu avatar senfkorn92 avatar ahgs-jens avatar robotichuman avatar denyhax 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.