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 - fridge225 - 12-03-2014 (12-03-2014, 12:13 AM)MimiNeko Wrote: Is there any easy way to bind the mesh to the bones? Preferably without C4D, as all I really have to work with is Blender and metasequoia If you mean do it yourself manually it isn't to had do do, it is just difficult to guess which part of the model goes to what bone. If you want to give it a go on blender go to edit mode and select apart of the mesh you want for a specific bone and assign it to the name of the bone in the vertex group. RE: Pokémon X/Y/OR/AS Model Ripping Project - DJTHED - 12-03-2014 (12-03-2014, 12:13 AM)MimiNeko Wrote: Is there any easy way to bind the mesh to the bones? Preferably without C4D, as all I really have to work with is Blender and metasequoia Well blender has ways of generating vertex weights to bones depending on how close they are to the bone and all that, but it's not guaranteed that the limbs will bend properly when compared to how they were rigged in the official game. I'd personally wait until this software gets an update to fix it. RE: Pokémon X/Y/OR/AS Model Ripping Project - Demonslayerx8 - 12-03-2014 (12-03-2014, 12:13 AM)MimiNeko Wrote: Is there any easy way to bind the mesh to the bones? Preferably without C4D, as all I really have to work with is Blender and metasequoia well 3ds max doesnt do a good job with its auto-rig function... so looks like C4D might be the best choice? RE: Pokémon X/Y/OR/AS Model Ripping Project - Rei - 12-03-2014 (12-03-2014, 12:47 AM)Demonslayerx8 Wrote:(12-03-2014, 12:13 AM)MimiNeko Wrote: Is there any easy way to bind the mesh to the bones? Preferably without C4D, as all I really have to work with is Blender and metasequoia yea, all i do is ctrl+click to expand all trees in the model, and ctrl+A to select everything, and hit bind, lol.. hasnt failed me yet. RE: Pokémon X/Y/OR/AS Model Ripping Project - Demonslayerx8 - 12-03-2014 (12-03-2014, 01:01 AM)Rei Wrote:(12-03-2014, 12:47 AM)Demonslayerx8 Wrote:(12-03-2014, 12:13 AM)MimiNeko Wrote: Is there any easy way to bind the mesh to the bones? Preferably without C4D, as all I really have to work with is Blender and metasequoia well arnt u just lucky!! looks like imma have to download C4D just to get the rig... RE: Pokémon X/Y/OR/AS Model Ripping Project - MimiNeko - 12-03-2014 Wow, somehow i FORGOT i had cinema4d already lol anyone know where I can find an .smd exporter plugin? All links lead to dead pages RE: Pokémon X/Y/OR/AS Model Ripping Project - Demonslayerx8 - 12-03-2014 (12-03-2014, 01:39 AM)MimiNeko Wrote: Wow, somehow i FORGOT i had cinema4d already lol Use noesis, import the SMD file, and export the model as a FBX with UV's flipped RE: Pokémon X/Y/OR/AS Model Ripping Project - MimiNeko - 12-03-2014 Cant get the binding thing to work, so I`ll just wait on that program to support the rigs, I guess RE: Pokémon X/Y/OR/AS Model Ripping Project - Rei - 12-03-2014 (12-03-2014, 01:39 AM)MimiNeko Wrote: Wow, somehow i FORGOT i had cinema4d already lol google I/Ogre I know its only a limited free trial but eh.. (I just hack it with process explorer, lol) RE: Pokémon X/Y/OR/AS Model Ripping Project - gdkchan - 12-03-2014 (12-03-2014, 02:02 AM)MimiNeko Wrote: Cant get the binding thing to work, so I`ll just wait on that program to support the rigs, I guessWell, this rigging stuff is a big nightmare actually, I tried to make it work on X/Y some time ago, the best I could get was making moving bones deforming random parts of the model, like, Moving Xerneas leg made the tail deformed, moving the other leg would move just a bit of the leg, and so on... On OR/AS I don't even know yet where the Node ID data is located and if it is like X/Y. Well, I'll keep trying I guess, can't guarantee anything. Also tried Rei solution and it didn't worked for me, but I have zero experience in 3D editing software, so this is probably the reason haha Also I'm planning a release today to fix a few gaps, and since your guys started to rip the maps, I will implement some features to make the texture searching process a bit easier. (12-01-2014, 08:29 AM)eyy_lmao Wrote: This tool does have any system requirements? I've tried it in Windows 7 and 8, both with the latest .NET, and it just doesn't open.It requires .NET Framework 3.5 and DirectX 9. RE: Pokémon X/Y/OR/AS Model Ripping Project - MimiNeko - 12-03-2014 (12-03-2014, 02:18 AM)Rei Wrote:(12-03-2014, 01:39 AM)MimiNeko Wrote: Wow, somehow i FORGOT i had cinema4d already lol Thanks is there any way you could explain the binding thing a little better? I tried doing it the way you explained, but nothing happened RE: Pokémon X/Y/OR/AS Model Ripping Project - gdkchan - 12-03-2014 New version: https://www.dropbox.com/s/5fi9b2eazwrv7gt/ohanaxy_build_03_12_2014_2.zip?dl=0 News: - Added option to Import PNG textures, the Import button on Textures menu (some guys requested this) - Fixed few bugs on GUI - Textures not found now show up in red on Model texture list - Clicking on a texture on model texture list automatically add it on the search textbox - Made some settings sticky I guess that's it Since I didn't posted screenshots in while, here some: Edit: Oh well, I need to test better that stuff before releasing. "Clicking on a texture on model texture list automatically add it on the search textbox" was broken, fixed now. RE: Pokémon X/Y/OR/AS Model Ripping Project - Demonslayerx8 - 12-03-2014 (12-03-2014, 12:17 PM)gdkchan Wrote:y not have RTB help ya with the vertex weights? he knows how to get em fine... i think?(12-03-2014, 02:02 AM)MimiNeko Wrote: Cant get the binding thing to work, so I`ll just wait on that program to support the rigs, I guessWell, this rigging stuff is a big nightmare actually, I tried to make it work on X/Y some time ago, the best I could get was making moving bones deforming random parts of the model, like, Moving Xerneas leg made the tail deformed, moving the other leg would move just a bit of the leg, and so on... On OR/AS I don't even know yet where the Node ID data is located and if it is like X/Y. Well, I'll keep trying I guess, can't guarantee anything. also another neat feature would probably be a bone listing? not sure if any1 would need that tho lol also for every1 using the map models.. the list has been updated with more listings added thanks to Rei for supporting my work. http://pastebin.com/E0NQgGhL RE: Pokémon X/Y/OR/AS Model Ripping Project - Mr Ki - 12-04-2014 Does anyone know where I can download the text dump from XY, and how do I open it in that text editing program? RE: Pokémon X/Y/OR/AS Model Ripping Project - Farlavor - 12-04-2014 Indeed the ripping models from Pokemon 3ds games is progressing faster than I could expect, now not only just RTB is doing the stuff, but all others are contributing as well, specially considering that there's already a working tool to make this more easier... Sadly for me, I cannot use it due for my lack of resources to rip stuff from a raw 3DS rom. Anyway, I hope it may be solved soon enough when I get my hands on a 4.5 firmware 3DS and the flashcart. or at least I think so. |