• 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 STREET PS3 (X360) - Console Editing

Frmike

Club Supporter
About the hair, I sincerely have no idea, most hair files work normally (even those from Nintendo Switch converted to FIFA 14), however I have seen a few which cause issues for some reason, but at the moment I have no idea.

About adding Feyenoord or other teams, it is possible to add more teams to the database. In fact, as I already pointed out before, all the leagues/teams that were in FIFA 11/12 have their kits already in the game. Most of them are from the 2011 season, but they are already there. You only need to add the leagueids in the database, add the teams in the database and add the players. You don't even need to mess with the .big files, everything can be done externally if you use my revolution mod.

Ok sounds great but can you maybe tell me how to add teams externally because i only know how to add faces.
thank you in advance,

Mike
 

fifayoun

Youth Team
Ok sounds great but can you maybe tell me how to add teams externally because i only know how to add faces.
thank you in advance,

Mike

If you have downloaded these files:

https://www.mediafire.com/file/8nmstfmrogwtcx9/FIFA_STREET.rar/file

You will find the database inside the data/db folder. Open the database using DB Master (I use DB Master 11), then go to the teams table and add your teams with their correct ID's, do the same in the leagues table to add the league you want, then go to leagueteamlinks and assign your team to the league you want.

If you do this and start the game, your league/team will be visible inside the game, however the game will crash if you select the team because you will still need to add the kits of the team in the teamkits table, then you will also need to put players in your team in the teamplayerlinks table.

In case your player is not in the game, you will need to first add them in the players table.

It is much easier to first EXPORT ALL TABLES using DB Master and then open the resulting txt files (for example teams.txt) in EXCEL to quickly edit things.

In fact, if I am not mistaken inside the database I already had the Eredivisie added as a league (without teams yet).
 

Frmike

Club Supporter
If you have downloaded these files:

https://www.mediafire.com/file/8nmstfmrogwtcx9/FIFA_STREET.rar/file

You will find the database inside the data/db folder. Open the database using DB Master (I use DB Master 11), then go to the teams table and add your teams with their correct ID's, do the same in the leagues table to add the league you want, then go to leagueteamlinks and assign your team to the league you want.

If you do this and start the game, your league/team will be visible inside the game, however the game will crash if you select the team because you will still need to add the kits of the team in the teamkits table, then you will also need to put players in your team in the teamplayerlinks table.

In case your player is not in the game, you will need to first add them in the players table.

It is much easier to first EXPORT ALL TABLES using DB Master and then open the resulting txt files (for example teams.txt) in EXCEL to quickly edit things.

In fact, if I am not mistaken inside the database I already had the Eredivisie added as a league (without teams yet).


Hey man thanks, i put suarez in barcelona. (took a few hours hahah)
I also added a player to the game. The only problem is that the player's name was not in the game, so the player has no name now. (https://imgur.com/a/EF3IU2U)
Maybe one of you guys knows how to add names of players who are not in the game?
thank you in advance,

-Mike
 

fifayoun

Youth Team
Hey man thanks, i put suarez in barcelona. (took a few hours hahah)
I also added a player to the game. The only problem is that the player's name was not in the game, so the player has no name now. (https://imgur.com/a/EF3IU2U)
Maybe one of you guys knows how to add names of players who are not in the game?
thank you in advance,

-Mike

You need to go to the players table and assign the name in firstnameid, lastnameid, playerjerseynameid and commonnameid (commonnameid is only required if the player's surname is a long one, but in reality we only use a short version).

For example, Andrés Iniesta in the database has Andrés as the firstname and Iniesta Luján as the lastname. But since in reality we do not use the secondary "surname", his commonnameid is Iniesta. This goes for most players who have 2 firstnames and/or 2 lastnames. playerjerseynameid is the name on the shirt, in this case: A.Iniesta.

--------------------------------------------
But for a player who has only one first name and/or one surname in the lastname, commonnameid simply has to be 0.

For example, Lionel Messi in the database has Lionel as the firstname and Messi as the lastname. Therefore he does not need a commonnameid.

----------------------------------------

As to know what the nameID of your player is, you can find them in the playernames table. If they do not contain the names you want to have, you simply need to add them there and give them a unique ID.

For example, if I want to add Sergi Roberto to the database, I look inside the playernames table to see if his name is already there. Roberto is already there (nameID 5498).

So in the players table, I will type 5498 in the lastnameid. So now I already have Sergi Roberto's surname in the game. However, Sergi does not exist in the database, so I simply add a new name and nameid in the playernames table. For example I use 7000 as the nameid and type Sergi as the name. Now I go back to the players table and type 7000 in the firstnameid. Now the game will display Sergi Roberto's name correctly.

But we still need to add his playerjerseynameid, which is S.Roberto. So I will add it to the playernames table, with 7001 as the nameid. Now I will type in 7001 at playerjerseynameid in the players table, to also have his name on the shirt ingame.

----------------------

You can also look inside FIFA 20's database to find the players/teams/leagues/playernames, extract these tables and then use excel to add/convert these tables to FIFA Street's tables.
 
Last edited:

fifayoun

Youth Team
by the way fifayoun as I mentioned the other time about the psvita mods that allude to faces covered in fifa online 3, I tried to get faces here to try them but I only found fifa online 4 converted to fifa 14 by the people who make the classic patch .

I have FIFA Online 3 on my laptop, I will look if I can extract the faces. I think they are in FIFA 12 format and they have updated faces up until 2018, which I think is good enough (for the most part).
 

fifayoun

Youth Team
If I made a mistake too I omitted the fu....ng! 0 before _textures.rx3 the skin with the tattoos are normally displayed with their lua files. by the way I was reviewing them superficially and I think I saw a reference to shoe in the code can boots be customized? Anyway I can do it through the database although it would be more comfortable with the lua code.

Yes, we should be able to have custom player boots.
 

fifayoun

Youth Team
I have FIFA Online 3 on my laptop, I will look if I can extract the faces. I think they are in FIFA 12 format and they have updated faces up until 2018, which I think is good enough (for the most part).

The FIFA Online 3 heads are a mix of FIFA 12/13 and FIFA 14 format, they are very similar to both, but it seems like it won't work...

From what I can see using hex editor:

FIFA Online 3 heads have the same endianess/byte order as FIFA 14 faces, the first few lines are similar to FIFA 12 heads, the endianess/byte order is flipped. Then there are a few lines which are similar to FIFA 14, but different to FIFA 12. Then again there are lines who are similar to FIFA 12 heads. And so on.

Maybe someone else in the forums can help understand them.
 
Last edited:

Frmike

Club Supporter
You need to go to the players table and assign the name in firstnameid, lastnameid, playerjerseynameid and commonnameid (commonnameid is only required if the player's surname is a long one, but in reality we only use a short version).

For example, Andrés Iniesta in the database has Andrés as the firstname and Iniesta Luján as the lastname. But since in reality we do not use the secondary "surname", his commonnameid is Iniesta. This goes for most players who have 2 firstnames and/or 2 lastnames. playerjerseynameid is the name on the shirt, in this case: A.Iniesta.

--------------------------------------------
But for a player who has only one first name and/or one surname in the lastname, commonnameid simply has to be 0.

For example, Lionel Messi in the database has Lionel as the firstname and Messi as the lastname. Therefore he does not need a commonnameid.

----------------------------------------

As to know what the nameID of your player is, you can find them in the playernames table. If they do not contain the names you want to have, you simply need to add them there and give them a unique ID.

For example, if I want to add Sergi Roberto to the database, I look inside the playernames table to see if his name is already there. Roberto is already there (nameID 5498).

So in the players table, I will type 5498 in the lastnameid. So now I already have Sergi Roberto's surname in the game. However, Sergi does not exist in the database, so I simply add a new name and nameid in the playernames table. For example I use 7000 as the nameid and type Sergi as the name. Now I go back to the players table and type 7000 in the firstnameid. Now the game will display Sergi Roberto's name correctly.

But we still need to add his playerjerseynameid, which is S.Roberto. So I will add it to the playernames table, with 7001 as the nameid. Now I will type in 7001 at playerjerseynameid in the players table, to also have his name on the shirt ingame.

----------------------

You can also look inside FIFA 20's database to find the players/teams/leagues/playernames, extract these tables and then use excel to add/convert these tables to FIFA Street's tables.


hey man it worked, i have now added a few icons to the game the only problem i encountered was that the game no longer recognizes my database. Every time I add new players or new transfers they don't appear in the game. i have already reinstalled fifa street but it still doesn't work. maybe you know what to do?
 

fifayoun

Youth Team
hey man it worked, i have now added a few icons to the game the only problem i encountered was that the game no longer recognizes my database. Every time I add new players or new transfers they don't appear in the game. i have already reinstalled fifa street but it still doesn't work. maybe you know what to do?

Can you send me the database so I could take a look?
 

fifayoun

Youth Team
Thanks, I will take a look now.

I didn't see anything wrong in the database. I added the database to my game and the changes are there.

If the problem persists, delete your FIFA Street savegames (or back them up), as this could cause an issue (because your savegame did not yet feature these players in their respective teams) and try again.
 

fifayoun

Youth Team
I didn't see anything wrong in the database. I added the database to my game and the changes are there.

If the problem persists, delete your FIFA Street savegames (or back them up), as this could cause an issue (because your savegame did not yet feature these players in their respective teams) and try again.
 

Frmike

Club Supporter
okay thanks a lot, I was afraid there was something wrong with my database. By the way, do you also know what code to use to add kits, this would come in very handy with adding 2020 kits.;)
 

fifayoun

Youth Team
The FIFA Online 3 heads are a mix of FIFA 12/13 and FIFA 14 format, they are very similar to both, but it seems like it won't work...

From what I can see using hex editor:

FIFA Online 3 heads have the same endianess/byte order as FIFA 14 faces, the first few lines are similar to FIFA 12 heads, the endianess/byte order is flipped. Then there are a few lines which are similar to FIFA 14, but different to FIFA 12. Then again there are lines who are similar to FIFA 12 heads. And so on.

Maybe someone else in the forums can help understand them.

UPDATE:



GOOD NEWS: FIFA ONLINE 3 FACES WORK!

Meaning we will have faces from FIFA 12 up until FIFA 17 in the game. I still need to test the newer FIFA Online 3 (17/18 season) faces, but I don't think there were many newer faces as the pack I have is from early 2017 (and they haven't added faces since the 17/18 season). Hair files from newer FIFA's work without issues, so it is also possible to import new hair models from Nintendo Switch (converted to FIFA 14) to the game.
 
Last edited:

fifayoun

Youth Team
okay thanks a lot, I was afraid there was something wrong with my database. By the way, do you also know what code to use to add kits, this would come in very handy with adding 2020 kits.;)

To add new kits, simply add the kit.rx3 to data/sceneassets/kit folder and add _2020 at the end.

So for example, Barcelona default home kit file = kit_241_0_0.rx3.

For Barcelona 2020 home kit, name it : kit_241_0_0_2020.rx3.

----------------------------------------------------------------------

We can also edit the "street"clothes, I already tried to add real training tops/tracksuits/vests/shirts for FC Barcelona, however the issue with street kits is that they can (unfortunately) not be a simple kit texture, but a texture of RED/GREEN/BLUE, because the game recolours the R/G/B colours to the kitcolours in the database.

So for Barcelona (default 2012 kit, default database), all home "streetwear" will be in blue/red and all away "streetwear" will be in black/yellow. We can not change the game to read the "streetwear" as a normal kit without trying to recolour them (at the moment, I need to research this deeper).

However, we can for example make a generic 2020 Nike trainingtop (like already in the game) and assign them to all Nike teams and then let the game recolour them (and so on for all other brands).
 
Last edited:

Frmike

Club Supporter
To add new kits, simply add the kit.rx3 to data/sceneassets/kit folder and add _2020 at the end.

So for example, Barcelona default home kit file = kit_241_0_0.rx3.

For Barcelona 2020 home kit, name it : kit_241_0_0_2020.rx3.

----------------------------------------------------------------------

We can also edit the "street"clothes, I already tried to add real training tops/tracksuits/vests/shirts for FC Barcelona, however the issue with street kits is that they can (unfortunately) not be a simple kit texture, but a texture of RED/GREEN/BLUE, because the game recolours the R/G/B colours to the kitcolours in the database.

So for Barcelona (default 2012 kit, default database), all home "streetwear" will be in blue/red and all away "streetwear" will be in black/yellow. We can not change the game to read the "streetwear" as a normal kit without trying to recolour them (at the moment, I need to research this deeper).

However, we can for example make a generic 2020 Nike trainingtop (like already in the game) and assign them to all Nike teams and then let the game recolour them (and so on for all other brands).

hey thanks it worked, i was able to add new kits now the only problem was the logos don't completely overlap. ( https://imgur.com/a/nZszq91) is it possible to remove the old logo?
 

jj88

Club Supporter
UPDATE:



GOOD NEWS: FIFA ONLINE 3 FACES WORK!

Meaning we will have faces from FIFA 12 up until FIFA 17 in the game. I still need to test the newer FIFA Online 3 (17/18 season) faces, but I don't think there were many newer faces as the pack I have is from early 2017 (and they haven't added faces since the 17/18 season). Hair files from newer FIFA's work without issues, so it is also possible to import new hair models from Nintendo Switch (converted to FIFA 14) to the game.
oh friend, this is very good news, with this we can update the game a lot, I suppose you had to make an arrangement for those faces?
 


Top