
Originally Posted by
Meneldil
Another question : how do I repack unpacked files ? How do I use the -pf program argument ?
Perhaps you finally have the solution. In any case I think that finally I have understood the whole thing (my knowledge about computers is too much limited
)
In xpak.bat with mouse right click you have a menu. The second option is edit. Then you have something like this:
Code:
xpak.exe -mkdir models_building_textures.pak battle_open.pak game_init.pak sprites_1.pak ui_0.pak ui_1.pak models_unit_textures.pak sprites_0.pak
xpak.exe models_building_textures.pak battle_open.pak game_init.pak sprites_1.pak ui_0.pak ui_1.pak models_unit_textures.pak sprites_0.pak
In red it is the argument you have to change in order to pak the files. But remember you need to create a txt file with the directory structure.
My problem is solved by substitution of all the paks in there by only patch_0.pak, in this way:
Code:
xpak.exe -mkdir patch_0.pak
xpak.exe patch_0.pak
Sorry again if everybody knew this.
Bookmarks