rickomax / psxprev

PSXPREV - Playstation (PSX) Files Previewer/Extractor
BSD 2-Clause "Simplified" License
193 stars 10 forks source link

Does not scan #19

Closed lemurboy12 closed 6 years ago

lemurboy12 commented 6 years ago

image

When I scan, it immediately gives up and doesn't scan anything. What should I do?

rickomax commented 6 years ago

The console output means there are no models/textures and animations found. The application will close on these cases.

krendil commented 6 years ago

You haven't specified the filter argument. Or rather, you have, but the filter you've given is [-tmd]. Unless you have a file called [-tmd], no files will be scanned. Instead, try the following command:

PSXPrev arthur *.* -tmd -pmd -tim -retim -tod -hmdmodels -log

I realise OP has probably moved on, but I'll leave this comment for posterity, as I experienced the same issue.

rickomax commented 6 years ago

Ty @krendil. I'll mark as resolved.