Skin questions please help.

Started by ThePsychoBear, October 28, 2014, 04:09PM

Previous topic - Next topic
How do I have more than four skins at a time, Because some mods give you extra skins.

You're in luck that the tutorial links are broken so here we go.

1. Use XMLBcui to decompile the herostat.engb file
2. Edit the decompiled file in notepad
3. Find the hero you want to add costumes to.
4. Add the lines
Quote
   skin_05 = XX ;
   skin_05_name=XXXX ;
5. Replace the first XX with the skin number (example: for 0901.igb it's "01")
6. Replace the second XX with the name of the skin
7. Save the file and go back to XMLBcui
8. Click on COMPILE and in the second box go to the end of the box where it says "XMLB" and change it to ".ENGB"
9. Compile and done with that.
10. Decompile your hero's first ".PKGB" file found in MUA/packages/generated/characters/ for example "spiderman_0901.pkgb" or "hulk_17701.pkgb" and decompile it to "yourheroname_XXX05" being with the X's being the hero's number.
11. Edit the file with notepad
12. Change everything that has the OLD skin number in there to the new skin number (for example 0901 to 0905)
13. Save the file and go back to XMLBcui
14. Click on COMPILE and in the second box go to the end of the box where it says "XMLB" and change it to ".PKGB"
15. Do Step 10 to 14 for the "yourhero_skinnumber01_nc.pkgb" file as well.

Should be no further questions on this, this is the tutorial.

October 28, 2014, 07:05PM #2 Last Edit: October 28, 2014, 07:24PM by ThePsychoBear
Thank you for the help but when I tried to decompile herostat.engb It had an error message that sayed
"Version:v403pp Module:timMAN
Status: Failure   Code:3002
Message: <Lexical> Token buffer overflow"
What do I do.


October 28, 2014, 09:02PM #4 Last Edit: October 30, 2014, 02:25AM by ThePsychoBear
I got it working thanks alot.
But is there any way to change the abilities that a costume gives you.