Yu-Gi-Oh! Master Duel

Yu-Gi-Oh! Master Duel

Not enough ratings
save disk space & time by soft link YGO data dir If you play multiple accounts
By Wiko
konami put multiple same data on LocalData, damn
   
Award
Favorite
Favorited
Unfavorite
tldr
open YGO game dir, on windows mostly is
C:\Program Files (x86)\Steam\steamapps\common\Yu-Gi-Oh! Master Duel\LocalData

keep one directory (for example, 1aaa234), delete other directory but remember their name,

soft link 1aaa234 to other directory name.

- windows command (runas Administrator) :
mklink /d 1aaa234 5hqw2e3

- linux command:
ln -s 1aaa234 5hqw2e3




link:

> https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/mklink
>
> https://man.archlinux.org/man/ln.1

[windows] add a explorer shortcut to open a Administrator cmd.exe window
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\Background\shell\runas] @="Admin Command Here" "NoWorkingDirectory"="" "HasLUAShield"="" "Position"="Top" "Icon"="C:\\Windows\\System32\\cmd.exe" [HKEY_CLASSES_ROOT\Directory\Background\shell\runas\command] @="cmd.exe /s /k pushd \"%V\""

save as filename.reg, just double click, and choose Yes.

reopen explorer, now you can right-click on an empty space in the folder and quickly launch a command window with administrator privileges.




links:

> https://www.tenforums.com/general-support/64497-open-cmd-file-explorer-admin-rights.html
>
> https://learn.microsoft.com/en-us/windows/win32/shell/context-menu-handlers

done
after this, you don't need waste time to update each account each time, also save disk space.

the way konami store game LocalData just so stupid. =.=
2 Comments
Wiko  [author] 26 Feb @ 1:22am 
@eaugh no. should run `mklink /d aaaa <target_folders_name>` multiple times to link multiple folders
eaugh 25 Feb @ 9:31am 
Can i just link multiple folders like that? like makelink /d aaaa bbbbb cccc dddd?