Alex Barney
Alex Barney
I'd suggest setting the PathMap property to only apply on builds meant for release. IIRC setting it all the time can cause complications when loading symbols when doing stuff like...
> Foolish mistake. My apologies. Now it only applies to Release configurations. My bad if I wasn't completely clear. By "meant for release" I meant official builds that are posted...
Unfortunately I don't think there's currently any way of editing arrays
I can see 2 options. The first would be to rebuild the entire archive. This would require the most work, but would be very flexible. The other would be to...
Or if you have the DLC you can stick the updated file in any of them. The game's filesystem code uses a layered FS, and the dlc take precedence over...
I think putting a comment on each `pragma disable` saying what the disabled warning is could make things a lot clearer
What command are you running?
Are you in the right directory? Does `ls PqSave.dll` output anything? If so, you may need to do `dotnet ./PqSave.dll`
Can you post an ios or android save?
I've taken a quick look into the Android version and the key appears to be the same as the Switch version, so I'm not sure what the differences between the...