Kitty Corp Meow Mix Forums

Help & Tutorials => Help => Topic started by: Pinutk™ on July 13, 2010, 08:10:09 PM



Title: Porting polygons to other models???
Post by: Pinutk™ on July 13, 2010, 08:10:09 PM
Hi, I was going to make a texture and I wanted to know if I can get :fox:'s :roll: "Scouter" imported onto ZeroSuitSamu's head and than possibly have it vertexed to make it look like glasses and a comnuicator. Is this possible!?!?!? And if it is can someone kindly link me to where I can find out how or tell me :D ;D
Thanks in advance! :af:


Title: Re: Porting polygons to other models???
Post by: mariokart64n on July 13, 2010, 08:55:14 PM
i use to think this was possible, but after pharrox sent me the info on the vertexweights.. I'm second guessing it. you would have to re-write the nodeMix, and the polygon block completely I think. I'm sorry I don't believe this is yet possible


Title: Re: Porting polygons to other models???
Post by: Pinutk™ on July 13, 2010, 09:14:24 PM
i use to think this was possible, but after pharrox sent me the info on the vertexweights.. I'm second guessing it. you would have to re-write the nodeMix, and the polygon block completely I think. I'm sorry I don't believe this is yet possible
Now I know for sure you know what your talking about. Your stuff is great btw :3
I'm not skilled like everyone else around here is...thank you for answering me though. I guess I'll just make the texture and garbage for the time being :P


Title: Re: Porting polygons to other models???
Post by: dingo on July 13, 2010, 09:16:01 PM
RandomTBush can do this. He has a tutorial for it but not many or anyone at all has gotten it to work.


Title: Re: Porting polygons to other models???
Post by: Miniova on July 13, 2010, 09:29:21 PM
Can't you do the same thing that you do for the jigglypuff with the captain falcon helmet?


Title: Re: Porting polygons to other models???
Post by: dingo on July 13, 2010, 09:36:30 PM
Can't you do the same thing that you do for the jigglypuff with the captain falcon helmet?
Jigglypuff's green team slot lets her use an extra model.

And it's only her and only that one slot. That's why everything like that makes it clear it'll only work on that single character slot. It's like G&W's 2D coding. It's something in the actual game and nothing can be done about re-programming the game itself.


Title: Re: Porting polygons to other models???
Post by: mariokart64n on July 13, 2010, 09:57:27 PM
thats true, randomTbush was able to replace a static MDL0, but that's because it was seperate from the character MDL0

a character MDL0 will contain vertexWeights, thus to inject something new, you have to re-write the entire file.

but if its a static MDL0, separate from the character, it will not have any VertexWeights, thus yes can be replaced. but this falls more under a MDL0 swapping category then anything else.

if you noticed RTB is seen mainly in 2 places.
One is on smash boards where he has a HUGE topic on MDL0 swapping
Two is on a mariokartwii modding site, where they have a model injector.

logical would suggest RTB used this tool to make a new static MDL0, which he used in a few brawl mods here..

anyway no use going into detail, alot of you don't have an idea or a clue about alot of the modding and technical issues with the modding.


Title: Re: Porting polygons to other models???
Post by: dingo on July 13, 2010, 10:21:06 PM
Nice of you to knock the community about what they "probably" don't know. >.>

And that model works like any character model. He just used it as a start since the fewer the bones, the easier it is to edit until you really know what you're doing. Once you can mess with something simple with very little bones, working on more complicated models become easier if you do it gradually based on the number of bones. Vert weights played a role in what he could do with that so nobody knows what else is possible until people start trying themselves.


Title: Re: Porting polygons to other models???
Post by: Quanno on July 13, 2010, 11:33:50 PM
Is it possible to make a model of a single polygon then? Sure, you can edit the other polygons out, but it would still be a huge file then.


Title: Re: Porting polygons to other models???
Post by: Pinutk™ on July 14, 2010, 06:37:12 AM
O.O I may have been one of the earlier hackers roaming around the old fourms and such, but I'm still used to just textures XP
I honestly wonder HOW do you guys know all that!? But like I said I guess I'll just hold off for now on that one...
Oh and dingo about your first post, that was only importing .obj's right? I tried to do that all night and non of my models worked ;(


Title: Re: Porting polygons to other models???
Post by: dingo on July 14, 2010, 07:06:08 AM
No. What I was talking about has been around since February and is more complicated it seems. This is re-writing the polygon itself in an mdl0. Here's his post on what to do. Good luck figuring it out. I more or less know exactly what to doo but I'm too busy with model hexing and PSAs to try this yet. <_>

http://forums.kc-mm.com/index.php?topic=5868.msg55414#msg55414


Title: Re: Porting polygons to other models???
Post by: Pinutk™ on July 14, 2010, 09:05:28 AM
I've seen that before, I got that mining hat jiggles though ;3
I only really start to do this stuff after Wacka Alpaca makes his tutorials...thanks for linking me up though! He said maybe he would do a tutorial for that I actually found some cool Starfox Assualt .onj's that would look pretty cool.


Title: Re: Porting polygons to other models???
Post by: RandomTBush on July 14, 2010, 01:00:22 PM
thats true, randomTbush was able to replace a static MDL0, but that's because it was seperate from the character MDL0

a character MDL0 will contain vertexWeights, thus to inject something new, you have to re-write the entire file.

but if its a static MDL0, separate from the character, it will not have any VertexWeights, thus yes can be replaced. but this falls more under a MDL0 swapping category then anything else.

if you noticed RTB is seen mainly in 2 places.
One is on smash boards where he has a HUGE topic on MDL0 swapping
Two is on a mariokartwii modding site, where they have a model injector.

logical would suggest RTB used this tool to make a new static MDL0, which he used in a few brawl mods here..

anyway no use going into detail, alot of you don't have an idea or a clue about alot of the modding and technical issues with the modding.
Lemme correct a few things there.

Yes, I am also a member of the Smash Boards, but I am not a member of the Mario Kart Wii modding community. I didn't use the SZS method for two reasons. One of which is because it's very limited, as you can only replace a polygon group in a static model with the same amount of polygons or less, and it blanks out everything else which makes the file much larger than it's supposed to be.

Second thing is, I hadn't even known about that method when I was porting stuff to Brawl (and even then, I can't use it effectively), so I couldn't have used it.

But, yeah. It's apparently not that easy to port polygon groups. The reason why my attempts to replace entire character models with new polygon groups had failed was because of the fact that the weights and whatnot need to be completely rewritten, but that wasn't necessary for just a prop, hence why I was able to replace Jigglypuff's sleep hat easily compared to one of its other hats.

Basically, if the polygon group is smaller than what you're trying to replace it with, forget about it. It just won't work without a complete model rebuild... which is why I haven't been able to replace Peach's crown with Luigi's hat yet.


Title: Re: Porting polygons to other models???
Post by: Pinutk™ on July 14, 2010, 01:28:29 PM
Thanks for stopping by RTB! :D lol
So also would fox's blaster be too much to replace because I found a model floating around on the internet (.obj to be exact) and I wanted to replace his current blaster with the one I found. And if you didn't use the SZS modifier how did you do it???


Title: Re: Porting polygons to other models???
Post by: dingo on July 14, 2010, 02:24:54 PM
Fox's blaster is an article in his model and motion file. You can just swap the .obj with his blaster model through .obj importing.


Title: Re: Porting polygons to other models???
Post by: mariokart64n on July 14, 2010, 02:40:06 PM
a few people on the MariKartWii forum seemed to know RTB, but maybe they're just cross overs from smash boards. so sorry if (RTB) felt I was lying about him. but it was merely my own conductive opinion on the situation /sorry about it

though it didnt help when RTB gave me random bits and pieces of information. all in which he totally forgot to express any issues with vertexweights before. I discovered this my own after trying to rebuild the whole file myself.

donno what that was about O_o but I'm trying to move the community forward, and obviously RTB had known about the SZS tool, and never talked about it here. until recently when the wind blew over from smashboards.. that tool's been out since the start of 2009

I'm justed peeved cause not alot of people here are even trying to actually push brawl hacking forward here at KCMM

-mariokart64n


Title: Re: Porting polygons to other models???
Post by: RandomTBush on July 14, 2010, 05:28:42 PM
Perhaps I should just re-explain my entire procedure, because I know I did leave some things out on how I get the models in. But I can assure you that I haven't used SZS Modifier for anything I've ported. (Everything I have tried with it keeps saying that it's too large to import.)


Title: Re: Porting polygons to other models???
Post by: Pinutk™ on July 14, 2010, 07:53:50 PM
That would be very helpful RTB! As you said the SZS is VERY limited...everytime I tried something it wouldn't work correctly so yea :P
Whenever you get free time if you could make a guide the way you did it, would be epic! Thanks :)