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/(U)S/M/Let's Go Model Ripping Project - edumail - 12-04-2018 (12-03-2018, 09:52 PM)JerseyXS97 Wrote: They are already shared, in a sense. It's not hard to use the provided tools, or even to just download and convert the LGPE textures to apply to the 3DS models. Sorry. I meant that if someone would be willing to share the trainers/maps/map objects models through the forum in a similar format to the already published models in the main page. I mean, with a FBX or SMD filetype. Now I know that the 3DS creatures models can be used with the new LGP/LGE textures, so I'm only looking forward to getting my hands on trainers, maps, and map objects of the new game. RE: Pokémon X/Y/OR/AS/(U)S/M/Let's Go Model Ripping Project - Lady Ariel - 12-04-2018 Does anybody have the textures for the Secret Technique icons? Using Noesis they all come out distorted, except for Chop Down. RE: Pokémon X/Y/OR/AS/(U)S/M/Let's Go Model Ripping Project - FabDelb - 12-05-2018 Here are the said icons: By the way, I wanted to share the progress that has been made on the town maps, hopefully most of the blending techniques used in the game will be understood soon! Link RE: Pokémon X/Y/OR/AS/(U)S/M/Let's Go Model Ripping Project - ambros489 - 12-06-2018 How did you manage to do that? I've been trying to put textures on the ground meshes, but those with the "null" texture keep giving me problems on the outside maps. (12-05-2018, 03:19 PM)FabDelb Wrote: By the way, I wanted to share the progress that has been made on the town maps, hopefully most of the blending techniques used in the game will be understood soon! RE: Pokémon X/Y/OR/AS/(U)S/M/Let's Go Model Ripping Project - FabDelb - 12-06-2018 (12-06-2018, 06:52 AM)ambros489 Wrote: How did you manage to do that? I've been trying to put textures on the ground meshes, but those with the "null" texture keep giving me problems on the outside maps. I disassembled the fragment shader used. Here's a simplified result for the "light grass/path" mesh: The real shader formula is a little more complicated, the value is multiplied with the vertex color value and alpha, and with the lower value between the cloud shadow value (another texture used) and the shadow from the buildings and other objects (a depth map generated in a first pass). Edit: corrected a mistake in the formula RE: Pokémon X/Y/OR/AS/(U)S/M/Let's Go Model Ripping Project - AshKratos89 - 12-06-2018 I need the 3D models of the different maps of the game, the npcs and players with their animations in .smd or .obj as they did with the pack of sun and moon. they could upload please? RE: Pokémon X/Y/OR/AS/(U)S/M/Let's Go Model Ripping Project - Demothene - 12-07-2018 Hello FabDelb, can i ask you to make a small tut for the terrain ? I'm still working on cliffs, grass covering and shadows to make it look better (like the game). The grass covering use the second UV set (within unity and amplify shader). I will try to set the water later :p As you can see, my terrain is all messed up and i need to fix it If anyone find a fix for pokémon's animated materials/textures like charmander's flame and gastly mist... Pleaaase tell me :p RE: Pokémon X/Y/OR/AS/(U)S/M/Let's Go Model Ripping Project - FabDelb - 12-07-2018 (12-07-2018, 06:07 AM)Demothene Wrote: Hello FabDelb, can i ask you to make a small tut for the terrain ? Hey there! The result you already achieved is truly awesome! You work as a team or on your own? I wonder if we can manage to collaborate since we apparently both aim to get those Assets in Unity with as much visual fidelity as possible (I sent you a PM). I can't make a tutorial yet because my process is super messy for now, but I can say I use RenderDoc to capture Yuzu emulator frames, and inspect the shaders used in the game. However I wrote a Unity shader implementing the simplified formula I showed in my previous post and made a super quick tutorial to show how easy it is to get this effect to work in Unity3D (it takes no more than a minute). Video tutorial and necessary files are here. RE: Pokémon X/Y/OR/AS/(U)S/M/Let's Go Model Ripping Project - B. Rodip - 12-07-2018 How about generic NPC Trainers like Youngsters, Lasses, Sailors, Channelers etc.? I hope that their models will get ripped sometime soon. RE: Pokémon X/Y/OR/AS/(U)S/M/Let's Go Model Ripping Project - AshKratos89 - 12-07-2018 (12-07-2018, 06:07 AM)Demothene Wrote: Hello FabDelb, can i ask you to make a small tut for the terrain ?Where did you get the models of the game map and its textures and how could you open it in unity, could you tell me some tutorial, download link? RE: Pokémon X/Y/OR/AS/(U)S/M/Let's Go Model Ripping Project - Demothene - 12-08-2018 (12-07-2018, 03:25 PM)FabDelb Wrote: Hey there! I decided to build a game 2 months ago and i'm on my own yeah, i never learned game dev before but yeah lets collaborate on it I added you to discord (12-07-2018, 08:03 PM)AshKratos89 Wrote: Where did you get the models of the game map and its textures and how could you open it in unity, could you tell me some tutorial, download link? You can find thoses in the first post by RTB, download the script for 3dsmax and the models (Very easy to use !) I only import the models in 3DSmax with the script. When it's done, i export it as FBX for game and place it in unity asset folder with textures. (Don't forget to convert the .dds to png ) Next i only work in unity with a node based shader (because i'm pretty new to C#) RE: Pokémon X/Y/OR/AS/(U)S/M/Let's Go Model Ripping Project - AshKratos89 - 12-08-2018 (12-08-2018, 05:58 AM)Demothene Wrote:(12-07-2018, 03:25 PM)FabDelb Wrote: Hey there! And where to place the 3DS max script? thank you RE: Pokémon X/Y/OR/AS/(U)S/M/Let's Go Model Ripping Project - JerseyXS97 - 12-08-2018 Put it wherever you want. Just open it with MAXscript -> Run Script. RE: Pokémon X/Y/OR/AS/(U)S/M/Let's Go Model Ripping Project - AshKratos89 - 12-08-2018 how convert the .dds to png? RE: Pokémon X/Y/OR/AS/(U)S/M/Let's Go Model Ripping Project - Darkliger01 - 12-08-2018 (12-08-2018, 06:19 PM)AshKratos89 Wrote: how convert the .dds to png? Use Noesis 4.31 to convert .dds textures. |