GitXplorerGitXplorer
e

TerritoryBoss

public
17 stars
17 forks
2 issues

Commits

List of commits on branch master.
Unverified
21327fdfd31c9f7659e3cb5afc475a3c023330f4

Add item pickups prototype

eendiliey committed 7 years ago
Unverified
2255faaab33ddedca59e42fcc0bee04295aa52d9

Fixed map not showing after refactor

eendiliey committed 7 years ago
Unverified
1118841bd8e71a9fec368ad5b6de5f70ec3f8068

Delete redundant asset

eendiliey committed 7 years ago
Unverified
0165b135fb4f4eba1d3f5568c2a8e1e0e941c599

Refactor content directory structure

eendiliey committed 7 years ago
Unverified
7657a481af4367ff7965bf34ba57f87129921795

Adjust camera, character collision and default map

eendiliey committed 7 years ago
Unverified
f266f3a6f807681817b318159eab5043a5708536

Add README

eendiliey committed 7 years ago

README

The README file for this repository.

Territory Boss

Territory Boss is a basic third-person shooter game.

Latest Short Demo

Character Movement

Before you get started

It’s not recommended to immediately dive into this game development if you have no prior C++ experience. If you are completely new to Unreal Engine 4 I recommend you to read https://docs.unrealengine.com/latest/INT/GettingStarted/index.html

Required Third Party Software

Windows:

Be sure to have Visual Studio 2015 installed. You can use any desktop version of Visual Studio 2015, including the free version called Community 2015.

You need DirectX End-User Runtimes (June 2010) to avoid compilation errors. Most users will already have this, if you have ever installed DirectX runtimes to play a game.

Mac OSX:

Be sure to have Xcode 5.1 installed.

Installation

  • First, you'll want to install Unreal Engine version 4.15.3 for installation

  • You'll want to create your own Territory Boss fork by clicking the Fork button in the top right of this page.

  • Next, install a Git client on your computer.

  • Now you can clone your repository to your PC (e.g: your nickname is endiliey)

    git clone https://github.com/endiliey/TerritoryBoss.git
    
  • You can now open up TerritoryBoss.uproject from the cloned folder to open all the files

  • You can easily submit contributions back up to your fork.

  • When you're ready to send the changes for review, simply create a Pull Request.

Disclaimer

This is a project developed many years ago and not meant to be developed further