Pages: 1
Posted on 07-27-13, 04:43 am (rev. 2 by ImageBot on 11-21-16, 02:36 am)


Karma: 19
Posts: 1/4
Since: 07-27-13
I got a Wario head model and put it in 3ds max 6, then converted it to an imd file and next I put it in g3dcvtr, and made it a NSBMD file. After that I opened up my rom in New super mario bros Editor then I went to mario's head model (mario_head_cap_LZ.bin)
and I replaced it with my NSBMD model and compressed it. Then I closed the editor and opened my rom in Desmume and at first it played the intro and looked like this:
. Then the intro kept going to the point where Bowser jr took Peach and Mario chased him, but then it froze before it even showed the part where he turned small. It crashed, and the game just freezes right here:

.
I really need some help here and I would really appreciate it.
_________________________
I'ma Wario, I'ma gonna win!
Posted on 07-27-13, 12:20 pm
Roy Koopa


Karma: 4011
Posts: 2488/2722
Since: 06-26-11
Posted by coolas1
Yeah, we got it working!

We did it like this:

G3dcvtr.exe model1.imd model2.imd -o output.nsbmd


You need one head model for the case that mario is small. Since Mario gets small in the intro, it wants to load the model for being small but there isn't any head and it freezes. Do it like in the quote. You will have one normal head and one resized.
_________________________
See a lots of creative DS Hacking here
If you want to support me, you might check out my Patreon Page : )
Posted on 07-27-13, 04:01 pm


Karma: 19
Posts: 2/4
Since: 07-27-13
Posted by ray
Posted by coolas1
Yeah, we got it working!

We did it like this:

G3dcvtr.exe model1.imd model2.imd -o output.nsbmd


You need one head model for the case that mario is small. Since Mario gets small in the intro, it wants to load the model for being small but there isn't any head and it freezes. Do it like in the quote. You will have one normal head and one resized.


Thanks, but I'm kinda confused though. Am i supposed to put both of them in G3dcvtr and then merge them somehow, or do I somehow put them in there both at once?
_________________________
I'ma Wario, I'ma gonna win!
Posted on 07-27-13, 05:42 pm
Roy Koopa


Karma: 4011
Posts: 2489/2722
Since: 06-26-11
You will have 2 models in one. Like this:

-player_mario_head_LZ.bin (or something like that)
--normal_head_model
--small_head_model

So you create 2 imd files. One with the normal scaled head and one with the smaller head. Then you do:
g3dcvtr.exe NormalModel.imd SmallModel.imd -o OutputName.nsbmd
_________________________
See a lots of creative DS Hacking here
If you want to support me, you might check out my Patreon Page : )
Posted on 07-27-13, 06:07 pm


Karma: 19
Posts: 3/4
Since: 07-27-13
Posted by ray
You will have 2 models in one. Like this:

-player_mario_head_LZ.bin (or something like that)
--normal_head_model
--small_head_model

So you create 2 imd files. One with the normal scaled head and one with the smaller head. Then you do:
g3dcvtr.exe NormalModel.imd SmallModel.imd -o OutputName.nsbmd

Thanks you, I finally got it working!
_________________________
I'ma Wario, I'ma gonna win!
Pages: 1