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

V.K

Starting XI
davidmende;3207006 said:
This would be awesome (Poland EURO 2012 home jersey), let´s keep our fingers crossed!

Actually I was talking about just enabling it. e.g. on a new goalie kit.
 

jschuck12001

Senior Squad
skeptik;3204152 said:
Is there a way to force enable crowds showing their scarves in all stadium and all regions. Also fans waving a flags. For examples in France League, the crowds can wave a big flags and scarves too. I want to enable both, if possible, to any stadium and any country, not only for europes.

Good idea, also if you can get stadium names to show on all stadiums that would be great also.
 

rizal1304

Youth Team
pao4ever;3205257 said:
so far, you couldn't change it with db edition. now it's fixed. anyway, minor finding.. no big deal, just stating it.

how to make epl referee have collar? can u share it..
 

sam_red devil

Starting XI
i dont know what i did wrong.the alternate gk kit appears as a undefined kit for players...what should i type for alternate gk kit for lyon.
 

V.K

Starting XI
Is playing CL in Career mode the only way to play with the assigned CL kits, balls, adboards and stuff?
I would really like to play friendly matches with this awesome atmosphere, picking the teams I want.

I mean it would be awesome, Scouser, if a "CL special mode" would be implemented. Making the game read all the 223 files in friendly matches when enabled.
 

scouser09

Senior Squad
V.K;3205746 said:
What about an order of preferences?
For example: night, if night is impossible, -> overcast, if impossible again, -> day. Any chance for that?

It is not possible to detect whether night textures exist, but it would be possible to manually make a list and use that. This feature looks possible.


pch034;3206205 said:
I put this command, but it does not work.

-> Ligue1 Referee Kit

kit_6004_5_0.rx3 kit_6004_5_16.rx3
kit_6005_5_0.rx3 kit_6005_5_16.rx3
kit_6006_5_0.rx3 -> kit_6006_5_16.rx3
kit_6007_5_0.rx3 kit_6007_5_16.rx3

Put the four files in the folder kit.

And Player.lua the following statement was entered in the file

assignTournamentRefereeKits(16,16) --RefereeLigue1

But don't work. Please help me~!

Your method is correct, there is a small bug specific to referee kits for french tournaments. A fix will be released soon.

For now you can replace this line:

db.player[idx].kit = db.player[idx].kit - 10

with:

db.player[idx].kit = db.player[idx].kit - 100


sam_red devil;3206564 said:
Sometimes i wonder why these settings are there in fifa..like separate adboads,balls,refree kits,wipe etc for diff leagues and especially the tournaments.i think fifa is upto something big.may be they are gettin the licence of champions leagues and europa league and testing these settings in fifa12 game engine for future release?

Actually, some of the new settings did not exist until I added them.


Haribofan;3206878 said:
scouser may it be possible for you to write a code to select a specific face for a referee?

Not sure, I will have a look.


V.K;3206734 said:
By the way, I can't figure out how to enable front number. Is it possible?

Not with this mod, you can do so with CM12.


V.K;3207404 said:
Is playing CL in Career mode the only way to play with the assigned CL kits, balls, adboards and stuff?
I would really like to play friendly matches with this awesome atmosphere, picking the teams I want.

I mean it would be awesome, Scouser, if a "CL special mode" would be implemented. Making the game read all the 223 files in friendly matches when enabled.

This is a good idea, it could be done for any specified tournament.
 

V.K

Starting XI
scouser09;3207507 said:
This is a good idea, it could be done for any specified tournament.
Any chance for a "special mode" for the whole game, so that friendly matches could be played with CL files?

I'm also facing a problem assigning new kitnumbers
I add this line, then create a file kitnumbers_100_4 and insert the number textures

assignKitDetails(100767,2,100,0xFFB82020,1,4,4,0)

I go to "customise fifa" and select Spartak goalie, then the game crashes.
What might be the reason?
 

FormotioN 94

Starting XI
V.K;3207923 said:
Any chance for a "cpecial mode" for the whole game, so that friendly matches could be played with CL files?

I'm also facing a problem assigning new kitnumbers
I add this line, then create a file kitnumbers_100_4 and insert the number textures

assignKitDetails(100767,100,1,0xFFB82020,1,4,4,0)

I go to "customise fifa" and select Spartak goalie, then the game crashes.
What might be the reason?
Строка должна выглядеть так!
assignKitDetails(100767,100,1,0xFFB82020,100,4,4,0)
 

V.K

Starting XI
Ok this was my fault, didn't read the example carefully enough
This is what the line should look like
assignKitDetails(100767,2,1,0xFFB82020,100,4,4,0)

Now I try to assign a kitset of Man City for friendlies
-1 is supposed to be tournamentassetid of friendlymatches
So I write a command
assignTournamentPlayerKits(10,0,-1,10,1,1)
Then I create a kit rx3 named kit_10_0_10
But in the kit selection menu it is just green and blue squares and in thye match the default kit_10_0_0 is used.
Am I doing something wrong or is it imposible to use -1 tournamentassetid?
 

VaSSi

Youth Team
scouser09;3207507 said:
our method is correct, there is a small bug specific to referee kits for french tournaments. A fix will be released soon.

For now you can replace this line:

db.player[idx].kit = db.player[idx].kit - 10

with:

db.player[idx].kit = db.player[idx].kit - 100

You can assign referees kits for friendly s??
 

V.K

Starting XI
Come on guys, what happened to the thread?
This mod is such a wonderful thing to discuss and share opinions.

I really need an answer to this one

V.K;3207936 said:
Now I try to assign a kitset of Man City for friendlies
-1 is supposed to be tournamentassetid of friendlymatches
So I write a command
assignTournamentPlayerKits(10,0,-1,10,1,1)
Then I create a kit rx3 named kit_10_0_10
But in the kit selection menu it is just green and blue squares and in thye match the default kit_10_0_0 is used.
Am I doing something wrong or is it imposible to use -1 tournamentassetid?

And in addition, a question for Scouser - what about staidums using their own net files? E.g. black, blue, and so on. Possible?
 

pao4ever

Starting XI
I guess that usually the "-1" is used to define a default selection, so it may cause a confliction between something default and the tournament ID... only Scouser can tell for sure
 


Top