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

Assign Multiple GK Kits To A Team

juggermint

Youth Team
Hi All,

Apologies if this is not the correct place for this thread but I wanted to ask how do I assign 2nd and 3rd GK kits fr a team for a specific tournament ID using the .lua files. It was possible with RevMod 14 but is it possible with RevMod 15 at the moment? If so, could someone explain how can I do that please? many thanks!
 

diper6

Club Supporter
--Olympiacos CFP
assignTeamTournament(280,10) --Greece Superleague (1)

assignGKKit(280,0,{2,31,33})
assignGKKit(280,1,{2,31,33})
assignGKKit(280,3,{2,31,33})


assignKitDetails(280,31,25,"0D0C0D",-1,31,2,2,-1,0)
assignKitDetails(280,33,25,"FFFFFF",-1,31,1,1,-1,0)
 

juggermint

Youth Team
diper6;3762672 said:
--Olympiacos CFP
assignTeamTournament(280,10) --Greece Superleague (1)

assignGKKit(280,0,{2,31,33})
assignGKKit(280,1,{2,31,33})
assignGKKit(280,3,{2,31,33})


assignKitDetails(280,31,25,"0D0C0D",-1,31,2,2,-1,0)
assignKitDetails(280,33,25,"FFFFFF",-1,31,1,1,-1,0)

Thanks for the fast reply, really appreciated. Could you please explain what the numbers after assignGKKit mean? e.g. assignGKKit(280,3,{2,31,33})

Thanks!
 

Diegote

Youth Team
Must be I guess: (team ID, Kit type, { Gk kit, Away Gk kit, 3rd Gk kit }). It's explained in the instructions of the RM man....
 


Top