here's a small step by step tutorial to get you started :
1a) If you're on console, create a folder for your Mod anywhere on your HD ; its name will be your Mod name (it should not be "XKT")
1b) If you're on PC, create this folder : %APPDATA%\..\LocalLow\Mana Games\Tennis Elbow 4\Mods\MySuperMod (replace "MySuperMod" by your Mod name ; it should not be "XKT")
2) Inside that folder, create a "Ini" (capital i) subfolder ; inside this subfolder, create an empty text file named "Players.ATP_Mod.ini" . (be careful to replace the .txt extension with an .ini extension ; its name shouldn't be "Players.ATP_Mod.ini.txt")
3) Download the latest version of the XKT Mod from here : https://mod.io/g/tennis-elbow-4/m/xkt (the little arrow on the bottom right)
4a) Open the XKT .zip file and locate "XKT\Ini\Players.ATP.ini" and open it (just double-click the .zip file ; Windows, MacOS & Linux can open it)
4b) if you want to Mod the original player base instead of the XKT base, take instead "TE4-ModdingSDK.zip/TE4-ModdingSDK/Ini/Players.ATP.ini" (you can download it from topic60-33540.php ) ; in this case, ignore the steps 9, 10 & 11 below
5) In Players.ATP.ini, locate the player you want to modify and copy its section name to your "Players.ATP_Mod.ini" ; eg:
- Code: Select all
[Player0238]
6) Now let's add some RankPerYear to this player so his strength in the future years will be determined instead of random ; 1st, we copy the existing RankPerYear from "Players.ATP.ini" and put it under the section name :
- Code: Select all
[Player0238]
RankPerYear = 435, 78, 37, 11, 15, 9, 2
7) Now we add a couple of ranks ; eg: (if you're a Sinner fan

- Code: Select all
RankPerYear = 435, 78, 37, 11, 15, 9, 2, 1, 1, 1
8) Save and close "Players.ATP_Mod.ini"
9) Create a text "Mod.ini" file inside your Mod folder (be careful to replace the .txt extension with an .ini extension ; its name shouldn't be "Mod.ini.txt") ; eg: "MySuperMod\Mod.ini"
10) Copy this into your Mod.ini :
- Code: Select all
[Mod]
DependOn= XKT
11) Save and close "Mod.ini"
12) To upload your Mod on ModIO read here : topic60-34686.php
13) Launch the game and subscribe to your Mod from Main Menu -> Mod Management -> Your Mod Name