Skip to content

Ejsstiil/fa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Oct 28, 2023
Jun 24, 2023
Oct 1, 2022
Jun 11, 2022
Nov 12, 2023
Nov 12, 2023
Jul 25, 2023
Jun 25, 2022
Aug 14, 2022
Oct 28, 2023
Nov 15, 2023
Jul 7, 2023
Nov 16, 2023
Apr 17, 2022
Jun 8, 2022
Jun 24, 2023
Aug 16, 2023
Nov 3, 2022
Oct 28, 2023
Oct 29, 2023
Nov 16, 2023
May 26, 2022
Apr 17, 2022
May 31, 2022
Feb 14, 2023
Mar 1, 2020
Oct 11, 2022
Sep 5, 2023
Sep 19, 2021
Oct 11, 2022
Jun 10, 2018
Jul 29, 2023
Jun 20, 2022
Feb 1, 2023
Nov 15, 2023
Oct 18, 2023
Dec 3, 2021
Oct 29, 2023
Oct 18, 2023
Oct 18, 2023
Oct 18, 2023
Nov 15, 2023
May 6, 2017
Jan 8, 2023
Oct 21, 2022

Repository files navigation

Read this in other languages: English, Russian

About Forged Alliance Forever

Impression of the game

Forged Alliance Forever is a community-driven project designed to facilitate online play for Supreme Commander: Forged Alliance. We are a thriving community with a self-made client, backend and website. We have an extensive library of community made maps, mods and co-op scenarios. We introduced a rating system based on TrueSkill to provide a competitive environment with automated matchmaking. To see all that we have added it is best to experience it yourself by playing the game through the client.

You can download the client on our website. In order to play you will need to sync your account with Steam to prove you own a copy of Supreme Commander: Forged Aliance. You can get in touch with the community through the forums and the official Discord server. The developers chat can be found on Zulip - you can ask for access from the admin of this repository. The project is kept alive by donations to our Patreon.

Changelog

There is the complete changelog. There is an alternative changelog for balance patches in a user-friendly format.

Contributing

There are instructions in English and in Russian to help you set up a development environment. It is important that you discuss your contributions beforehand. You can do this by making a comment on an existing issue or, if it doesn't exist yet, by opening a new issue. Not all pull requests are merged by default. It is important that the changes align with the vision of the project.

Before contributing, make yourself aware of the contribution guidelines, the annotation guidelines and the translation guidelines.

About this repository

This repository contains the changes to the Lua side of the game, such as balance changes, performance improvements, and additional features. The repository mimics the organization of the base game. A quick reference guide:

Folder Description
coderes* Various textures required for the Lua debugger to work
effects Blueprints, textures and meshes of effects and HLSL shaders that are used to render the game
engine* Engine documentation: all objects and their functions are documented
env Props, decals, splats, stratum layer and environmental effects
etc* Legacy - a rudimentary implementation of versioning control
images* Images used by the repository, such as the banner at the top
loc Localization files for the game, see the translation guidelines
lua Lua files that control all the behavior outside of the physics simulation
meshes Meshes that do not belong to props, units or projectiles. E.g. the world border
projectiles Blueprint files, textures and meshes of projectiles
promotion* Promotion material related to content surrounding the repository
schook Legacy - the supreme commander hook folder that was used due to licensing issues
scripts* Scripts used to automate tasks surrounding the game repository
setup* Development files that allow you to launch the game using the repository
testmaps* Test maps. E.g. the benchmark map shipped with the game
tests* Unit tests that run on engine-oblivion functions. E.g. Testing string operations
textures Textures used by the engine (as fallback) and UI
units Blueprint files, textures and meshes of units

Files that are unchanged are retrieved from the base game. Folders with an asterisk (*) are not shipped to the user with the client. See the installation instructions in the contribution section for more information.

Repositories that are directly related to the game:

About

Lua code for FAF

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 97.8%
  • HLSL 2.2%