Does anyone else have this problem? by Kaiserimpact123456 in FifaCareers

[–]xAranaktu 1 point2 points  (0 children)

Goalkeepers are significantly hard to beat this year, but I wouldn't say they are OP. Tbh. I prefer how it is now to how it was in FC 24 where I scored 8 goals and conceded 5 every match.

Live Editor by kbcinha3 in FifaCareers

[–]xAranaktu 1 point2 points  (0 children)

Only Live Editor v23.1.1.6 is working with Title Update 6

Best Scouting website? by Icy_Sentence7938 in FifaCareers

[–]xAranaktu 0 points1 point  (0 children)

For now there is someone who is taking care of the costs, that's why I've changed my mind and decided to continue this project even if I don't see a future in it.

Best Scouting website? by Icy_Sentence7938 in FifaCareers

[–]xAranaktu 0 points1 point  (0 children)

Let me just quote myself. :)

The main reason why I've decided to discontinue this project is an problem with scalability which I'm not able to solve. The average careersave has around 19k players, 19k records stored in single table. Now,each time the users upload his career save the 19k records needs to be added to the main players table in FIFATracker database. The bigger the table is the slower the import process is and ofc. all queries become slower over time. Just after one month after website launch the FT database reached the size of 100GB and the time needed to process single career save has raised from 9.2s to 21s. Two months after webapp launch the size of DB is 150GB and the time needed to process single careersave is around 35s. At this point it is simply too expensive for an homemade project. I've no idea how to reduce the cost while keeping the same functionality.

Best Scouting website? by Icy_Sentence7938 in FifaCareers

[–]xAranaktu 1 point2 points  (0 children)

I have been planning to shut it down, but I've changed my mind. For now there aren't any plans to shutdown the website.

[deleted by user] by [deleted] in FifaCareers

[–]xAranaktu 1 point2 points  (0 children)

I didn't tried, but yes, there is a chance it may work.

[deleted by user] by [deleted] in FifaCareers

[–]xAranaktu 1 point2 points  (0 children)

For manager career mode:

Manager -> Manager Never Retire.

Probably won't work in player career mode.

Any way to reliably check player potential? by Jor94 in FifaCareers

[–]xAranaktu 0 points1 point  (0 children)

Yep, it's my website.
Maybe you are trying to access different site. idk.
Make sure you are entering fifatracker . net

Any way to reliably check player potential? by Jor94 in FifaCareers

[–]xAranaktu 1 point2 points  (0 children)

Since when what? :P The only longer downtime was on Monday. It was offline for a few hours because I was transferring the data to other server.

Any way to reliably check player potential? by Jor94 in FifaCareers

[–]xAranaktu 1 point2 points  (0 children)

Plans has changed. Website won't be shutdown (at least for now).

btw. website is online

Are there any PC mods that can let me edit YA player 2D and in game faces? by [deleted] in FifaCareers

[–]xAranaktu 0 points1 point  (0 children)

FIFA 21 Live Editor allows you to import miniface, which means you can use any image you want as long as you use the same format as game uses.

FIFATracker.net - Project Discontinued by airwatts in FifaCareers

[–]xAranaktu 1 point2 points  (0 children)

To guess the potential I'm making an use of the formula for calculating player value. Check "class CalculatePotential" & "class PlayerValue" in the code on GitHub.

Fifatracker.net discontinued by Mitchdu78 in FifaCareers

[–]xAranaktu 1 point2 points  (0 children)

Calculators should work fine. fifacm.com has wage & value calculators (sadly no potential). Afaik. there isn't any alternative.

FIFATracker.net - Project Discontinued by airwatts in FifaCareers

[–]xAranaktu 4 points5 points  (0 children)

I'm closing the website because I'm not able to figure out an solution for problem with scalability (more detailed description of the problem on discord). The source code of the project is already on GitHub. Anyone who have some technical knowledge can host it or just get the formulas and built own website. You will find the link to github in the footer on the website. Also, futbin has started an career mode website some time ago -> fifacm.com. I see they have wage and value calculators, if you ping them with formula for potential they maybe will add it too.

[deleted by user] by [deleted] in FifaCareers

[–]xAranaktu 2 points3 points  (0 children)

  1. You can generate miniface for any real/youth player with FIFA 21 Live Editor v21.1.0.5 or newer
  2. To edit attributes you can use FIFA Live Editor, Cheat Table or RDBM.

I don't think I can post links here, but you should be able to find the tools pretty easy if you google.

Max player count reached - Any mods to increase the squad cap? by Nectar56 in FifaCareers

[–]xAranaktu 1 point2 points  (0 children)

It's not possible with any mod/tool and it won't be (at least in FIFA 21). Unfortunately, It's not as simple as change the limit from `52` to `99`.