• This is a reminder of 3 IMPORTANT RULES:

    1- External self-promotion websites or apps are NOT allowed here, like Discord/Twitter/Patreon/etc.

    2- Do NOT post in other languages. English-only.

    3- Crack/Warez/Piracy talk is NOT allowed.

    Breaking any of the above rules will result in your messages being deleted and you will be banned upon repetition.

    Please, stop by this thread SoccerGaming Forum Rules And Guidelines and make sure you read and understand our policies.

    Thank you!

FIFA 14 Faces - General Discussion/Tutorials/Tools

aNuKe

Senior Squad
Whenever someone completes a head convertor we shall praise him!
The truth is that all the facemakers are useless without the tools made by jor, du_oro, etc!
 

sam_red devil

Starting XI
we facemakers are in a state of dilemma....dont know what happen next....never heard of du_oro since months,jor1980 seems to be active,rinaldo is back but he never promised anything yet,,,,,facemaking is my hobby and fifa is my enthusiasm but both seems to be diluting as of now.
 

simo4u

Reserve Team
maybe its asilly quastion but could we ever abel to using fifa 13 models in fifa 14 by converting them or by any tool or that this is just ahop
or that we need to steel ea sports programs that abel them to chang the format of the head models
 

moddingway

Youth Team
I´ve just sent to jor1980 the new FIFA 14 face model. ]

About FIFA 13 faces I guess we won´t be able to convert them to FIFA 13. It´s an animation issue more than other thing. I mean, the structure is ok but not for FIFA 14 animation.

We have the same problem a few years ago with PES. We were able to removed the animation and faces were ok but they were like zombies with no expresion or eyes movement.
 

moddingway

Youth Team
And .....



Well I was able to convert Cristiano face to FIFA 14. But as you see in the second screen the problem is the animation when he move his eyes or mouth. I guess that could not be fixed.

Anyway as you see format is almost the same.
 

moddingway

Youth Team
CoolerMaster;3552724 said:
That's bad. Is there any other solution?

If there is one it will be really hard to find. I guess we will have no problems to edit FIFA 14 faces but converting 13 ones to 14 could be almost impossible.
 

Sepak

Cocaine
Staff member
Moderator
I'm really hoping to see the hair converter as well, it's a shame he lost his data, but in the good side, we know it's possible to do one.
 

CoolerMaster

Senior Squad
moddingway;3552783 said:
If there is one it will be really hard to find. I guess we will have no problems to edit FIFA 14 faces but converting 13 ones to 14 could be almost impossible.
Great :)
Do you know if it will be possible to use facegen?

Sepak;3552801 said:
I'm really hoping to see the hair converter as well, it's a shame he lost his data, but in the good side, we know it's possible to do one.

Yeah. I hope we can have something to edit the hair. I spend more time looking for a suitable hair then doing a face. Fingers crossed ... :D
 

dissectionalone

Senior Squad
Looks like this season's game will need insight from the facemakers that are more experienced in 3d art. If we had something to actually extract the files from the big files it would be easier to see what's necessary and would probably make the chance of a converter be a strong possibility
 

NaFeR

Reserve Team
Moddingway, can you explain how to fix the bug of generic faces when you try to import players into FIFA 14 demo?

Thanks!
 

moddingway

Youth Team
NaFeR;3552825 said:
Moddingway, can you explain how to fix the bug of generic faces when you try to import players into FIFA 14 demo?

Thanks!

The problem is not all generic faces are present in FIFA 14 demo so you have to assign those ones present in game.

Here the code i´ve used in excel to assign faces according to skintone where cel.value is the one of skin tone.

If Cell.Value = 1 Then
Range("E" & Cell.Row) = 0
Range("AK" & Cell.Row) = 3505
Range("BN" & Cell.Row) = 2
Range("BY" & Cell.Row) = 0
Range("CB" & Cell.Row) = 2
Range("CY" & Cell.Row) = 3
End If

If Cell.Value = 2 Then
Range("E" & Cell.Row) = 0
Range("AK" & Cell.Row) = 2005
Range("BN" & Cell.Row) = 2
Range("BY" & Cell.Row) = 0
Range("CB" & Cell.Row) = 2
Range("CY" & Cell.Row) = 2
End If

If Cell.Value = 3 Then
Range("E" & Cell.Row) = 0
Range("AK" & Cell.Row) = 1505
Range("BN" & Cell.Row) = 0
Range("BY" & Cell.Row) = 0
Range("CB" & Cell.Row) = 2
Range("CY" & Cell.Row) = 0
End If

If Cell.Value = 4 Then
Range("E" & Cell.Row) = 0
Range("AK" & Cell.Row) = 2506
Range("BN" & Cell.Row) = 0
Range("BY" & Cell.Row) = 0
Range("CB" & Cell.Row) = 0
Range("CY" & Cell.Row) = 2
End If

If Cell.Value = 5 Then
Range("E" & Cell.Row) = 0
Range("AK" & Cell.Row) = 511
Range("BN" & Cell.Row) = 1
Range("BY" & Cell.Row) = 0
Range("CB" & Cell.Row) = 0
Range("CY" & Cell.Row) = 0
End If

If Cell.Value = 6 Then
Range("E" & Cell.Row) = 0
Range("AK" & Cell.Row) = 3503
Range("BN" & Cell.Row) = 0
Range("BY" & Cell.Row) = 0
Range("CB" & Cell.Row) = 0
Range("CY" & Cell.Row) = 0
End If

If Cell.Value = 7 Then
Range("E" & Cell.Row) = 0
Range("AK" & Cell.Row) = 3503
Range("BN" & Cell.Row) = 0
Range("BY" & Cell.Row) = 0
Range("CB" & Cell.Row) = 0
Range("CJ" & Cell.Row) = 6
Range("CY" & Cell.Row) = 0
End If

If Cell.Value = 8 Then
Range("E" & Cell.Row) = 1
Range("AK" & Cell.Row) = 5001
Range("BN" & Cell.Row) = 0
Range("BY" & Cell.Row) = 0
Range("CB" & Cell.Row) = 0
Range("CY" & Cell.Row) = 0
End If

If Cell.Value = 9 Then
Range("E" & Cell.Row) = 0
Range("AK" & Cell.Row) = 3001
Range("BN" & Cell.Row) = 2
Range("BY" & Cell.Row) = 0
Range("CB" & Cell.Row) = 1
Range("CY" & Cell.Row) = 0
End If

If Cell.Value = 10 Then
Range("E" & Cell.Row) = 0
Range("AK" & Cell.Row) = 3004
Range("BN" & Cell.Row) = 0
Range("BY" & Cell.Row) = 0
Range("CB" & Cell.Row) = 1
Range("CY" & Cell.Row) = 0
 

moddingway

Youth Team
I guess the problem with animation is that they have added faces expressions. Players look sad or happy when they received or score a goal. So they move certain vertexes in order to get that expression. In FIFA 13 those vertexes seems different or not present or in a different order.
 

M4rsAttack

Senior Squad
it looks there are no chances to convert face from 13 to 14, so we're all waiting for some instructions to start editing this new really gooood game, as soon as possible
 


Top