View Single Post
  #18  
Old 07-01-2005, 06:27 AM
daeken_bb
Discordant
 
Join Date: Mar 2003
Location: Chambersburg, PA
Posts: 469
Default

Quote:
Originally Posted by scarolan
daeken_bb - excellent detective work and python script. I do have a question though - when I try to run the python script on any of the VPK files, I get the following:

[scarolan@dellnote ~]$ python decompress.py SndUI.vpk
Traceback (most recent call last):
File "decompress.py", line 51, in ?
sys.exit(main(sys.argv[1:]))
File "decompress.py", line 24, in main
os.mkdir(args[1])
IndexError: list index out of range


Any ideas what's causing that?
You need to add the directory to unpack into after the vpk name.
__________________
Keep me unemployed and working on OpenEQ, PM me about donating

Check out my deviantART page at http://daeken.deviantart.com/
Reply With Quote