LEAGUE SERVER v9.2
This is a module for Kitserver that allows the editing of existing leagues on team selection (not MLÂ selection, for now).
INSTALLATION
============
Just put leagues.dll file on your kitserver folder and open config.txt file with notepad. Under the [KLOAD] section add this line:
dll = leagues.dll
LEAGUES MANAGEMENT
=====================
Create 2 txt files in the kitserver folder: national.txt and club.txt. In this files you specify each league line by line, like this:
XX, LEAGUE_NAME, LEAGUE_LOGO_NAME
XX stands for the slot of the teams (unnamed_1974.bin@dt0f editable with Leagues Editor 2010), e.g. 00 for Europe Slot
LEAGUE_NAME is the actual league name, e.g. Europe
LEAGUE_LOGO_NAME is the name of the league's logo. This is the name of the logo on your dt05.img which is normally something like category_xx, e.g. category_00 for Europe's logo.
Example: To create the original Europe you need to add line 00, Europe, category_00. For original Africa you should add line 03, Europe, category_01.
CREDITS
========
Created by Stelios based on Juce's code. Big thanks to Juce, cause that wouldn't happen without his help. Thanks to everyone helped for testing and Ariel for everything.
Please, add Moddingway to your patch credits for that tool.