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

brunnoce

Youth Team
Scouser, about this statement:
useGlobalJerseyFit(option) Sets the jersey fit of all players. fit can be normal (0) and tight (1).

Is it possible to set all players to "Team default" like we can inside the game's editor? That would be very helpfull as players would use tight kit if the kit is set(like Italy, Borussia) and would use regular when playing for teams that dont have tight kits.
 

scouser09

Senior Squad
NNicolas23;3809108 said:
Sometimes in games, the general stands are empty however in the back of the stadium you can see ultras all together with flags and banners (specially in game without big attendances). Here some examples:

http://thumbs.dreamstime.com/z/ultras-de-la-muchedumbre-del-estadio-39045561.jpg

http://www.asromaultras.org/1415veronaroma_cdr.jpg

Thanks...

This can be done, but not with this mod. You would need to edit the crowd placement file to set crowd distribution and add additional flags to the ultras section. You could also edit the stadium model to add additional banners to the ultras section.


john_shadow8;3810928 said:
@scouser09 2 questions!

1.Can we use a global statement that will make all players(I assume and the career generated ones) wear long sleeves in winter unless is stated something else in their lua file?

2.can you explain me the PLAYER SHOE STATEMENTS?
you say:
"These statements must be placed in FIFA 14\Game\data\fifarna\lua\assignments\players\playershoe_X.lua, where X is the player ID.
assignPlayerShoe(playerid,bootname)
This assigns a boot to a player. This requires files shoe_textures.rx3 and shoe.rx3 to be placed in data\shoelib\bootname. As bootname is a string, it must appear in quotes."

from default there is no shoelib folder so I must create it and then put the shoe rx3 files there, but with what name file?
e.g.
shoe_21.rx3
shoe_21_textures.rx3
like they are in the data/shoe folder?

and then you say in playershoe_X.lua to write the bootname as string like assignPlayerShoe(41236,"Nike Hypervenom - Crimson+Volt+Black (EA)"), from wear it reads the bootname string??

thanks

1. This would be possible to add.

2. The link for this containing all original boots is on each RM15 download page, also here:
http://www.mediafire.com/download/74q7i8uypkai4v4/Default_Shoe_Library_for_Revolution_Mod_15.rar

The file names are in the text you quoted.


brunnoce;3810972 said:
Scouser, about this statement:
useGlobalJerseyFit(option) Sets the jersey fit of all players. fit can be normal (0) and tight (1).

Is it possible to set all players to "use kit setting" like we can inside the game's editor? That would be very helpfull as players would use tight kit if the kit is set(like Italy, Borussia) and would use regular when playing for teams that dont have tight kits.

There is a parameter in assignKitDetails for shirt fit. I can not tell if the shirt fit option passed into the lua file is taken from team or player settings.
 

brunnoce

Youth Team
scouser09;3812122 said:
There is a parameter in assignKitDetails for shirt fit. I can not tell if the shirt fit option passed into the lua file is taken from team or player settings.

I understand, so we would need to find out wich is the value for the "kit default" setting... i tried 2 but didnt work...

About the crowd load manipulation did u make any progress?
 

Chuny

Chairman
Staff member
Administrator
Super Moderator
Hey Scouser!

I'm having doubts on how to assing a Stadium (Bernabeu) a specific pitch-pattern. I want it to use the large horizontal stripes instead of the small chequered design. How can I do that through Revolution Mod?

Thank you very much in advance.
 

scouser09

Senior Squad
::..Federico Debla..::;3812501 said:
Hey Scouser!

I'm having doubts on how to assing a Stadium (Bernabeu) a specific pitch-pattern. I want it to use the large horizontal stripes instead of the small chequered design. How can I do that through Revolution Mod?

Thank you very much in advance.

Extract the file containing your preferred mow pattern and rename.


brunnoce;3812337 said:
I understand, so we would need to find out wich is the value for the "kit default" setting... i tried 2 but didnt work...

About the crowd load manipulation did u make any progress?

With lua editing it is not possible to determine the team kit fit or player kit fit settings, the game decides the setting

In the lua files there is a single jersey fit setting, it is not possible to tell if this was determined by the player and/or team kit setting. The game makes this decision before passing the value to the lua file. The best solution is to manually set the team kit fit with assignKitDetails as this will take precedence over setJerseyFit.

I have made progress with the crowd LOD adjustment, I just need to do more testing before confirming. I have added a scale so you can find the highest LOD your game can run smoothly rather than picking highest LOD or lowest LOD only.
 

saintric

Youth Team
hi just wondering how do i set a team to use the hexagon net texture in this years fifa? I remember in 13 its was in the goalnet.lua file and you would use either 0 or 1 to choose net texture

i put this in this year goalnet.lua

function assignCustomItemsNets()
--------------------------------------------------------------------------------------------------------------
--PLACE CUSTOM ASSIGNMENTS BELOW HERE
--------------------------------------------------------------------------------------------------------------

specificgoalnet_111657_1.rx3


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

it just made the whole goal disappear lol any ideas? thanks
 

boom89

Club Supporter
Hi scouser09, i need your help!

I want play the UCL Final in the Olympiastadion (Berlin), Is identifyTournamentFinalStadium(tournamentassetid,stadiumid) the correct statement?

Is the correct way write the statement in FIFA 15\Game\data\fifarna\lua\assignments\general.lua?

I tried to do that but in Carrer Mode it didn't work!

Thanks!
 

scouser09

Senior Squad
saintric;3814133 said:
hi just wondering how do i set a team to use the hexagon net texture in this years fifa? I remember in 13 its was in the goalnet.lua file and you would use either 0 or 1 to choose net texture

i put this in this year goalnet.lua

function assignCustomItemsNets()
--------------------------------------------------------------------------------------------------------------
--PLACE CUSTOM ASSIGNMENTS BELOW HERE
--------------------------------------------------------------------------------------------------------------

specificgoalnet_111657_1.rx3


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

it just made the whole goal disappear lol any ideas? thanks

There have been changes made to how this mod works since FIFA 13, this is explained in the documentation. Goal net shape and many other items are now automatic assignments, just add the file with the correct name and it will be used, no code assignment needed.


boom89;3814632 said:
Hi scouser09, i need your help!

I want play the UCL Final in the Olympiastadion (Berlin), Is identifyTournamentFinalStadium(tournamentassetid,stadiumid) the correct statement?

Is the correct way write the statement in FIFA 15\Game\data\fifarna\lua\assignments\general.lua?

I tried to do that but in Carrer Mode it didn't work!

Thanks!

This statement does not assign the stadium used in the final, it is just used to help identify if a match is a final to enable final specific graphics (kits, ball, ect.)

You can not assign a tournament final stadium with this mod, either do this in your DB if you do not have an active career or use Stadium Server.
 

saintric

Youth Team
thanks for the reply scouser09 its my first time modding fifa 15 i wasnt aware it had changed i did look through the documentation and saw goalnet shape but i thought this just meant either triangle or rectangle net shape and not square or hexagon options, I will work it out anyway

thanks for the great tool again this year
 

scouser09

Senior Squad
pao4ever;3814720 said:
So, we have to add the stadium final statement for every stadium ID in the game...?

I would not recommend that. With lua editing, I am not able to detect what round of a tournament is being played. Therefore, all games at the stadium for that tournament will trigger final graphics.


brunnoce;3816397 said:
Scouser any news regarding the crowd lod tool? :D

I have not worked on the mod since my last update on this feature.
 

ManUnitedXI

Youth Team
Not sure if it should be here but how do I edit the team Champions League kits? like the collars and placement of number. I've used CM15 but thats only for the league kits.
 

riesscar

Fan Favourite
Staff member
Moderator
Is there a way to set a specific minikit to my alternate gk kits? The db keeper kit is black, but I have an alternate white kit for keepers when using the 3rd kit (which is black). The minikit shows up as the default back one in-game, though. Not a big deal, but I was wondering if there is a way to assign the correct minikit.

Thanks


Sent from my iPad using Tapatalk
 

goldfinger

Youth Team
goldfinger;3775546 said:
scouser09,

In my Career mode I have noticed that some players (Sahin, Bender, Mkhitaryan...) wear long underarmor sleeves during the match (summer, 16:00, overcast) even if they have short sleeves selected in edit player menu. Is there any way to disable that (or did I enable something by mistake?). Thanks.

Btw I have revolution mod 1.1 installed.

scouser09;3775985 said:
I checked and it is a bug, winter accessories are activated in all overcast matches. This will be fixed in the next version.

Scouser, I have noticed that this bug is still in v 1.3:
career mode, Empoli (cpu) vs Inter (me), 18 january 2015, 16:00 h, overcast: all Empoli players have long underarmor sleeves. My (Inter) players are ok.
 

Westham

Youth Team
First of all I have to make my compliments to you, because this is a great tool.
I´m not an expert in modding, but reading your documentation i can do great things with this tool, it is simply amazing.
But my problem is, that without a sample (because of my little experience), I cannot do anything. I would appreciate if you can release sample rx3 files.
For balls and adboards there is no problem, there are a lot of rx3 files. So I can take this files and change them and i achieve what i want to do. But for crowdchair (automatic seat assignment) or generic roof adboards there are no rx3 files, and I do not know how to create them. Therefore it would be very helpfull to release some sample files. For crowdchairs it would be great if you could release files for blue, red, yellow, green, white ecc. seats, if this is not to much work for you.
 

Brouette

Club Supporter
This tool still awesome =)

A question came to my mind, it wouldnt be possible to get this tool oriented to sound modding ? the same system but with sound, exemple "specific supporter sound" "specific entrance music" etc for club ?
 

scouser09

Senior Squad
The next version of RM15 is likely to be the final one for FIFA 15. If anyone has suggestions for features or would like to remind me of previous suggestions, please post them soon.


ManUnitedXI;3817843 said:
Not sure if it should be here but how do I edit the team Champions League kits? like the collars and placement of number. I've used CM15 but thats only for the league kits.

Use assignTournamentKitDetails. The number placement coordinates are stored in the kit file so you will need temporarily import the kit file to CM15 to edit them.


riesscar;3817869 said:
Is there a way to set a specific minikit to my alternate gk kits? The db keeper kit is black, but I have an alternate white kit for keepers when using the 3rd kit (which is black). The minikit shows up as the default back one in-game, though. Not a big deal, but I was wondering if there is a way to assign the correct minikit.

Thanks


Sent from my iPad using Tapatalk

To the best of my knowledge, this can not be done.


goldfinger;3818282 said:
Scouser, I have noticed that this bug is still in v 1.3:
career mode, Empoli (cpu) vs Inter (me), 18 january 2015, 16:00 h, overcast: all Empoli players have long underarmor sleeves. My (Inter) players are ok.

I did fix the original issue. There does not seem to be any problems with your game. Since your match is in a winter month, winter accessories trigger as expected.


Westham;3818459 said:
First of all I have to make my compliments to you, because this is a great tool.
I´m not an expert in modding, but reading your documentation i can do great things with this tool, it is simply amazing.
But my problem is, that without a sample (because of my little experience), I cannot do anything. I would appreciate if you can release sample rx3 files.
For balls and adboards there is no problem, there are a lot of rx3 files. So I can take this files and change them and i achieve what i want to do. But for crowdchair (automatic seat assignment) or generic roof adboards there are no rx3 files, and I do not know how to create them. Therefore it would be very helpfull to release some sample files. For crowdchairs it would be great if you could release files for blue, red, yellow, green, white ecc. seats, if this is not to much work for you.

The files are already in your game, you can extract them with File Master. Use genericad_0.rx3 and chaircmn_textures.rx3 as templates for these. I have already created a pack of chair colours, the link is somewhere in this thread.


Brouette;3818477 said:
This tool still awesome =)

A question came to my mind, it wouldnt be possible to get this tool oriented to sound modding ? the same system but with sound, exemple "specific supporter sound" "specific entrance music" etc for club ?

Not with the scripts I am editing. I know there are some lua files in dlc\dlc_footballcompeng\dlc\footballcompeng\data\scripts\ which are audio related in career mode, but I do not think they can do what you want.
 

john_shadow8

Youth Team
hey @scouser09 add the global winterAccessories command so all players to wear long sleeve etc in winter unless stated else in player lua & db.
 


Top