Find-dupes.py

Other Find-dupes.py

VRmatt

Active member
Messages
212
Reactions
46
Points
28
VRmatt submitted a new resource:

Find-dupes.py - "Find duplicate packages" script

Here’s a Python script that reads the filenames from dupelist.txt, searches through directories, and prints the paths of the matching files:

dupelist format:
AcidBubbles.Keybindings.22
everlaster.FloatParamRandomizerEE.6
everlaster.FloatParamRandomizerEE.7
Everlaster.IdleModeling.2
everlaster.Naturalis.70
everlaster.Naturalis.71
everlaster.Naturalis.72
GossamerVR.MorphFilterPlus.8
hazmhox.vamatmosphere.12
hazmhox.vamoverlays.6
JayJayWon.VideoControllerJJW.1
Redeyes.DiviningLipsAndHands.39...

Read more about this resource...
 
Do you have a longer list? I copy and pasted that format into a txt file and named it dupelist
dupelist format:
AcidBubbles.Keybindings.22
everlaster.FloatParamRandomizerEE.6
everlaster.FloatParamRandomizerEE.7
Everlaster.IdleModeling.2
everlaster.Naturalis.70
everlaster.Naturalis.71
everlaster.Naturalis.72
GossamerVR.MorphFilterPlus.8
hazmhox.vamatmosphere.12
hazmhox.vamoverlays.6
JayJayWon.VideoControllerJJW.1
Redeyes.DiviningLipsAndHands.39
via5.AlternateUI.1
AcidBubbles.Keybindings.22
AcidBubbles.Timeline.210
hazmhox.fluids101.11
hazmhox.vamafx.2
hazmhox.vamatmosphere.12
hazmhox.vammoan.22
JayJayWon.AtomStorablesCatalogue.1
JayJayWon.SexAssist.3
JayJayWon.VideoControllerJJW.1
MacGruber.Life.12
MacGruber.Life.13


But I feel that is just an example so was not sure if I did something wrong
Does is check subfolders too? Thank you
 
Yeah its just an example. You can find your list if you go to the VAM log file, and search for any lines that say "Duplicate package ... "
the file is typically located at:
C:\Users\<user>\AppData\LocalLow\MeshedVR

(you'll have to do some copy, paste, and cleanup to get the package names, or you can just post it into chatGPT and ask it to parse it for you)

Hope that helps!
 
Back
Top Bottom