On Wed Apr 24 21:59:40 2024 +0000, Matteo Bruni wrote:
It's certainly possible that there are further issues with NFS:W after SetRawValue() is implemented correctly, but I'm not confident that this MR is actually good enough. We probably need more tests in general and, AFAICS, the unresolved threads still need to be addressed. In particular, I'm curious if NFS:W tries to set multiple parameters with a single SetRawValue() call. That generally wouldn't work with this and it would be interesting to know if that's something that games actually attempt to do.
@Mystral I think I saw some discrepancies with `bytes` and `param->bytes` variables in the SetRawValue() calls (so it might or might not be that)