• 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!

Revolution Mod 16

pao4ever

Starting XI
I bet this gonna be a tough shit to use the new colours state... even more for a new league in the game

Sent from my SM-N7505 using tapatalk
 

K-Roq

Youth Team
@Scouser09

Checked the general.lua and yes it had those statements. Went ahead and deleted it, saved it, regenerated, and worked!

Just 1 Question though, by deleting nameAndnumberAssets from the general.lua, will that cause any bugs or corrupt number assignments?

Thank you for your hard work as well man. cheers.
 

7ordy

Youth Team
Hi Master scouser09, thanks for your new verson of RM16.
For the new feature, I have changed my statements as below:
Code:
--Manchester United
assignTeamTournament(11,13) --England Premier League (1)

identifyTeamKitColours(11,0,"A00005","D5D9D5","D5D9D5","0D0C0D")--Home kit with Red/White Shirt, White Short and Black Sock
identifyTeamKitColours(11,10,"A00005","D5D9D5","D5D9D5","D5D9D5")--Home kit with Red/White Shirt, White Short and White Sock
identifyTeamKitColours(11,20,"A00005","D5D9D5","0D0C0D","0D0C0D")--Home kit with Red/White Shirt, Black Short and Black Sock
identifyTeamKitColours(11,1,"D5D9D5","A00005","0D0C0D","D5D9D5")--Away kit with White/Red Shirt, Black Short and White Sock
identifyTeamKitColours(11,11,"D5D9D5","A00005","D5D9D5","D5D9D5")--Away kit with White/Red Shirt, White Short and White Sock
identifyTeamKitColours(11,21,"D5D9D5","A00005","0D0C0D","0D0C0D")--Away kit with White/Red Shirt, Black Short and Black Sock
identifyTeamKitColours(11,2,"007A00","007A00","007A00","007A00")--GK kit with Green Shirt, Green Short and Green Sock
identifyTeamKitColours(11,12,"E8D628","E8D628","0D0C0D","E8D628")--GK kit with Yellow Shirt, Black Short and Yellow Sock
identifyTeamKitColours(11,22,"0046B0","0046B0","0046B0","0046B0")--GK kit with Blue Shirt, Blue Short and Blue Sock
identifyTeamKitColours(11,3,"0D0C0D","C53232","0D0C0D","0D0C0D")--3rd kit with Black/Light Red Shirt, Black Short and Black Sock
identifyTeamKitColours(11,13,"0D0C0D","C53232","0D0C0D","D5D9D5")--3rd kit with Black/Light Red Shirt, Black Short and White Sock
identifyTeamKitColours(11,23,"0D0C0D","C53232","D5D9D5","0D0C0D")--3rd kit with Black/Light Red Shirt, White Short and Black Sock



--not epl
assignKitDetails(11,0,-1,"FAFAFA",0,-1,1,4,0,-1)--Home white/black by Hagi
assignKitDetails(11,10,-1,"FAFAFA",0,-1,1,4,0,-1)--Home white/white by Hagi
assignKitDetails(11,20,-1,"FAFAFA",0,-1,1,1,0,-1)--Home black/black by Hagi
assignKitDetails(11,1,-1,"C50A24",0,-1,4,1,0,-1)--Away black/white by Hagi
assignKitDetails(11,11,-1,"C50A24",0,-1,4,4,0,-1)--Away white/white by Hagi
assignKitDetails(11,21,-1,"C50A24",0,-1,4,1,0,-1)--Away black/black by Hagi
assignKitDetails(11,2,-1,"FAFAFA",0,-1,-1,1,1,0,-1)--GK green by Hagi
assignKitDetails(11,12,-1,"040404",0,-1,2,1,0,-1)--GK Yellow by Hagi
assignKitDetails(11,22,-1,"FAFAFA",0,-1,1,1,0,-1)--GK blue by Hagi
assignKitDetails(11,3,-1,"EE4234",0,-1,18,18,0,-1)--3rd black/black by Hagi
assignKitDetails(11,13,-1,"EE4234",0,-1,18,18,0,-1)--3rd black/white by Hagi
assignKitDetails(11,23,-1,"EE4234",0,-1,18,18,0,-1)--3rd white/black by Hagi

--epl
assignTournamentKitDetails(11,0,13,-1,"FAFAFA",1,-1,1,2,0,-1)--Home white/black by Hagi
assignTournamentKitDetails(11,10,13,-1,"FAFAFA",1,-1,1,2,0,-1)--Home white/white by Hagi
assignTournamentKitDetails(11,20,13,-1,"FAFAFA",1,-1,1,1,0,-1)--Home black/black by Hagi
assignTournamentKitDetails(11,1,13,-1,"040404",1,-1,2,1,0,-1)--Away black/white by Hagi
assignTournamentKitDetails(11,11,13,-1,"040404",1,-1,2,2,0,-1)--Away white/white by Hagi
assignTournamentKitDetails(11,21,13,-1,"040404",1,-1,2,1,0,-1)--Away black/black by Hagi
assignTournamentKitDetails(11,2,13,-1,"FAFAFA",1,-1,1,1,0,-1)--GK green by Hagi
assignTournamentKitDetails(11,12,13,-1,"040404",1,1,2,1,0,-1)--GK Yellow by Hagi
assignTournamentKitDetails(11,22,13,-1,"FAFAFA",1,-1,1,1,0,-1)--GK blue by Hagi
assignTournamentKitDetails(11,3,13,-1,"FAFAFA",1,-1,1,1,0,-1)--3rd black/black by Hagi
assignTournamentKitDetails(11,13,13,-1,"FAFAFA",1,-1,1,1,0,-1)--3rd black/white by Hagi
assignTournamentKitDetails(11,23,13,-1,"FAFAFA",1,-1,1,2,0,-1)--3rd white/black by Hagi


assignKitAlternates(11,0,{10,20},{10,20},{10,20})--use Alternates home kit with 3 different colors
assignKitAlternates(11,1,{11,21},{11,21},{11,21})--use Alternates away kit with 3 different colors
assignKitAlternates(11,3,{13,23},{13,23},{13,23})--use Alternates 3rd kit with 3 different colors


assignGKKitPrecedence(11,0,1,{2,12,22})
assignGKKitPrecedence(11,10,1,{2,12,22})
assignGKKitPrecedence(11,20,1,{2,12,22})
assignGKKitPrecedence(11,1,1,{2,12,22})
assignGKKitPrecedence(11,11,1,{2,12,22})
assignGKKitPrecedence(11,21,1,{2,12,22})
assignGKKitPrecedence(11,3,1,{2,12,22})
assignGKKitPrecedence(11,13,1,{2,12,22})
assignGKKitPrecedence(11,23,1,{2,12,22})
I'm wondering whether my statements are correct?
I've changed old statement:
Code:
swapTeamKit (11,0,{0,10,20})--use Alternates home kit with 3 different colors
swapTeamKit (11,1,{1,11,21})--use Alternates away kit with 3 different colors
swapTeamKit (11,3,{3,13,23})--use Alternates 3rd kit with 3 different colors


assignGKKit (11,0,{2,12,22})
assignGKKit (11,10,{2,12,22})
assignGKKit (11,20,{2,12,22})
assignGKKit (11,1,{2,12,22})
assignGKKit (11,11,{2,12,22})
assignGKKit (11,21,{2,12,22})
assignGKKit (11,3,{2,12,22})
assignGKKit (11,13,{2,12,22})
assignGKKit (11,23,{2,12,22})
to the new one:
Code:
assignKitAlternates(11,0,{10,20},{10,20},{10,20})--use Alternates home kit with 3 different colors
assignKitAlternates(11,1,{11,21},{11,21},{11,21})--use Alternates away kit with 3 different colors
assignKitAlternates(11,3,{13,23},{13,23},{13,23})--use Alternates 3rd kit with 3 different colors


assignGKKitPrecedence(11,0,1,{2,12,22})
assignGKKitPrecedence(11,10,1,{2,12,22})
assignGKKitPrecedence(11,20,1,{2,12,22})
assignGKKitPrecedence(11,1,1,{2,12,22})
assignGKKitPrecedence(11,11,1,{2,12,22})
assignGKKitPrecedence(11,21,1,{2,12,22})
assignGKKitPrecedence(11,3,1,{2,12,22})
assignGKKitPrecedence(11,13,1,{2,12,22})
assignGKKitPrecedence(11,23,1,{2,12,22})

Thanks for your awesome Mod again!
 

steven2212

Reserve Team
Thanks scouser09 for the great mod, Can you please tell me, is this mod allow to asign random between undershirt, long sleeves and short sleeves for a player in any condition ? :)
 

scouser09

Senior Squad
pao4ever;3907988 said:
I bet this gonna be a tough shit to use the new colours state... even more for a new league in the game

Sent from my SM-N7505 using tapatalk

It is not difficult, but it can be time consuming to do an entire league. It is not necessary that you use the exact shade so you could find the hex codes of some common colours and use them for most statements.


Oscato;3907989 said:
hello mate,
the setWipeGraphicType(1) function dont works for me

any idea??

I checked and it is a bug, I will fix it in the next version. The bug is because I accidently inverted the values so use setWipeGraphicType(2) for now.


K-Roq;3908042 said:
@Scouser09

Checked the general.lua and yes it had those statements. Went ahead and deleted it, saved it, regenerated, and worked!

Just 1 Question though, by deleting nameAndnumberAssets from the general.lua, will that cause any bugs or corrupt number assignments?

Thank you for your hard work as well man. cheers.

I would recommend that you restore the statements, removing will not cause bugs but you will loose some functionality.

I would guess that the patch you are playing with uses this statement:
copyTournamentNameAndNumberAssets(224,223)

If so, what this does is it uses all kit numbers and names assigned to Champions League matches in Europa League matches as well. Therefore, rename your file using the Champions League ID (223) instead of the Europa League one.


7ordy;3908103 said:
Hi Master scouser09, thanks for your new verson of RM16.
For the new feature, I have changed my statements as below:
Code:
--Manchester United
assignTeamTournament(11,13) --England Premier League (1)

identifyTeamKitColours(11,0,"A00005","D5D9D5","D5D9D5","0D0C0D")--Home kit with Red/White Shirt, White Short and Black Sock
identifyTeamKitColours(11,10,"A00005","D5D9D5","D5D9D5","D5D9D5")--Home kit with Red/White Shirt, White Short and White Sock
identifyTeamKitColours(11,20,"A00005","D5D9D5","0D0C0D","0D0C0D")--Home kit with Red/White Shirt, Black Short and Black Sock
identifyTeamKitColours(11,1,"D5D9D5","A00005","0D0C0D","D5D9D5")--Away kit with White/Red Shirt, Black Short and White Sock
identifyTeamKitColours(11,11,"D5D9D5","A00005","D5D9D5","D5D9D5")--Away kit with White/Red Shirt, White Short and White Sock
identifyTeamKitColours(11,21,"D5D9D5","A00005","0D0C0D","0D0C0D")--Away kit with White/Red Shirt, Black Short and Black Sock
identifyTeamKitColours(11,2,"007A00","007A00","007A00","007A00")--GK kit with Green Shirt, Green Short and Green Sock
identifyTeamKitColours(11,12,"E8D628","E8D628","0D0C0D","E8D628")--GK kit with Yellow Shirt, Black Short and Yellow Sock
identifyTeamKitColours(11,22,"0046B0","0046B0","0046B0","0046B0")--GK kit with Blue Shirt, Blue Short and Blue Sock
identifyTeamKitColours(11,3,"0D0C0D","C53232","0D0C0D","0D0C0D")--3rd kit with Black/Light Red Shirt, Black Short and Black Sock
identifyTeamKitColours(11,13,"0D0C0D","C53232","0D0C0D","D5D9D5")--3rd kit with Black/Light Red Shirt, Black Short and White Sock
identifyTeamKitColours(11,23,"0D0C0D","C53232","D5D9D5","0D0C0D")--3rd kit with Black/Light Red Shirt, White Short and Black Sock



--not epl
assignKitDetails(11,0,-1,"FAFAFA",0,-1,1,4,0,-1)--Home white/black by Hagi
assignKitDetails(11,10,-1,"FAFAFA",0,-1,1,4,0,-1)--Home white/white by Hagi
assignKitDetails(11,20,-1,"FAFAFA",0,-1,1,1,0,-1)--Home black/black by Hagi
assignKitDetails(11,1,-1,"C50A24",0,-1,4,1,0,-1)--Away black/white by Hagi
assignKitDetails(11,11,-1,"C50A24",0,-1,4,4,0,-1)--Away white/white by Hagi
assignKitDetails(11,21,-1,"C50A24",0,-1,4,1,0,-1)--Away black/black by Hagi
assignKitDetails(11,2,-1,"FAFAFA",0,-1,-1,1,1,0,-1)--GK green by Hagi
assignKitDetails(11,12,-1,"040404",0,-1,2,1,0,-1)--GK Yellow by Hagi
assignKitDetails(11,22,-1,"FAFAFA",0,-1,1,1,0,-1)--GK blue by Hagi
assignKitDetails(11,3,-1,"EE4234",0,-1,18,18,0,-1)--3rd black/black by Hagi
assignKitDetails(11,13,-1,"EE4234",0,-1,18,18,0,-1)--3rd black/white by Hagi
assignKitDetails(11,23,-1,"EE4234",0,-1,18,18,0,-1)--3rd white/black by Hagi

--epl
assignTournamentKitDetails(11,0,13,-1,"FAFAFA",1,-1,1,2,0,-1)--Home white/black by Hagi
assignTournamentKitDetails(11,10,13,-1,"FAFAFA",1,-1,1,2,0,-1)--Home white/white by Hagi
assignTournamentKitDetails(11,20,13,-1,"FAFAFA",1,-1,1,1,0,-1)--Home black/black by Hagi
assignTournamentKitDetails(11,1,13,-1,"040404",1,-1,2,1,0,-1)--Away black/white by Hagi
assignTournamentKitDetails(11,11,13,-1,"040404",1,-1,2,2,0,-1)--Away white/white by Hagi
assignTournamentKitDetails(11,21,13,-1,"040404",1,-1,2,1,0,-1)--Away black/black by Hagi
assignTournamentKitDetails(11,2,13,-1,"FAFAFA",1,-1,1,1,0,-1)--GK green by Hagi
assignTournamentKitDetails(11,12,13,-1,"040404",1,1,2,1,0,-1)--GK Yellow by Hagi
assignTournamentKitDetails(11,22,13,-1,"FAFAFA",1,-1,1,1,0,-1)--GK blue by Hagi
assignTournamentKitDetails(11,3,13,-1,"FAFAFA",1,-1,1,1,0,-1)--3rd black/black by Hagi
assignTournamentKitDetails(11,13,13,-1,"FAFAFA",1,-1,1,1,0,-1)--3rd black/white by Hagi
assignTournamentKitDetails(11,23,13,-1,"FAFAFA",1,-1,1,2,0,-1)--3rd white/black by Hagi


assignKitAlternates(11,0,{10,20},{10,20},{10,20})--use Alternates home kit with 3 different colors
assignKitAlternates(11,1,{11,21},{11,21},{11,21})--use Alternates away kit with 3 different colors
assignKitAlternates(11,3,{13,23},{13,23},{13,23})--use Alternates 3rd kit with 3 different colors


assignGKKitPrecedence(11,0,1,{2,12,22})
assignGKKitPrecedence(11,10,1,{2,12,22})
assignGKKitPrecedence(11,20,1,{2,12,22})
assignGKKitPrecedence(11,1,1,{2,12,22})
assignGKKitPrecedence(11,11,1,{2,12,22})
assignGKKitPrecedence(11,21,1,{2,12,22})
assignGKKitPrecedence(11,3,1,{2,12,22})
assignGKKitPrecedence(11,13,1,{2,12,22})
assignGKKitPrecedence(11,23,1,{2,12,22})
I'm wondering whether my statements are correct?
I've changed old statement:
Code:
swapTeamKit (11,0,{0,10,20})--use Alternates home kit with 3 different colors
swapTeamKit (11,1,{1,11,21})--use Alternates away kit with 3 different colors
swapTeamKit (11,3,{3,13,23})--use Alternates 3rd kit with 3 different colors


assignGKKit (11,0,{2,12,22})
assignGKKit (11,10,{2,12,22})
assignGKKit (11,20,{2,12,22})
assignGKKit (11,1,{2,12,22})
assignGKKit (11,11,{2,12,22})
assignGKKit (11,21,{2,12,22})
assignGKKit (11,3,{2,12,22})
assignGKKit (11,13,{2,12,22})
assignGKKit (11,23,{2,12,22})
to the new one:
Code:
assignKitAlternates(11,0,{10,20},{10,20},{10,20})--use Alternates home kit with 3 different colors
assignKitAlternates(11,1,{11,21},{11,21},{11,21})--use Alternates away kit with 3 different colors
assignKitAlternates(11,3,{13,23},{13,23},{13,23})--use Alternates 3rd kit with 3 different colors


assignGKKitPrecedence(11,0,1,{2,12,22})
assignGKKitPrecedence(11,10,1,{2,12,22})
assignGKKitPrecedence(11,20,1,{2,12,22})
assignGKKitPrecedence(11,1,1,{2,12,22})
assignGKKitPrecedence(11,11,1,{2,12,22})
assignGKKitPrecedence(11,21,1,{2,12,22})
assignGKKitPrecedence(11,3,1,{2,12,22})
assignGKKitPrecedence(11,13,1,{2,12,22})
assignGKKitPrecedence(11,23,1,{2,12,22})

Thanks for your awesome Mod again!

I have a few comments:

All of Manchester United's shirts only have one dominant colour, put both shirt colours to the same value. For example, setting the second colour of the home shirt to white would determine clashes with white kits. The need for a second shirt colour is for teams who use stripes, hoops, ect.
identifyTeamKitColours(11,0,"A00005","A00005","D5D9D5","0D0C0D")

You can still use use swapTeamKit if you want. assignKitAlternates does not support random choices though. From the kits you have, this would be the realistic set up:
assignKitAlternates(11,0,20,10,10)
For the last parameter, you could assign a version with black shorts and white socks instead if you wanted.


steven2212;3908518 said:
Thanks scouser09 for the great mod, Can you please tell me, is this mod allow to asign random between undershirt, long sleeves and short sleeves for a player in any condition ? :)

The mod will not currently allow this, but it will be very easy to add to the next version.
 

steven2212

Reserve Team
Thanks scouser09 for quick response, I hope you will include it for next version, it will be great to see random type of sleeves for the player :). Thank you !
 

pao4ever

Starting XI
Hey Scouse, I created my command lines in every team's lua. Do I have to type the thresholds lines in general.lua, too? Or it will function without them, too? And if I must type those two, too... What do I must type in the parentheses, where you say "shirt"?
 

ArSeNaL4LlFE

Club Supporter
I'm having a problem with the identifyTournamentFinalStadium statement. I've tried with Champions League and European Championships, and it's not working for me.

identifyTournamentFinalStadium(223,5)
identifyTournamentFinalStadium(980,29)

That is how it is written out, and the general.lua is in the proper folder.
D\Origin\FIFA 16\data\fifarna\lua\assignments. Any ideas?
I also have this on the general file and they work, so Im trying to figure it out.
assignTournamentRefereeKitCollar(13,11)
assignTournamentRefereeKitCollar(14,11)
assignTournamentRefereeKitCollar(60,11)
assignTournamentRefereeKitCollar(61,11)
assignTournamentRefereeKitCollar(201,11)
assignTournamentRefereeKitCollar(202,11)
assignTournamentRefereeKitCollar(203,11)
assignTournamentRefereeKitCollar(223,0)
assignTournamentRefereeKitCollar(228,11)
 

pao4ever

Starting XI
Did you play in that stadiums those finals, indeed? This command does not define that stadium for finals. This means that if you play in that stadium, let's say, on the group stage, you'll see the final graphics even there

Sent from my SM-N7505 using tapatalk
 

ArSeNaL4LlFE

Club Supporter
I guess I'm confused on what the statement actually means.

This will identify this stadium as the venue of the final of a tournament, any games held here in the tournament will use assigned final graphics.

I only read what I wrote in Italics and not the rest of the sentence, so that's my fault. Thanks for helping me understand pao.

Is it possible to assign a specific stadium in the final of a tournament?
 

7ordy

Youth Team
Thanks for your response.
One more question: Does every team.lua need to add color statements(identifyTeamKitColours) for the new feature?
 

pao4ever

Starting XI
Scouse, can you tell me what's wrong with my code?

--Atromitos
assignTeamTournament(110452,63) --Rest of World
assignKitDetails(110452,6,-1,"D5D9D5",-1,-1,1,3,-1,-1) --Home Alternative
assignKitDetails(110452,22,-1,"2d2787",-1,-1,3,3,-1,7) --GK Yellow

identifyTeamKitColours(110452,0,"001450","001450","001450","001450") --Home
identifyTeamKitColours(110452,1,"D5D9D5","D5D9D5","D5D9D5","D5D9D5") --Away
identifyTeamKitColours(110452,2,"007A00","007A00","007A00","007A00") --GK Green
identifyTeamKitColours(110452,3,"F88500","F88500","F88500","F88500") --Third
identifyTeamKitColours(110452,4,"001450","001450","001450","001450") --Fourth
identifyTeamKitColours(110452,6,"001450","001450","D5D9D5","001450") --Home Alternative
identifyTeamKitColours(110452,12,"0D0C0D","0D0C0D","0D0C0D","0D0C0D") --GK Black
identifyTeamKitColours(110452,22,"E8D628","E8D628","E8D628","E8D628") --GK Yellow

assignGKKitPrecedence(110452,0,1,{2,22})
assignGKKitPrecedence(110452,1,1,{2,12,22})
assignGKKitPrecedence(110452,3,1,{2,12,22})
assignGKKitPrecedence(110452,4,1,{2,22})
assignGKKitPrecedence(110452,6,1,{2,22})

assignKitAlternates(110452,0,6,0,6)
 

riesscar

Fan Favourite
Staff member
Moderator
Revolution Mod 16

pao4ever;3909364 said:
Scouse, can you tell me what's wrong with my code?

--Atromitos
assignTeamTournament(110452,63) --Rest of World
assignKitDetails(110452,6,-1,"D5D9D5",-1,-1,1,3,-1,-1) --Home Alternative
assignKitDetails(110452,22,-1,"2d2787",-1,-1,3,3,-1,7) --GK Yellow

identifyTeamKitColours(110452,0,"001450","001450","001450","001450") --Home
identifyTeamKitColours(110452,1,"D5D9D5","D5D9D5","D5D9D5","D5D9D5") --Away
identifyTeamKitColours(110452,2,"007A00","007A00","007A00","007A00") --GK Green
identifyTeamKitColours(110452,3,"F88500","F88500","F88500","F88500") --Third
identifyTeamKitColours(110452,4,"001450","001450","001450","001450") --Fourth
identifyTeamKitColours(110452,6,"001450","001450","D5D9D5","001450") --Home Alternative
identifyTeamKitColours(110452,12,"0D0C0D","0D0C0D","0D0C0D","0D0C0D") --GK Black
identifyTeamKitColours(110452,22,"E8D628","E8D628","E8D628","E8D628") --GK Yellow

assignGKKitPrecedence(110452,0,1,{2,22})
assignGKKitPrecedence(110452,1,1,{2,12,22})
assignGKKitPrecedence(110452,3,1,{2,12,22})
assignGKKitPrecedence(110452,4,1,{2,22})
assignGKKitPrecedence(110452,6,1,{2,22})

assignKitAlternates(110452,0,6,0,6)


I'm not all that familiar with the new RM16 revision yet, but what isn't working? Or are you just double-checking to make sure you've implemented the statements correctly?


Sent from my iPad using Tapatalk
 

Jimboni66

Club Supporter
I want to put my Problem in here to

Instead of GK Kit 22.. the 3rd and 4th Kits are loading GKit 2..
I did this For Bayern München too and there it works

But not here

--Borussia Dortmund
assignTeamTournament(22,19) --Germany 1. Bundesliga (1)

enableIndividualKitsTeam(22,0,0)
enableIndividualKitsTeam(22,1,0)
enableIndividualKitsTeam(22,2,0)
enableIndividualKitsTeam(22,3,0)
enableIndividualKitsTeam(22,4,0)

identifyTeamKitColours(22,0,"ccff00","1b1b1b","1b1b1b","ccff00") --Home
identifyTeamKitColours(22,1,"f3f3f3","f3f3f3","f3f3f3","f3f3f3") --Away
identifyTeamKitColours(22,2,"c00000","1b1b1b","1b1b1b","f3f3f3") --Goalkeeper Black Red
identifyTeamKitColours(22,3,"ccff00","1b1b1b","1b1b1b","ccff00") --International home
identifyTeamKitColours(22,4,"f3f3f3","f3f3f3","f3f3f3","f3f3f3") --International Away
identifyTeamKitColours(22,12,"006f4c","1b1b1b","1b1b1b","f3f3f3") --Goalkeeper Green Black
identifyTeamKitColours(22,22,"006f4c","1b1b1b","1b1b1b","f3f3f3") --Goalkeeper Green Black

assignKitDetails(22,0,-1,"9D884E",-1,94,-1,-1,-1,5) --Home
assignKitDetails(22,1,-1,"9D884E",-1,94,-1,-1,-1,5) --Away
assignKitDetails(22,2,-1,"9D884E",-1,94,-1,-1,-1,8) --GK
assignKitDetails(22,3,-1,"9D884E",-1,94,-1,-1,-1,5) --Home International
assignKitDetails(22,4,-1,"9D884E",-1,94,-1,-1,-1,5) --Away International
assignKitDetails(22,22,-1,"9D884E",-1,94,-1,-1,-1,8) --GK
assignKitDetails(22,32,-1,"9D884E",-1,94,-1,-1,-1,8) --GK

assignGKKit(22,0,{2,12,13})
assignGKKit(22,1,{2,12,13})
assignGKKit(22,3,{22)
assignGKKit(22,4,{22)

assignGKKitPrecedence(22,0,0,{2,12}
assignGKKitPrecedence(22,1,1,{2,12}
assignGKKitPrecedence(22,3,0,{22}
assignGKKitPrecedence(22,4,0,{22}
 

riesscar

Fan Favourite
Staff member
Moderator
Jimboni66;3909391 said:
I want to put my Problem in here to

Instead of GK Kit 22.. the 3rd and 4th Kits are loading GKit 2..
I did this For Bayern München too and there it works

But not here

--Borussia Dortmund
assignTeamTournament(22,19) --Germany 1. Bundesliga (1)

enableIndividualKitsTeam(22,0,0)
enableIndividualKitsTeam(22,1,0)
enableIndividualKitsTeam(22,2,0)
enableIndividualKitsTeam(22,3,0)
enableIndividualKitsTeam(22,4,0)

identifyTeamKitColours(22,0,"ccff00","1b1b1b","1b1b1b","ccff00") --Home
identifyTeamKitColours(22,1,"f3f3f3","f3f3f3","f3f3f3","f3f3f3") --Away
identifyTeamKitColours(22,2,"c00000","1b1b1b","1b1b1b","f3f3f3") --Goalkeeper Black Red
identifyTeamKitColours(22,3,"ccff00","1b1b1b","1b1b1b","ccff00") --International home
identifyTeamKitColours(22,4,"f3f3f3","f3f3f3","f3f3f3","f3f3f3") --International Away
identifyTeamKitColours(22,12,"006f4c","1b1b1b","1b1b1b","f3f3f3") --Goalkeeper Green Black
identifyTeamKitColours(22,22,"006f4c","1b1b1b","1b1b1b","f3f3f3") --Goalkeeper Green Black

assignKitDetails(22,0,-1,"9D884E",-1,94,-1,-1,-1,5) --Home
assignKitDetails(22,1,-1,"9D884E",-1,94,-1,-1,-1,5) --Away
assignKitDetails(22,2,-1,"9D884E",-1,94,-1,-1,-1,8) --GK
assignKitDetails(22,3,-1,"9D884E",-1,94,-1,-1,-1,5) --Home International
assignKitDetails(22,4,-1,"9D884E",-1,94,-1,-1,-1,5) --Away International
assignKitDetails(22,22,-1,"9D884E",-1,94,-1,-1,-1,8) --GK
assignKitDetails(22,32,-1,"9D884E",-1,94,-1,-1,-1,8) --GK

assignGKKit(22,0,{2,12,13})
assignGKKit(22,1,{2,12,13})
assignGKKit(22,3,{22)
assignGKKit(22,4,{22)

assignGKKitPrecedence(22,0,0,{2,12}
assignGKKitPrecedence(22,1,1,{2,12}
assignGKKitPrecedence(22,3,0,{22}
assignGKKitPrecedence(22,4,0,{22}


I could be wrong... but I don't think you need assignGKKit anymore. The new statement is assignGKKitPrecedence, as you've written. Perhaps including the assignGKKit statement is causing the problem?


Sent from my iPad using Tapatalk
 

pao4ever

Starting XI
Everything is working fine, except the 6th kit's kit numbers. On the shirt they are blue and on the shorts they're white, but they should be reversed. No matter what I tried

Sent from my SM-N7505 using tapatalk
 


Top