A modern face generator for Football Manager 26 newgens.
This is a complete rewrite of the original NewGAN-Manager by Maradonna90, rebuilt from scratch using Tauri + Svelte 5 for improved performance and a modern UI.
GITHUB

Comments
You'll need to Login to comment
van bearinm
how do you get a export.rtf, when you can no longer generate 1 on fm 26
SnPepito
I work on
SnPepito
Since generating an .rtf file directly is currently not possible in FM26 due to the engine change, you can use this workaround to extract data:Take a screenshot of the player's attributes.Upload the screenshot to ChatGPT.Use a prompt to extract the data and format it into a usable format (spreadsheet, etc.)
SnPepito
"Act as an OCR and data conversion tool for Football Manager. I am uploading a screenshot of a custom squad view with specific columns.Please perform the following:
1. Detect Dynamic Headers: Read the top row of the image to identify exactly which columns are present (e.g., 'Pass completion', 'Distance Covered', 'Expires', etc.). Do not assume standard attributes.
2. Extract Data Rows: Extract the data for each player row-by-row, ensuring it matches the detected headers strictly.
3. Generate RAW RTF Code: Create a valid RTF code block starting with {\rtf1.
- Structure the data using Tab characters (\tab) to separate columns, exactly like the original game export.
- The first line must be the headers.
- Each subsequent line must be a player's data followed by \par (new line).Output ONLY the code block so I can save it as an .rtf file."
FranMarquezTh
What do I do with the .rft file? Does it go in a specific place?
van bearinm
How do chatgpt get the player unique id, race and ethnicity from a screenshot of the player's attributes.
How does Pass completion', 'Distance Covered', 'Expires', etc. has ever have anything to do for assigning a face to a player