Project Overview
Welcome to Project 86 - a fan game in its early stages, with the primary goal of delivering a functional beta swiftly. We invite players to actively participate and provide feedback, steering the game in the right direction.
Game Modes
Juggernaut Mode (FPS)
Experience the full traumatizing experience of piloting a walking-coffin and confronting the Legion in first person. Control your Juggernaut's main cannon, wires, and secondary machine guns while managing resources with your scavenger.
Handler Mode (RTS)
Command various squadrons as a handler, providing crucial battlefield information and direction. "Possess" squadrons to guide them towards objectives, combining strategic oversight with FPS elements.
Multiplayer Vision
Our ultimate goal is to create a seamless multiplayer experience where RTS and FPS modes coexist within the same game environment. This ambitious vision is subject to evolution based on our team's capabilities and community feedback.
Download & Play
While the game is still at an early development stage, we invite players to actively participate and provide feedback. The current version may not exceed expectations, but that's precisely why we need your input and ideas.
The game is not yet on Steam, as fan games require IP authorization. Our goal is to grow the community and hopefully reach an agreement for Steam distribution.
[DEPRECATED] Launcher
⚠ The launcher update system is currently Out of Service due to backend issues. Please use the direct download method below.
Key Bindings
Basic Controls
- W,A,S,D Movement
- Left Click Main Weapon
- Right Click Secondary Weapon
- Mouse Wheel Zoom (up to 8.0X)
- ESC Pause/Settings
Advanced Controls
- F Follow Scavenger
- H Hold Scavenger
- G Go To Mode
- Alt HUD Edit Mode
- Shift Increase Speed
How to Contribute
Project 86 is an open-source fan game. Anyone can freely contribute to this project, and this guide will help you get set up.
Step 1: Join Our Community
Start by joining our Discord server. This facilitates communication and gives you access to current tasks across various areas:
- Coding
- 3D Modeling
- Music
- Level Design
- Art
- Story/Lore
Step 2: Setup Unity
We are currently using Unity 6000.0.32f1. Ensure you have this specific version installed.
Important: We recently upgraded from 2022.3.21f1. Make sure your Unity Version is up to date!
Step 3: Project Setup
To get started with the project files:
-
Required Software:
- Github Desktop: Simplifies Git usage for beginners
- Git: Essential for cloning and modifying the project
- Git LFS: Handles large files like textures and models
-
Fork the Project:
Create your own copy by clicking the fork button on the GitHub page. This gives you full rights to manipulate the code and later submit changes to the main project.
-
Clone the Repository:
Clone using:
[email protected]:Taliayaya/Project-86.git
(or your fork's URL) -
Additional Assets:
Download the Additional Assets folder from:
Download Additional AssetsNote: Extract to the root of the Assets folder. This folder was previously tracked using Git LFS but was removed due to bandwidth constraints.
Space Requirements:
Ensure you have at least 20GB of free space for the project files and Unity-generated content.