Packing?

Miru

Well-known member
How do I craft a pak file from the data folder? I used Packer (both the program and the batch file), and they don't seem to work. Could someone help me?
 
Ninja'd.

P.S.:

You should leave it outside of the data folder in your project so you could extract. If you put it inside the data folder for packing, it will not work.
 
maxman said:
Ninja'd.

P.S.:

You should leave it outside of the data folder in your project so you could extract. If you put it inside the data folder for packing, it will not work.

I've placed it outside the data folder, so now what should I do?
 
Oops. I should've not said "extract". LOL Sorry for the wrong term.

Let me ask you this before I answer. Do you have makepack.bat outside of the data folder? If not, you need it. If so, you open or right-click on makepack.bat to check the text in it. In makepack.bat, you see this for example:

makepack.bat:
Code:
packer.bat paks/mybor.pak data

The path in the middle is the directory path for the pak file name itself and since there's this "paks/mybor.pak" in it, you could double-click on makepack.bat if a pak file is placed in pak folder because of the directory path.

The pak file can be inside or outside of the pak folder. You just change the directory path and the pak file name to match if you want to place it outside of the pak folder.

Example:
Code:
packer.bat mfa-saga.pak data

packer.bat whatever-the-name.pak data
 
Back
Top Bottom