rmanosuthi / mofl-legacy

Mod Organizer for Linux
GNU General Public License v3.0
0 stars 0 forks source link

TextView output for game console output #4

Open rmanosuthi opened 5 years ago

rmanosuthi commented 5 years ago

A similar thing's already done with extracting mods (with threading too!), so this shouldn't be too complicated.

rmanosuthi commented 5 years ago

This is now implemented, with a caveat:

Proton outputs to stderr instead of stdout (??) and I can't figure out how to print stderr and stdout to the same TextView buffer, without the output delaying until the game is stopped.

For now only stderr is connected to the buffer.