
X:\Program Files\KONAMI\Winning Eleven 8I\kitserver\KDB\balls
در این آدرس یک فایل به نام
attrib.cfg
است که باید با برنامه
Notepad
باز کنید و سپس توپی رو که دانلود کردین را داخلش آدرس دهی کنید
دو چیز باید واسه یک توپ آدرس دهی شود به طور مثال :
[اسم توپ]
1- مدل سه بعدی توپ
2- پوسته توپ
یعنی به این شکل
[Red Nike Aerow]
ball.model =" red-aerow/ballXXmdl.bin"
ball.texture = "red-aerow/ballXXtex.bin"
پسوند
mdl
مربوط به مدل میشه و پسوند
tex
هم مربوط به پوسته
اسم توپ رو هم که باید قبل از این دو بین [ ] بنویسید
در کل باید همین ساختار رو رعایت کنید
بعد فایل رو سیو کنید و وارد بازی شوید و توپ رو در قسمت کیت سرور بازی با همون نامی که بین [ ] انتخاب کردی انتخاب کنید .

In this address
x:\program files\KONAMI\Winning Eleven 8I\kitserver\KBD\balls
there is a file named attrib.cfg .You should open it with Notepad.Then address the ball which you downloaded,in it .
2 things should be addressed for a ball:
[the name of the ball]
1-the model of ball
2-the texture of ball
for example:
[Red Nike Aerow]
ball.model ="red-aerow/ballXXmdl.bin"
ball.texture ="red-aerow/ballXXtex.bin"
mdl refers to model and tex refers to texture.The name of the ball should be between these [].
Then save the file and enter the game.The ball that you choose in the kitserver of the game should be the one you selected between [] .


این نیز چند مثال دیگر:
here are some another examples:
[Puma - Gremio]
ball.model = "Vio/Puma_Gremio01/ball00mdl.bin"
ball.texture = "Vio/Puma_Gremio01/ball00tex.bin"
[Umbro - Digital Max]
ball.model = "Vio/Umbro_Digital_Max/ball00mdl.bin"
ball.texture = "Vio/Umbro_Digital_Max/ball00tex.bin"
واگه میخواهید توپ رو حذف کنید کافیه که از علامت # در اول دستورات استفاده کنید تا اون خط از دستور غیر فعال شود به طور مثال :

and if you want to omit the ball, you should use # in front of each line.as an example:
###[Nike - T90 Electra Black]
###ball.model = "Nike-Mega/Nike-T90-Electra-Black/ballXXmdl.bin"
###ball.texture = "Nike-Mega/Nike-T90-Electra-Black/ballXXtex.bin"
###[Nike - Aerow90]
###ball.model = "Nike-Mega/Nike-Aerow90/ballXXmdl.bin"
###ball.texture = "Nike-Mega/Nike-Aerow90/ballXXtex.bin"

















