• 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

scouser09

Senior Squad
michellima82;3921713 said:
There are two files player.lua (player.lua and player-copy.lua) in this version. That's right?

It is a mistake, the copy is just a backup prior to a code change. You can delete it if you want, keeping it would not cause any issues either as it is not used.
 

Danialbarran

Club Supporter
scouser09;3921837 said:
It is a mistake, the copy is just a backup prior to a code change. You can delete it if you want, keeping it would not cause any issues either as it is not used.

Congratulations for this wonderful work scouser09 , my question is where can I find the files for the podium and other related files with this new functionality ? ; )
 

scouser09

Senior Squad
Danialbarran;3922367 said:
Congratulations for this wonderful work scouser09 , my question is where can I find the files for the podium and other related files with this new functionality ? ; )

I forgot to put this information in the documentation. Here are the default files to use as templates.

Podium Textures:
data/sceneassets/prop/prop_102_textures.rx3

Media Pen Textures:
data/sceneassets/prop/prop_103_textures.rx3

Podium Logo:
data/ui/imgassets/league512x128/dark/l666.dds
 

Danialbarran

Club Supporter
scouser09;3922558 said:
I forgot to put this information in the documentation. Here are the default files to use as templates.

Podium Textures:
data/sceneassets/prop/prop_102_textures.rx3

Media Pen Textures:
data/sceneassets/prop/prop_103_textures.rx3

Podium Logo:
data/ui/imgassets/league512x128/dark/l666.dds

thankss you ;)
 

7ordy

Youth Team
Hi scouser, I wanna make some stadiums e.g. Old Trafford (ID=1) to using rotating adboard and other stadiums e.g. San Siro(ID=5) still using electonic adboard.
But I add "assignAlternateStaticAdboard(1)" in the general.lua, the OT still shows electonic adboard.
And I add STADIUM_USE_LEGACY_ADBOARDS=1 in cl.ini, all electronic adboards are changing to ratating adboard.
How can I make it success?
Thanks
 

dikhet

Club Supporter
Hi, i have a problem. I want change backnumber colour.

assignKitDetails(1354,1,-1,"006400",-1,11,1,1,-1,0)

Can anyone tell me which means all these numbers? i know 1354 is the team ID, "00640" is the backname colour. Please help.
 

7ordy

Youth Team
dikhet;3922999 said:
Hi, i have a problem. I want change backnumber colour.

assignKitDetails(1354,1,-1,"006400",-1,11,1,1,-1,0)

Can anyone tell me which means all these numbers? i know 1354 is the team ID, "00640" is the backname colour. Please help.

The last 3 and 4 number are kitnumber color.
For your code, the kit shows white shirt number and white short number.
You can check the No. 5 manual of documents folder in the RM zip package.
 

scouser09

Senior Squad
7ordy;3922802 said:
Hi scouser, I wanna make some stadiums e.g. Old Trafford (ID=1) to using rotating adboard and other stadiums e.g. San Siro(ID=5) still using electonic adboard.
But I add "assignAlternateStaticAdboard(1)" in the general.lua, the OT still shows electonic adboard.
And I add STADIUM_USE_LEGACY_ADBOARDS=1 in cl.ini, all electronic adboards are changing to ratating adboard.
How can I make it success?
Thanks

assignAlternateStaticAdboard is used to allow stadiums with both rotating and static adboards use different textures, this has not been needed since FIFA 15 but I kept it in as it might be needed for converted stadiums from older FIFAs. STADIUM_USE_LEGACY_ADBOARDS=1 only apply universally.

So do this you must edit the DB, the method is here:
http://www.soccergaming.com/forums/showpost.php?p=3746098&postcount=1


dikhet;3923056 said:
Ok, big thanks. Btw, why 6 and 6 is green? From where you know this?

There is a guide for this in the documentation, as well as an explanation of the parameters in the statement.
 

steven2212

Reserve Team
Hi Scouser09, can you please tell me how which number do i need to add to add random Sleeve between long sleeve, short sleeve, undershirt? i mean the statemnt below:
setSleeveLength(playerid,option). Which number of the option part do i need to add ?. Thank you !!!!
 

scouser09

Senior Squad
steven2212;3923249 said:
Hi Scouser09, can you please tell me how which number do i need to add to add random Sleeve between long sleeve, short sleeve, undershirt? i mean the statemnt below:
setSleeveLength(playerid,option). Which number of the option part do i need to add ?. Thank you !!!!

Set option as a list for randomization, e.g. {0,1,2,3,4}

Add options to the list multiple times if you want them to be used more often, values of each sleeve option are in the documentation.
 

steven2212

Reserve Team
scouser09;3923285 said:
Set option as a list for randomization, e.g. {0,1,2,3,4}

Add options to the list multiple times if you want them to be used more often, values of each sleeve option are in the documentation.

THanks for quick reply mate :D Can i do random between tucked and untucked same as sleeve method mate?
 

7ordy

Youth Team
scouser09;3923070 said:
assignAlternateStaticAdboard is used to allow stadiums with both rotating and static adboards use different textures, this has not been needed since FIFA 15 but I kept it in as it might be needed for converted stadiums from older FIFAs. STADIUM_USE_LEGACY_ADBOARDS=1 only apply universally.

So do this you must edit the DB, the method is here:
http://www.soccergaming.com/forums/showpost.php?p=3746098&postcount=1


I see, thanks very much.
 

Fakharany

Youth Team
Just a simple quesion scouser about the crowd thing,,,
i first of all tried with the general lua statements, with the codes u posted, and its working.
However i wanted it more specific, but i couldn't do it.
So, just wanted to make sure, that the team tournament statement are put in the (teamid.lua)
Here is an exemple
--Zamalek Sporting Club
assignTeamTournament(101132,400) --Egyptian Premier League
setTournamentTeamCrowdSize(101132,400,5,2)
setTournamentTeamCrowdSize(101132,402,6,2)
setTournamentTeamCrowdSize(101132,403,6,2)
setTournamentGameCrowdSize(101132,101133,400,6,2)
setTournamentGameCrowdSize(101132,111179,400,6,2)
 

YRM007

Youth Team
Hey guys, Could someone please help me with this ? Thanks
I want to assign left wristle tape and remove winter gloves for Benzema
 

scouser09

Senior Squad
decoruiz;3923288 said:
Hi, master! Is it possible to assign kits to Pro Clubs?

Good question. Theoretically it should be possible as I did something similar in FUT. To do this I would need to know the team ID(s) used by pro club teams.


steven2212;3923443 said:
THanks for quick reply mate :D Can i do random between tucked and untucked same as sleeve method mate?

No, but it would be possible to add this.


Fakharany;3923727 said:
Just a simple quesion scouser about the crowd thing,,,
i first of all tried with the general lua statements, with the codes u posted, and its working.
However i wanted it more specific, but i couldn't do it.
So, just wanted to make sure, that the team tournament statement are put in the (teamid.lua)
Here is an exemple

You statements look correct. If thinks are not working correctly, can you give me details of what exactly you are trying to do and what happens.


YRM007;3924058 said:
Hey guys, Could someone please help me with this ? Thanks
I want to assign left wristle tape and remove winter gloves for Benzema

Accessories can not be assigned, only removed or swapped. The statement you need is in the documentation, as are accessory IDs. Also note that if you swap winter gloves for another accessory, the new accessory will only show in matches when the gloves would be used.
 


Top