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

pao4ever

Starting XI
it's the set number. you can change it for a specific tournament use. p.e. the file kit_1884_11_223.rx3 will be used as a Champions League away GK kit, as soon as you assign it properly in the player.lua
 

V.K

Starting XI
pao4ever;3203423 said:
you need to xeh-edit the skin.rx3... I had the same prob. look at 2pi's instructions

But all the other tattoos I imported work fine without hex-editing anyting
 

pao4ever

Starting XI
yes, cause the other tattoos you used were already hexed. this time you need to hex this yourself

Guys, who knows how to change number and kit name colour for second GK kit?

look at the Liverpool example in the pdf. if you would, write that example accompanied by the prototype command, so that I'll explain it to you.
 

FormotioN 94

Starting XI
pao4ever;3203738 said:
look at the Liverpool example in the pdf. if you would, write that example accompanied by the prototype command, so that I'll explain it to you.
0xFFFFFFFF this is code for white name color, but CM12 use RGB for name colors! My question: how "convert" RGB to this code?
 

Alacon

Reserve Team
Yeah. See the instruction: assignKitDetails(teamid,kittype,namefont,namecolour,numberset,numbercolourshirt,numbercolourshort,collarnumber)
 

ludom

Club Supporter
Hi,
Great job ! This mod is fantastic !

But maybe someone can help me with this :

I have changed the away kit for Champions League, do a test and everything was fine
Then i have assigned home & away gk kits with no problems but now the CL kit is back to original

Here is the code i use :

----------------------------------------------------------
--PLACE CUSTOM ASSIGNMENTS BELOW HERE
----------------------------------------------------------

-- STANDARD DE LIEGE -- ID : 232 --

assignTournamentPlayerKits(232,2,223,21,8) -- Joueurs CL AWAY (bleu)
assignTournamentPlayerKits(232,2,224,21,8) -- Joueurs EL AWAY (bleu)
assignSpecificGKKit(232) -- assigner un maillot au gardien
assignGKKit(232,0,2) -- GK HOME (noir)
assignKitDetails(232,2,8,0xFFFFFFFF,21,1,1,0) -- Numéros en blanc (1,1)
assignGKKit(232,1,11) -- GK AWAY (Jaune)
assignKitDetails(232,11,8,0x0000000,21,2,2,0) -- Numéros en noir (2,2)

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

I really don't know what happened
 

scouser09

Senior Squad
zlatan87;3203472 said:
Success to insert wipe relink!!!! But for use this mod users must edit programming code inside lua file....there are some conditions to edit, in this week i will post my work ;)

You are correct that the wipes assignment does not work, So far I have not been able to fix the code to make the assignments work.

I think I know how you have succeeded, you are using an if statement for each assignment in the Wipe3dUpdate() function right? I have also succeeded in doing it that way, but I still want to find a simple solution as most users may find that method too complex.


zlatan87;3203282 said:
Tried and work with all leagues but in friendly wipe not work because game read leagues.id and it can't found league id for friendly!

The ID for friendlies is -1. In career mode, friendlies use ID 15.


Devil_John;3203430 said:
Guys, it's possible to enable popups in UCL career with this mode?

No, I have not find a way to do that unfortunatly.


FormotioN 94;3203748 said:
0xFFFFFFFF this is code for white name color, but CM12 use RGB for name colors! My question: how "convert" RGB to this code?

There is a section in the manual for how to determine this colour code. RGB can be converted to hexcode using something like this for example: http://www.endprod.com/colors/rgb2hex.htm . First part of code is 0xFF then the hexcode.



A big thanks to everyone who is helping other users to use this mod!
 

Alacon

Reserve Team
Ludom:
You mistook the order of id numbers in assignTournamentPlayerKits. First must be tournament id, then set id.
 

nicholasnufc

Club Supporter
Is it possible to assign electronic adboards to stadiums? For example, I would like St James Park to have electronic adboards like those in Emirates.
 

ludom

Club Supporter
Alacon;3203783 said:
Ludom:
You mistook the order of id numbers in assignTournamentPlayerKits. First must be tournament id, then set id.

Hum! i'm not proud of this one... Everything is fine now, thanks !

Another question... in this line
assignTournamentPlayerKits(teamid,tournamentassetid,set,numberset,namefont)
What is the "set" ?how can i find it ?
 

caio89

Reserve Team
nicholasnufc;3203791 said:
Is it possible to assign electronic adboards to stadiums? For example, I would like St James Park to have electronic adboards like those in Emirates.
Would like to know that too!
The perfect scenario would be if we could assign electric/standard adboards to any team even if they use the same generic stadium!
 

CarlosMagno

Youth Team
How i do to made a alternative GK kit?

What do I should I write in the .lua file?what?

Not is more easy do an interface to apply changes?
 


Top