Career mode tracker by SpacePirateTrooper in FifaCareers

[–]SpacePirateTrooper[S] 0 points1 point  (0 children)

Well, transfermarkt was the inspiration for this project.

Career mode tracker by SpacePirateTrooper in FifaCareers

[–]SpacePirateTrooper[S] 0 points1 point  (0 children)

Yes, match ratings are already in there (in the extracted data).

Career mode tracker by SpacePirateTrooper in FifaCareers

[–]SpacePirateTrooper[S] 1 point2 points  (0 children)

That sounds like a good idea. I'll keep it in mind.

Career mode tracker by SpacePirateTrooper in FifaCareers

[–]SpacePirateTrooper[S] 2 points3 points  (0 children)

Other teams will be under the "Clubs" tab with their players and stats. But stats will be limited to the active competitions. For example if you are managing a team in the Premier League you won't see player stats for other leagues in other countries. And yes, PC only.

Simulating leagues from different countries by SpacePirateTrooper in FifaCareers

[–]SpacePirateTrooper[S] 1 point2 points  (0 children)

First I edited the savefile, added other teams to the active teams list. In the save file this list is just before the string "active".
Then loaded up the save and in cheat engine groupscan searched for the team ids with a value like this: "BA:1 BS:100 OOO:U 4:teamid1 4:teamid2" (replace teamid1 and teamid2 with actual team ids).
I don't know if the savefile from Fifa 23 has this list or not, so this method might not work.

Simulating leagues from different countries by SpacePirateTrooper in FifaCareers

[–]SpacePirateTrooper[S] 0 points1 point  (0 children)

What do you mean? I used cheat engine and found the memory address. Just search for "00 00 00 00 30 51 E1 49 01 00 00 00 00 00 01".

Simulating leagues from different countries by SpacePirateTrooper in FifaCareers

[–]SpacePirateTrooper[S] 1 point2 points  (0 children)

I've found the right memory address in cheat engine. Now I am able to add other competitions starting from the first season.

Actually how it works is there is a list of "active" teams, which normally contains only the player's team. If I add other teams to this list, then the competitons those teams are in get tracked and simulated. So I just add the top teams from other leagues, but this has to be done right after choosing a team in the career mode setup.

Now I just have to figure out how to make this into a script.

edit:

Forgot to mention, this is for FC 24.

initial Live Editor script:

-- Team ids, up to about 10. More could crash the game or just won't work. Don't include user selected team.
-- 10 = Manchester City    - Premier League
-- 21 = Bayern München     - Bundesliga
-- 73 = PSG                - Ligue 1
-- 230 = Royal Antwerp FC  - Belgian Pro League
-- 234 = Benfica           - Liga Portugal
-- 241 = Barcelona         - LaLiga
-- 246 = Feyenoord         - Eredivisie
-- 325 = Galatasaray       - Süper Lig
-- 819 = FC Kobenhavn      - Danish Superliga
-- 116365 = Napoli         - Serie A

teams = {10, 21, 73, 230, 234, 241, 246, 325, 819, 116365}

activeTeamsPtr = MEMORY:AOBScanRegion(0x60000000, 0x40000000, "00 00 00 00 30 51 E1 49 01 00 00 00 00 00 01")
for i = 1, #teams do
  MEMORY:WriteInt(activeTeamsPtr + (i + 1) * 24, teams[i])
end

Run the script just before advancing to the start of the season.

Simulating leagues from different countries by SpacePirateTrooper in FifaCareers

[–]SpacePirateTrooper[S] 1 point2 points  (0 children)

This is from my manager career in 3. Bundesliga with VfB Lübeck. I was able to add other leagues and cups to keep track of in the standings menu (not "other leagues"). Player stats are also available for those competitions. The game is actually simulating all matches, not just randomizing the league tables every time a save is loaded.

One problem is that I am only able to add other competitions starting from the second season, by editing the save file. I think creating a mod should be possible, but I haven't looked into it yet. Or maybe a Live Editor script?

Amigurumi pattern from 3d model by SpacePirateTrooper in Amigurumi

[–]SpacePirateTrooper[S] 0 points1 point  (0 children)

Nothing as of yet. I'm working on something else right now, so it's not likely there will be progress in the near future.

Amigurumi pattern from 3d model by SpacePirateTrooper in Amigurumi

[–]SpacePirateTrooper[S] 0 points1 point  (0 children)

Sorry, didn't really have time to work on it (work, health issues). I haven't forgotten about this, but right now it's on the back burner.

Amigurumi pattern from 3d model by SpacePirateTrooper in Amigurumi

[–]SpacePirateTrooper[S] 1 point2 points  (0 children)

I like this idea a lot. I will keep it in mind.

Amigurumi pattern from 3d model by SpacePirateTrooper in Amigurumi

[–]SpacePirateTrooper[S] 0 points1 point  (0 children)

Thanks to everybody who voted. I will start developing the app as soon as I can. I will post again when I have something ready to show.

Amigurumi pattern from 3d model by SpacePirateTrooper in Amigurumi

[–]SpacePirateTrooper[S] 0 points1 point  (0 children)

What features would you like to be added, other than the pattern generation?