I found where the game calls the regular print function to the console and created a simple DLL that intercepts these calls and saves the output to a file, which is exactly what I needed.
New here? I'm Roha — want a quick tour?
I found where the game calls the regular print function to the console and created a simple DLL that intercepts these calls and saves the output to a file, which is exactly what I needed.