Page 3 of 20

Re: FIFA 17 - Career mode Table

Posted: Wed Apr 12, 2017 9:47 am
by iShorty
So we can change all players skill moves now?

Re: FIFA 17 - Career mode Table

Posted: Wed Apr 12, 2017 12:41 pm
by Aranaktu
Yes, but only during match.

Re: FIFA 17 - Career mode Table

Posted: Sat Apr 15, 2017 3:41 pm
by Voron
How things go?

Re: FIFA 17 - Career mode Table

Posted: Sun Apr 16, 2017 11:07 am
by Aranaktu
UPDATE - 16.04.2017
Added lua code for auto attaching to the game process and auto activating your favourite scripts.
Added "Disable morale" scripts. Not sure if it's rly working, test it. :)
Added some settings from "transfer.ini". Values are default, so you need to change it by yourself.

Re: FIFA 17 - Career mode Table

Posted: Mon Apr 17, 2017 9:42 am
by iShorty
Aranaktu, can you post some tutorials or explain about Transfer.ini?

Re: FIFA 17 - Career mode Table

Posted: Mon Apr 17, 2017 7:16 pm
by Aranaktu
It's very simple, so I don't think that video tutorial is necessary. Just replace the value after '#' with your value and that's all. :D
If you don't understand just tell me what do you want to change and I'll give you copy-paste solution.

Re: FIFA 17 - Career mode Table

Posted: Tue Apr 18, 2017 8:18 am
by Alekaiser
Thanks for this amazing table Aranaktu.
Did you change something on the better training because some stats don't evolve, is that suppose to happen?

Re: FIFA 17 - Career mode Table

Posted: Tue Apr 18, 2017 9:01 am
by Voron
Alekaiser, I have the same issue.
I think it is connected somehow with transfer.ini because for me it happened after transfer.ini implementation.

Re: FIFA 17 - Career mode Table

Posted: Tue Apr 18, 2017 5:15 pm
by Alekaiser
Voron wrote:
Tue Apr 18, 2017 9:01 am
Alekaiser, I have the same issue.
I think it is connected somehow with transfer.ini because for me it happened after transfer.ini implementation.
It's because he added some things to the training script, I checked it out.
It has a cap in the better training script, the cap is at 4 but I don't know exactly how it works.

Re: FIFA 17 - Career mode Table

Posted: Tue Apr 18, 2017 5:58 pm
by Aranaktu
It was bug in "More efficient training" script. I've added "ATTRIBUTE_GROWTH_CAP" and increased attr modifiers, but it was not working as intended.

UPDATE - 18.04.2017
New lua script: "[Link]"
Player training:
- "More efficient training" fixed.
- Added "Remove countdown"

DOWNLOAD:

Code: Select all

https://mega.nz/#!YUshRKZT!Kd4x5JxD2zAGKDc8aTxYwF7FZSYd12TiPzTvkPNHKSk

Re: FIFA 17 - Career mode Table

Posted: Wed Apr 19, 2017 2:10 am
by iShorty
Aranaktu, When i tried to change player's "Know As" game crashed, 2 times already, so we can't change that?

Re: FIFA 17 - Career mode Table

Posted: Wed Apr 19, 2017 2:07 pm
by Aranaktu
You can. :P Try to use Cheat Engine 6.5 and make sure that pointer is valid before you overwrite the data.
Image

Re: FIFA 17 - Career mode Table

Posted: Thu Apr 20, 2017 1:04 am
by iShorty
So Cheat Engine ver. 6.5 is better for this table than ver. 6.6?
And valid means you need to do what? Be sure "know as" square ticked?

Re: FIFA 17 - Career mode Table

Posted: Fri Apr 21, 2017 3:44 am
by iShorty
1 more thing, Can i change Boots ID Color to make my boots have different color?
Like example my player wear generic boots with violet color when i change his boot to Nike Hypervenom with ID 180, his shoes not green black but violet white. So i think its possible to change shoes color if you know color ID?

Re: FIFA 17 - Career mode Table

Posted: Fri Apr 21, 2017 5:43 pm
by Aranaktu
iShorty wrote:
Thu Apr 20, 2017 1:04 am
So Cheat Engine ver. 6.5 is better for this table than ver. 6.6?
And valid means you need to do what? Be sure "know as" square ticked?
CE 6.5 is better for editing player names because you don't need to null terminate strings manually.
To make sure that pointer is valid just enter player profile who already got "Know as" name defined in database. Like "Pepe" from Real Madrit for example.
iShorty wrote:
Fri Apr 21, 2017 3:44 am
1 more thing, Can i change Boots ID Color to make my boots have different color?
Like example my player wear generic boots with violet color when i change his boot to Nike Hypervenom with ID 180, his shoes not green black but violet white. So i think its possible to change shoes color if you know color ID?
Idk.