How to change image size inside skilleffect ?

07/01/2017 08:11 sonzenbi#1
I want change size some image inside .efp files .
i need some suggestions
07/01/2017 11:15 blapanda#2
ParamAct OptionObj PathObjNameStartBoneStartOffsetTargetBoneTargetOffset
0,0,0false,0,0,0,0,falseskill\china\motion_keep.efpBip01 R Hand0,0,0none0,0,0

The one in red, if I am not mistaken, might be the one you need to resize your stuff. I am not pretty sure about it, though, since there is no variety about that section at any skill.

My best bet would be adjusting the *.ddj file -> convert it to a *.dds file, open it up with an editor of your choice (Photoshop would be recommended, with NVIDIA dds-plugin), resize its layer, save it back as a *.dds file, convert it back to *.ddj, and overwrite/replace it with the original file.

You can read an *.efp file with Notepad++ (also recommended) and take a look inside for the *.ddj path declarations.
E.g. "hit_1_cut_smash_combo.efp" (inside Particles.pk2) has "01ring.ddj" and "point-llenslight-002.ddj" as using textures. Search them inside your Data.pk2 and/or Particles.pk2 and extract them. Follow the steps above. One of them will affect the size. It may affect multiple skills/effects, since those are quite commonly used texture files.
07/01/2017 14:32 sonzenbi#3
Perfect explanation
Thank u :D
07/01/2017 16:56 Spidy.#4
#moved
#Case solved :)