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

Damien

Reserve Team
pao4ever;3202836 said:
can you please explain what does the update fix? I mean, is there any good reason downloading it?

This new stadium.lua can link stadium textures to tournaments.
 

scouser09

Senior Squad
The update fixes the assignment of stadium textures to tournaments. There is a manual fix below for anyone who prefares update that way.

Thanks for the comments everyone. Apologies if I have missed any questions, there have beeen alot.

ManUtdFan20;3202228 said:
Whats the IDs for all the leagues and tournaments ?

The IDs are asset IDs rather than tournament IDs. I am not sure where to find them specifically for FIFA 12, but they seem to be the same values as in FIFA 11. In CM11, you can get these IDs in the tournament tabs, they are labled "Asset ID".


aresMX;3202242 said:
can you give an example for referee kit assign? i dont know for champions league

assignTournamentRefereeKits(223,1)
Where 1 is the set number and 223 is asset ID for UEFA Champions League.


sam_red devil;3202317 said:
guys where to type this

assignPlayerFace(id),in players.lua

second question will the change appear in existing career mode??

Near the top, there are instructions in the file. All assignments will show in saved careers.


zlatan87;3202325 said:
Wipes relink seems to not work...Scouser if you want i will send you my personal edited wipe and you will test it!

Thanks, that will be very helpful.


zlatan87;3202330 said:
Sorry Scouser, i've tested also Stadium textures but not work, its correct this line??


assignTournamentStadTex(247,210,223) --Stadiums Coppa Italia

and put in stadium folder these files:

stadium_247_1_container_223.rx3
stadium_247_3_container_223.rx3

I investigated and found a bug, your setup is correct.

Replace this line (aprox line 115):

local stadiumAsset = "data/sceneassets/stadium/${db.stadium[?].prefix}_${db.stadium[?].stadiumID}_${db.stadium[?].lightType}_container_0.rx3;data/sceneassets/stadium/${db.stadium[?].prefix}_666_1_container_${db.stadium[?].stadTexID}.rx3"

With this line:

local stadiumAsset = "data/sceneassets/stadium/${db.stadium[?].prefix}_${db.stadium[?].stadiumID}_${db.stadium[?].lightType}_container_${db.stadium[?].stadTexID}.rx3;data/sceneassets/stadium/${db.stadium[?].prefix}_666_1_container_0.rx3"

Otherwise, you can re-download the mod.


sam_red devil;3202656 said:
i tried the method as it was mentioned...here are the steps that i followed

cm12->player john mensah->unticked the generic face->imported the 3d head model,hair model+load,hair textures and tex and eye.->saved the cm12 and exit.

Now step2

opened the players.lua from game folder

added the code

addspecificface(player id) --john mensah face

save and exit.
Mensah is in the game but not in career mode.plz tell where im wrong

Your assignment statement is incorrect. Use:

assignPlayerFace(200202) --John Mensah Face


Cesc Fabregas;3202785 said:
What about goalkeeper pants, does it just mean that you can add the generic black shorts
to any player or we can add different real goalkeeper shorts to the players? Wanted to add
real 1860 munich pants to Kiraly but it didn't work, so I assume that it was just a missunderstanding
and it just mean you can add a generic pant to a player. Right or have I just did something wrong? ;)

That assignment just assigns the generic black pants. It is posible to add and assign new GK pants to players, this feature could be added to a future version of this mod if it is wanted.
 

zlatan87

Youth Team
scouser09;3202859 said:
I investigated and found a bug, your setup is correct.

Replace this line (aprox line 115):

local stadiumAsset = "data/sceneassets/stadium/${db.stadium[?].prefix}_${db.stadium[?].stadiumID}_${db.stadium[?].lightType}_container_0.rx3;data/sceneassets/stadium/${db.stadium[?].prefix}_666_1_container_${db.stadium[?].stadTexID}.rx3"

With this line:

local stadiumAsset = "data/sceneassets/stadium/${db.stadium[?].prefix}_${db.stadium[?].stadiumID}_${db.stadium[?].lightType}_container_${db.stadium[?].stadTexID}.rx3;data/sceneassets/stadium/${db.stadium[?].prefix}_666_1_container_0.rx3"

Otherwise, you can re-download the mod.

Thanks a lot Scouser!!! i will upload you one wipe in mp ;) is of my future superpatch use it for test your mod ;)
 

Cesc Fabregas

Senior Squad
scouser09;3202859 said:
That assignment just assigns the generic black pants. It is posible to add and assign new GK pants to players, this feature could be added to a future version of this mod if it is wanted.
Would be great ;)
 

zlatan87

Youth Team
Now it Work!!! ;) look ucl banners of Juventus Stadium :D

 

V.K

Starting XI
Can't make it work so far
Added this line to player.lua

AssignPlayerBoot(20801,250)

Where 20801 is the ID of C. Ronaldo
Created three files (texture,bumps,model) for the boot 250
But nothing happens
 

zlatan87

Youth Team
V.K;3202868 said:
Can't make it work so far
Added this line to player.lua

AssignPlayerBoot(20801,250)

Where 20801 is the ID of C. Ronaldo
Created three files (texture,bumps,model) for the boot 250
But nothing happens

Strange, i've tried with xavi and it work!! how you've renamed boot files???
 

V.K

Starting XI
My bad
The word "Assign" needs to start from the small letter "a" :)
Now it works perfectly
 

pao4ever

Starting XI
I've found a strange thing, not quite sure if it's a bug or what... I assigned 4 referee kits for the Serie A named kit_6004_5_31.rx3, kit_6005_5_31.rx3, kit_6006_5_31.rx3 and kit_6007_5_31.rx3, but it seems that only the last one (kit_6007_5_31.rx3) appears. same goes for UEFA Champions League. any clue?
 

regularcat

Manager
Moderator
pao4ever;3202889 said:
I've found a strange thing, not quite sure if it's a bug or what... I assigned 4 referee kits for the Serie A named kit_6004_5_31.rx3, kit_6005_5_31.rx3, kit_6006_5_31.rx3 and kit_6007_5_31.rx3, but it seems that only the last one (kit_6007_5_31.rx3) appears. same goes for UEFA Champions League. any clue?

the game just reads the first entry, my guess is one kit per ref per league.
 

zlatan87

Youth Team
pao4ever;3202889 said:
I've found a strange thing, not quite sure if it's a bug or what... I assigned 4 referee kits for the Serie A named kit_6004_5_31.rx3, kit_6005_5_31.rx3, kit_6006_5_31.rx3 and kit_6007_5_31.rx3, but it seems that only the last one (kit_6007_5_31.rx3) appears. same goes for UEFA Champions League. any clue?

I think that is most used kits of game....because for game is red colour and is less used, try to play serie a with milan home kit and i think it not will load 6007!
 

Danilo Pinheiro

Youth Team
LuksReis;3202879 said:
Help me!

What lines do I edit to put face?

just this by now...

mano, no inicio é complicado, mas quando pegar o jeito é de certa forma é simples, eu agradeço ao meu mano Regularcat, foi ele quem me ensinou, enfim, vamos la.

primeiro vc faz o processo normal pra importar face, caso não saiba, veja esse tutorial, feito esse processo, a unica coisa que vc se lembrar é o ID do jogador que vc acabou de colocar a face, essa imagem mostra certo aonde fica o ID.

Agora vc precisa abrir o manual em PDF do revolution mode, essa outra imagem mostra qual é o código para colocar faces, copie ele.

o terceiro e ultimo passo, vc abre o arquivo "player" do revolution mode, cola o código como mostra essa terceira imagem e entre parenteses vc coloca o ID do jogador a qual vc colocou a face, basta salvar e pronto.

Eu fiz esse processo quase agora, justamente pra fazer esse mini tutorial, funcionou perfeitamente, tanto nos modos amistosos, quando no modo carreira.


ps. caso a face ainda não apareça, volte no menu dentro do jogo, vá em "personalizar fifa 12" >> "editar equipas" >> "alterar plantéis" >> "repor todos os plantéis"

__________________________________________________________


bro, is complicated in the beginning, but when you get the hang of it is somewhat simple, i thank my bro Regularcat was he who taught me, finally, lets go.

first you do the normal process to import face, if you are unsure, see this tutorial, this process done, the only thing you remember is the ID of the player that you just put the face, this image shows is sure where the ID .

Now you need to open the PDF manual of revolution mode, another image that shows what the code is to put faces, copy it.

the third and last step, you open the file "player" of the revolution mode, paste the code as shown in the third image, and in parentheses you put the ID of the player which you put the face, just save and go.

I did this process just now, just to make this mini tutorial, worked perfectly, both in friendly ways, when in career mode.


ps. If the face does not appear, go back into the game menu, go to "customize fifa 12" >> "edit teams" >> "change squads" >> "reset all squads"
 

LuksReis

Youth Team
Danilo Pinheiro;3202915 said:
mano, no inicio é complicado, mas quando pegar o jeito é de certa forma é simples, eu agradeço ao meu mano Regularcat, foi ele quem me ensinou, enfim, vamos la.

primeiro vc faz o processo normal pra importar face, caso não saiba, veja esse tutorial, feito esse processo, a unica coisa que vc se lembrar é o ID do jogador que vc acabou de colocar a face, essa imagem mostra certo aonde fica o ID.

Agora vc precisa abrir o manual em PDF do revolution mode, essa outra imagem mostra qual é o código para colocar faces, copie ele.

o terceiro e ultimo passo, vc abre o arquivo "player" do revolution mode, cola o código como mostra essa terceira imagem e entre parenteses vc coloca o ID do jogador a qual vc colocou a face, basta salvar e pronto.

Eu fiz esse processo quase agora, justamente pra fazer esse mini tutorial, funcionou perfeitamente, tanto nos modos amistosos, quando no modo carreira.


ps. caso a face ainda não apareça, volte no menu dentro do jogo, vá em "personalizar fifa 12" >> "editar equipas" >> "alterar plantéis" >> "repor todos os plantéis"

__________________________________________________________


bro, is complicated in the beginning, but when you get the hang of it is somewhat simple, i thank my bro Regularcat was he who taught me, finally, lets go.

first you do the normal process to import face, if you are unsure, see this tutorial, this process done, the only thing you remember is the ID of the player that you just put the face, this image shows is sure where the ID .

Now you need to open the PDF manual of revolution mode, another image that shows what the code is to put faces, copy it.

the third and last step, you open the file "player" of the revolution mode, paste the code as shown in the third image, and in parentheses you put the ID of the player which you put the face, just save and go.

I did this process just now, just to make this mini tutorial, worked perfectly, both in friendly ways, when in career mode.


ps. If the face does not appear, go back into the game menu, go to "customize fifa 12" >> "edit teams" >> "change squads" >> "reset all squads"

Nossa cara, obrigado mesmo!!!!!

Quanto ao CM eu até q manjo um pouquinho. Vou testar aqui e retorno pra falar se deu certo, quanto as outras coisa como Adboard e etc, é mais ou menos o mesmo passo??

Obrigado de novo cara, nem acredito q vai dar pra colocar faces em carreiras ja iniciadas!!! :33vff3o:

Abração!!

---------------

Our guy, Thank you so!!

I tested here, the other thing as adboard, etc., is more or less the same time?

Thanks again man, not going to believe q to put faces on careers already started! :33vff3o:

Big hug!

i'm using help of google translate, sorry!
 

Danilo Pinheiro

Youth Team
sem problemas cara, com as adboards é praticamente o mesmo, vc as importa em um lote vazio e salva.

abre o stadium.lua copia o codigo das adboards e cola nesse arquivo, a unica diferença é que vc precisa do ID da adboard e o ID da equipe para qual vc quer colocar a adboard

no problem bro, with adboards is practically the same, you import them into an empty lot and save.

open the stadium.lua, copy the code adboards and paste in this file, the only difference is that you need the ID adboard, and the ID team for which you want to put adboard
 

LuksReis

Youth Team
Danilo Pinheiro;3202924 said:
sem problemas cara, com as adboards é praticamente o mesmo, vc as importa em um lote vazio e salva.

abre o stadium.lua copia o codigo das adboards e cola nesse arquivo, a unica diferença é que vc precisa do ID da adboard e o ID da equipe para qual vc quer colocar a adboard

no problem bro, with adboards is practically the same, you import them into an empty lot and save.

open the stadium.lua, copy the code adboards and paste in this file, the only difference is that you need the ID adboard, and the ID team for which you want to put adboard

Nossa cara, valeu mesmo, testei as faces e funcionou certinho...

Agora vou testar com os outros itens, qualquer coisa eu te pergunto aqui!!

Abraços, e o Oscar vai se fu#$*. (Y)

--------------------

Our guy, thanks a lot, I tested the faces and it worked just right ...

Now, I will test with other items, anything I ask you here!

Hugs, and the Oscar goes to fu#$*. (Y)
 


Top