danielkrupinski / Osiris

Cross-platform game hack for Counter-Strike 2 with Panorama-based GUI.
MIT License
3.35k stars 961 forks source link

[HELP] can we/how to change watermark text color? #3380

Closed ghost closed 1 year ago

ghost commented 3 years ago

lmao i dont know what im doing help 😳

CRiQSCLAN commented 3 years ago

learncpp.com . good luck

ghost commented 2 years ago

learncpp.com like i asked for a whole recode why reply if ur not gonna try to help

CRiQSCLAN commented 2 years ago

learncpp.com like i asked for a whole recode why reply if ur not gonna try to help

Yo. My dude. Changing a color is one of the most basic things ever existing. Just take it from the beginning and learn how to do it.

ghost commented 2 years ago

I know its basic that's why i asked ._. I don't have time to learn it yet. I'm gonna start tho just not this year. thanks anyway also some dude literally coded a whole event log just because someone asked so you dont have to go learncpp.com on every newbie thread :p

edit btw ik how to change the whole watermarks color (idk if its the best optimization wise but it works?), let me be more clear. Can you help me divide it into sections? like blue for fps/red for ping?

mdilai commented 2 years ago

I don't have time to learn it

Time is money. Want a BTC address to pay? Or you really think anybody give a fuck about your majesty?

pepsiis commented 2 years ago

learncpp.com like i asked for a whole recode why reply if ur not gonna try to help

Yo. My dude. Changing a color is one of the most basic things ever existing. Just take it from the beginning and learn how to do it.

See you know whats funny this is ImGui not directly c++ so don't be more of a retard than you are and just help

CRiQSCLAN commented 2 years ago

learncpp.com like i asked for a whole recode why reply if ur not gonna try to help

Yo. My dude. Changing a color is one of the most basic things ever existing. Just take it from the beginning and learn how to do it.

See you know whats funny this is ImGui not directly c++ so don't be more of a retard than you are and just help

My guy. After this comment, I assume you aren't far from the first guy. If imgui is not directly c++, then why is it in a c++ project? It is literally pure c++ powerful library. Changing a color isn't more than Literally finding the place where you want to change it (if you really are a beginner, just guide yourself using strings), and changing it. In case it is used as rgb (255, 255, 0) or as hex #FFFF00 using a website that convert color picking into rgb, hex, hsb or whatever the code requires.

If you needed help too, you are welcome. "learn c++" was meant to encourage that guy to learn a little bit before working on a complex source written by people who took their time to learn.