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

scouser09

Senior Squad
VeeY;3546098 said:
Great ideas for Fifa 14 version man, would be possible to add a different statement (or file name) for the referee faces so we don't get some players faces as referees anymore?

Good point! This issue has been raised before and I forgot fix it.


El-Torres;3546218 said:

You have all the correct files. Is the problem visable in tournament and career mode, or just in friendlies?


Cr7ver;3547141 said:
an update with the latest transfers? (02/09/2013)?

This mod does not update transfers.
 

Lamela11

Club Supporter
Hey guys, I am new here and I got a real problem. First of all I am no expert in Modding.
I use the Revolution Mod V.1.3, I download it to use it for Techfit-Trikots for my Youth-Team. I followed step by step but, when I want to start Fifa 13 it crashes until I reach the Messi-Screen. I tried everything but I don´t know what I´ve done wrong.

Here is my Player.lua :

function assignCustomItems()
--------------------------------------------------------------------------------------------------------------
--JerseyFit
--------------------------------------------------------------------------------------------------------------
setJerseyFit(149526,1)
setJerseyFit(149498,1)
setJerseyFit(149777,1)
setJerseyFit(149897,1)
setJerseyFit(150029,1)
setJerseyFit(149099,1)
setJerseyFit(148818,1)
setJerseyFit(149943,1)
setJerseyFit(148722,1)
setJerseyFit(149763,1)
setJerseyFit(149144,1)
setJerseyFit(149515,1)
setJerseyFit(148484,1)
setJerseyFit(148484,1)
setjerseyFit(148208,1)
setJerseyFit(149961,1)
setJerseyFit(149328,1)
setJerseyFit(150265,1)
setJerseyFit(149821,1)
--------------------------------------------------------------------------------------------------------------
--JerseyFit End
--------------------------------------------------------------------------------------------------------------
end

--------------------------------------------------------------------------------------------------------------

I hope somebody can help me,because I can´t play Fifa 13 anymore. I want to ask you guys before I reinstall Fifa :/

Greetings Lamela11

Edit: I regenerate now I can play Fifa 13 but nothing happens to my AS Monaco Youth Team only Player with Techfit is still De Sciglio ( he got it by EA ) Neymar and the other still have their stupid Jerseys.
 

scouser09

Senior Squad
El-Torres;3548611 said:

Did you put the statement in player.lua or an external file? Check there are no errors with any other statments in that file. You could try removing them temporarily to test if some are stopping the referee kit assignment.


Lamela11;3548907 said:
Hey guys, I am new here and I got a real problem. First of all I am no expert in Modding.
I use the Revolution Mod V.1.3, I download it to use it for Techfit-Trikots for my Youth-Team. I followed step by step but, when I want to start Fifa 13 it crashes until I reach the Messi-Screen. I tried everything but I don´t know what I´ve done wrong.

Here is my Player.lua :

function assignCustomItems()
--------------------------------------------------------------------------------------------------------------
--JerseyFit
--------------------------------------------------------------------------------------------------------------
setJerseyFit(149526,1)
setJerseyFit(149498,1)
setJerseyFit(149777,1)
setJerseyFit(149897,1)
setJerseyFit(150029,1)
setJerseyFit(149099,1)
setJerseyFit(148818,1)
setJerseyFit(149943,1)
setJerseyFit(148722,1)
setJerseyFit(149763,1)
setJerseyFit(149144,1)
setJerseyFit(149515,1)
setJerseyFit(148484,1)
setJerseyFit(148484,1)
setjerseyFit(148208,1)
setJerseyFit(149961,1)
setJerseyFit(149328,1)
setJerseyFit(150265,1)
setJerseyFit(149821,1)
--------------------------------------------------------------------------------------------------------------
--JerseyFit End
--------------------------------------------------------------------------------------------------------------
end

--------------------------------------------------------------------------------------------------------------

I hope somebody can help me,because I can´t play Fifa 13 anymore. I want to ask you guys before I reinstall Fifa :/

Greetings Lamela11

Edit: I regenerate now I can play Fifa 13 but nothing happens to my AS Monaco Youth Team only Player with Techfit is still De Sciglio ( he got it by EA ) Neymar and the other still have their stupid Jerseys.

I can not find any errors, upload your player.lua.


AC5;3549347 said:
Hi there, which lua asset should I use for "accessory"? For winter gloves, ankle tapes, etc.

Sorry, I am not sure exactly what you asking. Can you rephrase your question?
 

AC5

Senior Squad
scouser09;3549956 said:
Sorry, I am not sure exactly what you asking. Can you rephrase your question?

My bad, after reading the question neither I could understand it.

I've just installed the moddingway mod and the accessory.lua file is missing so I don't know where can I write the statements for that. Have you used it?

I mean it doesn't use the usual folder, it uses Game\data\fifarna\lua\assets\moddingway and the .lua files are inside it, but "accessory.lua" is missing.

I know it's from a different website (so if you don't know about it, it's OK) and I've just realized that they have their own forum, but due to I didn't know about it and it uses the Revolution Mod so I posted here the question.
 

Leo_95

Reserve Team
Lamela11

If you're using Moddingway, try removing assignments that you're not using at the moment, and see if the game works. MW messes up with the limit of lua assignments, I get a lot of crashes too.



BTW, is it possible somehow to get IDs from generated players in career mode, so lua stuff can be done?
 

scouser09

Senior Squad
AC5;3550028 said:
My bad, after reading the question neither I could understand it.

I've just installed the moddingway mod and the accessory.lua file is missing so I don't know where can I write the statements for that. Have you used it?

I mean it doesn't use the usual folder, it uses Game\data\fifarna\lua\assets\moddingway and the .lua files are inside it, but "accessory.lua" is missing.

I know it's from a different website (so if you don't know about it, it's OK) and I've just realized that they have their own forum, but due to I didn't know about it and it uses the Revolution Mod so I posted here the question.

The Moddingway mod only contains some of my code, it has its own lua setup optimized for that mod. You could try putting the accessories.lua from RM13 into Game\data\fifarna\lua\assets to use the RM13 functions.


Leo_95;3550117 said:
BTW, is it possible somehow to get IDs from generated players in career mode, so lua stuff can be done?

Try using Internal Master 12 by Rinaldo.
 

Aladdin

Reserve Team
I'm new guys and I have two questions, first how can i change boots for a player, and second where can I put the statements, thanks in advance!!
 

twinklep19

Club Supporter
hi, i m new here, i would like to ask if i want to change a generic face, do i need to edit lua file after i put all the faces/hair to exact folder. Thanks for your help 1st. YNWA
 

dissectionalone

Senior Squad
There's no need to add lua code when changing generic faces for specific ones, except if the player whose face you're adding had hair before and the version of the face you're using doesn't have it. Some players that had hair that wasn't totally shaved in the database needed the assignPlayerFace statement for it to work properly otherwise they'd have the right face and head model but would have the hair assigned in the database. Uruguayan Striker Santiago Silva, was an example of this
 


Top