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/Sun/Moon Model Ripping Project - Yunpol - 02-06-2017 (01-20-2017, 03:35 AM)Yunpol Wrote: Can anyone explain to me why Pokemon that have jaw bones tend to have their weighting messed up upon importing the model? Like I know it's fixable, but It's really annoying to deal with. Going to say this again since it was never answered. RE: Pokémon X/Y/OR/AS/Sun/Moon Model Ripping Project - Fr0z3n - 02-06-2017 (02-05-2017, 10:04 PM)gdkchan Wrote: 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. I tried it, but the exported .dae crashes 3DS Max 2016 and Unity 5.5.1f1 on import No issues with Blender. Also the animation is not properly looped but it is easily fixed. At least now i can export models with functioning animations! Thanks RE: Pokémon X/Y/OR/AS/Sun/Moon Model Ripping Project - gdkchan - 02-06-2017 (02-06-2017, 02:31 PM)Fr0z3n Wrote:Thanks for testing. I pushed more changes today that should fix those crashes, so if possible test it again with the new version.(02-05-2017, 10:04 PM)gdkchan Wrote: 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. RE: Pokémon X/Y/OR/AS/Sun/Moon Model Ripping Project - Fr0z3n - 02-07-2017 (02-06-2017, 10:34 PM)gdkchan Wrote: Thanks for testing. I pushed more changes today that should fix those crashes, so if possible test it again with the new version. Still crashes Max for me. RE: Pokémon X/Y/OR/AS/Sun/Moon Model Ripping Project - gdkchan - 02-07-2017 (02-07-2017, 03:02 AM)Fr0z3n Wrote:Hmm... It works in Blender and Unity at least then? The XML validation tests says that the exported DAEs are valid. I asked a friend with Maya to try importing a model and he says that it crashes too. Its pretty complicated to fix it when the program doesn't provide any log about the error, for me this is just poorly designed software. Anyway, sorry for this issue, I'll see what I can do to debug it.(02-06-2017, 10:34 PM)gdkchan Wrote: Thanks for testing. I pushed more changes today that should fix those crashes, so if possible test it again with the new version. Feel free to report any issues that you run into github (It's easier to keep track of them this way). RE: Pokémon X/Y/OR/AS/Sun/Moon Model Ripping Project - Unbounded - 02-07-2017 (10-06-2016, 08:51 AM)fridge225 Wrote:(10-04-2016, 04:21 PM)Deep Weeb Wrote: I have a problem when I use models that have separated textures for the eyes (one for the "eyes" and two for the iris) and I got problems like this or like this. How do I fix them?Fairly simple to do, but needs a bit of fiddling in Blender. For some reason after trying this a few times I'm still stuck on how to get the results I want. The process I have been following is: (specifically for machop, and in excruciating detail) 1: Open up blender, delete the extra stuff. 2: go to file --> import --> collada (default) .dae 3: open Machop_ColladaMAX.DAE 4: open up properties (N) and change "shading" to "GLSL" 5: Add a sun lamp 6: Select Machop in object mode, press tab to switch into edit mode. 7: Select the eye portions with L. 8: Alt + S to shrink it, just barely behind the eye. 9: Tab out of edit mode back into object mode. Select Machop. 10: In the material settings, select "Material_76", which as I understand is the sets of eyes. 11: Right next to material settings, go into image settings. 12: Click the slot right below "texture". Press "New" to create a new image texture. 13: Scroll down to the "image" section with the new texture selected. Press "Open". 14: Navigate to "pm0066_00_EyeNor_Alpha.png", select it, click "open Image". At this point Machop looks like Batman. 15: Scroll down to "Influence", uncheck "color", check "alpha" 16: check "negative" and check "rgb to intensity". 17: Go back to the material settings, with "Material_76" selected, go to "transparency", and set alpha to 0. After doing all of those things, the model currently looks like this: Where exactly did I go wrong? The whites behind the eyes have been missing for every one of my attempts at this, and I don't think I've been doing anything really differently. Any help/advice would be much appreciated! EDIT: Alright! I figured out my problem. I just needed to add the Eye nor alpha texture to the iris material *as well* as to the eye texture. Seems obvious in retrospect, but hey, it works now! Thanks! RE: Pokémon X/Y/OR/AS/Sun/Moon Model Ripping Project - Julian0555 - 02-09-2017 I really don't know how to "build" stuff so can someone please build the newest version of SPICA for me? I have Windows 10. Also don't try too explain it to me, I won't get it. RE: Pokémon X/Y/OR/AS/Sun/Moon Model Ripping Project - magikstar - 02-11-2017 (02-05-2017, 12:59 PM)magikstar Wrote: 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 - Ayumi Shinto - 02-11-2017 Is there a way to rip the battle areas? Like the routes or some of the battles in the water or the Mt Pyre's cemetery and so on? Not the overworld of course but the actual areas you're battling in. RE: Pokémon X/Y/OR/AS/Sun/Moon Model Ripping Project - zpinktoaster - 02-11-2017 I have ohana3ds but every time I open textures it doesn't show on the model any ideas? RE: Pokémon X/Y/OR/AS/Sun/Moon Model Ripping Project - jugol - 02-11-2017 (01-29-2017, 05:26 PM)magikstar Wrote: Can someone upload the map models, or where i can find the files for them? The maps are in 0/8/2, but it's not picking and extracting - the files inside that archive are in groups of 11, organized this way: 0 no idea 1 an archive containing the map and textures 2 no idea 3 models for NPCs appearing in that map 4 models for objects in the map (dropped items, berries, signs, doors etc) 5 no idea 6 a texture whose purpose I don't know (shade?) 7-10 no idea 11-21 is the same as 0-10 for the next map and so on. Inside 1 there is (I haven't researched exhaustively, but that's what I've seen): 0 textures 1 a bunch of small files, sometimes a readable map model 2-3 no idea 4 an archive containing only the map model - you have to extract it and extract it again to read it, despite there's a single file. It's confusing. 5-6 no idea I have all the files organized but uploading would take some time and my upload speed is awful, besides I don't know if I'm allowed. Still, the texturing is weird as ingame the maps seem to have multiple textures superimposed with transparencies, but at least in Ohana3DS only one texture is showing in a determined surface, which makes the maps look bad. Maybe someone already figured all of this during the time I was attending other stuff (I haven't been here for a while) and fixed that. EDIT: Just remembered. After re-organizing all the map files, the first six correspond to overworld Melemele, the next few correspond to inner zones in Melemele (the trial site, cemetery, etc. NOT inside houses, all houses are in a different archive I don't remember where). Then there's an amount of maps with textures and all but not models, and after these model-less maps comes overworld Akala and so on. RE: Pokémon X/Y/OR/AS/Sun/Moon Model Ripping Project - Ayumi Shinto - 02-12-2017 (02-11-2017, 07:26 PM)zpinktoaster Wrote: I have ohana3ds but every time I open textures it doesn't show on the model any ideas? You need to load the model 1st. Then head to textures and import the textures in from the textures tab. Same by importing motions in the animation tab to load those too. RE: Pokémon X/Y/OR/AS/Sun/Moon Model Ripping Project - LilyValley807 - 02-18-2017 I don't have much knowledge about ripping from Sun/Moon, and I think at least part of my post pertains to this, but I don't know if my other question(s) are best put here or somewhere else. So I do have multiple questions, but first off is actual ripping. I wanted to make Cosmog appear in Blender properly, but the stars it uses in the texture are dynamic, it appears. I saw an older post that helps to explain how to get the textures to look as they should in 3D software, but I didn't get the info I need to make eyes and mouths work, nor did I get all the info on how to fix the texture in an imaging program.. I do not have access to Photoshop so if I could find an explanation for Paint.net (GIMP and Windows Paint work too) that would be fantastic. Next, I dunno if this would be better off being asked elsewhere, but anyways... I downloaded the already posted Solgaleo and Lunala models, but some of the textures just do not display right. The textures that I need to appear are either very dark/can't be found or are within multiple layers of meshes. Here is what I'm talking about: I haven't seen the eyes, either. So I have a vague rundown of what to do with ripping currently, but in Ohana3DS, just the preview, it's quite a mess: The eyes are backwards, the default mouth isn't used and the wings just... don't look like they are mapped right. So, I would be happy to know if anyone has an answer or advice for the question(s). RE: Pokémon X/Y/OR/AS/Sun/Moon Model Ripping Project - SPG - 02-21-2017 Are there any files I can download so I can load in the world models in oras? (such as the healer in the pokemon center and furniture and what not) After a lot of googling I found out i had to extract the files from the rom itself and got what I needed RE: Pokémon X/Y/OR/AS/Sun/Moon Model Ripping Project - tonyPokemonCT - 02-23-2017 So the gyms model could be extract ... ? I try to find it all the models in the gyms but it is not a good result.....I think the best design of pokemon XY is the gym scenes... |