• This is a reminder of 3 IMPORTANT RULES:

    1- External self-promotion websites or apps are NOT allowed here, like Discord/Twitter/Patreon/etc.

    2- Do NOT post in other languages. English-only.

    3- Crack/Warez/Piracy talk is NOT allowed.

    Breaking any of the above rules will result in your messages being deleted and you will be banned upon repetition.

    Please, stop by this thread SoccerGaming Forum Rules And Guidelines and make sure you read and understand our policies.

    Thank you!

Chris copy kits

jahfooty82

Reserves
1.- You must create another RX3 files, for example the keeper kit ID is 2

Arsenal
kit_1_2_0

Copy this file and rename as kit_1_12_0....with RX3 tool open it and add the images for the alternate keeper


2.- You must edit lua file....and add the ID

Arsenal example
assignGKKit(1,0,{2,12,13})

With this line Arsenal can alternate randomly 3 keeper kits...the 2 - 12 - 13

Description
assignGKKit(teamID,kit ID,{kit1,kit2,kit3})
Which lua file needs to be edited to add kits? This info should really be stickied in this forum to make it easily accessible.
 

Spidercyb

Senior Squad
Which lua file needs to be edited to add kits? This info should really be stickied in this forum to make it easily accessible.
With lua files you don´t add kits, with CM can do it....
In lua files you just configurate the keepers, specific colors, fonts for kits already installed

Example
Borussia M'gladbach

assignKitDetails(23,13,-1,"DCDCDC",-1,-1,1,1,-1,2)

ID team = 23
DCDCDC = black color for the name player
the first number 1 (bold) = black shirt number
the second number 1 (bold) = black short number


assignGKKit(23,0,{2,12,13})

with this line you choose randomly wich keeper use wich kit

23 = team ID
0 = kit (home kit) = 1 away = 3 third = 4 fourth = 6 fifth, etc.... (the number 5 not used.
2 = kit, first keeper kit
12 = kit, second keeper kit
13 = kit, third keeper kit
 

nikolapfc89

Youth Team
Also for you guys who are new in this, you can see what color code is in photoshop.
Just select color you want and copy code in lua file.

 


Top