removed unnecessary using directives (System.Linq, System.Text, System.Threading.Tasks),
changed the initialization of PackageDirectoryMap to use string.Empty instead of @"" for clarity,
removed the set accessor from PackageDirectoryMap to make it read-only, as it is initialized directly.
Roblox now installs to /Roblox/Player/ instead of /Versions/<version guid>
This is a checkpoint commit. No mod manager, no error checking, no fullscreen optimizations configuration. Only installing and launching Roblox.
THIS WORKED FIRST TRY BY THE WAY