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

Faster Growth

Iwaibk

Club Supporter
Hey, at start, sorry for my bad english.
What should I edit in playergrowth.ini to make my players growth really fast? I want my Youth Squad Players reach their full potential in 2 seasons if this is possible. I will be grateful for your response!!
And can anyone explain me what do those do?
Code:
PHYS_P1_X = 16
PHYS_P1_Y = 65
PHYS_P2_X = 22
PHYS_P2_Y = 110
PHYS_P3_X = 27
PHYS_P3_Y = 110
PHYS_P4_X = 39
PHYS_P4_Y = 65

SKILL_P1_X = 16
SKILL_P1_Y = 70
SKILL_P2_X = 25
SKILL_P2_Y = 100
SKILL_P3_X = 29
SKILL_P3_Y = 100
SKILL_P4_X = 40
SKILL_P4_Y = 62

MENTAL_P1_X = 17
MENTAL_P1_Y = 85
MENTAL_P2_X = 31
MENTAL_P2_Y = 100
MENTAL_P3_X = 34
MENTAL_P3_Y = 100
MENTAL_P4_X = 40
MENTAL_P4_Y = 90
 

MichaelCorleone

Youth Team
The X lines stand for age. The Y lines stand for growth speed ( not sure)... Three groups are mental, phsysial and skill and they all represent a set of different attributes..


Change the Y lines to 1000... theoritically speaking, that should work..

Change these lines too

MATCHEXPERIENCE_MAX = 100 // Maximum amount of match experience that a player can earn before hitting a growth point

MAX_PLAYER_DROP_POTENTIAL_PERCENTAGE = 10 // lower it

MAX_PLAYER_AGE_FOR_POTENTIAL_PLAYER = 28 // lower it

MAX_MONTHLY_ATTRIB_GROWTH = 2
MAX_MONTHLY_ATTRIB_NEG_GROWTH = -2 // must be negative
MINS_PLAYED_IN_5_FOR_FULL_GROWTH = 270 // Lower this
MINS_VALUE_FOR_MINS_PLAYED_FACTOR = 0.2
// Increase this

MAX_ANNUAL_GROWTH_1 = 7
MAX_ANNUAL_GROWTH_2 = 4 // increase all
MAX_ANNUAL_GROWTH_3 = 4
MAX_ANNUAL_GROWTH_4 = 3
MAX_ANNUAL_GROWTH_5 = 3
MAX_ANNUAL_GROWTH_6 = 2
 

Iwaibk

Club Supporter
Thanks for fast respond! I'm going to test it right now!
It works! THANKS!
But I still have to find perfect setting, couse' after few matches my team is rated 95+ haha
 

dalli

Club Supporter
Player Duplication - just go to www.fifaduplications2013.weebly.com and fill out the form!!
 

Iwaibk

Club Supporter
Hey, what do those mean?
[YOUTH_SCOUT_PRIMARY_ATTRIB_TYPE_SKILLED]
NUM_PRIMARY_ATTRIB_SKILLED=7
PRIMARY_ATTRIB_TYPE_SKILLED_0=11
PRIMARY_ATTRIB_TYPE_SKILLED_1=12
PRIMARY_ATTRIB_TYPE_SKILLED_2=14
PRIMARY_ATTRIB_TYPE_SKILLED_3=26
PRIMARY_ATTRIB_TYPE_SKILLED_4=22
PRIMARY_ATTRIB_TYPE_SKILLED_5=16
PRIMARY_ATTRIB_TYPE_SKILLED_6=19
I think second numb is attrib from this list, but I'm not sure. Am I right?
I think first number is just number of attribute. There can be more of them, if i change this "NUM_PRIMARY_ATTRIB_SKILLED=7". Am I right?
// ID Values for Attributes
// ------------------------
// 0 = PLAYER_ATTRIBUTE_ACCELERATION,
// 1 = PLAYER_ATTRIBUTE_SPRINT_SPEED,
// 2 = PLAYER_ATTRIBUTE_AGILITY,
// 3 = PLAYER_ATTRIBUTE_BALANCE,
// 4 = PLAYER_ATTRIBUTE_JUMPING,
// 5 = PLAYER_ATTRIBUTE_STAMINA,
// 6 = PLAYER_ATTRIBUTE_STRENGTH,
// 7 = PLAYER_ATTRIBUTE_REACTIONS,
// 8 = PLAYER_ATTRIBUTE_AGGRESSION,
// 9 = PLAYER_ATTRIBUTE_TACTICAL_AWARENESS,
// 10 = PLAYER_ATTRIBUTE_POSITIONING,
// 11 = PLAYER_ATTRIBUTE_VISION,
// 12 = PLAYER_ATTRIBUTE_BALL_CONTROL,
// 13 = PLAYER_ATTRIBUTE_CROSSING,
// 14 = PLAYER_ATTRIBUTE_DRIBBLING,
// 15 = PLAYER_ATTRIBUTE_FINISHING,
// 16 = PLAYER_ATTRIBUTE_FREE_KICK_ACCURACY,
// 17 = PLAYER_ATTRIBUTE_HEADING_ACCURACY,
// 18 = PLAYER_ATTRIBUTE_LONG_PASSING,
// 19 = PLAYER_ATTRIBUTE_SHORT_PASSING,
// 20 = PLAYER_ATTRIBUTE_MARKING,
// 21 = PLAYER_ATTRIBUTE_SHOT_POWER,
// 22 = PLAYER_ATTRIBUTE_POWER_SHOT_ACCURACY, // long shots
// 23 = PLAYER_ATTRIBUTE_STANDING_TACKLE,
// 24 = PLAYER_ATTRIBUTE_SLIDING_TACKLE,
// 25 = PLAYER_ATTRIBUTE_VOLLEYS,
// 26 = PLAYER_ATTRIBUTE_CURVE,
// 27 = PLAYER_ATTRIBUTE_PENALTIES,
// 28 = PLAYER_ATTRIBUTE_GK_DIVING,
// 29 = PLAYER_ATTRIBUTE_GK_HANDLING,
// 30 = PLAYER_ATTRIBUTE_GK_KICKING,
// 31 = PLAYER_ATTRIBUTE_GK_REFLEXES,
// 32 = PLAYER_ATTRIBUTE_GK_POSITIONING,
//
 

Iwaibk

Club Supporter
So, I think this thread die. Anyway, I have one more question. Is there any way to make monthly attribute growth based on player's OVR?
 

Iwaibk

Club Supporter
I think the only way is to start new career and for example set max monthly grow to 1. And you need edit divisions to set max player annual growth by overlay. I mean 80 rated player can grow up only by 4 or six or whatever you like for example. If you don't know how to do this I can tell you.

Wysyane z mojego ST26i za pomoc Tapatalk 2
 

Iwaibk

Club Supporter
Iwaibk;3451103 said:
set max monthly grow to 1.
You edit this line:
Code:
MAX_MONTHLY_ATTRIB_GROWTH = 1
1 is max monthly attrib growth, for ex. Ox grow up by 1 in Acceleration, Passing, Vision, etc in 1 month. So, if you set it to one all players can be 1 point up. So, players can growth max 12 in one year, but we don't want this to players who have already high overall. If player is 50 overall I think it's good.
To change it you need edit these linies:
Code:
MAX_ANNUAL_GROWTH_1 = 15
MAX_ANNUAL_GROWTH_2 = 10
MAX_ANNUAL_GROWTH_3 = 6
MAX_ANNUAL_GROWTH_4 = 4
MAX_ANNUAL_GROWTH_5 = 2
MAX_ANNUAL_GROWTH_6 = 1

MAX_ANNUAL_GROWTH_DIVISION_1 = 50
MAX_ANNUAL_GROWTH_DIVISION_2 = 70
MAX_ANNUAL_GROWTH_DIVISION_3 = 80
MAX_ANNUAL_GROWTH_DIVISION_4 = 86
MAX_ANNUAL_GROWTH_DIVISION_5 = 90

I don't know do I understand it right, but I think it's
Code:
MAX_ANNUAL_GROWTH_1 = 15
MAX_ANNUAL_GROWTH_DIVISION_1 = 50
So, every player with overall 0-50 can grow up by 15 in 1 year.
According to this, every player 50-70 overall can grow up by 10, 70-80 overall by 6, and so on. I hope you understood, and I'm sorry for bad English.
 


Top