I'm building a wrapper for GZDoom and am wondering if it's possible to redirect stdin from the CLI into the in-game console. This would be similar to how, say, Zandronum-server works. All the output from GZDoom console currently gets outputted to the CLI, but if I type any commands from the CLI it seems to have no effect.
Is there a command line option I need to provide? If it doesn't exist yet, would it be too bad to accept that input? Or is there another port that provides this sort of functionality? Thanks much.