atom0s

Results 59 comments of atom0s

Hello, this is a currently known issue with the current version of the 2.1 unpacker plugin. You can try rolling back to an older version of Steamless and see if...

Hello, this is a currently known issue with the current version of the 2.1 unpacker plugin. You can try rolling back to an older version of Steamless and see if...

Hello, I would need a copy of the game exe you are trying to unpack as well as more information regarding what issue(s) you are having. Is Steamless showing any...

Hello there, most of the `Unknown` fields in each of the header structures are actually 'known' but have not been filled in due to having caveats with them. I wrote...

In case it is useful to anyone else that may look into and/or work on the Chocobo Racing system, here is the information I shared with Zach from my reversing...

Rendering things multiple times like that is too much overhead on intensive UIs that have a lot of text to render. A system similar to how FreeType works would be...

Not recommended for heavy use, but another means of adding font outlines I made for fun. In imconfig.h, add to the custom namespace code: ```cpp namespace ImGui { inline bool...

I've pushed a commit that adds this flag to `0x00DD` and `0x00E2`. However, there are a few other packets that would need to be checked as they may also include...

Was hacking Warhammer: Chaosbane today and noticed they use ImGui (in secret) with their in-game debug tools. https://i.imgur.com/ZVZIxax.jpg https://i.imgur.com/ljPUObz.jpg https://i.imgur.com/me5V5h8.png Can add them to the list of software using ImGui....

That is an error from the program itself, not Steamless so you would need to determine what is causing it to error like that. Based on the popup though, I...