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

Creating New Leagues With New Ids

CBWizard

Club Supporter
dissectionalone;3643034 said:
You mean CEP11 (Career Expansion Patch) right? The thing is Fifa 11 had no crazy controls inside the executable to block League ID's and all the tournament information was inside the database so you could add an insane number of Leagues, but for Fifa 14 you can't.

The competition texts have a line limit controlled by a dll file, so it won't read anything that extends beyond that limit I believe

Well regularcat told me that FIFA14 has a stupid limitation that prevents you from creating too many leagues and teams, guess this is the explanation. Interesting point, I wonder what is the upper limit of the number of leagues/teams you can create? Id say like 10 or something? Since the number of free IDs are limited, I guess it depends on how many free IDs are available?

Anyway if its indeed being controlled by a .dll file its super annoying, I hope someone could figure out a way to remove or patch that worthless file. As far as I know, .dll files are created using C++ code, I have some C++ programming skills but not sure if it is sufficient. *sigh*
 

dissectionalone

Senior Squad
I haven't read much about programming in years, but I believe that dynamic library link (or dll files) aren't created only with C++ code, since they're application extensions and they pretty much look like pure machine code at a glance, but that's beside the point. If there was a way to patch that dll or make the game read lines from more than one folder this would increase the amount of tournament info available. It doesn't have to do with free ID's I think, because EA has a pretty long list of ID's made for early Fifa Manager games and even those ID's can't work by themselves without some tweaks to the files.

What's interesting and intriguing is if You take Fifa 13 and use the ID's of the New Leagues + changes in the proper files, The game lets you play those Leagues in Career mode, which begs the question: Do they work because EA intended to include them in the next game (as they did) or was it just because they were part of the list they made for Fifa Manager?
Because that information doesn't seem to apply to Fifa 12, for instance
 

CBWizard

Club Supporter
Yeah the idea is to force a way to patch the program to read more lines in compobj file, otherwise we are screwed. Since FIFA15 will come out soon, I'd like to see if it will have the same problem as FIFA14 when it comes down to create new leagues/tournaments. If FIFA15 and beyond use the same structure/framework, then it may be worth paying for a professional hacker to patch the code for us. It may cost hundreds, thousands or even tens of thousands of bucks, but its still worthy.
 

dissectionalone

Senior Squad
CBWizard;3652977 said:
Yeah the idea is to force a way to patch the program to read more lines in compobj file, otherwise we are screwed. Since FIFA15 will come out soon, I'd like to see if it will have the same problem as FIFA14 when it comes down to create new leagues/tournaments. If FIFA15 and beyond use the same structure/framework, then it may be worth paying for a professional hacker to patch the code for us. It may cost hundreds, thousands or even tens of thousands of bucks, but its still worthy.

LUKEID;3653238 said:
try to ask him this community is big haha

I honestly don't see the tournament structure changing anytime soon... Well not at its core at least. Probable changes would most likely include more lifelike tournament options rather than a full makeover, considering that it all appeared because of the implementing of creation center. Only if EA buried it for good, the game would again become "fully" mod-able I guess.

Well if the community had that kind of mad scientist muscle it would be easier to ask lol. There is however a load of effort from very talented users, thankfully
 

darrek1988

Senior Squad
I would say that it would be best o find a way to somehow make the game read more schedule lines, because the game itself has a lot of space in the compobj file which can be used to fit more tournaments.
 

dissectionalone

Senior Squad
darrek1988;3655304 said:
I would say that it would be best o find a way to somehow make the game read more schedule lines, because the game itself has a lot of space in the compobj file which can be used to fit more tournaments.

It ranges up to 1760-1780(?) lines I believe, whereas the schedule range is around what? 5000? Not a lot of room IMO.

That's why the idea of tricking the game into loading stuff from more than a single folder inside the DLC could get the job done
 

darrek1988

Senior Squad
You can easily make this range bigger by editing some less important cups so they start on a later stage than normal = many new compobj lines to use.
 

dissectionalone

Senior Squad
darrek1988;3655465 said:
You can easily make this range bigger by editing some less important cups so they start on a later stage than normal = many new compobj lines to use.

I'm aware of that. The extra folder idea was precisely to avoid removing other stuff from the compobj lines
 

CBWizard

Club Supporter
darrek1988;3655465 said:
You can easily make this range bigger by editing some less important cups so they start on a later stage than normal = many new compobj lines to use.

Yeah but thats still not an ideal solution, theoretically there should be no limit or at least a much much larger limit for the number of lines that the program can read. Clearly we will have to find a skilled hacker/coder to break into the game's engine and make a patch so that these limites can be overcome.
 

GuyxPagaz

Youth Team
i want to add to a new nation with two new leagues. game crashes while just clicking 'new career' and 'tournament mode'

i replaced israel (id 26) with algeria (id 97), and i added these settings:

cmsettings:

[CAREERMODE_MANAGERS] - same as jschuk's

i also added these lines in the transfers budgets:

LEAGUE_BUDGET_MIN_570 = 100000 // Israel Winner League
LEAGUE_BUDGET_MIN_572 = 50000 // Israel National League

the winner league is after poland, the national league is after ireland

internationals:

[LEAGUE_RANKINGS] - i added these lines:

570,7,7,-1,-1,-1
572,7,-1,-1,-1,-1

scout:

i changed nothing. it looks like this:

RISK_FACTOR_NATIONS_36 = 97 // Israel

transfer:

i added these lines:

LEAGUERATING_ISRAEL = 5 // TeamUtil::LEAGUERATINGRANGE_2
LEAGUERATING_ISRAEL2 = 6 // TeamUtil::LEAGUERATINGRANGE_OTHER

they are before ITALY & ITALY2

transfers:

BUCKET_MED_LEAGUE_570_0=-1
BUCKET_MED_LEAGUE_570_1=-1
BUCKET_MED_LEAGUE_570_2=-1
BUCKET_MED_LEAGUE_570_3=-1
BUCKET_MED_LEAGUE_570_4=-1
BUCKET_MED_LEAGUE_570_5=-1
BUCKET_MED_LEAGUE_570_6=-1
BUCKET_MED_LEAGUE_570_7=-1
BUCKET_MED_LEAGUE_570_8=-1
BUCKET_MED_LEAGUE_570_9=-1
BUCKET_MED_LEAGUE_572_0=61
BUCKET_MED_LEAGUE_572_1=60
BUCKET_MED_LEAGUE_572_2=14
BUCKET_MED_LEAGUE_572_3=50
BUCKET_MED_LEAGUE_572_4=-1
BUCKET_MED_LEAGUE_572_5=-1
BUCKET_MED_LEAGUE_572_6=-1
BUCKET_MED_LEAGUE_572_7=-1
BUCKET_MED_LEAGUE_572_8=-1
BUCKET_MED_LEAGUE_572_9=-1

BUCKET_TOP_LEAGUE_570_0=81
BUCKET_TOP_LEAGUE_570_1=13
BUCKET_TOP_LEAGUE_570_2=16
BUCKET_TOP_LEAGUE_570_3=31
BUCKET_TOP_LEAGUE_570_4=19
BUCKET_TOP_LEAGUE_570_5=53
BUCKET_TOP_LEAGUE_570_6=-1
BUCKET_TOP_LEAGUE_570_7=-1
BUCKET_TOP_LEAGUE_570_8=-1
BUCKET_TOP_LEAGUE_570_9=-1
BUCKET_TOP_LEAGUE_572_0=61
BUCKET_TOP_LEAGUE_572_1=13
BUCKET_TOP_LEAGUE_572_2=16
BUCKET_TOP_LEAGUE_572_3=31
BUCKET_TOP_LEAGUE_572_4=19
BUCKET_TOP_LEAGUE_572_5=53
BUCKET_TOP_LEAGUE_572_6=-1
BUCKET_TOP_LEAGUE_572_7=-1
BUCKET_TOP_LEAGUE_572_8=-1
BUCKET_TOP_LEAGUE_572_9=-1

= = = = = = = = = =

compdata works well in tournament mode. well, now the game is crashing. any solutions?
 

GuyxPagaz

Youth Team
i started a season with a team called maccabi haifa. (18 of 22 points)
after 8 fixtures i got fired. i moved to bnei yehuda. (8 of 15 points)
after 5 fixtures i got fired again. i moved to maccabi netanya.
after 3 fixtures i got fired... again (7 of 9 points)

is there any way to fix or reduce the fire occurrence? it is unrealistic
 

dissectionalone

Senior Squad
GuyxPagaz;3660056 said:
i started a season with a team called maccabi haifa. (18 of 22 points)
after 8 fixtures i got fired. i moved to bnei yehuda. (8 of 15 points)
after 5 fixtures i got fired again. i moved to maccabi netanya.
after 3 fixtures i got fired... again (7 of 9 points)

is there any way to fix or reduce the fire occurrence? it is unrealistic

Probably. But it must have something to do with the board.ini and a few other files.
 

Bubble Gum

Youth Team
I still don't have a time to test my league with any other ID, but I reuploaded manager... script by Rinaldo and I still have a crash during the loading of the first friendly game. As I understood no one have this problem now. Maybe I had to create a new league after uploading Rinaldo's script?
 

Anto78

Youth Team
Hello!

What new leagues have found working with new ID?

The limit of schedule (and other text file) you can avoid it?

I see many patches that you can create a maximum of 4 or 5 leagues in his career.
 

dissectionalone

Senior Squad
Anto78;3696237 said:
Hello!

What new leagues have found working with new ID?

The limit of schedule (and other text file) you can avoid it?

I see many patches that you can create a maximum of 4 or 5 leagues in his career.

To find out a list with EA made ID's look for the magicteamlist file taken from ther Fifa Manager series, as it has ID's from a lot of clubs and Leagues, most of which never appeared on any Fifa.
About the line limits on the txt files, no, you can't avoid it as it's controlled by a dll file in the DLC folder, so no luck there, mate
 

lmfoust

Reserve Team
dissectionalone;3701980 said:
To find out a list with EA made ID's look for the magicteamlist file taken from ther Fifa Manager series, as it has ID's from a lot of clubs and Leagues, most of which never appeared on any Fifa.
About the line limits on the txt files, no, you can't avoid it as it's controlled by a dll file in the DLC folder, so no luck there, mate

I guess I have to look for my old copy of DB Master since CM doesn't allow me to use the ID from the list for the American lower leagues in FM12. My guess is that the IDs havent' changed since FM12 even though the setup has.
 

dissectionalone

Senior Squad
lmfoust;3702436 said:
I guess I have to look for my old copy of DB Master since CM doesn't allow me to use the ID from the list for the American lower leagues in FM12. My guess is that the IDs havent' changed since FM12 even though the setup has.

Your guess is most likely right, bro. Probably CM doesn't let you use that ID because of the ID limits in the db xml descriptor file.
 

vishal_india

Youth Team
Few months back, I created league with all the steps in the first post and using magical team list id.
,
BUT yesterday using all the steps and using magicalteamlist id I created new league on fresh installed FIFA 14 but I had a crash at loading screen. Can anyone tell me why ? DB is also perfect and everything !!

I would like to ask whether jschuck12001 changed some steps in the tutorials ?:blueball::blueball:
 


Top