• 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 16

JochemLFC2

Senior Squad
Crowd distribution is in the cl.ini file.

Also what tournament, match, teams you tried?

I tried a different cl.ini file and general.lua file but both didn't changed anything. :S

No idea what I did wrong or what I maybe deleted.. is there any file that can maybe activate / deactivate Revolution mod ?

I tried league two, dutch first division and bundesliga 2
 
Last edited:

JochemLFC2

Senior Squad
Also discovered that for spesific teams the lua files are still working, it looks like that it's all about the general.lua file.
 

JochemLFC2

Senior Squad
What version of Revolution mod are you using? Because apart from the official one, there are some corrections that I have not seen presented anywhere. I noticed some extra files in FIP 16 which, to my surprise, made some interesting changes.
These are my files: https://www.mediafire.com/file/wwqjzz8fywji0jh/fifarna.rar/file

I did not add files from the assignments folder to the package because I only have files for Polish teams
I fixed it, don’t know what I did wrong but it’s fixed ;)
 

PaoloDNY

Youth Team
Guys, a few questions... I recently updated the French squad when I played with Pogba at home his hair design was the blue one, but when I played away he had a different hair design... is that possible???... (I'll try to take pictures in game)

Is it possible to assign more than just one boot per player???...

In real life when Germany, France or Spain play at home they don't have a unique stadium and they can play in different stadiums randomly (Spain in Madrid, Barcelona, Valencia)... is it possible to do it in the game too???...

Thanks...
 

JochemLFC2

Senior Squad
Guys, a few questions... I recently updated the French squad when I played with Pogba at home his hair design was the blue one, but when I played away he had a different hair design... is that possible???... (I'll try to take pictures in game)

Is it possible to assign more than just one boot per player???...

In real life when Germany, France or Spain play at home they don't have a unique stadium and they can play in different stadiums randomly (Spain in Madrid, Barcelona, Valencia)... is it possible to do it in the game too???...

Thanks...
First, delete all Pogba’s faces hairs hairlod ect, then install his last face again.

the only thing about the stadiums that you can do is change them every time with the revolution mod.
 

FloroMarlboro

Youth Team
Code:
--Arsenal
assignTeamTournament(1,13) --England Premier League (1)

assignKitDetails(1,12,-1,"ff0000",-1,-1,2,2,-1,7) --GK orange
assignKitDetails(1,22,-1,"D5D9D5",-1,-1,1,1,-1,7) --GK black

assignTournamentKitDetails(1,3,223,-1,"ffb79f",-1,-1,10,10,-1,-1)

assignKitAlternateParts(1,1,0,1)
assignKitAlternateParts(1,0,1,1)

assignGKKit(1,0,{2,12,22})
assignGKKit(1,1,{2,12,22})
assignGKKit(1,3,{2,12})

identifyTeamKitColours(1,0,"d0d4d0","b52f3b","d8d8d8","b82a36")
identifyTeamKitColours(1,12,"f86858","f86a5a","f86c58","f86c58")
identifyTeamKitColours(1,1,"f0f0e8","f0f4f0","781830","f0f4f0")
identifyTeamKitColours(1,22,"202020","222422","282828","282828")
identifyTeamKitColours(1,2,"90d850","95da52","98dc50","98dc50")
identifyTeamKitColours(1,3,"003458","203450","083458","083458")

assignTeamTournamentNameLayout(1,223,0)


Code:
--Manchester United
assignTeamTournament(11,13) --England Premier League (1)

assignKitDetails(11,4,-1,-1,-1,-1,1,2,1,-1) --Away v2
assignKitDetails(11,6,-1,-1,-1,-1,4,1,1,-1) --Third v2
assignKitDetails(11,10,-1,"D5D9D5",-1,-1,1,1,1,0) --Home v2
assignKitDetails(11,20,-1,"D5D9D5",-1,-1,1,4,1,0) --Home v3
assignKitDetails(11,30,-1,"D5D9D5",-1,-1,1,1,1,0) --Home v4
assignKitDetails(11,12,-1,"D5D9D5",-1,-1,1,1,1,-1) --GK grey
assignKitDetails(11,22,-1,"0D0C0D",-1,-1,2,2,1,-1) --GK orange

assignTournamentKitDetails(11,2,223,-1,"0D0C0D",-1,-1,2,2,-1,-1)

assignKitAlternates(11,0,20,10,30)

swapTeamKit(11,0,10)
swapTeamKit(11,0,20)
swapTeamKit(11,0,30)

assignKitAlternateParts(11,1,4,3)
assignKitAlternateParts(11,3,6,3)

assignGKKit(11,0,{2,12})
assignGKKit(11,1,{2,12,22})
assignGKKit(11,3,{2,12,22})
assignGKKit(11,4,{2,12,22})
assignGKKit(11,6,{2,12,22})
assignGKKit(11,10,{2,12})
assignGKKit(11,20,{2,12})
assignGKKit(11,30,{2,12})

identifyTeamKitColours(11,0,"d01418","c81418","d8d8d8","282828")
identifyTeamKitColours(11,10,"d01418","c81418","282828","282828")
identifyTeamKitColours(11,12,"606060","686468","686868","686868")
identifyTeamKitColours(11,1,"404440","404240","404440","404440")
identifyTeamKitColours(11,20,"d01418","c81418","d8d8d8","d8d8d8")
identifyTeamKitColours(11,22,"f86858","f86a5a","f86c58","f86c58")
identifyTeamKitColours(11,2,"d0d068","d8d468","d8d468","d8d468")
identifyTeamKitColours(11,30,"d01418","c81418","282828","d8d8d8")
identifyTeamKitColours(11,3,"d0d4d0","d8d8d8","d8d8d8","d8d8d8")
identifyTeamKitColours(11,4,"404440","404240","d8d8d8","d8d8d8")
identifyTeamKitColours(11,6,"d0d4d0","d8d8d8","282828","282828")

assignTeamTournamentNameLayout(11,223,0)

Unfortunately they don't work :/ Can anybody check them?
 

drlatorre

Club Supporter
Hi scouser09! I've been trying to locate the rain textures to no avail. Do you happen to know where they are? They are not in the particle folder where snow textures are. Thanks!
You can edit the setting.lua file under fifarna for rain.. I have removed the rain from rainy match (but you can just reduce it or increase it) but leaving a wet pitch for a specific need I had.. Now I am trying to look for the pitch under snow to have a light snow but less white pitch but I don't know where to find that.
 
Last edited:
Don't judges' collars change simply by changing in the general file? There were changes in the referees' standard 2022 and changing from 0 to 7 within the game the reference in the kit remains collar 0 and in general.lua I changed it to 7. Is there any more data to do this successfully?
 

drlatorre

Club Supporter
can you publish
What version of Revolution mod are you using? Because apart from the official one, there are some corrections that I have not seen presented anywhere. I noticed some extra files in FIP 16 which, to my surprise, made some interesting changes.
These are my files: https://www.mediafire.com/file/wwqjzz8fywji0jh/fifarna.rar/file

I did not add files from the assignments folder to the package because I only have files for Polish teams
Can you give anther link please? I am interested to see the files but the link seems not working
 

drlatorre

Club Supporter
Don't judges' collars change simply by changing in the general file? There were changes in the referees' standard 2022 and changing from 0 to 7 within the game the reference in the kit remains collar 0 and in general.lua I changed it to 7. Is there any more data to do this successfully?
It seems that putting -1 as default is not recognized... I have to put that every single tournament ID..and yes..in general.lua
 

drlatorre

Club Supporter
Is it possible to add a (specific)matchstadium (hometeamID, awayteamID, tournamentID) as already per kits..

I tried to change something in RevMod stadium.lua adding the variable and following what is already there but it crashes. Maybe I have to try again but it would be great to have it.

Same for the referee (name) specific for match . Referees have ID so maybe is possible... and also fo weather condition. Good for hystorical specific matches...

By the way, I have discovered a method to change the referee (name) in the one you want. You just need to go back and forward between kit selection and the following screen the last before the match and everytime the referee changes... but it would be nice to understand how this comes... it doesn't seem in a lua file ...maybe in dll?
 

drlatorre

Club Supporter
sorry if this has been answered before...but i couldn't find it...is there an option for the bench player to wear ALWAYS tracksuits?or even better only tracksuits top?
yes, you can set cold 1 and 1 instead of 0 and 1 in player.lua. but then you need some other option... I don't remember now to avoid that all the players wear winter accessories,..

But being a lua option maybe a direct function could be added by scouser
 

drlatorre

Club Supporter
I believe it's not the way to do it. When I opened the crowd model and texture in blender I realised that the mesh shows only the shirt, nothing else. Like loading the body from another file and only applying the shirt on that model. That's why scouser mentions a KIT image in the documentary. So for the body must be another model
crowd 7, 31, 32, 33 and some else.. I forgot now are ultras fans and the rx.3 contens two objects.. one is the kit (who will become player's kit) the other one is the rest of the body... if you want to create a specific crow model and textures.. wearing a kit you must change only the body part before overwriting..

If you want a normal crowd fan... you have to use another model as base... (btw, it seems not working. for me... I don't see them in game but I have made some change in the rev mod lua file to have a more classic crowd... )
 

drlatorre

Club Supporter
sorry if this has been answered before...but i couldn't find it...is there an option for the bench player to wear ALWAYS tracksuits?or even better only tracksuits top?
I have discovered a nice trick... if you set the latitude of the team 90 or -90 , north and south pole... there it's always cold so the benchplayers wear always tracking suit :-)

To have always tracksuit top instead of the bib you can just use the file of the top... in warmup folder and substitute with that the one of the bib changing filename
 

AndaleO

Club Supporter
I have a question, I need a script in player.lua. I wrote the formula db.player(idx).jerseysleeve = -1 under the part bench(idx). also works but now all players have no jersey. i would only need it for the players on the bench. I'm trying to make a mod where only the bench players wear the tracksuitjacket without the long trousers, but the jersey under the Carlos*et shines through. But if I remove the jersey, it fits wonderfully, but as I said, the field players don't have a jersey either. maybe someone knows rat.
 

Alegria

Youth Team
Hey guys is it possible to add more options for alternate kit parts? I want to make away short and sock to be the alternate part of home kit. I try to add more line but it doesn't work.

Here is my example of lua file
AssignAlternateKitPart(11,0,4,1)
AssignAlternateKitPart(11,0,4,3)
AssignAlternateKitPart(11,1,6,1)
AssignAlternateKitPart(11,1,6,3)
 

pao4ever

Starting XI
Hey guys is it possible to add more options for alternate kit parts? I want to make away short and sock to be the alternate part of home kit. I try to add more line but it doesn't work.

Here is my example of lua file
AssignAlternateKitPart(11,0,4,1)
AssignAlternateKitPart(11,0,4,3)
AssignAlternateKitPart(11,1,6,1)
AssignAlternateKitPart(11,1,6,3)
this option is enabled by default for all teams mate
 

AbdullahNiaz39

Club Supporter
Hello everyone, does anyone knows this idea if we play tournament league in which the player performance good is rating/potential is increasing as same like the career mode?
 


Top