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) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
|
RE: Pokémon X/Y/OR/AS Model Ripping Project - Loveabelle - 05-18-2015 Question! How do I get bch/bin files for the Pokemon models? I'm looking to use your fancy script thingy for the rigging, but I only have .pc/.pt formats, from using Ohana3DS. I'm using the xy games if that makes any difference. RE: Pokémon X/Y/OR/AS Model Ripping Project - Farlavor - 05-18-2015 (05-18-2015, 04:56 PM)Loveabelle Wrote: Question! How do I get bch/bin files for the Pokemon models? I'm looking to use your fancy script thingy for the rigging, but I only have .pc/.pt formats, from using Ohana3DS. I'm using the xy games if that makes any difference. Simple... by importing the BCH formats to 3DS Max with the script... you may get them fully rigged and weighted... but doing the converting of the files in OhanaXY indeed you get the rigged files... but not weighted... it means when you move the bones, it doesn't affect the mesh itself... anyway. wait a little, I will give you the link to get all the BCH files you need from all pokemon games... it was posted months ago... BTW I need them too. becuz I lost the material from my HD that got damaged. RE: Pokémon X/Y/OR/AS Model Ripping Project - gdkchan - 05-18-2015 (05-16-2015, 12:25 AM)Carpaccio Wrote: I didn't say it WAS an actual Pokemon. I said it was an easter egg type thing in the model architecture of a building and nothing more. Well, they kinda... work I guess... Looks like who made those models was pretty lazy and used a lot of transparent textures. So will be tricky to render it correctly, cause it needs proper depth sorting. This is what I got so far: I couldnt zoom the second one much, cause like I said, my GPU died and I need to software render everything, and it painfully slow. So it may even take 2~3 seconds just to zoom the model. Since you probably already played the game, are those models right? Also... Still have UV problems I think... This one was a bit tricky, I discovered that BCH can store the vertice as Byte//Short or Float. It also have a Scale value to dequantize it back to the approximated float value, and a position offset to make the meshes fall into place. Also it have a UInt value where each nibble indicates which corresponding vector value the nibble in the vertex flags belong to, and the vectors order on each entry of the vertex data. Each nibble on the vertex flags uses 2 bits for the vector type (none/vector2/vector3/vector4) and 2 bits for quantization (ubyte/byte/short/float). Also if someone can help me that would be nice This format is a beast, and REing some stuff is really tiring... RE: Pokémon X/Y/OR/AS Model Ripping Project - Farlavor - 05-18-2015 Here's the models in BIN format... I thought it had also the BCH... but I was wrong... it's okay. http://www.mediafire.com/?o74ge46bfb4nj it is a folder. so you can get the different files... I hope you may find what you want... It has the trainers, items and Pokemon... from Pokemon X/Y/OR/AS each in different rar files... RE: Pokémon X/Y/OR/AS Model Ripping Project - Chirz - 05-18-2015 I thought this was a Pokémon XYORAS Ripping community. Not an Everything ripping community… RE: Pokémon X/Y/OR/AS Model Ripping Project - Farlavor - 05-19-2015 (05-18-2015, 11:23 PM)Chirz Wrote: I thought this was a Pokémon XYORAS Ripping community. Not an Everything ripping community… and It's indeed a Pokemon ripping community... not the forum itself... but anyway... I think the post was done in the wrong place. PS: Gotta go to bed... see you. RE: Pokémon X/Y/OR/AS Model Ripping Project - Loveabelle - 05-19-2015 (05-18-2015, 09:57 PM)Farlavor Wrote: Here's the models in BIN format... I thought it had also the BCH... but I was wrong... it's okay. Thanks a bunch! n.n Now to figure out how 3ds Max works.. XD RE: Pokémon X/Y/OR/AS Model Ripping Project - gdkchan - 05-19-2015 (05-18-2015, 11:23 PM)Chirz Wrote: I thought this was a Pokémon XYORAS Ripping community. Not an Everything ripping community… don't worry, you'll not see any more posts from me. RE: Pokémon X/Y/OR/AS Model Ripping Project - Loveabelle - 05-19-2015 Ok, I officially hate using 3ds Max. How do I export files correctly? I just want to get a weighted model into Blender to use, it shouldn't be this hard. T-T When I try the XY models, it gives me a file, but nothing seems to be in it when I import it? I tried 2 or 3 different file formats. And when I try the ORAS models I get this error: "One or more objects in the scene has local axes that are not perpendicular to each other (non-orthogonal). The FBX plug-in only supports orthogonal (or perpendicular) axes and will not correctly import or export any transformations that involve non-perpendicular local axes. This can create an inaccurate appearance with the affected objects:" RE: Pokémon X/Y/OR/AS Model Ripping Project - Random Talking Bush - 05-19-2015 (05-18-2015, 11:23 PM)Chirz Wrote: I thought this was a Pokémon XYORAS Ripping community. Not an Everything ripping community…To be fair, the model format used for the game (BCH) is used for a few other 3DS games as well (as mentioned, Smash Bros. for 3DS and Codename S.T.E.A.M.), so it's fine to discuss that here. RE: Pokémon X/Y/OR/AS Model Ripping Project - TGE - 05-19-2015 (05-18-2015, 09:48 PM)gdkchan Wrote: Still have UV problems I think... This one was a bit tricky, I discovered that BCH can store the vertice as Byte//Short or Float. It also have a Scale value to dequantize it back to the approximated float value, and a position offset to make the meshes fall into place. Also it have a UInt value where each nibble indicates which corresponding vector value the nibble in the vertex flags belong to, and the vectors order on each entry of the vertex data. Each nibble on the vertex flags uses 2 bits for the vector type (none/vector2/vector3/vector4) and 2 bits for quantization (ubyte/byte/short/float). The stuff you mentioned seems to be part of the cgfx format as well. I think it's just a general 3ds sdk thing RE: Pokémon X/Y/OR/AS Model Ripping Project - Mauro8342 - 05-29-2015 Are these models UV mapped because I'm using 3DS Max 2012 and the models have all screwed up textures. I unwrapped the uvs and they look well done but do not fit the texture at all, Can someone please help me with this problem. Thank you. RE: Pokémon X/Y/OR/AS Model Ripping Project - Random Talking Bush - 05-29-2015 (05-29-2015, 12:15 AM)Mauro8342 Wrote: Are these models UV mapped because I'm using 3DS Max 2012 and the models have all screwed up textures. I unwrapped the uvs and they look well done but do not fit the texture at all, Can someone please help me with this problem. Thank you.You'll need to edit the textures to have an extra, mirrored half on the right sides, almost all of the Pokémon models are like that. RE: Pokémon X/Y/OR/AS Model Ripping Project - Carpaccio - 05-31-2015 Well, there goes my avenue of acquiring the models from Codename S.T.E.A.M... I'd appreciate it if someone could help me with this, just send me a PM if you have the files from it or are willing to work on them. I was really hoping to get the aliens and such from it for a collection of mine. RE: Pokémon X/Y/OR/AS Model Ripping Project - BigfootAUS - 06-01-2015 (05-29-2015, 12:59 AM)Random Talking Bush Wrote: You'll need to edit the textures to have an extra, mirrored half on the right sides, almost all of the Pokémon models are like that. So this helpful hint plus the awesome fact that I managed to finally get Max 2012, means that I'm starting to rip and texture some models now. I've got Mega Rayquaza (shiny) textured but I'm having some troubles with the tendrils' meshes interacting with the skeleton rig, I've polished up Mega Garchomp and Mega Steelix, and textured Primal Kyogre (though this one's only in Unity 3D so I could get the transparent materials done easily). I'll upload some models this weekend (Mega Garchomp and Mega Steelix for sure, plus maybe Dragalge and Avalugg if I texture them properly). Here's a sneakpeek for now: |