CREDITS: DonMike
# Team Cards Module for PES 6
#Version 1.0
-Release
#Author: Michal17Widzew
#Thanks :
-juce for Kitserver 6 Source Code
## Module Description
This module displays a Team Cards during teams selection in Pro Evolution Soccer 6 (PES6) in one edit mode.
Key Features
- **Dynamic Card Display**: Displays images
- **Transparency Support**: Correctly renders PNG textures with an alpha channel
- **Ease of Use**: Simple system for mapping team IDs to files
Requirements
- PES6 (PC version)
- Kitserver (for module installation)
1. Copy the `Team_Cards.dll` file to the root of the Kitserver folder
2. Create a structure folder: `GDB\Team Cards\textures`
3. Place the `map.txt` file in the `GDB\Team Cards\map.txt` folder
4. Add your textures to the "textures" folder.
## Configuration
Edit the kload.cfg file to load the DLL.
Example:
DLL.15 = "kitserver\Team_Cards.dll"
Don't forget to increase the DLL.num parameter accordingly.
# Format: <TeamID>,"Path"
18,"Nation\Poland.png"
No comments:
Post a Comment