The Wayback Machine - https://web.archive.org/web/20220407180941/https://github.com/topics/first-person-shooter
Skip to content
#

first-person-shooter

A video game genre centered on gun and other weapon-based combat experienced through the eyes of the protagonist.

Here are 91 public repositories matching this topic...

Avara
rherriman
rherriman commented Aug 13, 2021

Background

Currently, Avara supports a maximum of three hull options, and those hulls are user selectable via a drop down menu. The hull names are currently hard-coded in a std::vector<std::string> in CPlayerWindow.cpp. There are AvaraScript variables in default.avarascript (hull[0], hull[1], and hull[2]) that are overridable in ALF files and map to HULL resources, presently sto

enhancement good first issue interface