asic Unpacking instructions:
java -classpath <path to jar file> unpack --rf <path to rf files - no file extension> --alldir <directory where files are>
Example: java -classpath "./rfarchiver.jar" unpack --rf ./resource/TEXTURE/TEX_0001" --alldir "../foo" will extract all files in TEX_0001.RFP to ../fooBasic Packing instructions:
java -classpath <path to jar file> pack --rf <path to where you want the rf files - no file extension> --fromdir <directory where all the files are>
Example:  java -classpath "./rfarchiver.jar" pack --rf ./resource/TEXTURE/TEX_0001" --fromdir "../foo" will put the files back (hopefully)问题就在rfarchiver.jar这个我找不到
这是要自己编么?