Wolvenkit Search: Finding files
These aren't the files you're looking for… yet.
Last updated
These aren't the files you're looking for… yet.
Last updated
For help finding an item, check on the yellow wiki.
You can use the search bar at the top of the asset browser to search the game files:
To search in your currently installed mods instead, switch to Mod Browser:
You can chain the search operators below with the >
character, which will run the results of the first search through the second search.
Let's get to the meat of the matter.
This is mostly useful for the mod browser, as it allows you to e.g. retrieve files from your other mods without switching projects or digging through your mod directory.
Use the archive
switch to show only files in a certain archive (name or path):
This operator has to be chained via >
if you want to refine it.
a:ArchiveXL_Netrunner .mesh
will show nothing
a:ArchiveXL_Netrunner > .mesh
will show all mesh files by archive match ArchiveXL_Netrunner
.
This is the default search behaviour, and you don't need to include these operators.
Search will only show you files under this path.
To limit your search to a certain folder, you can put the folder path and the search term:
You don't need to include slashes. These search terms below will yield the same results:
You can limit your search to certain file extensions:
If you only know a file's hash, you can still search for it:
You can search for multiple terms by using the |
operator:
This does not like spaces. word1|word2
will work, word1 | word2
will not.
You can exclude terms from the search by prefixing them with !
:
Wolvenkit lets you search for regular expressions. The main limitation is that you can't use spaces:
.*
will work by default.