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

fifayoun

Youth Team
ok I already renamed them, I have my training kits for ingolstadt, but goalkeeper has blue/green bug that's cause I don't know what is the id for goalkeeper training kits, do you know it?

I will update the .lua now. The only thing I needed to know was whether it works partially for now.

As for the ID's:

Arena kit player = 91
Arena kit goalkeeper = 92
Training kit home = 93
Training kit away = 94
Training kit home gk = 95
Training kit away gk = 96
 

BOJARsky

Club Supporter
Hi guys. The last FIFA that I have edit was FIFA 13 on PC. Now I have PS3 and first question I have – is any way to edit DB?
 
Last edited:

Havijer

Club Supporter
Yes, the reason it works for you is because you have unpacked all the big files, but for someone who has not unpacked the big files, you have to name the stadium "specific" for it to work. Also, you must have the first Revolution Mod (on 1st page) installed before installing the fix.
is it better to have big file zip or unzip?
 

Havijer

Club Supporter
I will update the .lua now. The only thing I needed to know was whether it works partially for now.

As for the ID's:

Arena kit player = 91
Arena kit goalkeeper = 92
Training kit home = 93
Training kit away = 94
Training kit home gk = 95
Training kit away gk = 96

Yes, my career mode team training kits are working, the rest of the teams blue/green missing textures issue.
 

fifayoun

Youth Team
Yes, my career mode team training kits are working, the rest of the teams blue/green missing textures issue.

I will look for a fix.

is it better to have big file zip or unzip?

Normally it's better if you have unpacked all the big files, because then you have all the game files in the folders and only have to replace them to see the changes in the game.

But unpacking also takes some space and means your folders will be all completely full, so if for example you want to fix a file you need to search through a lot of files to find it.
 

Havijer

Club Supporter
I will look for a fix.



Normally it's better if you have unpacked all the big files, because then you have all the game files in the folders and only have to replace them to see the changes in the game.

But unpacking also takes some space and means your folders will be all completely full, so if for example you want to fix a file you need to search through a lot of files to find it.
amm ok yes that makes sense
 

Sandokan

Club Supporter
Yes, I have xbox360 .

in PS3
USRDIR

in XBOX360
FIFA20 map (game map) --- this is the main directory , for example

in external HDD , 500gb jtag-/rgh
 

BOJARsky

Club Supporter
Yes, we can edit the database using DB Master.
So, if I have FIFA 19 Legacy Edition [BLES02258].iso I must convert that to folder game, put files fifa_ng_db.db and fifa_ng_db-meta.xml to USRDIR/data/db folder and it will be work?
And wich version of DB Master I must to use?
And can anyone upload the current version of db files? Cuz I have unupdated FIFA version.
Thanks a lot)
 

Sandokan

Club Supporter
Kits map structure : (

If you take the data from the wrong directory or not, then there will be green-blue checkered jerseys. )

FIFA19/data/sceneassets/
kit ----- kit_1_3_0.rx3 for example Arsenal
kit0 ----- kit_1_0_0.rx3
kit1 ----- kit_1_1_0.rx3
kit2 ----- kit_1_2_0.rx3

For example, if you only have a kit library, you will only have 1 jersey for your team, the rest are green-blue checkered.


PC FIFA14 only has a kit map , no kit0, kit1, kit2 maps.
 

fifayoun

Youth Team
So, if I have FIFA 19 Legacy Edition [BLES02258].iso I must convert that to folder game, put files fifa_ng_db.db and fifa_ng_db-meta.xml to USRDIR/data/db folder and it will be work?
And wich version of DB Master I must to use?
And can anyone upload the current version of db files? Cuz I have unupdated FIFA version.
Thanks a lot)

Yes, convert iso to folder game, then update the game (via console) or download update pkg from here and install using your PS3 package manager.

I will upload the update database file for you.

You can use any DB Master (I use DB Master 11 and 15) to open the DB files.
 

fifayoun

Youth Team
Kits map structure : (

If you take the data from the wrong directory or not, then there will be green-blue checkered jerseys. )

FIFA19/data/sceneassets/
kit ----- kit_1_3_0.rx3 for example Arsenal
kit0 ----- kit_1_0_0.rx3
kit1 ----- kit_1_1_0.rx3
kit2 ----- kit_1_2_0.rx3

For example, if you only have a kit library, you will only have 1 jersey for your team, the rest are green-blue checkered.


PC FIFA14 only has a kit map , no kit0, kit1, kit2 maps.

I know this, but that is why I edited player.lua to read kits from normal kit folder aswell, like FIFA on PC...

So if you want new away kit for Arsenal, you do NOT need to put it in kit1 folder, but simply put it in kit folder. The game will automatically read it.

The GREEN/BLUE error has NOTHING to do with normal match kits, it only has to do with TRAINING KITS because I have added the code. No one has problems with normal kits, only in training the error exists.

Did you take time to read this?

First Version Released.

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


Examples/Documentation:


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

Automatic Kits:

Just like it says, you add the kit to the folder and the game will automatically read it.

data/sceneassets/kit/kit_TEAMID_KITTYPE_KITYEAR.rx3 *DEFAULT KITYEAR = 0
------------------
For example:

data/sceneassets/kit/kit_241_0_0.rx3
data/sceneassets/kit/kit_241_1_0.rx3
data/sceneassets/kit/kit_241_2_0.rx3
data/sceneassets/kit/kit_241_3_0_0.rx3
*Remember, third kit needs extra "_0" for the game to read it.

=
new home, away, gk and third kit for FC Barcelona

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

Specific Home/Away/Match Kits:

You can add specific kits for a team to wear against specific opponents, according to home or away matches, what kit the opponent wears and in which tournament.

Home

data/sceneassets/kit/specifichomekit_HOMETEAMID_HOMETEAMKITTYPE_AWAYTEAMID_AWAYTEAMKITTYPE_TOURNAMENTID.rx3
data/sceneassets/kit/specifichomekit_HOMETEAMID_HOMETEAMKITTYPE_AWAYTEAMID_TOURNAMENTID.rx3

data/sceneassets/kit/specifichomekit_HOMETEAMID_HOMETEAMKITTYPE_AWAYTEAMID_AWAYTEAMKITTYPE_0.rx3

data/sceneassets/kit/specifichomekit_HOMETEAMID_HOMETEAMKITTYPE_AWAYTEAMID.rx3

Away

data/sceneassets/kit/specificawaykit_
AWAYTEAMID_AWAYTEAMKITTYPE_HOMETEAMID_HOMETEAMKITTYPE_TOURNAMENTID.rx3
data/sceneassets/kit/specificawaykit_AWAYTEAMID_AWAYTEAMKITTYPE_HOMETEAMID_TOURNAMENTID.rx3
data/sceneassets/kit/specificawaykit_AWAYTEAMID_AWAYTEAMKITTYPE_HOMETEAMID_HOMETEAMKITTYPE_0.rx3
data/sceneassets/kit/specificawaykit_AWAYTEAMID_AWAYTEAMKITTYPE_HOMETEAMID.rx3

------------------
For example:

If Barcelona (241) play in the away kit (1) against Real Madrid (243) in the Champions League (223) and they are the away team, they will wear:
data/sceneassets/kit/specificawaykit_241_1_243_223.rx3


If Barcelona (241) play in the away kit (1) against Real Madrid (243) in the third kit (3) in the Champions League (223) and they are the away team, they will wear:
data/sceneassets/kit/specificawaykit_241_1_243_3_223.rx3

If Real Madrid (243) play in the home kit (0) against Barcelona (241) in the home kit (0) and they are the home team, they will wear:
data/sceneassets/kit/specifichomekit_243_0_241_0_0.rx3

If Real Madrid (243) play in the home kit (0) against Barcelona (241) and they are the home team, they will wear:
data/sceneassets/kit/specifichomekit_243_0_241.rx3

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

Specific Tournament Kits:


You can add kits for a team to wear in specific tournaments.

data/sceneassets/kit/kit_TEAMID_KITTYPE_TOURNAMENTID_0.rx3

------------------
For example:

Barcelona (241) specific away kit (1) in the Champions League (223)
data/sceneassets/kit/kit_241_1_223_0.rx3

Barcelona (241) specific GK kit (2) in La Liga (53)
data/sceneassets/kit/kit_241_2_53_0.rx3

England (1318) specific home kit (0) in FIFA World Cup (990)
data/sceneassets/kit/kit_1318_0_990_0.rx3

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


!DOCUMENTATION/EXAMPLES WILL BE UPDATED SOON!
 
Last edited:

Havijer

Club Supporter
Yes, I have xbox360 .

in PS3
USRDIR

in XBOX360
FIFA20 map (game map) --- this is the main directory , for example

in external HDD , 500gb jtag-/rgh
And do you have any crash or frozen screen in your console or everything works fine?
 

Sandokan

Club Supporter
And do you have any crash or frozen screen in your console or everything works fine?

The XBOX360 many times fatal error , example in jerseys if about 10mb or stadium about 20-30 mb .

So far, I have a fatal error, if all data1-7.big is not unpacked and then deleted.
I have to read what I did wrong.
 

fifayoun

Youth Team
The XBOX360 many times fatal error , example in jerseys if about 10mb or stadium about 20-30 mb .

So far, I have a fatal error, if all data1-7.big is not unpacked and then deleted.
I have to read what I did wrong.

The same issues are on PS3, we can not add stadiums above (around) 25mb and same limit for kits.
 

BOJARsky

Club Supporter
So what is right way to extract DB from BIG? Cuz when I try it using FIFA File Explorer 2014 XML file look nice in program but broken as file, so DB Master cant use that.
 


Top