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 Model Ripping Project (Preliminary) - Lilothestitch - 09-27-2014 I would like to request Reshiram, Kyurem, & Zekrom. RE: Pokémon X/Y Model Ripping Project (Preliminary) - Random Talking Bush - 09-27-2014 (09-27-2014, 07:38 PM)Lilothestitch Wrote: I would like to request Reshiram, Kyurem, & Zekrom.Wait until I get the other three done before making any more requests! RE: Pokémon X/Y Model Ripping Project (Preliminary) - Lilothestitch - 09-27-2014 Random Talking Bush (09-27-2014, 07:38 PM)Lilothestitch Wrote: I would like to request Reshiram, Kyurem, & Zekrom.Wait until I get the other three done before making any more requests! Ok I'll wait before making more. Sorry I can't help it. I get bored so easily. RE: Pokémon X/Y Model Ripping Project (Preliminary) - BillyBob11432 - 09-29-2014 I would like to request Snivy, Servine and Serperior. No, I do not feel that is a very surprising choice. RE: Pokémon X/Y Model Ripping Project (Preliminary) - Sketchasaurus - 09-29-2014 I'm curious: does your max script have a GUI or is it more akin to a "plugin" where 3Ds Max (or any other 3D application) is simply enabled to read the file format found in the Pokémon game. A follow-up question: does this importer support regular DS formats from other games? RE: Pokémon X/Y Model Ripping Project (Preliminary) - Epichao - 09-29-2014 Might I request Mudkip, Marshtomp, and Swampert? ...And could you throw in Mega Swampert? RE: Pokémon X/Y Model Ripping Project (Preliminary) - Random Talking Bush - 09-29-2014 (09-29-2014, 05:24 AM)Sketchasaurus Wrote: I'm curious: does your max script have a GUI or is it more akin to a "plugin" where 3Ds Max (or any other 3D application) is simply enabled to read the file format found in the Pokémon game. A follow-up question: does this importer support regular DS formats from other games? There's no GUI, it's just a MaxScript that works similarly to a plugin, where you just run the script, pick the model, and then it imports it directly into the program. And the importer only works with Pokémon X/Y right now, and somewhat with Kirby Triple Deluxe (same format, but there's some things that my script crashes on, so there's probably some important differences there). I don't plan on adding any other formats to it, and if I did I'd have to write up a brand new file for 'em. RE: Pokémon X/Y Model Ripping Project (Preliminary) - PKMN Trainer Rai - 09-29-2014 May I request Espeon, Tyranitar and Metagross? Or am I too new of a member to request these? Cause I'm aware of the rule in which new members can't request things, but I'm unsure if that still applies in topics like this? If this is the case, please ignore my requests. RE: Pokémon X/Y Model Ripping Project (Preliminary) - Lilothestitch - 09-29-2014 RTB What is the file format for Pokemon X/Y to extract the models? RE: Pokémon X/Y Model Ripping Project (Preliminary) - Random Talking Bush - 09-29-2014 (09-29-2014, 01:18 PM)Lilothestitch Wrote: RTB What is the file format for Pokemon X/Y to extract the models? It uses what's known as "BCH" for its model format. Only one other 3DS game uses that format, which is Kirby Triple Deluxe, but even then it's different enough that my importer doesn't work with it without some additional fixes (which I'll figure out later, Pokémon is the highest priority). As for how to extract them, there's BCH2OBJ which I used as a starting point (but even then I ended up figuring most things out myself), which imports models without rigging, or the MaxScript that I'm writing up which allows for full bone structures, rigging, not-buggered UV mapping, et cetera. (09-29-2014, 01:18 PM)PKMN Trainer Rai Wrote: May I request Espeon, Tyranitar and Metagross? Or am I too new of a member to request these? Cause I'm aware of the rule in which new members can't request things, but I'm unsure if that still applies in topics like this? If this is the case, please ignore my requests.It's fine, I'm allowing requests for this project in particular to be open to everyone, regardless of when you join. RE: Pokémon X/Y Model Ripping Project (Preliminary) - DecaTilde - 09-29-2014 Another Eevee-lution. Wow. RE: Pokémon X/Y Model Ripping Project (Preliminary) - Lilothestitch - 09-29-2014 (09-29-2014, 01:23 PM)Random Talking Bush Wrote:(09-29-2014, 01:18 PM)Lilothestitch Wrote: RTB What is the file format for Pokemon X/Y to extract the models? Where can I get this BCH2OBJ? What file are the BCH files in? RE: Pokémon X/Y Model Ripping Project (Preliminary) - Random Talking Bush - 09-29-2014 (09-29-2014, 01:48 PM)Lilothestitch Wrote:https://gist.github.com/magical/5a78c91a4c1ac6056943(09-29-2014, 01:23 PM)Random Talking Bush Wrote:Where can I get this BCH2OBJ? What file are the BCH files in?(09-29-2014, 01:18 PM)Lilothestitch Wrote: RTB What is the file format for Pokemon X/Y to extract the models? And the Pokémon models are in a/0/0/7. RE: Pokémon X/Y Model Ripping Project (Preliminary) - Lilothestitch - 09-29-2014 (09-29-2014, 01:57 PM)Random Talking Bush Wrote:(09-29-2014, 01:48 PM)Lilothestitch Wrote:https://gist.github.com/magical/5a78c91a4c1ac6056943(09-29-2014, 01:23 PM)Random Talking Bush Wrote: It uses what's known as "BCH" for its model format. Only one other 3DS game uses that format, which is Kirby Triple Deluxe, but even then it's different enough that my importer doesn't work with it without some additional fixes (which I'll figure out later, Pokémon is the highest priority).Where can I get this BCH2OBJ? What file are the BCH files in? How do I use it? Where can I get the rom? RE: Pokémon X/Y Model Ripping Project (Preliminary) - Random Talking Bush - 09-29-2014 (09-29-2014, 02:11 PM)Lilothestitch Wrote:(09-29-2014, 01:57 PM)Random Talking Bush Wrote:(09-29-2014, 01:48 PM)Lilothestitch Wrote: Where can I get this BCH2OBJ? What file are the BCH files in?https://gist.github.com/magical/5a78c91a4c1ac6056943 I think it's best to wait until I get my script done, I'll supply the model files directly for anyone interested in helping out. |