wojciech-graj/doom-ascii

Display colors match improperly

spaceman-spence opened this issue · 2 comments

When I make the file on mac and run the executable, doom starts running, but the colors don't line up. Some of the text moving in the background look like the game is running but none of it makes sense. I've added a few screenshots of one of the frames. I'm using the Doom 1.9 WAD from the internet archive and I tried changing the terminal theme to see if that was causing any issues but it did nothing.
Terminal_Doom
Terminal_Doom 2
Terminal_Doom 3

The first thing that comes to mind is that you might be using a terminal that does not support 24 bit RGB. This page contains a list of terminals known to support it, and contains a bash command you can run to check if this is in fact the case: https://gist.github.com/sindresorhus/bed863fb8bedf023b833c88c322e44f9

That was the problem! Thank you!