The VG Resource

Full Version: Pokémon Model Ripping Project
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Oh man, somehow some dude on KCMM forums got the Smash 4 models. Did you release them anywhere, RTB?
(11-03-2014, 12:12 AM)Pik Wrote: [ -> ]Oh man, somehow some dude on KCMM forums got the Smash 4 models. Did you release them anywhere, RTB?

He released them on the Steam Workshop.

Mega Man: http://steamcommunity.com//sharedfiles/f...=334780118
Pac-Man, Shulk, and Mimicutie: http://steamcommunity.com//sharedfiles/f...=334785796
(11-03-2014, 12:10 AM)LDEJRuff Wrote: [ -> ]Rats. I was going to request the Pikachu family after Frogadier got submitted. Oh, well. (shrugs)
I figured that I'd rip Pikachu's models since it's pretty much the mascot of the whole Pokémon series.

(11-03-2014, 12:12 AM)Pik Wrote: [ -> ]Oh man, somehow some dude on KCMM forums got the Smash 4 models. Did you release them anywhere, RTB?
Yeah, and KTH didn't even bother giving me credit for ripping the models in the first place for the Garry's Mod ports that Apoc Hedgie and I made. >:V

...I will be submitting those to The Models Resource sometime soon, though. Just need to extract their low-poly models to go with 'em, as per suggestion.
Would it be possible to add the XY player characters to the request list? Only reason I'm asking is because I'm pretty sure they're just a bunch of pieces with no real "base" model because customization feature.
(11-03-2014, 12:52 PM)starwingcorona Wrote: [ -> ]Would it be possible to add the XY player characters to the request list? Only reason I'm asking is because I'm pretty sure they're just a bunch of pieces with no real "base" model because customization feature.
I will get to that eventually.
May I request the Groudon, Kyogre, and Rayquaza, the 3rd generation legendary pokemon?
Hey, RTB, could you help me out? I`m trying to convert Meowstic for MMD, but since both sets of ears are on the same material, I`m having trouble separating them. Any advice you could offer?
(11-03-2014, 04:17 PM)MimiNeko Wrote: [ -> ]Hey, RTB, could you help me out? I`m trying to convert Meowstic for MMD, but since both sets of ears are on the same material, I`m having trouble separating them. Any advice you could offer?
What modelling program are you using? I have all of the models in one FBX/DAE since you can switch out whater parts you need, but if your program imports them all as one mesh, I can supply an alternate FBX/DAE file set for you.
(11-03-2014, 05:13 PM)Random Talking Bush Wrote: [ -> ]
(11-03-2014, 04:17 PM)MimiNeko Wrote: [ -> ]Hey, RTB, could you help me out? I`m trying to convert Meowstic for MMD, but since both sets of ears are on the same material, I`m having trouble separating them. Any advice you could offer?
What modelling program are you using? I have all of the models in one FBX/DAE since you can switch out whater parts you need, but if your program imports them all as one mesh, I can supply an alternate FBX/DAE file set for you.

I currently use Metasequoia, which tends to just lump everything together when importing. If i could get alternate files for each, that`d be really fantastic
(11-03-2014, 06:24 AM)Random Talking Bush Wrote: [ -> ]
PokéBalls
PokéBalls

Just to know. Some of the DAE models for the Pokéballs don't load the texture, because these have an absolute route to the texture file like this:
Code:
<library_images>
    <image id="ob0201_00.png" name="ob0201_00_png">
      <init_from>file:///C:/Models/Pokemon%20XY/Pokeballs/Textures/ob0201_00.png</init_from>
    </image>
  </library_images>
It's not hard to fix with a text processor, but I just wanted to alert you.
Here are the fixed DAE files if you want.
(11-03-2014, 05:56 PM)jugol Wrote: [ -> ]
(11-03-2014, 06:24 AM)Random Talking Bush Wrote: [ -> ]
PokéBalls
PokéBalls

Just to know. Some of the DAE models for the Pokéballs don't load the texture, because these have an absolute route to the texture file like this:

Code:
 <library_images>
   <image id="ob0201_00.png" name="ob0201_00_png">
     <init_from>file:///C:/Models/Pokemon%20XY/Pokeballs/Textures/ob0201_00.png</init_from>
   </image>
 </library_images>
It's not hard to fix with a text processor, but I just wanted to alert you.
Here are the fixed DAE files if you want.
Whoops! I have fixed that myself now, thanks for letting me know!
Welcome back RTB! Think you may have missed this one. =) (Or ignored on purpose, in which case, carry on!)

(10-30-2014, 08:29 PM)Senshi Wrote: [ -> ]Hey RTB, thanks for all your work, and for providing your MaxScript! By any chance, do you have any notes on the file format used? I'd love to port this script over to Blender, but doing it line by line seems like a major hassle. I would love you forever and seven weeks if you could provide me with a file spec or somesuch. =)

Cheers!
(11-03-2014, 07:00 PM)Senshi Wrote: [ -> ]Welcome back RTB! Think you may have missed this one. =) (Or ignored on purpose, in which case, carry on!)


(10-30-2014, 08:29 PM)Senshi Wrote: [ -> ]Hey RTB, thanks for all your work, and for providing your MaxScript! By any chance, do you have any notes on the file format used? I'd love to port this script over to Blender, but doing it line by line seems like a major hassle. I would love you forever and seven weeks if you could provide me with a file spec or somesuch. =)

Cheers!
I'll have to get back to you about that once I've figured out how to get things importing perfectly.
(11-03-2014, 07:01 PM)Random Talking Bush Wrote: [ -> ]I'll have to get back to you about that once I've figured out how to get things importing perfectly.

Honestly, any notes so far would be fine by me. Smile I understand releasing incomplete stuff isn't much fun, but it would really be a huge help. Of course I'd also be sure to update you on anything I may find in the process as well!