The VG Resource
Pokémon Model Ripping Project - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: The Resources (https://www.vg-resource.com/forum-109.html)
+--- Forum: The Models Resource (https://www.vg-resource.com/forum-111.html)
+---- Forum: Project Organization (https://www.vg-resource.com/forum-119.html)
+---- Thread: Pokémon Model Ripping Project (/thread-25872.html)



RE: Pokémon X/Y/OR/AS/Sun/Moon Model Ripping Project - gdkchan - 01-24-2017

After working on other projects, I've been thinking in working on SPICA again. Whats still needed in regards to ripping Sun/Moon models and animations? I don't think that I would be able to export model effects like flames or shiny/reflective parts on the mons due to the fact that those uses specific PICA blending effects (done through the Fragment Shader fixed function pipeline). SPICA already renders those correctly (I think), but rendering them correctly on other programs would need the use of fragment shaders and also store the necessary data (like the LUTs used to create the toon-like shading) on the model file, and I'm not even sure about which formats could support this kind of data.


RE: Pokémon X/Y/OR/AS/Sun/Moon Model Ripping Project - magikstar - 01-26-2017

I'm trying to use the custom parts from XY in Ohana, but it keeps saying unsupported file format


RE: Pokémon X/Y/OR/AS/Sun/Moon Model Ripping Project - yashringo17 - 01-27-2017

Can somebody please upload or give a link to the battle backdrops / background !!!! I need just the battle tree one so please this is a humble request...!

(01-26-2017, 04:37 PM)magikstar Wrote: I'm trying to use the custom parts from XY in Ohana, but it keeps saying unsupported file format
if they are in .BCH format for example bangle. BCH then simply rename it to .bin like bangle.bin . it worked for me .


RE: Pokémon X/Y/OR/AS/Sun/Moon Model Ripping Project - magikstar - 01-27-2017

(01-27-2017, 01:35 PM)yashringo17 Wrote: Can somebody please upload or give a link to the battle backdrops / background !!!! I need just the battle tree one so please this is a humble request...!

(01-26-2017, 04:37 PM)magikstar Wrote: I'm trying to use the custom parts from XY in Ohana, but it keeps saying unsupported file format
if they are in .BCH format for example bangle. BCH then simply rename it to .bin like bangle.bin . it worked for me .

Doesn't work.


RE: Pokémon X/Y/OR/AS/Sun/Moon Model Ripping Project - Yunpol - 01-27-2017

(01-26-2017, 04:37 PM)magikstar Wrote: I'm trying to use the custom parts from XY in Ohana, but it keeps saying unsupported file format

I think at this point, you may have to find an older version of Ohana since it looks like the Ohana version posted in OP doesn't support .bch files.


RE: Pokémon X/Y/OR/AS/Sun/Moon Model Ripping Project - magikstar - 01-27-2017

(01-27-2017, 03:23 PM)Yunpol Wrote:
(01-26-2017, 04:37 PM)magikstar Wrote: I'm trying to use the custom parts from XY in Ohana, but it keeps saying unsupported file format

I think at this point, you may have to find an older version of Ohana since it looks like the Ohana version posted in OP doesn't support .bch files.

Where's the link to the older versions?


RE: Pokémon X/Y/OR/AS/Sun/Moon Model Ripping Project - Yunpol - 01-28-2017

(01-27-2017, 04:07 PM)magikstar Wrote: Where's the link to the older versions?

You can check up the gbatemp thread on Ohana3DS. There you should find the older versions of Ohana3DS.


RE: Pokémon X/Y/OR/AS/Sun/Moon Model Ripping Project - magikstar - 01-29-2017

Can someone upload the map models, or where i can find the files for them?


RE: Pokémon X/Y/OR/AS/Sun/Moon Model Ripping Project - Fr0z3n - 01-31-2017

I have an issue.. I exported from Ohana the model and animation as SMD, and imported everything in Blender.
The animation works fine, but the extra body parts that should be hidden are there during the animation.

For example Bulbasaur vines, in the idle animation they are not visible in Ohana, but they are in blender.
How i can fix?
Thanks.


RE: Pokémon X/Y/OR/AS/Sun/Moon Model Ripping Project - KillzXGaming - 02-01-2017

(01-31-2017, 12:13 PM)Fr0z3n Wrote: I have an issue.. I exported from Ohana the model and animation as SMD, and imported everything in Blender.
The animation works fine, but the extra body parts that should be hidden are there during the animation.

For example Bulbasaur vines, in the idle animation they are not visible in Ohana, but they are in blender.
How i can fix?
Thanks.

Those are visual and cannot be exported. If you want visual animations to work with a game you'll have to do them manually according to how they work for that particular game.


RE: Pokémon X/Y/OR/AS/Sun/Moon Model Ripping Project - Lj987 - 02-02-2017

hi. i am just asking is there anyway to swap pokemon sun and moon npc battle animation with another npc battle animation in Ohana3DS-Rebirth.


RE: Pokémon X/Y/OR/AS/Sun/Moon Model Ripping Project - Fr0z3n - 02-02-2017

(02-01-2017, 05:00 PM)KillzXGaming Wrote:
(01-31-2017, 12:13 PM)Fr0z3n Wrote: I have an issue.. I exported from Ohana the model and animation as SMD, and imported everything in Blender.
The animation works fine, but the extra body parts that should be hidden are there during the animation.

For example Bulbasaur vines, in the idle animation they are not visible in Ohana, but they are in blender.
How i can fix?
Thanks.

Those are visual and cannot be exported. If you want visual animations to work with a game you'll have to do them manually according to how they work for that particular game.

Nope. They are Meshes and are part of the model.
They Get hidden in Ohana3DS during idle animation. But In blender they are visible while should be hidden.


RE: Pokémon X/Y/OR/AS/Sun/Moon Model Ripping Project - CheeseGames - 02-04-2017

Where Can I Download The Max Script?


RE: Pokémon X/Y/OR/AS/Sun/Moon Model Ripping Project - magikstar - 02-05-2017

Can I get a tutorial on how to rip the battle intro backgrounds and maps.


RE: Pokémon X/Y/OR/AS/Sun/Moon Model Ripping Project - gdkchan - 02-05-2017

For those having issues with exported animations, I implemented a dae animation exporter on SPICA. I tested some characters on it and scale issues (such as finger at wrong position) seems to be fixed. I also didn't noticed any rigging problem so far, would be nice if someone tested it. I also started to implement a batch exporter.