Dedmen Miller

Results 377 comments of Dedmen Miller

Slash direction inside config shouldn't matter, because after reading config everything is normalized

this was written when has_include was the only one. https://community.bistudio.com/wiki/PreProcessor_Commands#has_include all of the runtime ones should block it. But for now can always use `#pragma ASC_ignoreFile` to ignore any file.

1. I think there is something in vanilla code that creates bogus groups. But that was fixed recently-ish in a game update. 2. Mh maybe we can just execNextFrame 3....

> but BI configured those selections wrong I doubt that? probably using wrong selection name? Whats the name of the selections?

> (as of the time of writing: version 2.12) Well we have 2.14 now ;)

> using mingw. mingw is not supported. We only support Visual Studio on windows, and GCC on linux. That will be your issue. https://github.com/intercept/intercept/wiki/Building-and-installing-Intercept-from-source That should be Visual Studio 2022...

You can use https://community.bistudio.com/wiki/systemTimeUTC to make it mooooooooost likely unique, down to the millisecond.

What is holding this back? looks good to me

If I find time I'll deploy this on my server on the weekend. I want to make some additions (real price data from a real server with median/stddev) for which...

Please merge my indent fixes. I will make a PR to fix the filtering issues