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

Has Anyone Successfully Added A New Intl. Tournament That Works In Career Mode?

mrliioadin

Senior Squad
Regarding Compobj. my last line is somehow 1685. So I am starting from 1686. Btw, EA if you are reading this. This is a stupid way to structure a tournament file system.

CompIDs:
I added the following line:
Code:
1686

Compobj:
Code:
1686,3,C2,TrophyName_Abbr15_2,0
1687,4,S1,FCE_Step_Stage,1686
1688,5,G1, ,1687
1689,4,S2,FCE_Final,1686
1690,5,G1, ,1689

Settings:
Code:
1686,asset_id,2
1686,comp_type,INTERCUP
1686,schedule_seasonstartmonth,JUL
1686,schedule_year_start,2015
1686,schedule_year_offset,1
1686,match_matchimportance,100
1687,match_stagetype,SETUP
1689,match_stagetype,KO1LEG
1689,match_situation,FINAL
1690,num_games,1

InitTeams:
Code:
1686,0,1318
1686,1,1359

Schedule:
Code:
1690,239,1,1,1,1500

Standings:
Code:
1690,0
1690,1

Tasks:
Code:
1686,end,UpdateTable,1686,1690,1,1
1686,end,UpdateTable,1686,1690,2,2
1686,start,FillWithTeam,1688,1,1318,0
1686,start,FillWithTeam,1688,2,1359,0

This crashes btw. I also tried switching this line in compobj:

Code:
1686,3,C2,TrophyName_Abbr15_2,0

to

Code:
1686,3,C2,TrophyName_Abbr15_2,70

or

Code:
1686,3,C2,TrophyName_Abbr15_2,1679


Still crash
 

regularcat

Manager
Moderator
not sure if yours will work, i already see some mistakes.

test this if yours crashes.

fill in the X's with team ids in the tasks portion of data, i had
no idea where you were pulling teams from.

compid

Code:
1681

compobj

Code:
1681,3,C2,TrophyName_Abbr15_2,1473
1682,4,S1,FCE_Setup_Stage,1681
1683,5,G1, ,1682
1684,4,S2,FCE_Group_Stage,1681
1685,5,G1,FCE_Group_A,1684
1686,5,G2,FCE_Group_B,1684
1687,4,S3,FCE_Semi_Finals,1681
1688,5,G1, ,1687
1689,5,G2, ,1687
1690,4,S4,FCE_Final,1681
1691,5,G1, ,1690

schedule

Code:
1685,175,1,1,1,1800
1685,175,1,1,1,1600
1686,182,3,1,1,1800
1686,182,3,1,1,1600
1688,196,1,1,1,1800
1689,197,1,1,1,1600
1691,211,1,1,1,2000

settings

Code:
1681,asset_id,2
1681,comp_type,INTERCUP
1681,schedule_seasonstartmonth,MAY
1682,match_stagetype,SETUP
1684,match_stagetype,CUP
1684,match_matchsituation,GROUP
1685,num_games,2
1686,num_games,2
1687,match_stagetype,KO1LEG
1687,match_matchsituation,SEMI
1688,num_games,1
1689,num_games,1
1690,match_stagetype,KO1LEG
1690,match_matchsituation,FINAL
1691,num_games,1
1691,info_slot_champ,1

standings

Code:
1683,0
1683,1
1683,2
1683,3
1683,4
1683,5
1683,6
1683,7
1685,0
1685,1
1685,2
1685,3
1686,0
1686,1
1686,2
1686,3
1688,0
1688,1
1689,0
1689,1
1691,0
1691,1

advancement

Code:
1683,0,1685,1
1683,0,1685,2
1683,0,1685,3
1683,0,1685,4
1683,0,1686,1
1683,0,1686,2
1683,0,1686,3
1683,0,1686,4
1685,1,1688,1
1686,2,1688,2
1685,1,1689,1
1686,2,1689,2
1688,1,1691,1
1689,1,1691,2

tasks

Code:
1,start,FillWithTeam,3,1,XXX,0
1,start,FillWithTeam,3,1,XXX,1
1,start,FillWithTeam,3,1,XXX,2
1,start,FillWithTeam,3,1,XXX,3
1,start,FillWithTeam,3,1,XXX,4
1,start,FillWithTeam,3,1,XXX,5
1,start,FillWithTeam,3,1,XXX,6
1,start,FillWithTeam,3,1,XXX,7
 

mrliioadin

Senior Squad
regularcat;3810846 said:
not sure if yours will work, i already see some mistakes.

test this if yours crashes.

fill in the X's with team ids in the tasks portion of data, i had
no idea where you were pulling teams from.

compid

Code:
1681

compobj

Code:
1681,3,C2,TrophyName_Abbr15_2,1473
1682,4,S1,FCE_Setup_Stage,1681
1683,5,G1, ,1682
1684,4,S2,FCE_Group_Stage,1681
1685,5,G1,FCE_Group_A,1684
1686,5,G2,FCE_Group_B,1684
1687,4,S3,FCE_Semi_Finals,1681
1688,5,G1, ,1687
1689,5,G2, ,1687
1690,4,S4,FCE_Final,1681
1691,5,G1, ,1690

schedule

Code:
1685,175,1,1,1,1800
1685,175,1,1,1,1600
1686,182,3,1,1,1800
1686,182,3,1,1,1600
1688,196,1,1,1,1800
1689,197,1,1,1,1600
1691,211,1,1,1,2000

settings

Code:
1681,asset_id,2
1681,comp_type,INTERCUP
1681,schedule_seasonstartmonth,MAY
1682,match_stagetype,SETUP
1684,match_stagetype,CUP
1684,match_matchsituation,GROUP
1685,num_games,2
1686,num_games,2
1687,match_stagetype,KO1LEG
1687,match_matchsituation,SEMI
1688,num_games,1
1689,num_games,1
1690,match_stagetype,KO1LEG
1690,match_matchsituation,FINAL
1691,num_games,1
1691,info_slot_champ,1

standings

Code:
1683,0
1683,1
1683,2
1683,3
1683,4
1683,5
1683,6
1683,7
1685,0
1685,1
1685,2
1685,3
1686,0
1686,1
1686,2
1686,3
1688,0
1688,1
1689,0
1689,1
1691,0
1691,1

advancement

Code:
1683,0,1685,1
1683,0,1685,2
1683,0,1685,3
1683,0,1685,4
1683,0,1686,1
1683,0,1686,2
1683,0,1686,3
1683,0,1686,4
1685,1,1688,1
1686,2,1688,2
1685,1,1689,1
1686,2,1689,2
1688,1,1691,1
1689,1,1691,2

tasks

Code:
1,start,FillWithTeam,3,1,XXX,0
1,start,FillWithTeam,3,1,XXX,1
1,start,FillWithTeam,3,1,XXX,2
1,start,FillWithTeam,3,1,XXX,3
1,start,FillWithTeam,3,1,XXX,4
1,start,FillWithTeam,3,1,XXX,5
1,start,FillWithTeam,3,1,XXX,6
1,start,FillWithTeam,3,1,XXX,7

This looks like a design for the full 8 team tournament. I will try it, but I was just trying to set up just two teams to start with.
 

22FIFA

Youth Team
If I correctly modify this code will this solve the issues with not being able to play international tournaments (World Cups) with my Be A Pro (offline)?EA didnt bother to fix this issues. I get called up to the world cup but somehow the CPU just skips through the tournament and it shows that I scored and assisted goals. it would be nice to know that I can mode this DLC code to enable this feature that worked perfectly in FIFA 14. :willis:
regularcat;3810717 said:
i know how to do it, i was one of the few others that figured it out.

it takes a lot and i don't have the time to show you because one explanation
leads to a question that leads to another and it will go on forever.

just know that the first entry in a row of data pertains to the first entry in the compobj text.

compobj text is the key to all the other texts.

here is an example below for the MLS, using the compobj and settings text.

pay attention to the colors.

Code:
compobj

[COLOR="Sienna"]1414[/COLOR],3,C39,TrophyName_Abbr15_39,1389
[COLOR="DarkOliveGreen"]1415[/COLOR],4,S1,FCE_League_Stage,1414
1416,5,G1,FCE_Eastern_Conference,1415
1417,5,G2,FCE_Western_Conference,1415
1418,4,S2,FCE_Playoff_Round,1414
1419,5,G1, ,1418
1420,5,G2, ,1418
1421,4,S3,FCE_Conference_Semi-Finals,1414
1422,5,G1,FCE_Eastern_Conference_Semi,1421
1423,5,G1, ,1422
1424,5,G2, ,1422
1425,5,G2,FCE_Western_Conference_Semi,1421
1426,5,G1, ,1425
1427,5,G2, ,1425
1428,4,S4, ,1414
1429,5,G1, ,1428
1430,5,G2, ,1428
1431,4,S5,FCE_Conference_Championships,1414
1432,5,G1, ,1431
1433,5,G2, ,1431
1434,4,S6, ,1414
1435,5,G1, ,1434
1436,4,S7,FCE_MLS_Finals,1414
1437,5,G1, ,1436

Code:
settings

[COLOR="Sienna"]1414[/COLOR],asset_id,39
[COLOR="Sienna"]1414[/COLOR],comp_type,LEAGUE
[COLOR="Sienna"]1414[/COLOR],match_matchimportance,80
[COLOR="DarkOliveGreen"]1415[/COLOR],match_matchsituation,LEAGUE
[COLOR="DarkOliveGreen"]1415[/COLOR],info_prize_money,1000000
[COLOR="DarkOliveGreen"]1415[/COLOR],info_prize_money_drop,10
[COLOR="DarkOliveGreen"]1415[/COLOR],schedule_year_real,0
[COLOR="DarkOliveGreen"]1415[/COLOR],standings_sort,POINTS
[COLOR="DarkOliveGreen"]1415[/COLOR],standings_sort,WINS
[COLOR="DarkOliveGreen"]1415[/COLOR],standings_sort,GOALSFOR
[COLOR="DarkOliveGreen"]1415[/COLOR],standings_sort,GOALDIFF
1416,info_color_slot_adv_group,1
1416,info_color_slot_adv_group,2
1416,info_color_slot_adv_group,3
1416,info_color_slot_adv_group,4
1416,info_color_slot_adv_group,5
1417,info_color_slot_adv_group,1
1417,info_color_slot_adv_group,2
1417,info_color_slot_adv_group,3
1417,info_color_slot_adv_group,4
1417,info_color_slot_adv_group,5
1418,match_stagetype,KO1LEG
1418,match_matchsituation,ROUNDX
1418,match_matchimportance,80
1419,num_games,1
1420,num_games,1
1421,match_stagetype,KO2LEGS
1421,match_matchsituation,QUARTER
1421,match_matchimportance,80
1423,num_games,2
1424,num_games,2
1426,num_games,2
1427,num_games,2
1428,match_stagetype,SETUP
1428,advance_standingsrank,1415
1431,match_stagetype,KO2LEGS
1431,match_matchsituation,SEMI
1431,match_matchimportance,90
1432,num_games,2
1433,num_games,2
1434,match_stagetype,SETUP
1434,advance_standingsrank,1415
1436,match_stagetype,KO1LEG
1436,match_matchsituation,FINAL
1436,match_matchimportance,100
1436,info_prize_money,200000
1436,info_prize_money_drop,50
1437,num_games,1
1437,info_slot_champ,1

and so and so on.
 

mrliioadin

Senior Squad
22FIFA;3810949 said:
If I correctly modify this code will this solve the issues with not being able to play international tournaments (World Cups) with my Be A Pro (offline)?EA didnt bother to fix this issues. I get called up to the world cup but somehow the CPU just skips through the tournament and it shows that I scored and assisted goals. it would be nice to know that I can mode this DLC code to enable this feature that worked perfectly in FIFA 14. :willis:

I highly doubt that anything we are talking about here will fix that. I'm actually surprised you are having that issue at all? Do you have a fresh installation? Any mods? I haven't heard of this bug before.
 

22FIFA

Youth Team
I do have mods. But its not a mod issue here. There is an EA forum where people are discussing this bug (http://answers.ea.com/t5/FIFA-15/FIFA-15-Player-Career-International-Tournament-Problem/td-p/3734023) . But EA has failed to address this issue. Are you able to play with your be a pro in intrernational tournaments? I am able to play international friendlies but when I get called up world cups, confederation cups etc.. the CPU skips throught it but it shows that I did play and scored or whatever.
mrliioadin;3810950 said:
I highly doubt that anything we are talking about here will fix that. I'm actually surprised you are having that issue at all? Do you have a fresh installation? Any mods? I haven't heard of this bug before.
 

mrliioadin

Senior Squad
22FIFA;3810961 said:
I do have mods. But its not a mod issue here. There is an EA forum where people are discussing this bug (http://answers.ea.com/t5/FIFA-15/FIFA-15-Player-Career-International-Tournament-Problem/td-p/3734023) . But EA has failed to address this issue. Are you able to play with your be a pro in intrernational tournaments? I am able to play international friendlies but when I get called up world cups, confederation cups etc.. the CPU skips throught it but it shows that I did play and scored or whatever.

I don't use my pro in offline manager mode. It doesn't surprise me that EA isn't trying to fix the bug though. They are utterly awful about bug fixes. The same ones hang around for several editions of the game.
 

mrliioadin

Senior Squad
regularcat;3810846 said:
not sure if yours will work, i already see some mistakes.

test this if yours crashes.

fill in the X's with team ids in the tasks portion of data, i had
no idea where you were pulling teams from.

compid

Code:
1681

compobj

Code:
1681,3,C2,TrophyName_Abbr15_2,1473
1682,4,S1,FCE_Setup_Stage,1681
1683,5,G1, ,1682
1684,4,S2,FCE_Group_Stage,1681
1685,5,G1,FCE_Group_A,1684
1686,5,G2,FCE_Group_B,1684
1687,4,S3,FCE_Semi_Finals,1681
1688,5,G1, ,1687
1689,5,G2, ,1687
1690,4,S4,FCE_Final,1681
1691,5,G1, ,1690

schedule

Code:
1685,175,1,1,1,1800
1685,175,1,1,1,1600
1686,182,3,1,1,1800
1686,182,3,1,1,1600
1688,196,1,1,1,1800
1689,197,1,1,1,1600
1691,211,1,1,1,2000

settings

Code:
1681,asset_id,2
1681,comp_type,INTERCUP
1681,schedule_seasonstartmonth,MAY
1682,match_stagetype,SETUP
1684,match_stagetype,CUP
1684,match_matchsituation,GROUP
1685,num_games,2
1686,num_games,2
1687,match_stagetype,KO1LEG
1687,match_matchsituation,SEMI
1688,num_games,1
1689,num_games,1
1690,match_stagetype,KO1LEG
1690,match_matchsituation,FINAL
1691,num_games,1
1691,info_slot_champ,1

standings

Code:
1683,0
1683,1
1683,2
1683,3
1683,4
1683,5
1683,6
1683,7
1685,0
1685,1
1685,2
1685,3
1686,0
1686,1
1686,2
1686,3
1688,0
1688,1
1689,0
1689,1
1691,0
1691,1

advancement

Code:
1683,0,1685,1
1683,0,1685,2
1683,0,1685,3
1683,0,1685,4
1683,0,1686,1
1683,0,1686,2
1683,0,1686,3
1683,0,1686,4
1685,1,1688,1
1686,2,1688,2
1685,1,1689,1
1686,2,1689,2
1688,1,1691,1
1689,1,1691,2

tasks

Code:
1,start,FillWithTeam,3,1,XXX,0
1,start,FillWithTeam,3,1,XXX,1
1,start,FillWithTeam,3,1,XXX,2
1,start,FillWithTeam,3,1,XXX,3
1,start,FillWithTeam,3,1,XXX,4
1,start,FillWithTeam,3,1,XXX,5
1,start,FillWithTeam,3,1,XXX,6
1,start,FillWithTeam,3,1,XXX,7

So, this doesn't crash. But the matches also never get played. They never appear in manager mode. I suspected that this was because international tournaments expect a definition of the first year they will be played and the periodicity.

In settings I added:
Code:
1681,schedule_year_start,2015
1681,schedule_year_offset,1
1681,schedule_internationaldependency,0

No crash at startup. But, still not p[laying the matches.
 

22FIFA

Youth Team
So do you have any idea where i can find the be a pro code in the FIFA 15 files if any?
mrliioadin;3810962 said:
I don't use my pro in offline manager mode. It doesn't surprise me that EA isn't trying to fix the bug though. They are utterly awful about bug fixes. The same ones hang around for several editions of the game.
 

22FIFA

Youth Team
I'm worried be a pro offline will become obsolete in future FIFA editions. EA makes strange moves like that its scary. If this ever happens I am done with fifa.
mrliioadin;3810962 said:
I don't use my pro in offline manager mode. It doesn't surprise me that EA isn't trying to fix the bug though. They are utterly awful about bug fixes. The same ones hang around for several editions of the game.
 

mrliioadin

Senior Squad
22FIFA;3811008 said:
So do you have any idea where i can find the be a pro code in the FIFA 15 files if any?

I don't. I suspect it's buried in the EXE which is probably fully encrypted (someone correct me if I'm wrong).

This doesn't sound like a database issue. It sounds like a programming issue.
 

regularcat

Manager
Moderator
mrliioadin;3810970 said:
So, this doesn't crash. But the matches also never get played. They never appear in manager mode. I suspected that this was because international tournaments expect a definition of the first year they will be played and the periodicity.

In settings I added:
Code:
1681,schedule_year_start,2015
1681,schedule_year_offset,1
1681,schedule_internationaldependency,0

No crash at startup. But, still not p[laying the matches.

check it out in tournament mode.

change the 1473 in the first line of the compobj to 286 and go in to
tournament mode and select austria and test the cup.

i'll look into the settings and see if i missed anything.

22FIFA, why are you hijacking this thread, this is why i never take my time
to explain anything.

i'm forced to search through the thread to help the op.
 

regularcat

Manager
Moderator
remove what you added and try this and paste it between 1681,comp_type,INTERCUP and 1682,match_stagetype,SETUP.

Code:
1681,schedule_seasonstartmonth,JUN
1681,schedule_year_start,2014
1681,schedule_year_offset,1
1681,schedule_internationaldependency,0
 

mrliioadin

Senior Squad
No dice Reg. It never gets played in MM and in TM it doesn't appear. I have used CM15 to get it to work in TM but not MM.

Thanks for the help with this. I just don't think this has been solved for national teams. I was looking through patches recently and don't see where anyone has added new national tournaments. Modifying old ones has been done. Obviously adding club tournaments has been done. But, I can't find any where an entirely new national team tournament has been done. Maybe I'm missing it. But, it just seems to think about national teams differently.
 

regularcat

Manager
Moderator
for it to show in TM you need to edit this line to this.

Code:
1681,3,C2,TrophyName_Abbr15_2,1473

Code:
1681,3,C2,TrophyName_Abbr15_2,1482
 

mrliioadin

Senior Squad
regularcat;3811170 said:
now you got me wanting to try to make a cup and to have it work via CM.

I think it's specifically national teams that are the problem. Cm works for creating club tournaments. I have pulled that off before.

Your motivation is our reward!
 

22FIFA

Youth Team
SMH...
regularcat;3811145 said:
check it out in tournament mode.

change the 1473 in the first line of the compobj to 286 and go in to
tournament mode and select austria and test the cup.

i'll look into the settings and see if i missed anything.

22FIFA, why are you hijacking this thread, this is why i never take my time
to explain anything.

i'm forced to search through the thread to help the op.
 


Top