Youda008 / DoomRunner

Preset-oriented graphical launcher of various ported Doom engines (an alternative to ZDL)
GNU General Public License v3.0
205 stars 13 forks source link

[Suggestion]Option to pipe zdoom console output to the launcher #51

Closed D3X1KAXYZ closed 1 year ago

D3X1KAXYZ commented 2 years ago

I have been using ZDoom Executer for some time now and have been looking for something a little more up-to-date. DoomRunner looks to be perfect for that, however as modder, one feature that draws me to ZDE over other launchers (this one included) is the feature to pipe console info out of zdoom and into ZDE. It is great for debugging issues.

Youda008 commented 1 year ago

ZDoom and GZDoom does not output anything to the stdout and stderr. Are you on Linux?

Youda008 commented 1 year ago

Ok, on Windows you need to add -stdout for it to start logging to terminal.

This was a hell of a work, but a first version of a engine output window is in master. Can you can you compile it and try it out before i made an official release?

Youda008 commented 1 year ago

Here is a binary if you want to beta-test it before official release

DoomRunner-1.6-preview-Windows-64bit.zip

Youda008 commented 1 year ago

Released.