Open Im-Really-Sorry opened 3 years ago
In the meantime as a temporary fix, you could try creating a directory junction between the directory it's trying to put songs in and the directory where the songs should really go.
In the meantime as a temporary fix, you could try creating a directory junction between the directory it's trying to put songs in and the directory where the songs should really go.
I'm too stupid to know how to do that myself, but thanks for the reply regardless. :)
Aw, don't be mean to yourself! I can't expect everyone to know how to work the command line!
@No-obHub Here's a small step-by-step tutorial:
cd %appdata%\..\Local
(go to AppData/Local)mkdir tempgd && copy GeometryDash\*.* tempgd\
(copy the GeometryDash folder to a new one named tempgd)rmdir /s /q GeometryDash\
(remove the existing GeometryDash directory)mklink /j GeometryDash "<whatever your GD Resource folder location is>"
(create the afformentioned junction, paste the correct location)copy tempgd\*.* GeometryDash
(copy the manager files to the created link)rmdir /s /q tempgd
(remove the temporary directory)For convenience, I copied this into a batch script [tested, works on Windows 10 Home 21H1 64-bit]
Note: you have to rename the file from folderfix.txt
to folderfix.bat
since GH doesn't support .bat
sharing
Title says it all, but my NONG songs are going to
%AppData% > Local > Geometry Dash
instead ofsteamapps > common > Geometry Dash > resources
when "Change Custom Songs Location" is turned on.