BranK

Results 12 comments of BranK

A fancy multicolored terminal I've been working on for a game (with autocompletes), and no it's not a cheat menu ocornut. Source can be [found here](https://github.com/CodeRedModding/CodeRed-ImGui/blob/main/CodeRed.hpp#L262). ![](https://i.imgur.com/TcZvzlm.png)

All I can recommend is you make sure you know the difference between hex and decimal values for offsets, and double check everything with the C macro `offsetof` to make...

If its a compiler issue you might have to manually set the right class alignment for your project, can debug with sizeof and the offsetof macro which you can do...

Thanks for the info! I was planning on rewriting this entire project in modern C++ so it uses std::ofstream and std::filesystem (which would fix a lot of these issues) but...

- Make sure you're compiling for release, x64 bit in visual studio. - Make sure your runtime library is set to "Multi-threaded (/MT)" under Project Properties -> C/C++ -> Code...

Damn, still trying to find plug and play C++ library that isnt DirectXText, can't find a single one that isn't 10 years old and supports DXT10 images.

Is there a specific reason this is on hold? I could use it in your style just like the steam logo, for displaying different platform types.

Is this repo still active? It's now been 6 months since it was last updated.

Yup same here, started happening a few days ago. This projects been long dead tho, hasn't been any updates in over a year.

I found this custom instance to be working almost perfectly https://nitter.poast.org/