Gordon Guan

Results 9 comments of Gordon Guan

Thanks for taking the time to debug the issue and report it. The only thing xinput is required for is ImGui navigation with a controller, which you're right about not...

Can you try v1.00b? I think the hook addresses changed between those versions so twinject is probably not compatible with v1.00a.

Hey, I think that's actually a pretty great idea. It's certainly possible to do this with twinject, with the difficulty depending on how the specific game is implemented. I think...

That's pretty convenient, good find! My best guess is that this time delta value might have been used for some spellcards that manipulate time, like [Youmu's slash attack in th07](https://youtu.be/qgcICN5DmHY?t=336)....

Hi, thanks for reporting this issue. The lag from lasers is because I used a [generalized separating axis test](https://github.com/Netdex/twinject/blob/15a2cb0bb32563aadf417f7ba3aff26a35be557d/twinhook/util/vec2.cpp#L398) for lasers, since they are modelled by an oriented bounding box...

Hmmm... I'm assuming 1.2.112 didn't work either? I didn't change much between [1.2.108 and 1.2.112](https://github.com/Netdex/twinject/compare/1.2.108...1.2.112) except retargeting to v142. If you said you could manually build it then this probably...

Interesting. Since the only thing that changed is the platform toolset and target version, my primary suspicion is that something to do with that broke MS Detours. The version included...

No worries, this reply wasn't very quick either ¯\_(ツ)_/¯ I also happen to be using Windows 10 Enterprise LTSC 1809, which rules that out as the cause. I'm currently working...

Cool idea, thanks for taking the time to write up that concept code. I'll probably consider adding an updater, since it seems like a neat idea (after sorting out the...