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 3DS/Switch Model Ripping Project - Random Talking Bush - 11-15-2020 (11-15-2020, 02:06 PM)ZeldaOfTriforce Wrote: Hello! When I extract a .gfpak with switch tools and try to import a .gfbmdl with RandomTBush Script It shows error and does not import the model How I can fix this?When you export a GFBMDL file with Switch Toolbox, apparently it gets rewritten in such a way that my script doesn't expect it, instead of keeping it in its original state. But since it is still a functional model file, then that means it's definitely an issue with my script and not the model file itself, so I'll look into fixing that sometime. RE: Pokémon 3DS/Switch Model Ripping Project - Demonslayerx8 - 11-15-2020 ye, I've also noticed that sometimes vertex colors doesn't import properly either if exported from Toolbox. RE: Pokémon 3DS/Switch Model Ripping Project - The Forestbird - 11-20-2020 Hey could you explain me where I can get the Models from the Let's Go Map or how I can get them myself? RE: Pokémon 3DS/Switch Model Ripping Project - TerusTheBird - 11-26-2020 Such a shame that so many tools are windows only, as I use linux and could probably help. RE: Pokémon 3DS/Switch Model Ripping Project - Arachnos Expresso - 11-26-2020 UPDATE: I actually managed to figure it out, I just had to upgrade Blender to any version from 2.83 onwards, since they implemented the UVW Xform Modifier from 3DS Max, it works wonders RE: Pokémon 3DS/Switch Model Ripping Project - devilxlord - 12-01-2020 hi im new here. not sure if you're still doing request but i would like aegislash from pokemon swsh and aegislash from pokken tournament. RE: Pokémon 3DS/Switch Model Ripping Project - DogToon64 - 12-02-2020 (09-14-2014, 04:15 AM)Random Talking Bush Wrote: Requests for me to rip and upload, and only up to 3 requests per person at a time -- once I get those done, you're welcome to ask for some more. Just keep in mind I'll be working on these during my spare time, so don't expect 'em right away (way too outdated, ignore this). In short: No RE: Pokémon 3DS/Switch Model Ripping Project - Random Talking Bush - 12-02-2020 I mean, people can still ask, but I'm not honoring any requests at the moment since I've got too many other things to deal with currently. RE: Pokémon 3DS/Switch Model Ripping Project - rickypow - 01-09-2021 Does Random Talking Bush's Maxscript work on importing Let's Go field maps to 3DSMax? Whenever I try to import the GFBMDL file through the script, I'm getting an error similar to "--Unknown property: "twoSided" in rockmask01_comhysical_Material" RE: Pokémon 3DS/Switch Model Ripping Project - Random Talking Bush - 01-09-2021 (01-09-2021, 04:34 PM)rickypow Wrote: Does Random Talking Bush's Maxscript work on importing Let's Go field maps to 3DSMax? Whenever I try to import the GFBMDL file through the script, I'm getting an error similar to "--Unknown property: "twoSided" in rockmask01_com:Physical_Material"Yep, it's a known problem with 3DS Max 2021 specifically. I'll work on fixing that soon. RE: Pokémon 3DS/Switch Model Ripping Project - antivirose - 01-11-2021 hi there. So i was trying to import the gfbmdl on 3dsmax 2021 and encounter the "Unknown property" error. After playing around with your code, i find out that error is on this part of the code (the print MatData_array): Code: multimat = MultiMaterial() So i tried to modify in order to work and i got something like this : Code: multimat = MultiMaterial() thank you for your great work RE: Pokémon 3DS/Switch Model Ripping Project - ÿZEROLIGHT - 01-14-2021 Since he have effect files from Smash Ultimate ripped, what about effect files from Pokemon 3DS and Switch games? There is a possibility that it uses the same exact format but I do not know this for sure. I love visual effects and using them in MUGEN characters, it adds some unique style. It must be really difficult to rip effects from any game, if that's why they are hardly ever ripped. RE: Pokémon 3DS/Switch Model Ripping Project - Sirlee41 - 01-28-2021 I followed the tut using Switch toolbox, and I was able to rip the map. But when I exported the scene, there wasnt any textures or materials at all. After searching, I could see that there is material folder keeping lots of files with the texture name and texture mapping. However, those are json files and i dont know what to do with those to get materials attach to the mesh??? ? RE: Pokémon 3DS/Switch Model Ripping Project - Arachnos Expresso - 02-02-2021 So i´ve been working on the SWSH Tyranitar model, and am currently stuck with something. Does anyone know how to clear the seams in his face and arms? RE: Pokémon 3DS/Switch Model Ripping Project - Knowdice - 02-11-2021 (02-02-2021, 12:59 PM)Arachnos Expresso Wrote: So i´ve been working on the SWSH Tyranitar model, and am currently stuck with something. Does anyone know how to clear the seams in his face and arms? Correct me if i'm wrong, But aren't they a part of the texture? If they are you might have some luck with GIMPs Clone stamp tool. |