Marvel Mods

Off-Topic => Video Games Talk => Topic started by: ThePsychoBear on October 28, 2014, 04:09PM

Title: Skin questions please help.
Post by: ThePsychoBear on October 28, 2014, 04:09PM
How do I have more than four skins at a time, Because some mods give you extra skins.
Title: Re: Skin questions please help.
Post by: BLaw on October 28, 2014, 05:09PM
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.
Title: Re: Skin questions please help.
Post by: ThePsychoBear on October 28, 2014, 07:05PM
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.
Title: Re: Skin questions please help.
Post by: BLaw on October 28, 2014, 08:38PM
This has the answer to your question:

http://marvelmods.com/forum/index.php/topic,9336.msg173963.html
Title: Re: Skin questions please help.
Post by: ThePsychoBear on October 28, 2014, 09:02PM
I got it working thanks alot.
But is there any way to change the abilities that a costume gives you.