-
Notifications
You must be signed in to change notification settings - Fork 26
allowed_symlinks.txt handled by the launcher #125
Copy link
Copy link
Open
Labels
[1.1] : FreesmFreesmLauncher componentFreesmLauncher component[2.0] : FeatureA new functionality for Freesm Launcher.A new functionality for Freesm Launcher.[3.4] : Platform: Cross-PlatformTasks affecting all platforms.Tasks affecting all platforms.[4.1] : Component: InstallationRelated to managing Minecraft installations.Related to managing Minecraft installations.[5.0] : User: End-UsersTasks aimed at end-users.Tasks aimed at end-users.inactive
Metadata
Metadata
Assignees
Labels
[1.1] : FreesmFreesmLauncher componentFreesmLauncher component[2.0] : FeatureA new functionality for Freesm Launcher.A new functionality for Freesm Launcher.[3.4] : Platform: Cross-PlatformTasks affecting all platforms.Tasks affecting all platforms.[4.1] : Component: InstallationRelated to managing Minecraft installations.Related to managing Minecraft installations.[5.0] : User: End-UsersTasks aimed at end-users.Tasks aimed at end-users.inactive
Role
I very often use symlinks inside the .minecraft folders, and it always used to work just as expected, however in 1.20pr7 Mojang added the seldom talked about (anti)feature of
allowed_symlinks.txt, which by default forbids all symlinks and prevents the game from starting at all unless a specific file with a specific syntax is placed on the instance folderSuggestion
I think it would be good for the launcher to have a little option to create a global or local
allowed_symlinks.txtfile, a launch script does work for me since I only ever put "[regex].*" and I can just copy it into the folder, but in the rare occurrence someone actually uses this crap, (or like me, reinstalled their OS and the small file being missing from it's original place rendered most instances unplayable), I think this is the kind of thing launchers should handle, it doesn't even need to have a syntax specific implementation, just a text field where one can manually write the patterns will do just as fineBenefit
Well, it would not make instances unplayable because of Mojang's poor design choices
This suggestion is unique
You may use the editor below to elaborate further.
This is what the syntax looks like by the way:
The file consists of entries (one per line) with following formats allowed:
Courtesy of the Minecraft Wiki