NakedAVP icon indicating copy to clipboard operation
NakedAVP copied to clipboard

NakedAVP is a port of Aliens vs Predator Classic (2000) to modern systems, based on the icculus port for Linux, macOS and Windows using SDL3

Results 12 NakedAVP issues
Sort by recently updated
recently updated
newest added

I’m struggling to get this to work. When I click the NakedAVP application icon, nothing happens. I’ve installed the NakedAVP port, extracted the game files from the GOG installation file,...

Original icculus port have not support for ingame cutscenes (or simply wont show them), so, would be good that NakedAVP include it.

the gog release include some translations, the game crash when using the french or the german ones (seems to be related to the use of accents like 'é', 'à', ...)

Lots of int to float conversions are needed for mouse and keyboard inputs, but video, sound and etc.. are working on SDL3.

``` NakedAVP/src/files.c:34:26: error: el retorno de ‘int’ desde una función con tipo de retorno ‘char *’ crea un puntero desde un entero sin una conversión [-Wint-conversion] 34 | #define GetBasePath()...

Both in the Predator and the Marine campaign the Queen stands idle. If i go close enough it starts to hack and slash, but otherwise it is just stares at...

Shotgun can be re-enabled in the source, but it is no big deal: we get a second pistol (i do not know if it is stronger, or not), with no...

The game has two cardinal design flaws concerning the automatic guns of the Marine. (Including the flamethrower.) The first is the lack of autoloading during continous fire. The player presses...

I've made a patch which adds two new cheats, which allows the player to get the jetpack and the grappling hook. The patch is attached. (As a `.txt`, as github...