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

Online Virtual Pro Boots

ProBoy

Club Supporter
Does anyone have a working method of getting Custom boots to work fully online with a Virtual Pro.

I used ModdingWay 1.6.0 which almost worked but not quite fully for my Pro.

I know there is a way somewhere since I have seen people online with custom boots.

Any help would be great.
 

zico99

Senior Squad
ProBoy;3383089 said:
Does anyone have a working method of getting Custom boots to work fully online with a Virtual Pro.

I used ModdingWay 1.6.0 which almost worked but not quite fully for my Pro.

I know there is a way somewhere since I have seen people online with custom boots.

Any help would be great.

write this statement in player.lua
assignPlayerBoot(30999,bootid)
enter the boot id of whichever boot you like
 

ProBoy

Club Supporter
zico99;3383192 said:
write this statement in player.lua
assignPlayerBoot(30999,bootid)
enter the boot id of whichever boot you like

Where should this go in the File? I tried at the start and end and the game crashed.

I'm new to modding. :blush:
 

zico99

Senior Squad
Go to fifarna/lua/assets/player.lua
open player.lua with notepad and put that statement between those doted line at top like this
-------

-------
assignPlayerBoot(30999,166)
-----

-----
u can put another boot id.
I used 166(t90 laser 4 crimson) for an example.
 

radmou33

Club Supporter
Hi I managed to open it now I player.lua spas how to proceed I find assignPlayerBoot What should I do is what is used to see her my new cleats online?
 

Moha.G71

Club Supporter
zico99;3384526 said:
Go to fifarna/lua/assets/player.lua
open player.lua with notepad and put that statement between those doted line at top like this
-------

-------
assignPlayerBoot(30999,166)
-----

-----
u can put another boot id.
I used 166(t90 laser 4 crimson) for an example.

If I create a player, How can I found his id to assign boot to them ?
 

zico99

Senior Squad
Id of virtual pro is 30999
and if you make new players with cm13 then you can easily see their id by clicking the players tab. And search you player by name
 

doez89

Club Supporter
ok, and what kind of mod i need to see the boots in-game?

i have just done what you said :
function assignCustomItems()
--------------------------------------------------------------------------------------------------------------
--PLACE CUSTOM ASSIGNMENTS BELOW HERE
--------------------------------------------------------------------------------------------------------------


-------

-------
assignPlayerBoot(30999,231)
-----

-----

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





but nothing happened.

thank you
 

zico99

Senior Squad
Ok follow these steps
Download rev mod 13 by scouser.
Install that mod.
Now regenerate fifa 13 with creation master 13(tools>regenerate).
Now go to fifarna/lua/assets and open the player.lua with note pad and put that statement.
If you have any squad file inside my documents/FIFA 13/ delete it
 

doez89

Club Supporter
now i can see the boots in pro club room but when i started to play i see different shoes, and my teammates see my player with standard boots.
i've got moddingway 1.6
 


Top