Kitty Corp Meow Mix Forums

Super Smash Bros. Brawl Hacking => Portraits, Menus, (etc...) => Topic started by: Tiberious on May 12, 2015, 09:20:45 PM



Title: Adding New InfResultMarkNN Icon Models?
Post by: Tiberious on May 12, 2015, 09:20:45 PM
Would this be possible somehow?

I know that you can add new them by using textures, but I'm just that kind of person that would go the extra mile to actually model out new franchise icons to truly integrate a character into Brawl.

I'm already able to make some of the more geometric franchise models on my own in Blender, and can probably learn how to make some of the ones that aren't so simple, so that part's not any kind of issue.

So, the question becomes, is there any way to insert a new franchise icon model, and if so, how would that be done?


Title: Re: Adding New InfResultMarkNN Icon Models?
Post by: ASF1nk on May 22, 2015, 06:45:25 PM
Just import the models and name them accordingly?
I don't really understand the question.
I wrote something semi-related about result franchise icons. (http://forums.kc-mm.com/index.php?topic=67591.msg1333539#msg1333539) Maybe it'll help you. 


Title: Re: Adding New InfResultMarkNN Icon Models?
Post by: Tiberious on May 24, 2015, 09:22:05 PM
I mean... well, just look:

(http://i554.photobucket.com/albums/jj431/Tiberious_N/PacLogoMesh_zps0fbkgsp3.png)
(http://i554.photobucket.com/albums/jj431/Tiberious_N/MegaLogoMesh_zpsvzkbi5gm.png)

These were both fairly simple to make, but the idea is to import them as new InfResultMarkNN models like the other result logo icons, as opposed to just a plane with a texture on it as most hacks do.


Title: Re: Adding New InfResultMarkNN Icon Models?
Post by: ASF1nk on May 26, 2015, 12:01:55 AM
Just import your models into MiscData[110] and name accordingly, e.g. InfResultMark21_TopN and so on.
Also remember to add the corresponding CLR animations for each of your models (The color animations that give the icons their p1,p2,p3,p4,cpu colors)

Last, you call the franchise icon to be used by your character in BrawlEx (if you're using that.)
To get the ID just subtract 1 from whatever number you have it on the file name and convert it to hex.
E.g. for InfResultMark21
21-1 = 20
20 = 0x14
 ID= 14


Title: Re: Adding New InfResultMarkNN Icon Models?
Post by: Tiberious on May 26, 2015, 04:43:25 PM
Okay, so the answer is "Yes, it is possible". Good to know. I suppose the only question left is "What's the file size limit for STGRESULT.pac?".