when it happens, it’s like hearing a familiar song for the first time again — something you instantly understand, yet can’t fully explain. That’s the magic this game captures.
Hi Van, what you’re seeing is normal for how that binary patch works. The patch doesn’t replace the existing 3.3.0.1 assemblies in place; instead, it installs the updated 3.3.0.11 binaries side-by-side in Visual Studio’s PublicAssemblies folder. Because both versions coexist, Visual Studio won’t automatically switch existing project references to the newer DLLs, which is why you have to update the References manually. Unfortunately, there isn’t a more seamless upgrade mechanism with this patching approach. The usual recommendation is to either manually retarget the references once, or uninstall the older version before applying the patch if you want to avoid confusion from having multiple versions installed—similar to how having the correct PS2 BIOS 4mb in place avoids conflicts when running different builds.