#Added two new uptions that'd likely be
1 messages · Page 1 of 1 (latest)
it would be nice if it also deleted empty folders after itself
yeah fair
does it have instance support?
as in?
hammer instances id assume

this tool will simply be a lifesaver if i want to optimize some old workshop addon
idk what a hammer instance is so probably not but try it and let me know ig
nah that wouldnt work, you can just run it for each instance though, if it's really needed i could try and add support shouldnt be that difficult logic wise
instances in map get their content added to the grab paths
if you can get me a map with it and some content to test i can add support for it
@stoic cove I keep getting this error when trying to run main.py :
SyntaxError: f-string expression part cannot include a backslash
update your python
i think thats you using a ancient version of python
@velvet pollen what version do you use right now
Python 3.11.9
update to 3.12 or higher
Thanks that fixed the issue.
👍
supports func_instance now
also ive cleaned up the menu a bit and added tooltips
neato
what python library?
for the ui
pyside6
the tool dosent support sounds or particles? or scripts or nothin else? I didnt realize it was only materials and .mdl files
not even vtf just vmt?
huh...
interesting
theres literally a sound category
none of them are labeled to collect sound files from .bsp bro idk
oh you mean for the find files in .vmf option specifically
theres not more .vmf button only a .bsp one
but ya
the library im using for finding bsp contents i sadly terrible
and i havent seen any good alternatives yet
I was using one i wrote for vmfs but i had some issues finding certain materials, still not sure why
but its a rabbit hole so i chose to just rewrite it...
yeah it really is
i might just scrap the option until sourcepp adds a good way to do it
I tried using the .vmf library from them but i think that the library just gives up upon hitting a certain size vmf
so I might have to give up on using it
🥀
My initial version got far though
I even got .pcf parsing working so i could collect material files used by the particle systems
and .mdl parsing so i could collect those vmt and vtf files
a shame i gotta rewrite it cause its a mess
oh well, back to that i guess...
pain
