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

Editing careermanagerhub.xml

FIFER_MODS

Youth Team
Hello!
I'm currently learning how to edit careermanagerhub.xml, and getting quite good at it (I've added back things such as request funds, etc). Now I'm trying to add create player to the menus like Fidel did with FAES, but when you click on it nothing happens. I thought I might need to load the components at the top of the file, but same result. It this defined somewhere? Create player flow.nav?
 

likesenpai

Club Supporter
Hello!
I'm currently learning how to edit careermanagerhub.xml, and getting quite good at it (I've added back things such as request funds, etc). Now I'm trying to add create player to the menus like Fidel did with FAES, but when you click on it nothing happens. I thought I might need to load the components at the top of the file, but same result. It this defined somewhere? Create player flow.nav?

I made a mod for fifa 16 that let me transfer people manually and edit teamsheets during a career, I had to edit the careermode/mainmenuhubflow.nav so it could load the transfer menu, otherwise nothing happened when you tried to open the tile.

I haven't tried anything close in 19, I hope this helpful.
 

FIFER_MODS

Youth Team
I made a mod for fifa 16 that let me transfer people manually and edit teamsheets during a career, I had to edit the careermode/mainmenuhubflow.nav so it could load the transfer menu, otherwise nothing happened when you tried to open the tile.

I haven't tried anything close in 19, I hope this helpful.
Thanks for the info! What would I have to edit?
Would I create a new instance for say, create player, in this format?
,{
"event":"EnterInjuryList"
,"targets":["InjuryList"]
}
 

likesenpai

Club Supporter
Thanks for the info! What would I have to edit?
Would I create a new instance for say, create player, in this format?
,{
"event":"EnterInjuryList"
,"targets":["InjuryList"]
}

I honestly don't remember how I did it (it's been a year :eek:), but I had a quick look I think I hijacked an existing string and edited the careermanagerhub.xml so a tile took me to the transfers. I probably should have changed it back, but as it was for me, I never cared to as I never really requested funds.

,{
"event":"EnterAdditionalFunds"
,"targets":["clubTransfersFlow"]
}

I then think I added a new section

}
,{
"name":"clubTransfersFlow"
,"type":"external"
,"file":"/clubTransfersFlow.nav"
,"outputs":
{
"back":"MainMenuHub"
}
}

Here's what I did, hope that helps a little
 

Attachments

  • FIFA 16 Player Career Extra Options.zip
    17.5 KB · Views: 352
Last edited:

FIFER_MODS

Youth Team
I honestly don't remember how I did it (it's been a year :eek:), but I had a quick look I think I hijacked an existing string and edited the careermanagerhub.xml so a tile took me to the transfers. I probably should have changed it back, but as it was for me, I never cared to as I never really requested funds.

,{
"event":"EnterAdditionalFunds"
,"targets":["clubTransfersFlow"]
}

I then think I added a new section

}
,{
"name":"clubTransfersFlow"
,"type":"external"
,"file":"/clubTransfersFlow.nav"
,"outputs":
{
"back":"MainMenuHub"
}
}

Here's what I did, hope that helps a little
Doesn't seem to work for me. I click it, nothing happens, and then my controller doesn't work and I can't click on anything else. Tried pretty much every combo and stuff.
 

MakarovMods

Club Supporter
Hi Does any one know how to add the edit player from the main menu to career mode, to edit player numbers, attributes etc..
 


Top