tlaik

Results 11 comments of tlaik

I also think it should be a warning, since I've been getting a silly case where I call getServers(), receive a valid list of servers that my bot is on,...

A short example: Source (slightly modified **hello** project): ``` #include "sleepy_discord/websocketpp_websocket.h" class myClientClass : public SleepyDiscord::DiscordClient { public: using SleepyDiscord::DiscordClient::DiscordClient; void onReady(std::string* jsonMsg) { printf("Ready!\n"); std::vector servers = getServers(); printf("Number...

I see. Do you know what might be causing the example above to hit the rate limit? Is there some way to see the actual number of messages sent to...

Sorry, but I've no idea what this ReShade mod/shader is doing and in what order, so I can't comment on it. You can find sources for shader replacements - including...

I don't see obvious issues with texture/viewport sizes in the log... try disabling some functionality at the bottom of the .ini file. It is indeed not an intended look.

Very interesting. I tested it on Linux & Windows - but with an Nvidia GPU - and didn't see this bug. Thanks for the heads-up, I'll add this warning later....

Can you upload the .exe file of your Rebirth 2? Game's shaders are stored inside main executables, and there might be some difference between Steam and GOG versions.

Thanks. Things are weird. I checked the shaders, and everything that's being replaced by the mod is the same in both versions. And when running the game with this exe,...

I also downloaded the full GOG version just now and tried running it with the mod - again, everything works fine. What's also interesting is the GOG exe version -...