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

scouser09

Senior Squad
I plan to release the next version next week. Here is a list of new features:

-Assign a set of boots to a player, one will be randomly chosen for each game.
-Sleeve length, sock height, jersey tuck and winter accessories can be assigned to players.
-Name layout (straight/curved) can be set for kits.
-GK kits can be assigned to specific games.
-The weather in which winter accessories are used can be set.


ManUtdFan20;3270109 said:
Hey, Is there a way to make the colour of the numbers on the front of the jersy different to the numbers on the back ?

Sorry, this is not possible.


The Danish;3271589 said:
The number coordinates solution works! Thanks man! :)



It works! Thanks! :) What do I do then, if I have another referee kits set named
kit_6004_5_2
kit_6005_5_2
kit_6006_5_2
kit_6007_5_2

wouldn't the above code refer to both sets, or?

That code will work for all sets of referee kits.
 

BlackEmperor

Youth Team
Hey there, nice mod you made here, it's great to be able to assign kits to different tournaments!

I've got two questions though:

1. You said it's not possible to assign scoreboards. Do you mean it's not possible in this version or it won't be possible at all?

2. Can you set the crowd distribution for specific matches as well? Because I'd really like to have 50% Home and 50% Away crowds during final matches of a tournament like the Champions League.
 

scouser09

Senior Squad
BlackEmperor;3273209 said:
Hey there, nice mod you made here, it's great to be able to assign kits to different tournaments!

I've got two questions though:

1. You said it's not possible to assign scoreboards. Do you mean it's not possible in this version or it won't be possible at all?

2. Can you set the crowd distribution for specific matches as well? Because I'd really like to have 50% Home and 50% Away crowds during final matches of a tournament like the Champions League.

It is not possible assign scoreboards by editing the lua files. I wanted to be able to set the crowd volume for specific teams and matches but I could not make it work. It is still a mystery to me why it did not work as the code was good, the game just would not run it.
 

BlackEmperor

Youth Team
Ah, that's a pity. Perhaps you can do it some time!

On another note, the game doesn't seem to take my colours for numbers and namefont.

assignTournamentKitDetails(36,2,0,-1,0xFFABAD0D,-1,0xFFABAD0D,0xFFABAD0D,11)
assignTournamentKitDetails(36,13,0,-1,0xFF464744,-1,0xFF464744,0xFF464744,11)

These are the two codes which are affected. I guess they should be right, but they still show the default black colour which it was before.

EDIT: Ahh, nevermind. I was testing on Friendly Matches and didn't do the colours for them. Silly me...

EDIT2: Changed both for Friendly Matches (IDs: -1 and 15, right?) and they're still black when I test.

EDIT3: Names worked with the assignKitDetails command, numbers seem to only work with normal numbers. :/ Anyway, problem solved, finally...
 

scouser09

Senior Squad
Version 1.3 will be released soon.


BlackEmperor;3274099 said:
Ah, that's a pity. Perhaps you can do it some time!

On another note, the game doesn't seem to take my colours for numbers and namefont.

assignTournamentKitDetails(36,2,0,-1,0xFFABAD0D,-1,0xFFABAD0D,0xFFABAD0D,11)
assignTournamentKitDetails(36,13,0,-1,0xFF464744,-1,0xFF464744,0xFF464744,11)

These are the two codes which are affected. I guess they should be right, but they still show the default black colour which it was before.

EDIT: Ahh, nevermind. I was testing on Friendly Matches and didn't do the colours for them. Silly me...

EDIT2: Changed both for Friendly Matches (IDs: -1 and 15, right?) and they're still black when I test.

EDIT3: Names worked with the assignKitDetails command, numbers seem to only work with normal numbers. :/ Anyway, problem solved, finally...

Number colours should just be integers (1=white, 2=black, 3=blue, 4=red, ect).
 

nobutadag

Club Supporter
I have some problem with zlatan superpatch. When I play kick-off game or tournament all of referees kits are correct. But when I want to play career mode referees from ligue 1 have squares insted of textures. In serie A is a different problem, somtimes referiees wear black serie a kit but sometimes insted of I belive yellow or blue is pink :| Is there some commands for revolution mode to activate correct kits in carrer ?

edit.

Never mind :) i change entry in player.lua

--REF KITS
if (db.player[idx].kitType == 5) then

initRefKits()

if (db.player[idx].kit > 6010) then
db.player[idx].kit = db.player[idx].kit - 10 to 100
end
and it's ok now...and this pink ugly referee kit is just what it is :D
 

nobutadag

Club Supporter
Referees from ligue 1 wears their proper kits. Before there were squares on shirts and shorts...but like i said, only in career mode with zlatan superpatch
 

Damien

Reserve Team
.:: Revolution Mod 12 V.1.3 ::.

.:: Revolution Mod 12 V.1.3 ::.


-Assign sleeve length, jersey tuck, sock height and winter accessories to players.

-Set which weather conditions winter options are used.
-Set the name layout on a kit.
-Set the name layout for a set of kits for a tournament.
-Assign a set of boots to a player for random boot selection.
-Assign a specific kit (GK and outfield player) to use for a specific match.
-Assign a mow pattern to a tournament.


If you use the EURO 2012 DLC from EA Sports you must regenerate with Creation Master 12 instead of i68 Regenerator!


Made by scouser09


Read the "Read Me" file to install the patch correctly!
 


Top