• 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

nikolapfc89

Youth Team
I will check them as soon as i come home.

But what about other matches? Is it working? Rev Mod is choosing first kit option available to avoid kit clash. It wont change if there is no kit clash.
 

Alegria

Youth Team
I have Peru as the default team, against Chile... when I play Peru (Home) and Chile (Away) or Chile (Home) and Peru (Away), I never get to see the alternate gk kits even though I had them installed...

--Peru
assignTeamTournament(111108,78) --Internationals

identifyTeamKitColours(111108,0,"e0e4e0","c31422","e0e4e0","e0e4e0") --Home
identifyTeamKitColours(111108,1,"c31422","c31422","c31422","c31422") --Away
identifyTeamKitColours(111108,2,"e6d010","e6d010","e6d010","e6d010") --Yellow GK
identifyTeamKitColours(111108,3,"e0e4e0","c31422","c31422","c31422") --Third
identifyTeamKitColours(111108,12,"181818","181818","181818","181818") --Black GK

assignKitDetails(111108,0,129,"000000",-1,251,2,2,-1,7)
assignKitDetails(111108,1,129,"ffffff",-1,251,1,1,-1,7)
assignKitDetails(111108,2,129,"a00005",-1,251,4,4,-1,7)
assignKitDetails(111108,3,129,"000000",-1,251,2,1,-1,7)
assignKitDetails(111108,12,129,"ffffff",-1,251,1,1,-1,7)

assignGKKitPrecedence(111108,0,1,{2,12})
assignGKKitPrecedence(111108,1,1,{12,2})
assignGKKitPrecedence(111108,3,1,{2,12})

--Chile
assignTeamTournament(111459,78) --Internationals

identifyTeamKitColours(111459,0,"d00008","d00008","0044a8","0044a8") --Home
identifyTeamKitColours(111459,1,"e0e4e0","e0e4e0","e0e4e0","0f3ca0") --Away
identifyTeamKitColours(111459,2,"aa2e6e","6b4a89","6b4a89","aa2e6e") --Purple GK
identifyTeamKitColours(111459,3,"d00008","d00008","0044a8","cdd3cd") --Third
identifyTeamKitColours(111459,12,"1868b0","1868b0","181818","181818") --Blue GK

assignKitDetails(111459,0,129,"dcdcdc",-1,251,1,1,-1,7)
assignKitDetails(111459,1,129,"0046af",-1,251,3,3,-1,0)
assignKitDetails(111459,2,129,"d49900",-1,251,16,16,-1,7)
assignKitDetails(111459,3,129,"dcdcdc",-1,251,1,1,-1,7)
assignKitDetails(111459,12,129,"dcdcdc",-1,251,1,1,-1,7)

assignGKKitPrecedence(111459,0,1,{2,12})
assignGKKitPrecedence(111459,1,1,{12,2})
assignGKKitPrecedence(111459,3,1,{2,12})

Thanks...
I also had this issue with Arsenal (Home) vs Man Utd (Away), Arsenal has black/green/blue GK kits and Man Utd has green/yellow/black GK kits. But somehow arsenal always wear black GK with white (Home) or green (away) socks.
 

gooner25

Youth Team
I also had this issue with Arsenal (Home) vs Man Utd (Away), Arsenal has black/green/blue GK kits and Man Utd has green/yellow/black GK kits. But somehow arsenal always wear black GK with white (Home) or green (away) socks.
Use to regenration !
 

PaoloDNY

Youth Team
Hey guys, I played Peru (Home) vs Peru (Away) and I finally got to see both GKs kits... I guess it is what Nikola said about kit clash even though I didn't have that issue before...

Also, how can I make alternate socks work too???... I used to work for me but not anymore... thanks!!
 

PPP 7

Club Supporter
why is only 1 kb what i am doing wrong?
 

Attachments

  • Screenshot (23).png
    Screenshot (23).png
    237.9 KB · Views: 45

dougstaaarrr

Club Supporter
I've added some classic kits in the game for Celtic and Hibernian, but having some trouble with some statements not appearing to be working? I've set my team files such that, if there's a clash of colours or playing the same team as home and away sides, an alternate strip gets worn by the away team.

This is what I have for Celtic 1967 kits, where usually in the event of a clash, they wear an all-green strip.
If Hibernian is the home team, Celtic wear their home kit, as intended, as their away kit is deemed as more of a clash.

enableIndividualKitsTeam(78,0,1967) --home kit shorts numbers
enableIndividualKitsTeam(78,2,1967) --green GK shorts numbers
enableIndividualKitsTeam(78,12,1967) --yellow GK shorts numbers
assignTournamentKitDetails(78,0,1967,-1,-1,-1,141,2,-1,1,0)
assignTournamentKitDetails(78,1,1967,-1,-1,-1,141,1,-1,1,0)
assignTournamentKitDetails(78,2,1967,-1,-1,-1,141,1,-1,1,0)
assignTournamentKitDetails(78,12,1967,-1,-1,-1,141,2,-1,1,0)
assignTournamentKitDetails(78,13,1967,-1,-1,-1,141,2,-1,1,0)
assignTournamentKitDetails(78,14,1967,-1,-1,-1,141,1,-1,1,0)
identifyTeamKitColoursTournament(78,0,1967,"e0e7e0","55a56e","e0e8e0","e1e7e1") --home
identifyTeamKitColoursTournament(78,1,1967,"237200","237200","237200","237200") --away
identifyTeamKitColoursTournament(78,2,1967,"237200","237200","e1e8e1","e1e8e1") --green GK
identifyTeamKitColoursTournament(78,12,1967,"edc800","edc800","e1e8e1","e1e8e1") --yellow home GK
identifyTeamKitColoursTournament(78,13,1967,"00eeee","00eeee","237200","237200") --yellow away GK
identifyTeamKitColoursTournament(78,14,1967,"111111","111111","237200","237200") --black GK
assignTournamentGKKitPrecedence(78,0,1967,0,{2,12}) --green or yellow GK only
assignTournamentGKKitPrecedence(78,1,1967,1,{13,14}) --yellow or black GK random choice
assignTournamentAlternateKit(78,0,1967,1)

Meanwhile, for Hibernian classic kits (1969), in the event of a clash they wear a purple change kit.
For when I play as Celtic as the home team and Hibernian as the away, I added a few statements using the "assignGameKitTournament", so that Hibernian always use kit type 0 (i.e. the home kit), just as they had done in real life.
However, even though I set the statements as per below, Hibernian will always wear purple. It's as if the "assignGameKitTournament" statement isn't functioning?

assignTournamentKitDetails(81,0,1969,-1,-1,-1,143,1,-1,1,0)
assignTournamentKitDetails(81,1,1969,-1,-1,-1,143,1,-1,1,0)
assignTournamentKitDetails(81,2,1969,-1,-1,-1,143,1,-1,1,9)
assignTournamentKitDetails(81,12,1969,-1,-1,-1,143,1,-1,1,9)
identifyTeamKitColoursTournament(81,0,1969,"208040","208040","e1e8e1","208040") --home
identifyTeamKitColoursTournament(81,1,1969,"502675","502675","0b318a","50207c") --away
identifyTeamKitColoursTournament(81,2,1969,"edc800","edc800","e1e8e1","208040") --yellow GK
identifyTeamKitColoursTournament(81,12,1969,"991112","991112","e1e8e1","208040") --red GK
assignTournamentKitAlternateParts(81,2,1969,12,9)
assignTournamentKitAlternateParts(81,12,1969,12,9)
assignTournamentGKKitPrecedence(81,0,1969,0,{2,12})
assignTournamentGKKitPrecedence(81,1,1969,1,{2,12})
assignGameKitTournament(81,81,78,1969,1,0)
assignGameKitTournament(81,81,78,1969,0,0)
assignGameKitTournament(81,78,81,1969,1,0)
assignGameKitTournament(81,78,81,1969,0,0)

assignTournamentAlternateKit(81,0,1969,1) --sets away kit as alternative

Is there something I'm missing?

On a similar note I've got this set of statements for Blackburn Rovers 1992/93 kits.
The alternate kit gets used if Blackburn are the away team against a team in blue or white, unless the home team kit clashes with the red away (i.e. playing a team in red and white, or red and blue).
I've defined the third kit (yellow) in the statements but is there any statement used to use the 3rd kit as an alternate if kits 0 (home) and 1 (away) clash, or is that not possible? I know goalkeeper kits by use of GKKitPrecedence does check each kit colour identification.

--1992/93
assignTournamentKitDetails(3,0,1993,-1,-1,-1,25,4,-1,0,11)
assignTournamentKitDetails(3,1,1993,-1,-1,-1,143,1,-1,0,11)
assignTournamentKitDetails(3,3,1993,-1,-1,-1,143,3,-1,0,11)
assignTournamentKitDetails(3,2,1993,-1,-1,-1,25,1,-1,0,9)
assignTournamentKitDetails(3,12,1993,-1,-1,-1,25,2,-1,0,9)
identifyTeamKitColoursTournament(3,0,1993,"e0e7e0","004b95","e0e8e0","004c98") --home
identifyTeamKitColoursTournament(3,1,1993,"991112","991112","181c18","181c18") --away
identifyTeamKitColoursTournament(3,3,1993,"edc800","edc800","edc800","edc800") --third
identifyTeamKitColoursTournament(3,2,1993,"888888","888888","181c18","181c18") --grey GK
identifyTeamKitColoursTournament(3,12,1993,"edc800","edc800","181c18","181c18") --yellow GK
assignTournamentKitAlternateParts(3,2,1993,0,9)
assignTournamentKitAlternateParts(3,12,1993,0,9)
assignTournamentGKKitPrecedence(3,0,1993,0,{2,12})
assignTournamentGKKitPrecedence(3,1,1993,0,{2,12})
assignTournamentGKKitPrecedence(3,3,1993,0,{2})
assignTournamentAlternateKit(3,0,1993,1)

Also, finally (sorry for the long post!) on another point, I've got this statement in the global file: _
removeClassicKitShortSleevesOutfield(1969)

Now whilst this is all good and all kits of teams from 1969 and previous wear long sleeves, is there a way to be able to get teams to wear short sleeved shirts from before that decade? Or even be able to get it in the team file, rather than the global file?

What it is, some kits of teams from around 1955 to 1962 always seemed to wear short-sleeved shirts, even in winter. Is there a way to do this?

Thanks!
 
Last edited:

JVN1992

Club Supporter
Is it also possible to let the FX and Crowdplacement to automaticly change same with the stadium model and textures?
 

chrisminswagen

Club Supporter
No, I added some new national team kits and have a career going on. Somehow the german national team didn't have the front number option activated in the database and you can't change that without corrupting the running career. That's why I was wondering if you could activate them via lua.
 

robmar85

Reserve Team
@chrisminswagen
When I play career, I always make a copy of this database. When I change something in kits, it is on a different database. Then, using dbmaster, I export the table with kits from the editing database and import it to the database where I play career. My career has never been ruined by changing the kits table.
 


Top