Our site is generously sponsored by:

The best landscaping service Austin and lawn service company in Austin Texas and Cedar Park is Lawn Service Cedar Park.

Lawn Care Service of Cedar Park
100 E Whitestone Blvd
Ste 148, #166
Cedar Park, TX 78613
(512) 595-0884

The best landscaping service leander and lawn service provider in Leander TX is Leander Landscaping Pros.

Leander Lawn and Landscaping Pros
1800 Montana Ct
Leander, TX 78641
USA
(512) 468-2670
Please give them a visit!
  • This is a reminder of 3 IMPORTANT RULES:

    1- This is an English forum. Please post only in English.

    2- This is NOT a commercial or advertising forum. All content must be shared for FREE.

    3- No invites or links to Discord, Telegram, WhatsApp, or similar platforms.

    Please take a moment to review our forum rules and guidelines here: SoccerGaming Rules and Guidelines.

    Thank you!

  • This is a quick notice about an upcoming SITE UPDATE:

    Our new main website will be launching soon. During this transition, there may be brief periods of downtime.

    The SoccerGaming forums will remain accessible directly at:

    https://soccergaming.com/forums

    We appreciate your patience and support as we work on improving the platform for everyone.

    Thank you!

TOOL Tadeusz ToolSuite Version 2.0 out

Messages
38
Reactions
25
Tadeusz Tool Suite

Tadeusz Converter :
An easy-to-use app for converting a 'player table,' with columns organized for a 'squadfile,' into a player table compatible with fifa_ng_db.
Download

Tadeusz Advanced Player Creator :
A very advanced player creator. It will ask for every attribute then organize it for fifa_ng_db.
For advanced users only.
Download


Do not hesitate if you have suggestions or bugs.

The project is availbale as an open source project on Github
 
Last edited:
Version 1.0 changelog :
Tadeusz Converter :
- Now an exe file, easier to use
- Added an UI, so you can convert another file without needing to reopen the converter

Advanced Player Creator :
- Now an exe file, easier to use
 
Tadeusz Tool Suite
REQUIRERMENTS :
- PYTHON3
After installing PYTHON run theses 3 commands in a command prompt
python3 -m pip install --upgrade pip
pip3 install customtkinter
python3 -m pip install --upgrade Pillow

Tadeusz Converter :
An easy-to-use app for converting a 'player table,' with columns organized for a 'squadfile,' into a player table compatible with fifa_ng_db.
Download

Advanced Player Creator :
A very advanced player creator. It will ask for every attribute then organize it for fifa_ng_db.
For advanced users only.
Download


Do not hesitate if you have suggestions or bugs.

The project is availbale as an open source project on Github
Sounds promising! Curious how it works.
 
Sounds promising! Curious how it works.
So basically it ask to locate a rm24-output type player text file
Then it will detect columns and reorganize them in that order :

new_column_order = [
'haircolorcode', 'facialhairtypecode', 'curve', 'jerseystylecode', 'agility', 'tattooback', 'accessorycode4',
'gksavetype', 'positioning', 'tattooleftarm', 'hairtypecode', 'standingtackle', 'preferredposition3',
'longpassing', 'penalties', 'animfreekickstartposcode', 'isretiring', 'longshots', 'gkdiving', 'icontrait2',
'interceptions', 'shoecolorcode2', 'crossing', 'potential', 'gkreflexes', 'finishingcode1', 'reactions',
'composure', 'vision', 'contractvaliduntil', 'finishing', 'dribbling', 'slidingtackle', 'accessorycode3',
'accessorycolourcode1', 'headtypecode', 'firstnameid', 'driref', 'sprintspeed', 'height','hasseasonaljersey', 'tattoohead', 'preferredposition2', 'strength', 'shoetypecode', 'birthdate', 'preferredposition1', 'tattooleftleg',
'ballcontrol', 'phypos', 'shotpower', 'trait1', 'socklengthcode', 'weight', 'hashighqualityhead', 'gkglovetypecode',
'tattoorightarm', 'icontrait1', 'balance', 'gender', 'headassetid', 'gkkicking', 'lastnameid', 'defspe',
'internationalrep', 'shortpassing', 'freekickaccuracy', 'skillmoves', 'faceposerpreset', 'usercaneditname',
'avatarpomid', 'attackingworkrate', 'finishingcode2', 'aggression', 'acceleration', 'paskic', 'headingaccuracy',
'iscustomized', 'eyebrowcode', 'runningcode2', 'modifier', 'gkhandling', 'eyecolorcode', 'jerseysleevelengthcode',
'accessorycolourcode3', 'accessorycode1', 'playerjointeamdate', 'headclasscode', 'defensiveworkrate', 'tattoofront',
'nationality', 'preferredfoot', 'sideburnscode', 'weakfootabilitytypecode', 'jumping', 'skintypecode', 'personality',
'gkkickstyle', 'stamina', 'playerid', 'accessorycolourcode4', 'gkpositioning', 'headvariation',
'skillmoveslikelihood', 'trait2', 'shohan', 'skintonecode', 'shortstyle', 'overallrating', 'smallsidedshoetypecode',
'emotion', 'runstylecode', 'muscularitycode', 'jerseyfit', 'accessorycode2', 'shoedesigncode', 'playerjerseynameid',
'shoecolorcode1', 'hairstylecode', 'commonnameid', 'bodytypecode', 'animpenaltiesstartposcode', 'pacdiv',
'defensiveawareness', 'runningcode1', 'preferredposition4', 'volleys', 'accessorycolourcode2', 'tattoorightleg',
'facialhaircolorcode'
]
Then the code add a firstnameid column in the output file as it is not present in the inout file
It will the location in where you want to savi it, et voilà
 
Changelog Version 2.0 - Massive Changes
Tadeusz Converter :
- Added an install_requirements.bat file that will automatically install the requirements. how_to_use.txt is if you want to install all requirements by yourself.
If you do not trust the bat file (I respect that) you can simply right click it and click on "edit with notepad" and see by yourself.

- Tadeusz Converter source code : made it easier to use

Advanced Player Creator :
- Addeda install_requirements.bat file and a how_to_use.txt file
 
Last edited:
Hi. Can you tell me the procedure to follow to do the conversion? I get an error message and I think I'm doing something wrong
 
Back
Top