• 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

Bubble Gum

Youth Team
I don't know exactly, but I believe that we have to search answer in script .lua files from datax. For example, managermodeseasonobjective.lua, eventtriggers.lua, email.lua ect. But I wasn't manage to open that files with different .lua editors.
 

Outsider 87

Starting XI
Bubble Gum;3588031 said:
I don't know even why leagueteamlinks table contains this parameters because you start CM with clean sheet, no games were played.

I've investigated this table carefully and fill every column but my result is worse than yours so I don't think that this table is usefull too.

One interesting thing. When I edited euroseedeteams.cvs and add Viktoria Plzen, group D contained only 3 teams, Viktoria place was just empty and when I tried to edit groups I've got freeze. So I am sure that there is other unknown table or script file that we have to edit. In other words, Galatasaray is still linked with ROW somehow and this leads to the crash in CM for Gala. Viktoria is not lincked yet, despite of being edited in leaguetemlikns table (I've just replace Viktoria and Gala in this table), that's why euroseededteams just ignore it.
To make Viktoria Plzen work (and every other added team) in euroseededteams.csv, you need to put the team in a league different from "Rest of World". It can be another league or a new one (that of course will not work in career mode even if selectable). For example last year, in FifaMania Superpatch, we created a "Rest of Europe" league where we put every UCL/EL missing team added by the patch :)
 

BFL TEAM

Senior Squad
Bubble Gum;3588170 said:
I don't know exactly, but I believe that we have to search answer in script .lua files from datax. For example, managermodeseasonobjective.lua, eventtriggers.lua, email.lua ect. But I wasn't manage to open that files with different .lua editors.
That is in managermodeseasonobjective.lua
Code:
--#############################################################################
--Entry point of PAPSeasonObjectiveManager
--#############################################################################
function GenerateManagerSeasonObjectives()
	
	GenerateRoleSpecificObjectives_ManagerMode()
	
end
		
--#############################################################################
function GenerateRoleSpecificObjectives_ManagerMode(playerRole)
		
	local dummyManagerInfo = GetManagerObjectiveInfo()
	--VALID OBJECTIVES
			--"LEAGUE"
			--"DOMESTIC_CUP"
			--"EURO_CUP"
	
	-----------------------------------------------------
	AddObjectiveHelper_ManagerMode("PRIMARY", "LEAGUE")
	
	AddObjectiveHelper_ManagerMode("SECONDARY", "DOMESTIC_CUP")
	AddObjectiveHelper_ManagerMode("SECONDARY", "EURO_CUP")
		
end

--#############################################################################
--#############################################################################
--#############################################################################
--#############################################################################
--#############################################################################
-- HELPER CALLS
--#############################################################################
function IsPlayerPositionPartOfGroup(group, playerPosition)
	return group[playerPosition]
end

--#############################################################################
--HELPER FOR MAKING SETS
function Set (list)
      local set = {}
      for _, l in ipairs(list) do set[l] = true end
      return set
end

--#############################################################################
--HELPER TO AUTOFILL THE STRINGS
function AddObjectiveHelper_ManagerMode(grouping, objectiveType)	
	local modifier = 1 --playerModifierForRankPosition * playerAgeModifier
	
	if(grouping == "PRIMARY") then
		AddManagerModePrimaryObjective(objectiveType, GetGraphTypeFromObjective(objectiveType), GetGraphDataFormFromObjective(objectiveType), "MANAGEROBJECTIVE_"..objectiveType.."_TITLE", "MANAGEROBJECTIVE_"..objectiveType.."_DESC", modifier*100)
	elseif(grouping == "SECONDARY") then
		AddManagerModeSecondaryObjective(objectiveType, GetGraphTypeFromObjective(objectiveType), GetGraphDataFormFromObjective(objectiveType), "MANAGEROBJECTIVE_"..objectiveType.."_TITLE", "MANAGEROBJECTIVE_"..objectiveType.."_DESC", modifier*100)
	else
		LuaAssert("AddObjectiveHelper GROUPING NOT RECOGNIZED grouping:"..grouping)
	end
	
end
I don`t know what can be done
 

Bubble Gum

Youth Team
I think there is no issue with leagueteamlinks table. When I put Netherlands teams into TSL I've got a crash with every cmsettings parameters enable. But when I mooved Turkish teams to Netherlands league everything started perfectly. So there is a problem with the league, not with teams.
 

grazy0731

Youth Team
Practically in the table LEAGUETEAMLINKS There are the results first day of Italian serie A

In the image there are the following results:



Fiorentina-Catania 2-1
Lazio - Udinese 2-1
Napoli - Bologna 3-0
Cagliari - Atalanta 2-1
Inter - Genoa 2-0
Livorno - Roma 0-2
Parma - Chievo 0-0
Sampdoria - Juventus 0-1
Torino Sassuolo 2-0
H.Verona - Milan 2-1

In this case are the actual results of the first day of Serie A.......follow columns refer to these results and are easy to understand;-)

I think for new tournaments just enter any result for the first day
 

regularcat

Manager
Moderator
grazy0731;3588679 said:
Practically in the table LEAGUETEAMLINKS There are the results first day of Italian serie A

In the image there are the following results:



Fiorentina-Catania 2-1
Lazio - Udinese 2-1
Napoli - Bologna 3-0
Cagliari - Atalanta 2-1
Inter - Genoa 2-0
Livorno - Roma 0-2
Parma - Chievo 0-0
Sampdoria - Juventus 0-1
Torino Sassuolo 2-0
H.Verona - Milan 2-1

In this case are the actual results of the first day of Serie A.......follow columns refer to these results and are easy to understand;-)

I think for new tournaments just enter any result for the first day

set everything to 0 and hopefully it allows serie a to start from the first week of the season.
 

Bubble Gum

Youth Team
Oh, didn't you read previous messages? I've researched leagueteamlinks table and edit every column. I have real results, real number of games, real objectives, objectivevsactual, grouping and so on.

set everything to 0 and hopefully it allows serie a to start from the first week of the season.

I don't know if there are some problems with Serie A, but every European league has 1-6 match results and this doesn't affect on CM.
 

hartman

Club Supporter
I need help!

I have created a league of my country, Guatemala, in real life the competition format is the same as the Colombian and Chilean league, but for now I made only one long league as the Spanish (BBVA), works in tournament mode and kickoff, but when entering a career mode, crash! because you made ​​the changes discussed in relation to the CM setting, tranfer.ini, transfers.ini and scout.ini files, but still crashes! !, someone could help me?? I'll be doing something wrong?
 

grazy0731

Youth Team
Bubble Gum;3588696 said:
Oh, didn't you read previous messages? I've researched leagueteamlinks table and edit every column. I have real results, real number of games, real objectives, objectivevsactual, grouping and so on.



I don't know if there are some problems with Serie A, but every European league has 1-6 match results and this doesn't affect on CM.


I was hoping that by completing this table you could solve the problem of the objectives in career mode.

I don't understand the GAPRESULT
 

regularcat

Manager
Moderator
it sounds as if gapresult would be the difference between the expectation and where the team actually finished in the table.

for example, if the objective is to win the league title but the team finished 6th in the table the result would be 6, 6 spots back from the objective.

just my thoughts.
 

BFL TEAM

Senior Squad
regularcat;3588958 said:
it sounds as if gapresult would be the difference between the expectation and where the team actually finished in the table.

for example, if the objective is to win the league title but the team finished 6th in the table the result would be 6, 6 spots back from the objective.

just my thoughts.
It make sense to be for that, but no. It can be from 0 to 5. And 4 and 5 are not in use at all for the teams. Most used are 1 and 2 after that 0 and 3 are used not more than 10 times for the teams.
 

grazy0731

Youth Team
BFL TEAM;3589026 said:
It make sense to be for that, but no. It can be from 0 to 5. And 4 and 5 are not in use at all for the teams. Most used are 1 and 2 after that 0 and 3 are used not more than 10 times for the teams.



in gapresult (0 to 5) as the position necessary to achieve objectives.
 

Bubble Gum

Youth Team
regularcat;3588958 said:
it sounds as if gapresult would be the difference between the expectation and where the team actually finished in the table.

for example, if the objective is to win the league title but the team finished 6th in the table the result would be 6, 6 spots back from the objective.

just my thoughts.

No, this is actualvsexpectations column.

grazy0731;3589046 said:
in gapresult (0 to 5) as the position necessary to achieve objectives.

No, it's grouping column.
 

BFL TEAM

Senior Squad
Bubble Gum;3589151 said:
So, I didn't find a way to solve problem with my league. All work was in vain.
Me too. I think that there is a place, where we must to add lines or something else, for this leagues ids that we are using for new added league. This place might to be even FIFA 14.exe. If this is like that, we are fu.ked :( .....
 


Top