Aller au contenu

Photo

Packing large .erf files?


  • Veuillez vous connecter pour répondre
2 réponses à ce sujet

#1
Joseph_Anthony

Joseph_Anthony
  • Members
  • 19 messages
Is there a utility that can pack large .erf files quickly?  I want to add a few files to the shaders.erf file (and therefore I need to unpack and repack it with the extra files), but the toolset will only allow you to add some ridiculously low number of files at a time to the file that is to be converted to a .erf. 

To elaborate, when you select File -> New -> Encapsulate Resource File,  you have to add the files you want to the window so you can convert them to a .erf file.  Well, it will only let you add about 5 at a time, when the shader folder consists of hundreds of files.   If anyone knows of a way around this or of a utility that can pack a .erf more efficiently I'd appreciate the help.  Thanks~

#2
FollowTheGourd

FollowTheGourd
  • Members
  • 572 messages
Could try tazpn's command line tool... I believe it just takes in a whole directory you specify.

daocmd erf <your folder> ----> <your folder>.erf



You can get it here.


#3
Joseph_Anthony

Joseph_Anthony
  • Members
  • 19 messages
Ahhh yeah that's what I use to unpack -- the documentation didn't say anything about it being able to repack though so I wasn't aware.  I'll give it a try.  Thanks!