Choosing a location for mods folder
d
drone canon
My computer came with a relatively small C Drive, it's honestly been the bane of my existence, because I have to have a great majority of my files on my D drive which is gargantuan. But anything that uses C drive folders like appdata automatically, including Beat Banger now, bloats my PC and makes it impossible to use those applications. For now I'm being forced to downgrade because I can't use mods on the newest version.
Didn't mark as a bug, because it technically works as intended. Just not for my situation, and a lot of other budget PCs.
N
Not my full name
While this feature is somewhat rare of a case, you can do the following to fix your problem.
Open a command prompt and type in the following command
mklink /j "C:\Users\<YOUR USERNAME>\AppData\Roaming\Godot\app_userdata\Beat Banger\mods" "D:\Path\To\Wherever\You\Want"
This will create a symbolic link (junction type) on the C drive and when the game tries to save the mod files there they are automatically redirected to the D drive. The game will not see any difference as the symbolic link will appear as if that's the normal folder.
((Make sure you move the mods folder OUT of the Beat Banger folder before you run that command, otherwise you won't be able to run it))