doom-ascii icon indicating copy to clipboard operation
doom-ascii copied to clipboard

Doesn't display output properly

Open smooool-studios opened this issue 2 years ago • 5 comments

It only shows some of the screen

smooool-studios avatar Aug 30 '23 01:08 smooool-studios

Hey, I'll need some screenshots and information about your OS and terminal emulator in order to debug this

wojciech-graj avatar Aug 30 '23 08:08 wojciech-graj

I am on windows 11 and I use cmd.exe to run the file. I did nod build from the source but instead downloaded it from releases. The issue is that it displays the bottom of the screen and cannot render a stable image. Are there any special settings I need to enable?

smooool-studios avatar Sep 20 '23 00:09 smooool-studios

Hey, sorry for the delay in getting back to you. If you're still interested in solving this issue, I'd recommend trying the following:

  • Maximize your terminal window
  • Experiment with different screen sizes by passing the -scaling flag, as described in the README.

wojciech-graj avatar Apr 25 '24 16:04 wojciech-graj

Slightly necro-posting, as the author (@wojciech-graj ) mentioned, (but isn't made explicit in the readme), it looks like you'll need 80 char wide, 50 tall*.

https://github.com/wojciech-graj/doom-ascii/blob/052c25293b1a8cf5f3db06eeae89a5cd08111ed1/src/doomgeneric.c#L22

Which actual console (the original command prompt or Windows Terminal or a 3rd party), your font selection and size, etc. will all affect how well the image resolves.

FWIW, the downloaded .exe and compiling the linux version in WSL all seem to "work" well enough.

A quick test of doubling the resolution does make detail a lot better, but it barely keeps up and you can see some, er, screen tearing (!) on my system.

OranguTech avatar Sep 09 '24 05:09 OranguTech

telnet port doesn't resize for me

GameLord2011 avatar Sep 15 '24 17:09 GameLord2011

telnet port doesn't resize for me

The telnet port is currently using a scaling of 4, and is not resizable. I may consider changing this in the future.

Also, I am marking this issue as resolved.

wojciech-graj avatar Nov 17 '24 01:11 wojciech-graj