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

root4rulez

Reserve Team
scouser, can we use function assignplayerhair only for hair like assignplayerface?

i make my own players, but they are skinheads , can i with revolution mod to add them only hair
 

V.K

Starting XI
Seems like some statemetns (arena kit and gk kit assignments for example) have stopped working after the latest EA update
 

scouser09

Senior Squad
root4rulez;3338258 said:
scouser, can we use function assignplayerhair only for hair like assignplayerface?

i make my own players, but they are skinheads , can i with revolution mod to add them only hair

Can you explain this more clearly. You want to add specific hair to a player, but keep the generics for the rest of the head?


V.K;3338389 said:
Seems like some statemetns (arena kit and gk kit assignments for example) have stopped working after the latest EA update

I hope this is not true. Did you regenerate after the update?
 

pe pe

Club Supporter
Would it be hard to add something like assignTeamStadium so it would be possible to change stadium during Career Mode?
 

Haribofan

Senior Squad
@Scouser
just an idea. may it be possible to create a code for kits to set the referee kits for those special kit. e.g. Borussia Dortmund Yellow Home jersey allows: black, red blue & green ref kit.
and Bremen green home allows: black ,red, blue & yellow kits.
and in a match between those two teams the game chooses one of the kits both team allow. in this example black red and blue?
 

ruiorey

Reserve Team
Hi Scouser, finally i get to use this great tool, i would know if there is a line to assign wristbands, socktape, fingertape etc and if yes how to.... thnx in advance
 

scouser09

Senior Squad
scouser09;3338037 said:
Would someone be able to upload the following files:

data/sceneassets/manager/manager_0_0_0.rx3
data/sceneassets/manager/manager_0_1_0_0_textures.rx3
data/sceneassets/benchplayer/benchplayer_0_0_0.rx3
data/sceneassets/benchplayer/benchplayer_0_1_0_0_textures.rx3
data/sceneassets/cameraman/cameraman_0_0_0.rx3
data/sceneassets/cameraman/cameraman_0_1_0_0_textures.rx3

I am still working with the demo so I can not extract them. If any of these files do not exist, then ones with different numbers will do fine.

Can someone please upload these, the versions that was uploaded was compressed and could not be used for my experments.


root4rulez;3338994 said:
Scouser, I want only to add hair, no face

This is possible.


pe pe;3339088 said:
Would it be hard to add something like assignTeamStadium so it would be possible to change stadium during Career Mode?

This is not currently possible as I can not change the crowd position file.


Haribofan;3339181 said:
@Scouser
just an idea. may it be possible to create a code for kits to set the referee kits for those special kit. e.g. Borussia Dortmund Yellow Home jersey allows: black, red blue & green ref kit.
and Bremen green home allows: black ,red, blue & yellow kits.
and in a match between those two teams the game chooses one of the kits both team allow. in this example black red and blue?

I think EA already does something like this, although it is not perfect. This feature should be possible. Can you tell what the six referee kit colours are and the ID of each (I only have the demo and can not check myself)?


ruiorey;3339265 said:
Hi Scouser, finally i get to use this great tool, i would know if there is a line to assign wristbands, socktape, fingertape etc and if yes how to.... thnx in advance

None of this is currently supported. It is only possible to substitute accessories for others, not to add new ones.
 

VeeY

Club Supporter
scouser09;3339355 said:
Can someone please upload these, the versions that was uploaded was compressed and could not be used for my experments.

I've tested these files from the pc version and rx3 master can't open them too, so I guess it wasn't compressed.
 

Haribofan

Senior Squad
scouser09;3339355 said:
I think EA already does something like this, although it is not perfect. This feature should be possible. Can you tell what the six referee kit colours are and the ID of each (I only have the demo and can not check myself)?
thx mate
ok here are the id's
Black 6004
Yellow 6005
Blue 6006
Red 6007
Grey 6008
Green 6009
 

uomomagnetico

Senior Squad
I reach the limit in my player.lua file
now I want to add another lua file...
from the manual I have to insert inside assets.lua
this code
addExternalFile("player2.lua")
between
--PLACE CUSTOM ASSIGNMENTS BELOW HERE
--------------------------------------------------------------------------------------------------------------


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

and inside my new file (player2.lua)
I have only to add my face assignement?
i.e. only for example

assignPlayerFace(193196) -- Kamghain Jimmy

and no other things like
function etc etc
thnx for the help
and sorry for my english
 

Ronson

Club Supporter
Hi, i have a problem with adding Kits. I only want to add GK kit instead of generic one. New lua file kits created with this code in it:
function assignCustomItemsKits()
--------------------------------------------------------------------------------------------------------------
--PLACE CUSTOM ASSIGNMENTS BELOW HERE
--------------------------------------------------------------------------------------------------------------
assignSpecificGKKit(121)


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


121 is the ID for Crewe. Still, when I go back into the game my GK has ugly old generic kit. What im doing wrong?
 

pao4ever

Starting XI
first, you need just the assignments in the new lua file. the "PLACE CUSTOM ASSIGNMENTS BELLOW HERE" up and down are not deeded. second, you have to add the corresponding line in the assets.lua. see the manual for more instructions
 

Ronson

Club Supporter
pao4ever;3339657 said:
first, you need just the assignments in the new lua file. the "PLACE CUSTOM ASSIGNMENTS BELLOW HERE" up and down are not deeded.
Done
pao4ever;3339657 said:
, you have to add the corresponding line in the assets.lua. see the manual for more instructions
and that line would be ____? Im trying go by the manual but something is still missing:facepalm:
 

pao4ever

Starting XI
Ronson, if for example you made a lua called faces, then in the assets lua you should create this line:

addExternalFile("faces.lua")
 


Top