RigelEngine
RigelEngine copied to clipboard
A modern re-implementation of the classic DOS game Duke Nukem II
Fixes #877
This is due to physics being processed before the hit detection. In the original, the hit detection for shootable walls is handled separately from the regular object hit detection, and...
It will greatly help in modding if a person is able to browse and extract resources from NUKEM2.CMP. We already have the code to extract and show it within the...
Make it possible to configure the camera dead zones. There would be a couple of options: * Original - original camera without changes * Centered - always keep Duke in...