Kitty Corp Meow Mix Forums

Help & Tutorials => Help => Topic started by: JxC on March 30, 2011, 10:41:14 AM



Title: Toon Link's Shield
Post by: JxC on March 30, 2011, 10:41:14 AM
Hey KC-MM!

I made a Toon version of myself as my first hack ever. Giving him a two-handed blade (actually already gave him) so I was wondering how I should remove the shield. Can I just delete polygons or do I need to remove it using 3DS or w/e? (:

Thanks in advance!


Title: Re: Toon Link's Shield
Post by: DrPanda on March 30, 2011, 11:23:09 AM
Hexing out the vertices is the best option.

Open up brawlbox and export the mdl0 and the vertex set for his shield.
Now drag and drop them into a hex editor (I use HxD).
Select the vertex set for shield and Highlight everything but the first two lines, then copy it.
Go over to the Mdl0 and press Ctrl+F, then paste everything into the box at the top.
Before you search, make sure you change the options to "Hex Values" and select "All."
This will find the shield vertices, now right-click and fill selection with 00's.
Save and your done ;D


Title: Re: Toon Link's Shield
Post by: JxC on March 30, 2011, 12:06:41 PM
Okay I'll try that right away, thanks!

Edit: Worked easier than I thought, haha [: Thanks for your help ^^