GPSnoopy / BelgianChocolateDuke3D

Chocolate Duke Nukem 3D
35 stars 9 forks source link

EXE file doesn't work after compiling it. Probably related to a runtime issue? #8

Open ghost opened 1 year ago

ghost commented 1 year ago

Nevermind, I was using WWIIGI.grp instead of the original DUKE3D.GRP file. I thought that it recognized all Duke3D-based GRP files. Is there any way to make the resolution widescreen (16:9), as opposed to the 4:3 already given by the application.

GPSnoopy commented 1 year ago

Reading void getvalidvesamodes(void) in display.c, it implies that only 4:3 is supported.

As per Fabien's article (https://fabiensanglard.net/duke3d/), Chocolate Duke 3D is not about adding modern features such as widescreen support, but to be able to run the original Duke 3D source code on a modern PC (or at least source code that is as close as possible to the original release). So, such limitations are unfortunately expected.

ghost commented 1 year ago

I wanted to give something like the features of Crispy Doom (a fork of Chocolate Doom) with it's 16:9 resolution to make it a tad more modern... but not as modern as EDuke32 and its variants.