GithubHelp home page GithubHelp logo

bluenighthawk4906 / aura-cl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from phoenixprojectsoftware/aura-cl

0.0 0.0 0.0 7.81 MB

Aura is a mod of Adrenaline Gamer, built for Half-Life: Zombies Ate My Neighbours Multiplayer.

License: Other

C 13.67% C++ 85.94% Makefile 0.26% Batchfile 0.01% Shell 0.01% CMake 0.12%

aura-cl's Introduction

Aura Client

CI Build Status

Aura is the all new multiplayer game engine from The Phoenix Project Software, and a modification of Adrenaline Gamer, built specifically for Half-Life: Zombies Ate My Neighbours.

Building

Windows

Visual Studio 2019

  1. Install Visual Studio 2019. In the Visual Studio Installer, select Desktop Development for C++.
  2. Open Visual Studio.
  3. On the starting screen, click "Clone or check out code".
  4. Enter https://github.com/phoenixsoftware/Aura-CL.git and press the Clone button. Wait for the process to finish.
  5. You can build the project using Build→Build All. To find the built client.dll, go to Project→CMake Cache (x86-Debug Only)→Open in Explorer.

Visual Studio 2017

  1. Install Visual Studio 2017. In the Visual Studio Installer, select Desktop Development for C++.

  2. Open Visual Studio.

  3. Go to File→Open→Open from Source Control.

  4. Click Clone:

    Screenshot of the clone button.

    Enter https://github.com/phoenixsoftware/Aura-CL.git and press the Clone button. Wait for the process to finish.

  5. You can build the project using CMake→Build All. To find the built client.dll, go to CMake→Cache (x86-Debug Only)→Open Cache Folder→OpenAG.

Manually using Git and CMake

  1. Install Visual Studio 2017 or above, Git and CMake. Make sure to add them to PATH.
  2. Clone the repository.
  3. Open Git Bash in the OpenAG folder.
  4. git submodule update --init
  5. cmake -A Win32 -B build
  6. cmake --build build --config Release

macOS

  1. Install Xcode.
  2. Install CMake via Homebrew.
  3. git submodule update --init
  4. mkdir build
  5. cd build
  6. cmake ..
  7. cmake --build . --config Release

Linux

GNOME Builder

  1. Set up Flathub by following the guide for your distribution.

  2. Install GNOME Builder.

  3. Open GNOME Builder.

  4. Press the Clone Repository button, enter https://github.com/phoenixsoftware/Aura-CL.git and press Clone Project. Wait until it finishes.

    The cloning window should close, and a new window with the OpenAG project should open.

  5. If Builder prompts you to install missing SDKs, press Install and wait for the process to finish. It will take a while. You can monitor the progress by pressing the circle in the top-right.

  6. Click on the bar at the top-center which says OpenAG, and click the Build button.

  7. Once the build finishes, in the same bar menu click the Export Bundle button. The file manager will open in a path that looks like gnome-builder/projects/OpenAG/flatpak/staging/x86_64-master. Navigate up to the OpenAG folder, then down to builds/pro.openag.OpenAG.json-... where you will find the built client.so.

  8. Now you can make some changes to the code and press Build, then grab client.so from the same folder.

Manually via Terminal

  1. Get a 32-bit/multilib gcc (6 and above) or clang (3.9 and above) build environment set up, as well as CMake.
  2. git submodule update --init
  3. mkdir build
  4. cd build
  5. cmake ..
  6. cmake --build . --config Release

WSL 2 (Windows 10 & 11)

Side-note: if you're using WSL, it's recommended you use Ubuntu 18.04 from the Microsoft Store.

Open the Windows Terminal and select the Linux distro's profile (e.g. Ubuntu 18.04). Be aware that if you haven't already, you will need to add the ninja compiler to the PATH of your distro. It is included with this repository.

  1. sudo apt install gcc
  2. sudo apt install clang
  3. sudo apt install cmake
  4. sudo apt install git
  5. Assuming you have cd'd to your Aura-CL folder; git submodule update --init
  6. mkdir Linux-Build
  7. cmake .. — wait for the process to finish
  8. cmake --build . --config Release

LICENSE

Half Life 1 SDK LICENSE
======================

Half Life 1 SDK Copyright© Valve Corp.  

THIS DOCUMENT DESCRIBES A CONTRACT BETWEEN YOU AND VALVE CORPORATION (“Valve”).  PLEASE READ IT BEFORE DOWNLOADING OR USING THE HALF LIFE 1 SDK (“SDK”). BY DOWNLOADING AND/OR USING THE SOURCE ENGINE SDK YOU ACCEPT THIS LICENSE. IF YOU DO NOT AGREE TO THE TERMS OF THIS LICENSE PLEASE DON’T DOWNLOAD OR USE THE SDK.

You may, free of charge, download and use the SDK to develop a modified Valve game running on the Half-Life engine.  You may distribute your modified Valve game in source and object code form, but only for free. Terms of use for Valve games are found in the Steam Subscriber Agreement located here: http://store.steampowered.com/subscriber_agreement/ 

You may copy, modify, and distribute the SDK and any modifications you make to the SDK in source and object code form, but only for free.  Any distribution of this SDK must include this license.txt and third_party_licenses.txt.  
 
Any distribution of the SDK or a substantial portion of the SDK must include the above copyright notice and the following: 

DISCLAIMER OF WARRANTIES.  THE SOURCE SDK AND ANY OTHER MATERIAL DOWNLOADED BY LICENSEE IS PROVIDED “AS IS”.  VALVE AND ITS SUPPLIERS DISCLAIM ALL WARRANTIES WITH RESPECT TO THE SDK, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, NON-INFRINGEMENT, TITLE AND FITNESS FOR A PARTICULAR PURPOSE.  

LIMITATION OF LIABILITY.  IN NO EVENT SHALL VALVE OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT, OR CONSEQUENTIAL DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OF OR INABILITY TO USE THE ENGINE AND/OR THE SDK, EVEN IF VALVE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.  
 
 
If you would like to use the SDK for a commercial purpose, please contact Valve at [email protected].

aura-cl's People

Contributors

alfred-valve avatar bluenighthawk4906 avatar chinese-soup avatar cpiernikowski avatar danieloaks avatar ddexxedd avatar dtugend avatar execut4ble avatar fireblizzard avatar jengerer avatar joeltroch avatar johndrinkwater avatar margen67 avatar matherunner avatar mxpph avatar rtxa avatar sabianroberts avatar smileyag avatar thefoofighter avatar tmp64 avatar yalter 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.