Mlp logo.png Congratulations /mlp/! Mlp logo.png
Winners of the 2024 4chan Spring Babby Cup

Difference between revisions of "Pro Evolution Soccer 2018/Tools"

From Rigged Wiki
Jump to navigation Jump to search
(feel free to improve)
 
m (Adding TED decrypter/encrypter)
Line 17: Line 17:
== Other ==
== Other ==
* [https://github.com/the4chancup/pesXdecrypter pesXdecrypter] - Edit file decrypter used by the tools above, needed if you want to hex edit the editfile manually since it is encrypted.
* [https://github.com/the4chancup/pesXdecrypter pesXdecrypter] - Edit file decrypter used by the tools above, needed if you want to hex edit the editfile manually since it is encrypted.
* [https://drive.google.com/file/d/1hRQjNR3-PbwikAhIaYeRPkb-VtxG2BUL/view?usp=sharing ted] - Decrypter and encrypter for PES18 Team Export Data files
* [[Pro Evolution Soccer 2016/Working with a hex editor|Using a hex editor]] - See [[Pro Evolution Soccer 2018/Edit file]] for details.
* [[Pro Evolution Soccer 2016/Working with a hex editor|Using a hex editor]] - See [[Pro Evolution Soccer 2018/Edit file]] for details.

Revision as of 04:58, 18 April 2019

2018 4chanlogo.png
Pro Evolution Soccer 2018
Game
Rules
Info
Tools
Modding

This page is meant to list all PES18 tools that we recommend worth using in one place.

Edit file

The Edit file (often simply referred to as save) stores all player stats, appearance settings, teams, tactics, and so on. It is created once you start the game and open the Edit menu.
In PES18 EDIT00000000 can be found in %HOMEPATH%\documents\KONAMI\Pro Evolution Soccer 2018\save.

  • Editor - An alpha PES18 editor with the familiar UI of PES Next-Gen Editor.

Textures & Models

  • PES18 mesh tools - Blender add-on for editing FMDLs. Move the folder inside the archive to AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons and remember to enable in Blender's user preferences.
  • FtexTool OR textools - FtexTool has a drag-n-drop GUI whereas textools can batch convert all files in a folder. Textools only handles DXT1 and DXT5 DDS files but apart from that both work fine and which one to use is down to personal preference.
  • Gzstool - Packs/unpacks FPK and FPKD files. See Pro Evolution Soccer 2018/FPK for more details.
  • MTLTools - Allows for easy editing of the FMDL Strings

Other