Vurv78 / Autorun-rs

Modern scripthook with lua execution and filesteal. Replacement for gluasteal and most lua executors
Apache License 2.0
103 stars 11 forks source link

Terminal colors don't work on windows 7 #50

Closed Andrew-Eathan closed 2 years ago

Andrew-Eathan commented 2 years ago

image probably because of color stuff, you could remove color prints if the OS is windows 7, though i know there's a way to print color

YohSambre commented 2 years ago

removing the colors is a bad idea, it would literally be a regression..there is surely a fix for this kind of problem

Vurv78 commented 2 years ago

It uses truecolor (full rgb colors) right now which might not be supported by windows 7 I guess. I could make a build only using 8 bit terminal colors and see if that works for you. Otherwise yeah will need to make one without colors or have it as a setting

Vurv78 commented 2 years ago

Yeah looks like it's only supported by windows 10 and above. Maybe you could try and see if you could enable it yourself somewhere while I get to it

Vurv78 commented 2 years ago

You can disable colors now with the nocolor setting in your autorun/settings.toml file in the [autorun] section. Try that out @Andrew-Eathan

(This is on bleeding edge / 1.2.0-beta2, so get it from https://github.com/Vurv78/Autorun-rs/actions/runs/2045245369)

Andrew-Eathan commented 2 years ago

closing since you added a workaround, thanks