wwe 2k14 핵 잘아시는분 없을까요?ㅜㅜ Now to add attires to the actual pac files: - Download Tekken57's Dummy.pac
- Inject any PACHs that you want(We edited the misc.pac so that chris jericho has 2 attires, so we can add chris' 00010402 and 00010404 PACHs into the dummy.pac, rename the the PACHs accordingly, and this will count as 1character(because 00010404 is actually an entrance attire which does not matter in the misc.pac) and another PACH files of his(texture modded or whatever) into another slot and rename the slot to 00010412 and if you want to add an entrance attire to that, inject another PACH into the slot underneath it and rename the slot to 00010414, etc.)
- Press Add additional attire data to arc file button
- Choose Plist360.arc
- Press OK
- Press the add additional attire data to arc file button again
- Choose the Plist360_4x3.arc
- Press OK
- Done.
Notes: Attire codes(That I know of): 09= Original attire 0B= Collectors 0A= Suit
FF FF FF FF= Unlocked by default
You can add upto 4 in-ring attires and have 4 entrance attire for each of the in-ing attire they are named as follows: -000xxx02, 000xxx04 -000xxx12, 000xxx14 -000xxx22, 000xxx24 -000xxx32, 000xxx34
When you convert a ch number into hex and the result is a 3 digit number, use this trick: 309(ch number for Hunico) in hex is 135, so in order to write this correctly in the misc.pac we have to add "0" in front of the number so it looks like, "0135", and then take the "01" and put it at the back of the number so that it looks like, "3501". Examples:
CH No.-------------------Hex-----------------------How it is written 325|----------------------|145|----------------------------|4501 322|----------------------|142|----------------------------|4201 338|----------------------|152|----------------------------|5201 314|----------------------|13a|----------------------------|3a01
Procedure= 325---->145----> 0145----> 4501
|