Search found 55 matches

by greenlemonade1
Tue Nov 12, 2019 8:20 pm
Forum: 3D/2D models
Topic: Help with similiar 3d models
Replies: 38
Views: 3913

Re: Help with similiar 3d models

Here's the modified head_330_0.rx3 file using the positions, normals and tangents of head_41_0.rx3. Since the mismatches of bone indices and weights in the vertex structure between the two files just raise uncertainties of the effect caused by the modification, I didn't replace the whole data chunk...
by greenlemonade1
Sun Nov 10, 2019 9:47 am
Forum: 3D/2D models
Topic: Help with similiar 3d models
Replies: 38
Views: 3913

Re: Help with similiar 3d models

i tried morhping, but also no success. If you did it correctly but it didn't work, then the method explained above won't work either. BTW I suggest you to make a better quote next time instead of mixing other's post with yours. Probably you'd better preview your post before submission. Actully I'm ...
by greenlemonade1
Tue Nov 05, 2019 5:01 pm
Forum: 3D/2D models
Topic: Help with similiar 3d models
Replies: 38
Views: 3913

Re: Help with similiar 3d models

Replacing both vertex and face index chunks directly is not practically since it might influence other data chunks and causing fatal issues. But if you simply change the position coordinates of the vertices without modifying their indices in the array, it'd be very likely to work. To do so you'll n...
by greenlemonade1
Sun Nov 03, 2019 11:24 am
Forum: 3D/2D models
Topic: Help with similiar 3d models
Replies: 38
Views: 3913

Re: Help with similiar 3d models

At least now we got some direct answers to certain questions. So those blender python scripts support FIFA14, FIFA15 but FIFA16, yet you thought they do? Yes, they are supporting fifa14 and fifa15, but fifa16 can be seen in blender and also the models can be modify. http://3dgamedevblog.com/?sdm_do...
by greenlemonade1
Sun Nov 03, 2019 8:33 am
Forum: 3D/2D models
Topic: Help with similiar 3d models
Replies: 38
Views: 3913

Re: Help with similiar 3d models

My goal is just to fix these vertices, expecially on the back head, and mouth. While after the conversion with cm16, a tool that automatically convert fifa15 model, but some vertices are missplaced afterwards. I converted perfectly fifa14 head with blender, but on the other hand, the fifa15 convert...
by greenlemonade1
Sat Nov 02, 2019 3:46 pm
Forum: 3D/2D models
Topic: Help with similiar 3d models
Replies: 38
Views: 3913

Re: Help with similiar 3d models

I convert head using blender for fifa15, but I noticed when I convert models using cm16 , some edges are missplaced, or mouth vertices. I copied geo data from fifa15 to converted head but, but then bugs came. Not sure I understood what you said here. You mean you exported the edited model from blen...
by greenlemonade1
Fri Nov 01, 2019 8:28 pm
Forum: 3D/2D models
Topic: Help with similiar 3d models
Replies: 38
Views: 3913

Re: Help with similiar 3d models

but I know where to start. A writing mistake? (: Extraction with AMR: (head_330_0.rx3) head_330_0.png https://i.imgur.com/wmC3L5G.png Yes, it was a mistake. So I copy the offset from 0x830 to ox9524 from head_41, and where is the beginn in head_330? No need to convert endians? I tried to replace, b...
by greenlemonade1
Thu Oct 31, 2019 6:14 pm
Forum: 3D/2D models
Topic: Help with similiar 3d models
Replies: 38
Views: 3913

Re: Help with similiar 3d models

So I copy the offset from 0x830 to ox9524 from head_41, and where is the beginn in head_330? No need to convert endians? They're all in little-endian but I doubt it'll work by directly replacing the geo data. But you can try of course. At offset 0x360 in both files, you'll see they share the follow...
by greenlemonade1
Thu Oct 31, 2019 9:35 am
Forum: 3D/2D models
Topic: Help with similiar 3d models
Replies: 38
Views: 3913

Re: Help with similiar 3d models

Bigchillghost wrote:
Thu Oct 31, 2019 3:50 am
greenlemonade1 wrote:
Wed Oct 30, 2019 8:49 pm
but I know where to start.
A writing mistake? (:

Extraction with AMR:
(head_330_0.rx3)
head_330_0.png
Image
Yes, it was a mistake. So I copy the offset from 0x830 to ox9524 from head_41, and where is the beginn in head_330? No need to convert endians?
by greenlemonade1
Wed Oct 30, 2019 8:49 pm
Forum: 3D/2D models
Topic: Help with similiar 3d models
Replies: 38
Views: 3913

Help with similiar 3d models

Here are two samples of fifa head models. One is from fifa 16, the other from fifa online 4. I've noticed that the models, are similiar. So I tried to import fifa online 4 head model into game, but the head is a bit strange. So I tried to export the model using HxD edtor, but I know where to start. ...