Metastruct / gm_xterm

A Garry's Mod module that adds color codes to the terminal output on linux64
https://github.com/Metastruct/gm_xterm
Other
9 stars 0 forks source link

XTerm breaks -condebug #3

Open Yogpod opened 3 years ago

Yogpod commented 3 years ago

image XTerm is required inside functions.lua, & it prints a lot more after that, but none of it goes into console.log & it just stops entirely, even ServerLog doesn't append to console.log Works fine without xterm image Is this fixable or just a side effect that can't be avoided/fixed

Cynosphere commented 3 years ago

dunno what provides or what console.log is from so im just going to rule this as its on that function

Yogpod commented 3 years ago

the function that prints that is just MsgC with a prefix function rotac.Msg(...) MsgC(red, "[PREFIX] ") MsgC(...) MsgC("\n") end thanks github for messing up the newlines

console.log generates when you set -condebug in your commandline