Dirt-Samples issue with SuperCollider // Solved

Edit: After some more browsing I could find a GitHub to Dirt-Samples, why didn't I find it earlier, who knows. Here it is in case anybody needs it in the future.

Dirt-Samples: GitHub - tidalcycles/Dirt-Samples: Set of samples used in Dirt

Vowel: GitHub - supercollider-quarks/Vowel: Convenience Class for Vowel Creation

Hello! I hope to find you all well! :slight_smile: I am super happy to discover the world of TidalCycles thanks to some Dan Gorelick videos, and even though I am not a programmer myself, I feel adventurous enough to see how fun this can be.

Starting with the fun part, I found the first challenge to solve: While starting SuperCollider, I noticed that "Vowel" and "Dirt-Samples" were missing. After some searching, I could get to some Vowel download and that issue disappeared. Tried to find another one for said "Dirt-Samples", but nothing appeared. So... Here I am, looking for some help from the people who know what they do :slight_smile:

I am using: Super Collider 3.13.0
Windows 11

And here is the issue. This is the log after starting SuperCollider and simply executing MethodOverride.printAll to see what it was talking about, in case that other information helps:

compiling class library...
Found 853 primitives.
Compiling directory 'C:\Program Files\SuperCollider-3.13.0\SCClassLibrary'
Compiling directory 'C:\ProgramData\SuperCollider\Extensions'
Compiling directory 'C:\Users\davar\AppData\Local\SuperCollider\Extensions'
Compiling directory 'C:\Users\davar\AppData\Local\SuperCollider\downloaded-quarks\Vowel'
WARNING: Could not open directory: 'C:\Users\davar\AppData\Local\SuperCollider\downloaded-quarks\Dirt-Samples'
To resolve this, either create the directory or remove it from your compilation paths.

Compiling directory 'C:\Users\davar\AppData\Local\SuperCollider\downloaded-quarks\SuperDirt'
numentries = 1295305 / 20369616 = 0.064
5977 method selectors, 3408 classes
method table size 21241552 bytes, big table size 162956928
Number of Symbols 15330
Byte Code Size 460749
compiled 568 files in 0.80 seconds

Info: 2 methods are currently overwritten by extensions. To see which, execute:
MethodOverride.printAll

compile done
localhost : setting clientID to 0.
internal : setting clientID to 0.
Class tree inited in 0.01 seconds

*** Welcome to SuperCollider 3.13.0. *** For help press Ctrl-D.
SCDoc: Indexing help-files...
SCDoc: Indexed 1946 documents in 0.67 seconds
Overwritten methods in class library:

PathName

PathName:isAbsolutePath
C:\Program Files\SuperCollider-3.13.0\SCClassLibrary\Platform\windows\SystemOverwrites\overwrites.sc
C:\Program Files\SuperCollider-3.13.0\SCClassLibrary\Common\Files\PathName.sc

String

String:absolutePath
C:\Program Files\SuperCollider-3.13.0\SCClassLibrary\Platform\windows\SystemOverwrites\overwrites.sc
C:\Program Files\SuperCollider-3.13.0\SCClassLibrary\Common\Collections\String.sc

-> MethodOverride

Thank you for any help!!!