* Reorganize Steam3 section in a more sensibible way, add/clean up comments.
* Finally
* Cleaned up a few things I missed, added some more comments.
* Reformat
* The future is now, old man.
Also added more comments, and removed a TODO that needed to be moved to a github question.
* Forgot to use the GUIDs for some reason
* One last TODO for something to think about in the future after this PR.
* The lack of spacing was bothering me, forgot it before.
* Updated table with more steam2 storages. Formatting changed slightly because I made a more advanced script that allows me to update the table more easily and reliably locally.
* fix spacing
* More info on Dinamic Multimedia Protection
Added comments regarding related DRM and patents for Dinamic Multimedia Protection.
* Removed MPO references
MPO ring protection has since been proven to be unrelated.
* Small improvement to early TAGES detection to eliminate small handful of false positives. Also threw in a note about alpharom
* Improve alpharom handling
* Initial round of fixes
* Attempt nested for real this time
* forgot to include handling the base path
* Reverted unnecesssary changes
* Remove unneeded net6.0 gating
* Add comments
* Finish comments
* Might as well safeguard if no protections are returned.
* Use object instead of dynamic
* Remove weird empty string root node handling
* remove uneeded ref
* Modify comment accordingly
* Merge regular and nested json writing
* Simplify object value checking
* change flag handling
Co-authored-by: Matt Nadareski <mnadareski@outlook.com>
* Initial fixes
* Invert if-else to de-nest main logic
* minor formatting fixes
* Improved Json output
* Remove unnecessary comments
* That's just a string
* Slight improvement
* Simplify casting
* attept further simplification
* Further
* Reduce nesting using inversion and continue
* Further simplified logic
* Replace my code with sabre's
* De-nest using continue
* newline
* Remove all instances where it can end in a directory seperator
---------
Co-authored-by: Matt Nadareski <mnadareski@outlook.com>