Setting LOD = 0.0 forces the highest quality model at all distances. AnisoFilterLevel = 16 makes pitch textures sharp at angles. This turns the PES 2013 turf from a green blur into a carpet of individual grass blades. Conclusion: Is Kitserver 13.4.0.0 worth it in 2025? Unequivocally, yes.
[afs2fs] img.dir = "example-root" [kitserv] [kitserver] enabled = 1 [faceserv] enabled = 1 [lodmixer] enabled = 1 Launch pes2013.exe normally. If you see a small blue or grey text flash in the top-left corner of the screen during the boot-up logo, Kitserver 13.4.0.0 is running successfully. Part 4: Troubleshooting Common Kitserver 13.4.0.0 Errors Even experienced modders hit walls. Here are the top three issues and fixes. Error 1: "Kits not loading" or "Black kits on the pitch" Cause: The map.txt file is incorrectly formatted. Solution: Go to GDB\kits\map.txt . The syntax is: Team_ID, "Folder Name" Correct: 101, "Premier League\Arsenal" Incorrect: 101 "Arsenal" (Missing comma) or 101, "Arsenal" (Missing League subfolder if structure exists). Pro Tip: Use Notepad++ to edit these files, not Windows Notepad. Error 2: The game crashes immediately after the KONAMI logo Cause: Usually a module conflict or a corrupt 3D model (face/hair). Solution: Disable modules one by one in config.txt (set enabled = 0). If the game works with faces disabled, you have one corrupt face file in GDB\faces . You must find the specific *.bin file causing the crash (usually a hair model mismatch). Error 3: Kits look jagged / Low resolution Cause: Lodmixer settings are too low, or you have 4K kits with a weak graphics card. Solution: Edit kitserver\lodmixer.ini . Change: kitserver 13.4.0.0
[lod] LOD = 0.0 PlayerLOD = 0 TurfDetail = 2 FanQuality = 3 GrassDensity = 2 [graphics] TextureMemory = 2048 DisableChromaLOD = 1 AnisoFilterLevel = 16 EnableBloom = 1 BloomIntensity = 60 Setting LOD = 0