• 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!

Swap Women bodies with Men

daniel.ok

Reserve Team
Here is my problem.

I find the FIFA women's gameplay much better than men.
If I replace Gender value 0 to 1 for all men player in DB all men teams plays like women (which is what I want) but the side effect is that all men now have women body.

So, i need to swap women bodies with men ones.

#1: If someone know how to find the default body models for men & women in the data files please let me know

#1: If someone know how to apply women's gampley to men team (more elegant solution than the one above) please help!

Daniel
 

krisaju95

Manager
Administrator
Moderator
Super Moderator
data/sceneassets/body

Check which model IDs are related to women and which are to men and replace accordingly
 

aasiaat

Club Supporter
daniel.ok;3977371 said:
Here is my problem.

I find the FIFA women's gameplay much better than men.
If I replace Gender value 0 to 1 for all men player in DB all men teams plays like women (which is what I want) but the side effect is that all men now have women body.

So, i need to swap women bodies with men ones.

#1: If someone know how to find the default body models for men & women in the data files please let me know

#1: If someone know how to apply women's gampley to men team (more elegant solution than the one above) please help!

Daniel

If you find a solution let us know, I am interested aswell.

I want to make gender mixed teams, but the only way to make them truly balanced would be to have the women play like men, or vice versa.
 

fwine

Club Supporter
Have you tried this ? :

In the data_startup.big archive in the Program Files/FIFA 16 directory, there is a file named players.lua that may be helpful.

First download and install CG File Explorer and FHL-BH-Editor (I can't post links, you'll find them on this site)

CG File Explorer :

1) Lauch the program, click on the first smiley from the left (select fifa dir) and select where FIFA 16 is installed on your hard drive.
2) In the left window, select data_startup
3) Under that window, find the file named players.lua under the path data/fifarna/lua/assets/. Double-click on it to see what's in it. Check the box near its name.
4) Click on Extract Selected. Close the program.

BH-FHL-Editor :

1) Lauch the program
2) In the upper-left window, select data_startup
3) Click on order by name and find the data/fifarna/lua/assets/players.lua line
4) Uncheck the box, click on Save selected BH-File

Notepad :

1) Go where FIFA 16 is installed and enter the data/fifarna/lua/assets directory. There should be a file named players.lua there.
2) Open this file with the notepad
3) Go the the 34th line where it says -- female added in fifa 2016
4) Replace

Code:
[I]if (db.player[idx].gender == 0) then
		db.player[idx].strgender = "female"[/I]
with

Code:
[I]if (db.player[idx].gender == [B]2[/B]) then
		db.player[idx].strgender = "female"[/I]
5) Save and close.

I've run a couple of match and I do have the feeling that female players now run and shoot as fast as male players.
 


Top