KILLTUBE / corvid

Source Engine level converter for Call of Duty.
GNU Lesser General Public License v2.1
54 stars 12 forks source link

'vpk is not a valid file' #10

Closed HellboyDML closed 3 years ago

HellboyDML commented 3 years ago

Hello! While compiling the map, I get this error of "'pak01_dir.vpk' is not a valid file!" I can't seem to figure out what the problem was.

image

myuce commented 3 years ago

Corvid looks for those files in where Steam is installed. I have not added support for alternative library folders yet, so that's probably why you're getting that error. You can set the game profile to and add the file pak01_dir.vpk manually just like you did it with the asset directories.

myuce commented 3 years ago

This issue should be fixed after cea6339a140b5e5c64ab48f6214db13f7df5e334. Corvid is now able to detect the Steam installation folder automatically and it also detects the other folders where games are installed.