Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Color in console comments #96

Open
LeonN534 opened this issue Jan 15, 2021 · 4 comments
Open

Color in console comments #96

LeonN534 opened this issue Jan 15, 2021 · 4 comments

Comments

@LeonN534
Copy link

LeonN534 commented Jan 15, 2021

Sometimes we are far from the pc for a while and we couldn't read a message, so we have to go to the console. Everything has the same color and find the message is a mess. So put chat comments of another color in console would be great.

@YaLTeR
Copy link
Owner

YaLTeR commented Jan 15, 2021

Unfortunately console is drawn by the engine which means OpenAG can't control the color. I don't remember what prints the chat into the console though, if it's OpenAG then it could at least strip the colors.

@tmp64
Copy link
Contributor

tmp64 commented Jan 16, 2021

Actually, you can change console output color with a bit of hackery.

https://github.com/tmp64/BugfixedHL-Rebased/blob/767b14b2085b79749c8b14cb1917e5a49e958a69/src/game/client/console.cpp#L168-L216

@YaLTeR
Copy link
Owner

YaLTeR commented Jan 16, 2021

Well, yeah, of course you can. But this is OpenAG, I'd rather take zero VAC risks.

@LeonN534
Copy link
Author

LeonN534 commented Jan 16, 2021

So... we can't do anything about it? Edit: I just read the same question onn closed issues section. I understand, sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants