• 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 12 ::.

Alacon

Reserve Team
13 - Premier League
201 - FA Cup
202 - Football League Cup
223 - UEFA Champions League
224 - UEFA Europa League
228 - FA Community Shield
232 - UEFA Super Cup
31 - Serie A
210 - Coppa Italia
 

regularcat

Manager
Moderator
Haribofan;3205027 said:
has someone a list of all the tournament id's?

thx in advance

Code:
1  //freindly
5  //super cup (winner of cl vs el)
8  //champions league
72  //europa league
174  //ofb samsung cup
190  //tippe bundesliga
194  //coupe belgique
216  //jupiler pro league
222  //ekstrabladet cup
240  //superliga
244  //community shield
247  //fa cup
457  //carling cup
571  //johnstone paint trophy
651  //epl
654  //npower championship
657  //npower league 1
660  //npower league 2
663  //npower championship playoffs
671  //npower league 1 playoff
679  //npower league 2 playoff
688  //trophee des champions
691  //coupe nationale
750  //coupe de ligue
809  //ligue 1
812  //ligue 2
816  //dfb pokal
871  //bundesliga
874  //bundesliga 2
877  //promotion trophy
883  //ea sports cup
907  //aitricity league
911  //supercoppa
914  //coppa nazionale
968  //serie a
971  //serie b
975  //knvb cup
1000  //eredivisie
1004  //nm braathens cup
1026  //tippelegaen
1030  //puchar polski
1052  //t-mobile ekstrakalsa
1056  //taca portugal
1078  //zon sagres
1082  //rpl cup
1104  //sogaz rpl
1108  //scottish cup
1136  //spl
1143  //supercopa de espana
1146  //copa del rey
1199  //bbva
1202  //adelante
1205  //promoción de ascenso
1214  //svenska cupen
1236  //allsvenskan
1240  //swisscom cup
1256  //axpo super league
1261  //us open cup
1285  //mls
1316  //mexican primera apertura
1333  //mexican primera clausura
1352  //a-league
1367  //k-league
1381  //copa kia do brasil
1408  //brasileiro


15  //freindly
201  //fa cup
202  //carling cup
203  //johnstone paint trophy
204  //coupe nationale
205  //coupe de ligue
206  //dfb pokal
208  //copa del rey
210 //coppa nazionale
211  //supercoppa
212  //ofb smsung cup
213  //coupe belgique
215  //ekstrabladet cup
217 //nm braathens cup
218  //taca portugal
219  //scottish cup
220  //svenska cupen
221  //swisscom cup
223  //champions league
224  //europa league
225  //supercopa de espana
228  //community shield
229  //copa kia do brasil
232  //champions league final
233  //trophee des champions
234  //us open cup
308  //zon sagres
31  //serie a
32  //serie b
314  //knvb cup
339  //mls playoffs
351  //a-league
360  //npower league 1 playoff
361  //npower league 2 playoff
366  //puchar polski
39  //mls
4  //jupiler pro league
41  //tippelegaen
451  //a-league playoff
483  //k-league playoff
50  //spl
52  //americas club championship
53  //bbva
54  //adelante
56  //allsvenskan
59  //rpl supercup
60  //npower league 1
61  //npower league 2
65  //airtricity league
66  //t-mobile ekstrakalsa
67  //sogaz rpl
7  //brasileiro
75  //promotion trophy
76  //af cup
8  //rpl cup
80  //tippe3 bundesliga
83  //k-league
84  //mexican primera clausura
85  //mexican primera apertura
86  //ac cup
 

eggnog

Youth Team
I am playing a career mode with Plymouth Argyle.. How can i change the shirt numbers font to premier league style? team id is 1929

so do i add this line?

assignKitDetails(1929,0xFFFFFFFF,16,1,1,0)

Im not sure how to do this for the home and away kits? In the command line i do not see where it describes home or away kit..
 

pao4ever

Starting XI
assignKitDetails(teamid,kittype,namefont,namecolour,numberset,numbercolourshirt,numbercolourshort,collarnumber)

This is the prototype command. So, this is how it should be modified for all the kits:
assignKitDetails(1929,0,18,0xFFFFFFFF,16,1,1,0) --Home Kit
assignKitDetails(1929,1,18,0xFFFFFFFF,16,1,1,0) --Away Kit
assignKitDetails(1929,2,18,0xFFFFFFFF,16,1,1,0) --GK Kit
assignKitDetails(1929,3,18,0xFFFFFFFF,16,1,1,0) --Third Kit

Note that the 0xFFFFFFFF part refers to white name colour, the 18 is the EPL font, the 16 is the EPL numbers, the 1s (ones) are the colour of the numbers (white it is) and the 0 is the collar.
 

eggnog

Youth Team
pao4ever;3205137 said:
assignKitDetails(teamid,kittype,namefont,namecolour,numberset,numbercolourshirt,numbercolourshort,collarnumber)

This is the prototype command. So, this is how it should be modified for all the kits:
assignKitDetails(1929,0,18,0xFFFFFFFF,16,1,1,0) --Home Kit
assignKitDetails(1929,1,18,0xFFFFFFFF,16,1,1,0) --Away Kit
assignKitDetails(1929,2,18,0xFFFFFFFF,16,1,1,0) --GK Kit
assignKitDetails(1929,3,18,0xFFFFFFFF,16,1,1,0) --Third Kit

Note that the 0xFFFFFFFF part refers to white name colour, the 18 is the EPL font, the 16 is the EPL numbers, the 1s (ones) are the colour of the numbers (white it is) and the 0 is the collar.


Thanks alot :-)
 

scouser09

Senior Squad
Thanks regularcat, very helpful! I have adjusted your list to remove the tournament IDs, as only the tournament asset IDs are needed, as well as a few minor changes. I also plan to update the manual to give more examples due to demand.

Code:
-1  //friendly
15  //friendly (career mode)
201  //fa cup
202  //carling cup
203  //johnstone paint trophy
204  //coupe nationale
205  //coupe de ligue
206  //dfb pokal
208  //copa del rey
210 //coppa nazionale
211  //supercoppa
212  //ofb smsung cup
213  //coupe belgique
215  //ekstrabladet cup
217 //nm braathens cup
218  //taca portugal
219  //scottish cup
220  //svenska cupen
221  //swisscom cup
223  //champions league
224  //europa league
225  //supercopa de espana
228  //community shield
229  //copa kia do brasil
232  //uefa super cup
233  //trophee des champions
234  //us open cup
308  //zon sagres
31  //serie a
32  //serie b
314  //knvb cup
339  //mls playoffs
351  //a-league
360  //npower league 1 playoff
361  //npower league 2 playoff
366  //puchar polski
39  //mls
4  //jupiler pro league
41  //tippelegaen
451  //a-league playoff
483  //k-league playoff
50  //spl
52  //americas club championship
53  //bbva
54  //adelante
56  //allsvenskan
59  //rpl supercup
60  //npower league 1
61  //npower league 2
65  //airtricity league
66  //t-mobile ekstrakalsa
67  //sogaz rpl
7  //brasileiro
75  //promotion trophy
76  //af cup
8  //rpl cup
80  //tippe3 bundesliga
83  //k-league
84  //mexican primera clausura
85  //mexican primera apertura
86  //ac cup
 

rizal1304

Youth Team
Guys, can somebody help me with ucl referee kits, i cant make it working..
my player.lua file..

function assignCustomItems()
--------------------------------------------------------------------------------------------------------------
--PLACE CUSTOM ASSIGNMENTS BELOW HERE
--------------------------------------------------------------------------------------------------------------

assignTournamentRefereeKits(223,kit_6204_5_0,rx3)
assignTournamentRefereeKits(223,kit_6205_5_0.rx3)
assignTournamentRefereeKits(223,kit_6206_5_0.rx3)
assignTournamentRefereeKits(223,kit_6207_5_0.rx3)

--------------------------------------------------------------------------------------------------------------
--PLACE CUSTOM ASSIGNMENTS ABOVE HERE
--------------------------------------------------------------------------------------------------------------
end

can someone post working player.lua file to me for reference..
 

Danilo Pinheiro

Youth Team
pao4ever;3204898 said:
write down the command and I'll try to explain to you bro.

for example bro, is just a test, i tried to put kits for man city play community shield , the command seems to be right, because when start the game, the team no have uniform, only green squares and blue, i really need to know to put in "set" and how do i rename files RX3

function assignCustomItems()
--------------------------------------------------------------------------------------------------------------
--PLACE CUSTOM ASSIGNMENTS BELOW HERE
--------------------------------------------------------------------------------------------------------------
assignTournamentPlayerKits(10,228,set,-1,-1) --cityid/cshieldid/?/copy from db



--------------------------------------------------------------------------------------------------------------
--PLACE CUSTOM ASSIGNMENTS ABOVE HERE
 

pao4ever

Starting XI
mate, it's not just the lua... you must rename your kit_6204_5_0 to kit_6204_5_223 etc and then make the lines as

assignTournamentRefereeKits(223,223)
 

vsN

Youth Team
is there a way to change the cup names in fifa? i wanne have cl and el names instead of the standerd cup names
 

pao4ever

Starting XI
Danilo Pinheiro;3205182 said:
for example bro, is just a test, i tried to put kits for man city play community shield , the command seems to be right, because when start the game, the team no have uniform, only green squares and blue, i really need to know to put in "set" and how do i rename files RX3

function assignCustomItems()
--------------------------------------------------------------------------------------------------------------
--PLACE CUSTOM ASSIGNMENTS BELOW HERE
--------------------------------------------------------------------------------------------------------------
assignTournamentPlayerKits(10,228,set,-1,-1) --cityid/cshieldid/?/copy from db



--------------------------------------------------------------------------------------------------------------
--PLACE CUSTOM ASSIGNMENTS ABOVE HERE

follow my steps:
1. You have to CREATE in the data/sceneassets/kit folder the kits you wanna use. p.e. kit_10_0_0.rx3 is the home kit of Manchester City.
2. Duplicate it and rename it kit_10_0_228.rx3. This means that the second home kit is set as the Community Shield home kit. Do it with the rest kits (kit_10_1_0.rx3, kit_10_2_0.rx3, kit_10_3_0.rx3).
3. Open player.lua and add the following command line

assignTournamentPlayerKits(10,228,228,-1,-1) --Man City ComShi Kit

This line will use the file that you created every time you play a Com Shi match. The -1 spots are the default settings the kit uses for kit numbers and font.
 


Top